/*==========  Desktop First Method  ==========*/

/* NoteBook,Desktops (LG) Large Devices, Desktops */
@media only screen and (max-width : 1200px) {
	
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 7px;
}
.phone {
    padding-left: 10px;
padding-right: 10px;
    background: url(../images/top-fixed-form-phone.png) no-repeat left center;
    font-size: 18px;
    font-family: PT-sans-bold, Arial, serif;
    font-weight: 400;
}


}
/* NoteBook,Desktops (LG) Large Devices, Desktops */
@media only screen and (max-width: 1048px){
	
	



}

/*Tablets (Planshet) (MD) Medium Devices  */
@media only screen and (max-width : 992px) {




.call
{
padding: 10px;
margin-top: 80px;
height: 260px;
background-color: rgba(217, 216, 215, 0.7);

	}



.cal{

margin-top: 10px;
width: 100%;
 height: 360px;
background-image: url(../22.jpg);
background-repeat: no-repeat;
background-size: cover;

}

	
}

/* Phones(Mobile) (SM) Small Devices  Появляется бутик*/  
@media only screen and (max-width : 768px) {

body {

font-size: 12px;}
	
.navbar-default .navbar-nav > li > a {
    border: 1px solid #dedede;
    padding: 10px 20px 10px 20px;
    border-radius: 10px;
font-size: 16px;
font-weight: 700;
text-align: center;
}

.phones {
padding-top: 10px;
    padding-left: 70px;
    font-size: 16px;
     font-weight: 700;
     font-family: PT-sans-bold, Arial, serif;
   
}

.call
{
padding: 5px;
margin-top: 10px;
height: 220px;
background-color: rgba(217, 216, 215, 0.9);

	}



.cal{

margin-top: 10px;
width: 100%;
 height: 250px;
background-image: url(../22.jpg);
background-repeat: no-repeat;
background-size: cover;

}

.call-header
{
font-family: 'Futuris Bold';
    font-size: 16px;
    line-height: 3px;
	text-align: center;
   color: #660000;
 

	}
.call  li
{

	list-style-type: none;
	text-align: center;
	font-size: 12px;
font-weight: bold;
 color: #fff;


	
	}

.help-block {
    display: block;
    margin-top: 1px;
   margin-bottom: 0px;
    color: #737373;
}


}

/* Extra Small Devices, Phones (xs) */  
@media only screen and (max-width : 480px) {

h1 {
	font-family: 'Futuris Bold';
    font-size: 16px;
    line-height: 20px;
    color: #444;
	padding:0;
}


h2
 {
	font-size:14px;
	padding-bottom:15px;
	color: #444;
}
h3
 {
 font-family: 'Futuris Bold';
	font-size: 15px;
    line-height: 27px;
    padding-bottom: 10px;
	color: #444;
}



.call
{

display: none;

	}

.leftmenunav{

display: none;

}


.col-retina{

width: 100%;
}

.call
{
padding: 0px;
margin-top: 0px;
height: 0px;

	}



.cal{

margin-top: 5px;
width: 100%;
 height: 190px;
background-image: url(../22.jpg);
background-repeat: no-repeat;
background-size: cover;

}

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {



}




/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}