.navbar-header{
	color: #777
}
.header{
	margin: 0 0 10px;
}
.menu{
	background: efefef;
	padding: 10px 0;
}
.navbar-brand{
	padding-right: 80px;
}
.navbar-brand img{
	position: relative;
	top: -20px;
}
.navbar-default navbar.nav > li > a{
	color: #8d8c8c
}




/* Стиль меню */
.container-menu{
	background: #f8f8f8;
}





.navbar-nav{
	margin-top: 7px;
}




h1{
	font-size: 30px;
	color: #125a70;
}

h2{
	color: #fff;
}
h3{
	font-size: 20px;
	color: #125a70;
}
h6{
	font-size: 15px;
	color: #125a70;
}
	


@media (max-width: 992px) {
  h6 {
    font-size: 12px;
  }
}
 @media (max-width: 768px) {
  h6 {
    font-size: 12px;
  }
 }
}@media (max-width: 480px) {
  h6 {
    font-size: 10px;
  }
}



.container-works{
	padding-left: 30px;
}


  
/* Стиль слайдшоу начало */  
.bs-slider{
    overflow: hidden;
    max-height: 400px;
    position: relative;
    background: #000000;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}
/********************
*****Slide effect
**********************/
.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}
/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
	

.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}
.slide-text {
    left: 0;
    top: 10%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 40px;
    
}

.slide-text > h2 {
    
    padding: 0;
    color: #ffffff;
    font-size: 40px;
    font-style: normal;
    line-height: 40px;
    margin-bottom: 5px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.slide-text > a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 11px;
    line-height: 10px;
    margin-right: 10px;
    text-align: center;
    padding: 12px 25px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 11px;
    line-height: 10px;
    margin-left: 10px;
    text-align: center;
    padding: 12px 25px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}
/*------------------------------------------------------*/
/* Слайды на разных экранах
/*------------------------------------------------------*/
@media (max-width: 980px) {
    .slide-text h2 {
        font-size: 25px;
        line-height: 5px;
        margin-bottom: 10px;
    }
    .slide-text > p {

        font-size: 14px;
		line-height: 20px;
        margin-bottom: 20px;
    }
}

@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h2 {
        font-size: 25px;
        line-height: 5px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }

}
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h2 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }

}
/* Стиль слайдшоу конец */  





/* Стиль Блок защита и гарантии начало */
.btn-guarantee{
	width: 105%;
}
.btn-guarantee{
	color: #125a70;
}
.card-row-guarantee{
	margin-top: 2px;
	margin-bottom: 50px;
}
.modal-body h6{
	color: #125a70;
	font-size: 12px;
}

/* Medium Devices, Desctops */
@media only screen and (max-width : 992px) {
	.btn-guarantee{
	width: 110%;
	}
	.card-row-guarantee{
	margin-top: 2px;
	margin-bottom: 20px;
	}
}
/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	.btn-guarantee{
	width: 100%;
	}
	.card-row-guarantee{
	margin-top: 2px;
	margin-bottom: 20px;
	}
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	.btn-guarantee{
	width: 100%;
	}
	.card-row-guarantee{
	margin-top: 2px;
	margin-bottom: 20px;
	}
}

/* Стиль Блок защита и гарантии конец */







/* Стиль Блоки товаров начало */
.btn-product{
	width: 100%;
	margin-bottom: -50px;
}
.price-text-color{
    color: #219FD1;
	margin-bottom: 10px;
}
.row h4{
	font-family: 'Open Sans', sans-serif !important;  
	margin-bottom: -2px;
}

/* Medium Devices, Desctops */
@media only screen and (max-width : 992px) {
	.btn-product{
	width: 50%;
	margin-bottom: -85px;
	}
}
/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	.btn-product{
	width: 50%;
	margin-bottom: -35px;
	}
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	.btn-product{
	width: 50%;
	margin-bottom: -90px;
	}
}
/* Стиль Блоки товаров конец */







/* Навигация страниц внизу */
.nav-pager{
	text-align: center;
}
.pagination > li >a, .paginatoin > li > span{
	color: #b5b3b3;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
	background: #fff;
	border: 1px solid #ddd;
	color: #ed378d;
}
/* Навигация страниц внизу */




/* Стиль футера */
footer{
	background: #f8f8f8;
}
footer p{
	font-size: 10px;
}
footer hr{
	border-color: #b7b6b6;
}







/* Стиль хедера */
header{
	margin-bottom: 30px;
	background: #f8f8f8;
}
.header brand {
		padding-right: 40px;
	}
.brand img{
	max-height: 70px;
	margin-top: 5px;
	margin-bottom: -25px;
}
header p{
	font-size: 13px;
	color: #777777;
	margin-top: 35px;
}
header hr{
	border-color: #e7e7e7;
}

@media only screen and (max-width : 1200px) {
	header{
		margin-bottom: 30px;
	}
	.header brand {
		padding-right: 40px;
	}
	.brand img{
		max-height: 70px;
		margin-top: 5px;
		margin-bottom: -25px;
	}
	header p{
		font-size: 13px;
		margin-top: 35px;
	}
	
}
@media only screen and (max-width : 1199px) {
	header{
		margin-bottom: 30px;
	}
	.header brand {
		padding-right: 40px;
	}
	.brand img{
		max-height: 60px;
		margin-top: 5px;
		margin-bottom: -15px;
	}
	header p{
		font-size: 11px;
		margin-top: 35px;
		margin-bottom: -15px;
	}
}
@media only screen and (max-width : 1050px) {
	header{
		margin-bottom: 30px;
	}
	.header brand {
		padding-right: 40px;
	}
	.brand img{
		max-height: 50px;
		margin-top: 2px;
		margin-bottom: -25px;
	}
	header p{
		font-size: 11px;
		margin-top: 25px;
		margin-bottom: -25px;
	}
}
@media only screen and (max-width : 991px) {
	header{
		margin-bottom: 30px;
	}
	.header brand {
		padding-right: 40px;
	}
	.brand img{
		max-height: 50px;
		margin-top: 2px;
		margin-bottom: -25px;
	}
	header p{
		font-size: 11px;
		margin-top: 15px;
		margin-bottom: -25px;
	}
}
@media only screen and (max-width : 767px) {
	header{
		margin-bottom: 30px;
	}
	.header brand {
		padding-right: 40px;
	}
	.brand img{
		max-height: 40px;
		margin-top: 2px;
		margin-bottom: -25px;
		margin-left: 5px;
	}
	header p{
		font-size: 10px;
		margin-top: 15px;
		margin-bottom: -25px;
	}	
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 497px) {
	header{
		margin-bottom: 30px;
	}
	.header brand {
		padding-right: 40px;
	}
	.brand img{
		max-height: 30px;
		margin-top: 2px;
		margin-bottom: -25px;
		margin-left: 5px;
	}
	header p{
		font-size: 9px;
		margin-top: 15px;
		margin-bottom: -25px;
	}		
}
/* Стиль хедера */









.grid_3 h1{
	margin-left: 500;
	margin-right: 0;
}
.grid_3 h2{
	margin-left: 0;
	margin-right: 0;
}
.grid_3 h3{
	margin-left: 0;
	margin-right: 0;
}
#shop_info {
  clear: both;
  margin: 20px 0 27px 0;
  padding: 19px 0 0 0;
  font-size: 11px;
  color: #555;
  background: url(../images/shop_info.gif) repeat-x top left;
}  
#shop_info_wrap {
  padding: 0 0 28px 0;
  background: url(../images/shop_info.gif) repeat-x bottom left;
}
#shop_info h2 {
  margin-bottom: 14px;
  font-size: 20px;
  color: #888;
  border-bottom: 1px solid #e3e3e3;
} 
#shop_description {font-size: 11px;}
#shop_description h2 {
  text-indent: 30px;
  background: url(../images/i_cart_24.png) no-repeat -1px 7px;
}
#shop_description p {margin-right: 10px;}
.s_phone_32,
.s_fax_32,
.s_mobile_32,
.s_mail_32,
.s_skype_32
{
  background-image: url(../images/info_icons.png);
  background-color: #4cb1ca;
}
.s_phone_32 {background-position: 0 0 !important;}
.s_mobile_32 {background-position: 0 -32px !important;}
.s_mail_32 {background-position: 0 -64px !important;}
.s_skype_32 {background-position: 0 -96px !important;}
.s_fax_32 {background-position: 0 -128px !important;}
#twitter h2 {
  text-indent: 30px;
  background: url(../images/i_twitter_24.png) no-repeat 0 8px;
}
#twitter li {
  margin-bottom: 18px;
  padding-left: 30px;
  background: url(../images/quotes.png) no-repeat 0 4px;
}
#twitter li a {
  display: block;
  font-style: normal;
  font-size: 10px !important;
  color: #bbb;
}
#twitter li span,
#twitter li span *
{
  line-height: 16px;
  font-size: 11px !important;
  font-family: Georgia, Arial, Helvetica, sans-serif !important;
  font-style: italic !important;
  word-wrap: break-word;
}
#twitter li span * {
  display: inline !important;
  margin: 0;
  padding: 0;
}
#twitter li span a {
  color: #4cb1ca;
}
#twitter li span:after {
  visibility: hidden;
  content: "."
}
#twitter ul {
  margin-bottom: -20px;
}
#facebook h2 {
  text-indent: 30px;
  background: url(../images/i_facebook_24.png) no-repeat 0 8px;
}
#facebook .s_widget_holder {
  margin-top: -46px;
}
 #shop_contacts {
  font-size: 12px;
}
#shop_contacts h2 {
  text-indent: 30px;
  background: url(../images/i_contacts_24.png) no-repeat 0 8px;
}
#shop_contacts td {
  height: 52px;
  padding-bottom: 18px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: content-box;
}
#shop_contacts tr.s_webkit td {
	height: 32px !important;
}
#shop_contacts tr:last-child td {
  height: 32px;
  padding-bottom: 0 !important;
}
#shop_contacts .s_icon_32 {
  display: inline-block;
} 
  
  
  
  




/* Стили карточки товара */
.preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (max-width: 996px) {
    .preview {
      margin-bottom: 20px; } }


.preview-pic {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.preview-thumbnail.nav-tabs {
  border: none;
  margin-top: 5px; }
  .preview-thumbnail.nav-tabs li {
    width: 18%;
    margin-right: 2.5%; }
    .preview-thumbnail.nav-tabs li img {
      max-width: 100%;
      display: block; }
    .preview-thumbnail.nav-tabs li a {
      padding: 0;
      margin: 0; }
    .preview-thumbnail.nav-tabs li:last-of-type {
      margin-right: 0; }

.tab-content {
  overflow: hidden; }
  .tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
            animation-name: opacity;
    -webkit-animation-duration: 1.10s;
            animation-duration: 1.10s; }

.card {
  margin-left: -10px;
  margin-top: 30px;
  line-height: 1.5em; }

@media screen and (min-width: 997px) {
  .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.colors {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.product-title, .price, .sizes, .colors {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: regular; }

.checked, .price span {
  color: #ff9f1a; }

.product-title, .rating, .product-description, .price, .vote, .sizes {
  margin-bottom: 12px; }

.rating{
	color: #9999ab;
}
.product-title {
  margin-top: 0; }

.size {
  margin-right: 10px; }
  .size:first-of-type {
    margin-left: 40px; }

.color {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  height: 2em;
  width: 2em;
  border-radius: 20px; }
  .color:first-of-type {
    margin-left: 20px; }

.add-to-cart, .like {
  background: #ff9f1a;
  padding: 1.2em 1.5em;
  border: none;
  text-transform: UPPERCASE;
  font-weight: bold;
  color: #fff;
  -webkit-transition: background .3s ease;
          transition: background .3s ease; }
  .add-to-cart:hover, .like:hover {
    background: #b36800;
    color: #fff; }

.not-available {
  text-align: center;
  line-height: 2em; }
  .not-available:before {
    font-family: fontawesome;
    content: "\f00d";
    color: #fff; }

.orange {
  background: #ff9f1a; }

.green {
  background: #85ad00; }

.blue {
  background: #0076ad; }

.tooltip-inner {
  padding: 1.3em; }

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

/*# sourceMappingURL=style.css.map */









/* К этим фигуркам подойдет: */
.controls
{
    margin-top: 0px;
	margin-bottom: 30px;
	margin-right: 30px;
}
[data-slide="prev"]
{
    margin-right: 10px;
}
/* К этим фигуркам подойдет: */







 /* For Contact Section*/
            #map{

                height:650px;
                width:100%;
                position:relative;
                overflow:hidden;
            }


            .contact-form-area{
                position:absolute;
                bottom:40px;
                background:rgba(0, 0, 0, 0.6);
                padding:30px;
                width:85%;
                border:1px solid #cdcaca;
                border-radius:5px;
                -webkit-border-radius:5px;
                -moz-border-radius:5px;
                margin-bottom:30px;
                -ms-border-radius:5px;
                box-shadow:1px 1px 1px 0 rgba(55,50,40, .10);
                -webkit-box-shadow:1px 1px 1px 0 rgba(55,50,40, .10);
                -moz-box-shadow:1px 1px 1px 0 rgba(55,50,40, .10);
                -ms-box-shadow:1px 1px 1px 0 rgba(55,50,40, .10);

            }
            .contact-form-area form h3{
                font-size:36px;
                color:#fff;
                font-family: 'latobold';
                margin-bottom:20px;
            }
            .form-control {
                height: 35px;
                border: none;
            }
            .contact-form-area form .contact-btn{
                background: #dcdcdc;
                padding: 10px 70px;
                color: #000000;
                -webkit-transition: all 0.5s;
                -moz-transition: all 0.5s;
                -o-transition: all 0.5s;
                -ms-transition: all 0.5s;
                transition: all 0.5s;
            }
            .contact-form-area form .contact-btn:hover{
                background:#fff;
            }
			
			
			
			
			
			
			
			
/*blink*/
@-webkit-keyframes pulsate { 
	50% { color: #fff; 
	text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #fff; } 
} 
@keyframes pulsate {
	50% { color: #fff; 
	text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #fff; } 
} 
#blink { 
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	color: rgb(245,245,245); 
	background: #2a2c2b;
	padding: 6px 8px;
	border-radius: 7px;
	margin: 0;
	background-color: rgba(255,0,0, 0.6);
	-webkit-animation: pulsate 1.2s linear infinite; 
	animation: pulsate 1.2s linear infinite; 
}			
		
			
	





	
/*Иконки соцсетей*/	

.socialmedia{	
	-webkit-transition: all 0.5s ease-in-out;
	margin-top: 20px;	
	margin-left: 10px;	
    display: block;
    float: right;
	cursor: pointer;
    width: 30px;
    height: 30px;
    /*border:1px solid #ddd;  add border to the buttons 
    box-shadow: 0 3px 3px #bab9b9; */
    border-radius: 27px;
}
/*.socialmedia:hover{
    -webkit-transform: scale(1.1);
    background: #ffffff;*/
}

.socialmediabox{
	display: none;	
	}


@media only screen and (max-width : 1050px) {
	.socialmedia{
	margin-top: 15px;	
	margin-left: 10px;
    width: 25px;
    height: 25px;	
	}	
	.socialmediabox{
	display: none;	
	}
}	
@media only screen and (max-width : 980px) {
	.socialmedia{
	margin-top: 15px;	
	margin-left: 10px;
    width: 25px;
    height: 25px;
	}	
}	
@media only screen and (max-width : 800px) {
	.socialmedia{
	margin-top: 15px;	
	margin-left: 10px;
    width: 25px;
    height: 25px;
	}	
}	
@media only screen and (max-width : 770px) {
	.socialmedia{
	margin-top: 15px;	
	margin-left: 10px;
    width: 25px;
    height: 25px;
	}	
}
@media only screen and (max-width : 648px) {
	.socialmedia{
	margin-top: 15px;	
	margin-left: 10px;
    width: 20px;
    height: 20px;
	}	
}
@media only screen and (max-width : 560px) {
	.socialmedia{
	margin-top: 15px;	
	margin-left: 10px;
    width: 15px;
    height: 15px;
	}	
}
@media only screen and (max-width : 360px) {
	.socialmedia{
	margin-top: 15px;	
	margin-left: 10px;
    width: 15px;
    height: 15px;
	}	
	.socialmediabox{
	margin-left: -20px;	
	}
}
@media only screen and (max-width : 280px) {
	.socialmedia{
	margin-top: 15px;	
	margin-left: 5px;
    width: 15px;
    height: 15px;
	}	
	.socialmediabox{
	margin-left: -20px;	
	}
}






#map {
        width: 640px; height: 200px;
}
@media (max-width: 320px) {
      #map {
        width: 260px; height: 300px;
      }
}
















    h4{
    	font-weight: 300;
		color: #125a93;
	}
	p{
		font-size: 12px;
		margin-top: 5px;
		color: #125a93;
	}
	.price{
		font-size: 12px;
    	margin: 0 auto;
    	color: #219fd1;
	}
	.right{
		float:right;
		border-bottom: 2px solid #4B8E4B;
	}
	.thumbnail{
		
		-webkit-transition: all 0.5s; 
		transition: all 0.5s;
	}
	.line{
		margin-bottom: 5px;
	}
	@media screen and (max-width: 770px) {
		.right{
			float:left;
			width: 100%;
		}
	}