@import "grid.css";
@import "../fonts/font-awesome.min.css";
@import "camera.css";
@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700);

/* Content:
1. Global
2. Typography
3. Basic elements/styles
4. Auxiliary styles
5. Main layout elements/styles
6. Contact page styles
7. Media query styles

/*css*/
html,
body {
  font: 13px/20px Arial, sans-serif;
  font-family: 'Ubuntu', sans-serif;
  color: #686d6e;
  min-width: 300px;
  background: #91b6c8 url(../images/bg-1.png) 0 0 repeat;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(-55deg, #0b3646, #193f50);
  background-image: linear-gradient(-55deg, #0b3646, #193f50);
  position: relative;
}
* {
  -webkit-text-size-adjust: none;
}


/*=================== 1. Typography ========================*/
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
.a-hov,
.text-3 {
  transition: all 0.4s ease;
}
.a-hov:hover,
.text-3 a:hover {
  color: #f74f42;
} 
ul li a {
  transition: all 0.4s ease;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}
h1 {
  float: left;
  width: 420px;
  position: relative;
}
h1 a {
  display: block;
}
.bgside{
	background: url(../images/content/bg-side.png) bottom right no-repeat;
	padding-bottom: 20px;
	}
.page-home 	.bgside{ padding-bottom: 51px;}
.bgmain{
		background: url(../images/content/bg-main.png) top right no-repeat;
}
.bgmain.v2{ background: none;}
.btn {
    background: #0a3542 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-family: "Open Sans",sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 10px 60px 13px 18px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    vertical-align: middle;
}
.page-home .bgmain.grid_8 .btn { float: right;}
.btn:hover {
    background: #9d2220 none repeat scroll 0 0;
}
.btn span {
    display: inline-block;
}
.btn:after {
    background: #9d2220 url("../images/arrow-3.gif") no-repeat scroll center center;
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 43px;
}	
.header_bottom h1 a{ background:#f4f4f4 }
h1:after {
  /*position: absolute;
  content: "";
  left: 71px;
  bottom: -34px;
  border: 17px solid;
  border-color: #9d2220 transparent transparent transparent;
  width: 0;
  height: 0;*/
}
h2 {
  font-size: 24px;
  line-height: 24px;
  color: #0a3542;
  padding-top: 10px;
  letter-spacing: -1px;
  padding-bottom: 10px;
}

h3 {
  padding-bottom: 32px;
  font-size: 26px;
  line-height: 26px;
  font-weight: 300;
  color: #686d6e;
}
.grid_8.bgmain  h3{ padding-bottom:10px;}
.grid_8.bgmain .row h3{ font-size:130%; font-weight: bold}
.row.greyBG{
	background: #f5f5f5;
	margin-left: 0;
}
.row.blueBG{
	background: #0a3542;
	margin-left: 0;
	padding: 30px;
	margin-top: 20px;
}
 .row.blueBG { color: #fff;}
.row.blueBG h2{ color: #fff; padding-top:0;}
.title-1 {
  padding-top: 40px;
  padding-bottom: 7px;
  margin-bottom: 34px;
  font-size: 72px;
  line-height: 72px;
  color: #3b3f3f;
  font-weight: 500;
  border-bottom: 1px solid #e9ecee;
}
.f-list{ margin-bottom:20px;} 
.f-list li:before {
	content: "\f105";
	position: absolute;
	left: 0;
	top: 4px;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.f-list li {
    display: block;
	padding-left: 17px;
    position: relative;
	color: #555;
}
.text-1 {
  color: #686d6e;
}
.text-2 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 500;
}
.services-page .card-1 .text-2{
	font-size: 18px; line-height:18px;
}
.text-3 {
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
  color: #686d6e;
}
p.text-3 {
  padding-bottom: 13px;
}
.text-4 {
  font-weight: 500;
  color: #9d2220;
  font-size: 35px;
  line-height: 40px;
}
.text-4 span {
  font-size: 30px;
  line-height: 41px;
}


/*exceptions*/
h2 + .text-3 {
  padding-top: 0px;
}
h2.style-1 {
  padding-top: 63px;
}





/*================================Basic elements/styles ==============================*/
.link {
  font-size: 16px;
  color: #9d2220;
  position: relative;
  display: inline-block;
  margin-top: 11px;
  padding-right: 16px;
}
.link:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  content: "\f105";
  right: 0px;
  bottom: 0;
  top: 5px;
}
.link:hover {
  color: #83bfc2;
}
.link-1:hover {
  text-decoration: underline;
}
.link-1 span {
  color: #686d6e;
}
/*.btn {
    margin-top: 18px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    transition: all 0.4s ease;
    background: #f5f8f9;
    font-size: 14px;
    line-height: 23px;
    padding: 10px 10px 28px;
    font-weight: 300;
    border: 1px solid #e4eef2;
    color: #686d6e;
}*/
.btn i {
  margin-top: 7px;
  padding-left: 10px;
  font-size: 16px;
  line-height: 16px;
  color: #686d6e;
  transition: all .4s ease;
}
.btn:hover {
    color: #fff;
    background: #9d2220;
}
.btn:hover i {
    color: #fff;
}
.listing li {
  padding-left: 20px;
  position: relative;
}
ol .listing li{
	margin-left: 10px;}
	ol li strong{ font-weight: bold;}
.listing li:after {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  font-size: 18px;
  color: #9d2220;
}
.listing li + li {
  margin-top: 15px;
}
.listing li a:hover {
  color: #f74f42;
}



/*auxiliary*/
.img-ind {
  float: left;
  margin-right: 20px;
  margin-top: 6px;
}
.wrapper {
  width: 100%;
  position: relative;
  margin-bottom: 14px;
}
.extra-wrap {
  overflow: hidden;
}
.grid_inside {
  margin-left: -30px;
}
.aligncenter {
  text-align: center !important;
}
.alignleft {
  text-align: left !important;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.h-underline:hover {
  text-decoration: underline;
}
.underline {
  text-decoration: underline;
}
.upp {
  text-transform: uppercase;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.pad-left {
  padding-left: 30px;
}
p {
  padding-bottom: 10px;
}



  /*backgrounds*/
  .bg-1 {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: url(../images/bg-1.png) 0 0 repeat;
      z-index: 0;
  }
  .bg-2 {
      margin: 0 auto;
      width: 100%;
      padding-top: 0px;
	  position: relative;
	  z-index:5;
  }
  .mainLogoTop{ 
  background-image: -webkit-linear-gradient(-55deg, #f7f7f7, #fff);
  background-image: linear-gradient(-55deg, #f7f7f7, #fff);
  position: relative;
  z-index:100;
  }
 .mainLogoTop .container{   background: url(../images/content/bg-main.png) 50% 50% no-repeat;}
  .mainLogoTop h2.titleTop{ padding-top: 5%; float: right; font-size: 18px}
  .bg-2 > .inside {
      margin-top: 0px;
	  padding-top: 44px;
      background: #fff;
      -webkit-box-shadow: 0 0px 10px 0px #000;
      -moz-box-shadow: 0 0px 10px 0px #000;
      box-shadow: 0 0px 10px 0px #000;
  }
  .main .bg-2 {
      position: relative;
      margin-top: -17px;
  }
  .main .bg-2-shadow {
      position: absolute;
      left: 0;
      right: 0;
      bottom: -45px;
      height: 102px;
      background: url(../images/bg-2.png) 0 center no-repeat;
      background-size: 100% auto;
      z-index: 0;
      padding-bottom: 0;
  }






  .main > .bg-2_wrapper {
      padding-top: 11px;
      padding-bottom: 51px;
      position: relative;
      z-index: 14;
      background: #fff;
  }
  .page-home .main > .bg-2_wrapper {
      padding-top: 17px;
  }
  
  /*================================ 2. Main layout styles ================================*/
  


  /************Header************/


header,
.main,
footer {
position: relative;
z-index: 2;
}
footer .soc_icons {
    display: block;
    margin-left: 1px;
    margin-top: 20px;
    position: relative;
    text-align: left;
    white-space: nowrap;
}

footer .soc_icons i {
    font: 30px/60px "FontAwesome";
}
footer .soc_icons > li > a {
    background: #9d2220 none repeat scroll 0 0;
    border-radius: 500px;
    color: #fff;
    display: inline-block;
    font: 30px/60px "FontAwesome";
    height: 60px;
    position: relative;
    text-align: center;
    transition: all 0.4s ease-out 0s;
    width: 60px;
}
footer .soc_icons > li:nth-child(1) > a{ background: #5ea9dd }
footer .soc_icons > li:nth-child(2) > a{ background: #0274b3 }
footer .soc_icons > li > a:hover {
    background: #fff none repeat scroll 0 0;
	color:#9d2220
}
footer .select-menu{ display: none !important}
footer .sf-menu > li{ margin-left: 0; float: left; width: 130px;}
footer .sf-menu > li > a{
	font-size: 12px; padding: 0;}
footer .soc_icons > li {
    display: inline-block;
    margin-right: 5px;
    position: relative;
}
header {
z-index: 102;
}
.slider {
overflow: hidden;
position: relative;
}
.slider .camera_caption > div {
background: none;
font-size: 32px;
line-height: 32px;
color: #fff;
}
.slider .slider-text {
text-align: right;
padding-right: 28px;
font-weight: 500;
padding-bottom: 30px;
letter-spacing: -1.3px;
text-shadow: rgb(3, 3, 3) 0px 0px 12px;
-webkit-text-shadow: rgb(3, 3, 3) 0px 0px 12px;
}
.slider .camera_wrap {
margin-bottom: 0 !important;
height: 369px !important;
}
.slider .camera_wrap .camera_pag {
position: absolute;
bottom: -10px;
left: 30px;
}
.slider .camera_wrap .camera_pag .camera_pag_ul li {
background: url(../images/camera_pag.png) right 0 no-repeat;
width: 19px;
height: 20px;
margin: 20px 3px;
}
.slider .camera_wrap .camera_pag .camera_pag_ul li span {
display: none;
}
.slider .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent,
.slider .camera_wrap .camera_pag .camera_pag_ul li:hover {
background: url(../images/camera_pag.png) 0 0 no-repeat;
}
.slider:after {
position: absolute;
content: "";

left: 0;
right: 0;
top: 0;
}
.header_top {
position: absolute;
top: -46px;
  background-image: -webkit-linear-gradient(-55deg, #0b3646, #193f50);
  background-image: linear-gradient(-55deg, #0b3646, #193f50);

}
.header_top.container{ width:100%;}
.header_top .row{
  background: url(../images/bg-1.png) repeat;
 }
.header_top .row,
.bgmain .row { margin-left:0;}
.bgmain .row{
	padding: 20px;
	background: #cfcfcf url(../images/content/bg-sub-grey.png) bottom right no-repeat; 
	}
.header_bottom {

}
.header_main{ background:#9e2220;}
.header_img {
overflow: hidden;
position: relative;
text-align: center;
}
.header_img img {
/*min-width: 1170px;*/
}
.grid_4 .listing{ margin-left: 20px;}
.header_img .abs {
position: absolute;
bottom: 0px;
left: 0;
font-size: 32px;
line-height: 32px;
color: #fff;
text-align: right;
padding-right: 48px;
font-weight: 500;
padding-bottom: 40px;
letter-spacing: -1.3px;
right: 0;
text-shadow: rgb(3, 3, 3) 0px 0px 12px;
display: none;

}
.header_img:after {
position: absolute;
content: "";

left: 0;
right: 0;
top: 0;
}




/************Content***********/
.main {
z-index: 3;
position: relative;
}
.block-1 .text-1 {
width: 90%;
}
.post_title {
padding-top: 33px;
}
.post_title h2 {
padding-top: 7px;
}
.post_title .box-price {
margin-left: 40px;
float: right;
text-align: right;
font-weight: 500;
font-size: 72px;
line-height: 72px;
color: #9d2220;
letter-spacing: -2px;
}
.post_title .box-price span {
display: block;
font-size: 15px;
line-height: 15px;
letter-spacing: 0;
}
.post_title + h3 {
padding-top: 2px;
}
.card-1 {
margin-top: 10px;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.card-1 .inside {
padding: 24px;
}
.page-home .card-1.blue3 .inside,
.page-home .card-1.blue:last-child .inside{ padding-right: 15px;}
.card-1 .inside i {
font-size: 56px;
line-height: 58px;
}
.card-1 .link {
margin-top: 6px;
border-bottom: 1px solid  transparent;
}
.card-1 .link:hover {
    border-bottom: 1px solid #83bfc2;
}
.card-1 .text-2 {
padding-top: 12px;
letter-spacing: -1px;
font-size: 24px;
}
.card-1.blue2 {
background: #0a3542 url(../images/opac-1-long.png) right bottom no-repeat !important;
color: #fff;
background-size: 100% 100%;
}
.card-1.blue2 .link,
.card-1.blue2 .text-2 {
color: #fff;
}
.card-1.blue3 {
background: #f4f4f4 url(../images/opac-1.png);
background-size: 100% 100%;
color: #fff;
}
.card-1.blue3 .link,
.card-1.blue3 .text-2 {
color: #fff;
}
.card-1.blue3 i {
font-size: 46px;
}
.card-1.blue {
background: #0A3542	 url(../images/opac-1.png);
background-size: 100% 100%;

}
.team-page .card-1 h2{color: #8db1c2; margin: 10px;}
.card-1.blue .link,
.card-1.blue .text-2 {

}
.card-1.blue i {
font-size: 46px;
}
.card-1 .card-1_bg {
height: 59px;
background: url(../images/page-3_img-1.png) 0 0 no-repeat;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.card-1 {
background: #f4f4f4 url(../images/content/bg-side.png) !important;
color: #0a3542;
background-size: 100% 100%;
}
.card-1:hover .link,
.card-1:hover .text-2 {
color: inherit;
}
.card-1:hover .card-1_bg {
background: url(../images/page-3_img-2.png) 0 0 no-repeat;
}
.dropcap {
margin-top: -8px;
}
.dropcap .item {
margin-left: 8px;
}
.dropcap .item + .item {
margin-top: 12px;
}
.dropcap .numb {
float: left;
margin-right: 22px;
font-weight: 500;
line-height: 68px;
font-size: 68px;
color: #9d2220;
background: #0a3542;
	    border-radius: 500px;
		height: 60px;
		width: 60px;
		text-align: center;
		padding: 10px;
}
.img2{ 
	margin:0 auto;	
}
.dropcap .item:first-child .numb{ margin-top: 43px;}
.dropcap .item:first-child .extra-wrap h2{
	 margin-top: 46px;padding: 0; padding-bottom:11px;
}
.dropcap .item .extra-wrap h2{
	 margin-top: 0px;padding: 0; padding-bottom:11px;
}
.dropcap .numb + div {
margin-top: 6px;
}
.testimonials .testimonils_item {
position: relative;
padding-left: 70px;
margin-top: -6px;
}
.testimonials .testimonils_item:before {
position: absolute;
content: "“";
left: 10px;
top: 0;
font-size: 75px;
color: #9d2220;
line-height: 75px;
font-weight: 500;
}
.testimonials .testimonils_item .inside {
padding-top: 6px;
}
.testimonials .testimonils_item a:hover {
text-decoration: underline;
}
.testimonials .user-name {
text-align: right;
padding-right: 38px;
}
.testimonials .testimonils_item + .testimonils_item {
margin-top: 14px;
}
.block-team {
margin-right: -31px;
margin-top: -31px;
}
.box-1 {
float: left;
width: 236px;
margin-right: 31px;
margin-top: 37px;
}
.sample_cuisines {
margin-left: -30px;
}
.sample_cuisines > div {
margin-top: 6px;
}
.block-3 {
padding-bottom: 14px;
}
.folio {
margin-top: -25px;
}
.box-2 {
margin-top: 30px;
background: #9d2220;
font-size: 26px;
line-height: 28px;
color: #fff;
font-weight: 300;
}
.box-2 .inside {
padding: 17px 21px 18px;
}
.box-2 .inside a {
transition: all .4s ease;
}
.box-2 .inside a:hover {
color: #3c5c6a;
}
.post {
padding-top: 115px;
text-align: right;
line-height: 16px;
}
.post .ins span {
display: inline-block;
}
.post .ins a { transition: all .4s ease;}
.post .ins a:hover {
color: #9d2220;
}
.post .st-1 {
font-size: 16px;
}
.post .st-2 {
font-size: 10px;
padding-top: 4px;
}
.post .st-3 {
font-size: 13px;
padding-top: 2px;
}
.post .st-4 {
font-size: 15px;
}
.post .st-5 {
font-size: 11px;
padding-top: 2px;
}
.post .st-6 {
font-size: 14px;
}
.post .st-7 {
font-size: 16px;
}
.post .st-8 {
font-size: 16px;
}
.post .ins {
padding-left: 20%;
}
.post .post_info {
padding-top: 21px;
text-align: right;
font-size: 13px;
line-height: 21px;
color: #686d6e;
}
.post .post_info a:hover {
text-decoration: underline;
}
.post + .post {
padding-top: 59px;
}
.post_article-short p.text-3 {
padding-bottom: 20px;
}
.post_article-short .link {
margin-top: 18px;
}
.post_article-short + .post_article-short {
margin-top: 33px;
}


/*contacts*/
address i{ margin-right:10px; margin-top: 5px;  float: left;}
address i.fa-print{ margin-bottom: 0;}
.map_wrapper .address a {
text-decoration: none;
}
.map_wrapper .address a:hover {
text-decoration: underline;
}
.map_wrapper .address span {
display: inline-block;
width: 86px;
}
.map_wrapper .address span.e-mail {
display: inline-block;
width: auto;
}
.map_wrapper dt {
font-size: 13px;
line-height: 20px;
color: #686d6e;
font-weight: 400;
}
.map_wrapper dl.address dd span {
text-align: left;
}
#map_canvas {
width: 94%;
height: 292px;
margin-top: -5px;
margin-bottom: 12px;
}
#contact-form {
position: relative;
margin-top: -7px;
}
#contact-form label {
display: inline-block;
position: relative;
min-height: 56px;
width: 444px;
}
#contact-form label.message {
width: 100%;
}
#contact-form label input,
#contact-form label textarea {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
position: relative;
float: left;
border-radius: 0;
outline: none;
box-shadow: none;
width: 100%;
font: 13px/18px Arial, sans-serif;
font-family: 'Ubuntu', sans-serif;
color: #9aa1a3;
background: #ffffff;
border: 1px solid #d0d4d5;
-webkit-appearance: none;
}
#contact-form label input {
height: 41px;
padding: 11px 7px 10px 15px;
outline: none;
width: 100%;
}
#contact-form label textarea {
height: 211px;
overflow: auto;
width: 100%;
padding: 11px 7px 10px 15px;
margin: 0px;
resize: none;
}
#contact-form span {
display: block;
}
#contact-form ._placeholder {
position: absolute;
/*!*/
left: 0;
right: 0;
top: 0;
bottom: 0;
cursor: text;
width: 100% !important;
padding: 11px 7px 10px 15px;
opacity: .99;
display: block;
width: 100%;
font: 13px/18px Arial, sans-serif;
font-family: 'Ubuntu', sans-serif;
color: #9aa1a3;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
#contact-form ._placeholder.focused {
opacity: .4;
}
#contact-form ._placeholder.hidden {
display: none;
}
#contact-form .message {
width: 100%;
}
#contact-form .error-message,
#contact-form .empty-message {
height: 0;
overflow: hidden;
font: 10px/20px Arial;
-webkit-transition: 0.3s ease-in height;
-moz-transition: 0.3s ease-in height;
-o-transition: 0.3s ease-in height;
transition: 0.3s ease-in height;
position: absolute;
right: 10px;
top: 0;
}
#contact-form .message .error-message,
#contact-form .message .empty-message {
right: 3px;
}
#contact-form .invalid .error-message,
#contact-form .empty .empty-message {
height: 20px;
}
#contact-form .success-message {
position: absolute;
overflow: hidden;
height: 0;
left: 0;
top: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
z-index: 10;
text-align: center;
-webkit-transition: all 0.7s linear;
-moz-transition: all 0.7s linear;
-o-transition: all 0.7s linear;
transition: all 0.7s linear;
padding: 0px 0;
width: 100%;
font: 13px/18px Arial, sans-serif;
font-family: 'Ubuntu', sans-serif;
color: #9aa1a3;
background: #ffffff;
}
#contact-form.success .success-message {
padding: 80px 0;
border: 1px solid #d0d4d5;
-webkit-transition: all 0.7s linear;
-moz-transition: all 0.7s linear;
-o-transition: all 0.7s linear;
transition: all 0.7s linear;
}
.form_buttons {
text-align: right;
}
    .form_buttons a {
      margin-top: 24px;
      margin-right: 20px;
    }
    .form_buttons a + a {
      margin-left: 30px;
    }




/************Footer************/
footer {
    padding-top: 50px;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    padding-bottom: 30px;
	background-image: url(../images/bg-1.png) repeat;
  background-image: -webkit-linear-gradient(-55deg, #0b3646, #193f50);
  background-image: linear-gradient(-55deg, #0b3646, #193f50);
  
	
}
.copyright {
    margin-top: 3px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
}
.copyright img {
    margin-top: -3px;
    margin-right: 8px;
	float: left;
}
.copyright br {
    display: none;
}
.footer_col {
    margin-top: 3px;
    text-align: right;
}
.footer_col .address {
    margin-top: 5px;
}
.footer_col .address + .address {
    margin-top: 26px;
}
.footer_listing {
    text-transform: uppercase;
}
.footer_listing li {
    line-height: 20px;
}
.footer_listing li a:hover {
    text-decoration: underline;
}


/*toTop*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    cursor: pointer;
    overflow: hidden;
    width: 35px;
    height: 37px;
    border: none;
    z-index: 20;
    margin-right: -670px !important;
    right: 50%;
    bottom: 20px;
}
#toTop:after {
    content: "\f0aa";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size: 32px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    color: #9d2220;
}
#toTop:hover:after {
    color: #e9e9e8;
}
#toTop:active,
#toTop:focus {
    outline: none;
}


/*touch-touch*/
.magnifier {
    position: relative;
    display: block;
    background: url(../images/magnifier.png) center center no-repeat #000000;
}
.magnifier img {
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.magnifier:hover img {
    opacity: 0.4;
}




  /*===================RESPONSIVE LAYOUTS=========================*/

@media (max-width: 1270px) {
.bg-2 {width: 100%;}
}

@media (min-width: 1220px) {
.container {  padding: 0;}
}

@media (max-width: 1220px) {
h1 img {
    width: 100%;
}
h1 {
    width: 33%;
}
.block-team {
    margin-right: 0;
}
.box-1 {
    float: left;
    width: 31%;
    margin-right: 1%;
    margin-left: 1%;
}
.w1 {
    width: 40%;
}
.text-2 {
    font-size: 36px;
    line-height: 38px;
}
.slider .camera_wrap {
    height: 369px;
}
}
@media only screen and (max-width: 995px) {
  .post_title .box-price {
    float: none;
}
.card-1 .text-2 {
    font-size: 30px;
    line-height: 32px;
}
.sample_cuisines {
    margin-left: -20px;
}
/*contacts*/
#contact-form label {
    display: block;
    width: 100%;
}
#contact-form label textarea {
    width: 100%;
}
#map_canvas {
    width: 100%;
}
.slider .camera_wrap {
    height: 216px;
}
}
@media only screen and (max-width: 767px) {
    h1 a {
        min-height: 150px;
        background: #9d2220;
    }
  .slider .camera_caption > div,
  .header_img .abs {
    font-size: 20px;
    line-height: 25px;
}
.slider .camera_wrap {
    height: 188px;
}
.main .bg-2-shadow {
    bottom: -54px;
}
.post {
    text-align: left;
}
.post .ins {
    padding-left: 0;
}
footer .footer_col {
    text-align: left;
    margin-bottom: 20px;
}
.sample_cuisines {
    margin-left: 0;
}
.sample_cuisines > div {
    margin-top: 40px;
}
.sample_cuisines .item {
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
    float: left;
}
/*contacts*/
#contact-form .success {
    left: 0;
    right: 0;
}
.map_wrapper .address {
    width: 100%;
}
#contact-form label textarea {
    height: 200px;
}
#contact-form label.message ._placeholder {
    height: 200px;
}
}
@media only screen and (max-width: 479px) {
h1 {
    width: 100%;
    float: none;
    text-align: center;
}
h1 a {
        min-height: 0;
        background: none;
    }
h1 img {
    width: 270px;
}
h1:after {
    left: 109px;
}
.slider .camera_wrap {
    height: 182px;
}
.slider {
    margin-top: 40px;
}
.header_top {
    right: 0px;
    left: 0px;
}
.box-1 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.post_article-short .img-ind {
    float: none;
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
}
.post_article-short + .post_article-short {
    margin-top: 40px;
}
.slider,
.header_img {
    margin-top: 20px;
}
.copyright br {
    display: block;
}
}
/*Core variables and mixins*/
