﻿@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import "animate.css";
@import "touchTouch.css";
@import url(//fonts.googleapis.com/css?family=Open+Sans);

@import url(//fonts.googleapis.com/css?family=Calligraffitti);
@import url(//fonts.googleapis.com/css?family=Fondamento);
@import url(//fonts.googleapis.com/css?family=Roboto:400,700,900);
/*========================================================
										Main variables
=========================================================*/
/*hover color*/
/*hover 2 color*/
/*color of content*/
/*color of border*/
/*========================================================
										Typography
=========================================================*/
/*color of input fields in contact form*/
/*========================================================
										Main layout styles
=========================================================*/
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  min-width: 300px;
  background: #F7F5DD;
  color: #888888;
  font: 300 16px/28px "Open Sans", Arial, sans-serif;
  background: url(../images/Background.jpg) #ececec;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}
h1 {
  position: relative;
  display: inline-block;
  margin: 0;
  margin-top: 23px;
}
h1 img {
  max-width: inherit;
}
h2 {
  font: 900 42px/42px 'Roboto', Arial, sans-serif;
  color: #333;
  margin-top: 45px;
  text-transform: uppercase;
}
h3 {
  font: bold 34px/34px 'Fondamento', Arial, sans-serif;
  color: #ddd;
  margin-top: 8px;
  letter-spacing: 1px;
}
h4 {
  font: 900 40px/40px 'Roboto', Arial, sans-serif;
  color: #fff;
  margin-top: 111px;
}
/*========================================================
										HEADER styles
=========================================================*/
#header {
  background: #EFEBBC;
  padding: 3px 0 19px;
  position: relative;
  z-index: 100;
  text-align: center;
}
.content_header {
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: -2px;
}
/* Main menu styles
========================================================*/
/*========================================================
										menu variables
=========================================================*/
nav {
  margin-top: 24px;
}
.sf-menu {
  /*float: right;*/
  display: inline-block;
}
.sf-menu > li {
  float: left;
  position: relative;
  margin: 0 56px 0 0;
}
.sf-menu > li:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 19px;
  height: 2px;
  right: -38px;
  top: 12px;
  background: url(../images/menu_sep_line.png) no-repeat 0 0;
}
.sf-menu > li:last-child {
  margin: 0;
}
.sf-menu > li:last-child:before {
  display: none;
}
.sf-menu > li > a {
  display: inline-block;
  padding: 0;
  font: 300 16px/24px 'Open Sans', Arial, sans-serif;
  color: #333333;
  background: #EFEBBC;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  /* rollover line =============================================*/
}
.sf-menu > li > a:hover {
  color: #774303;
  background: #EFEBBC;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:hover strong {
  width: 100%;
  opacity: 1;
}
.sf-menu > li > a.sf-with-ul:after {
  content: '';
  position: absolute;
  width: 5px;
  bottom: 10px;
  left: 50%;
  pointer-events: none;
  z-index: 999;
  width: 0;
  height: 0;
  /*border-style: solid;
				border-width: 3px 3px 0 3px;
				border-color: #333 transparent transparent transparent;*/
}
.sf-menu > li > a strong {
  width: 0%;
  height: 6px;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 92px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*background: #fa9183;*/
  display: none;
  opacity: 0;
  /* css triangle =============================================*/
  /*&:before {
					content: "";
					display: block;
					width: 0; 
					height: 0; 
					border-left: 7px solid transparent;
					border-right: 7px solid transparent;
					border-bottom: 7px solid #fa9183; 
					position: absolute;
					top: -5px;
					left: 50%;
					margin-left: -3px;
				}*/
}
.sf-menu > li.current > a {
  color: #774303;
  background: #EFEBBC;
}
.sf-menu > li.current > a strong {
  width: 100%;
  opacity: 1;
}
.sf-menu > li.sfHover > a {
  color: #774303;
  background: #EFEBBC;
}
.sf-menu > li.sfHover > a strong {
  width: 100%;
  opacity: 1;
}
.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* First level sub-menu styles - submenu
========================================================*/
.sf-menu ul {
  position: absolute;
  top: 47px;
  left: -15px;
  background: #f0eef2;
  padding: 15px 0px 5px;
  width: 110px;
  z-index: 2;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*&:before{
		content: "";
		display: block;
		width: 0; 
		height: 0; 
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 7px solid @submenu-bg-color; 
		position: absolute;
		top: -5px;
		left: 50%;
		margin-left: -5px;
	}*/
}
.sf-menu ul li {
  position: relative;
  text-align: center;
  line-height: 25px;
  /* border-bottom: 1px solid #e0d2bd;
		border-bottom: 1px solid #fff; */
  margin-bottom: 10px;
}
.sf-menu ul li:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -1px;
  background: url(../images/menu_sep_line2.png) no-repeat 50% 0;
}
.sf-menu ul li:last-child:before {
  display: none;
}
.sf-menu ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.sf-menu ul li a {
  font: 13px/16px 'Open Sans', Arial, sans-serif;
  color: #444444;
  display: inline-block;
}
.sf-menu ul li a:hover {
  color: #774303;
}
.sf-menu ul li a.sf-with-ul:after {
  /*content: 'ï„‡';*/
  font-family: 'FontAwesome';
  position: absolute;
  width: 5px;
  font-size: 13px;
  line-height: 13px;
  font-weight: normal;
  color: #000;
  right: -4px;
  bottom: 1px;
  pointer-events: none;
  z-index: 999;
}
.sf-menu ul li.sfHover > a {
  color: #774303;
}
/* Second level sub-menu styles - submenu2
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -15px;
  left: 111px;
  background: #f0eef2;
  /*padding: 10px 10px;*/
  z-index: 4;
}
.sf-menu ul ul:before {
  display: none;
}
.sf-menu ul ul li {
  /*line-height: 30px;*/
}
.sf-menu ul ul li a {
  color: #444444;
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  .select-menu {
    display: block;
    width: 100%;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border: 2px solid #774303;
    position: relative;
    outline: none !important;
    z-index: 1000;
    margin-top: 10px;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  background: #fff;
  padding: 0px 0 2px;
  z-index: 999;
}
.isStuck h1 {
  /*height: 100px;*/
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
										USEFUL styles
=========================================================*/
a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
a:hover {
  color: #774303;
  text-decoration: none;
}
a.link1 {
  color: #000;
}
a.link1:hover {
  color: #eb6654;
}
.txt1 {
  font: 300 26px/28px 'Open Sans', Arial, sans-serif;
  color: #333;
  margin-top: 26px;
  margin-bottom: 27px;
}
.gall_section_txt {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 17px 10px 22px 21px;
  background: #ddd;
  margin-top: 1px;
}
.txt2 {
  font: 300 26px/28px 'Open Sans', Arial, sans-serif;
  color: #333;
  margin-top: 0px;
}
.txt3 {
  font: 300 16px/20px 'Open Sans', Arial, sans-serif;
  color: #888;
  margin-top: 21px;
}
.color1 {
  color: #774303;
}
.color2 {
  color: #EFEBBC;
}
.color3 {
  color: #EFEBBC;
}
.box,
.box2 {
  overflow: hidden;
}
.bold {
  font-weight: bold;
}
.fw400 {
  font-weight: 400;
}
.fw600 {
  font-weight: 600;
}
.fz15 {
  font-size: 15px;
}
.circle {
  overflow: hidden;
  border-radius: 1000px;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.clear {
  clear: both;
  width: 100%;
  font-size: 0;
  line-height: 0;
}
.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.txt_upp {
  text-transform: uppercase;
}
.txt_left {
  text-align: left;
}
.txt_right {
  text-align: right;
}
.txt_cntr {
  text-align: center;
}
.txt_ital {
  font-style: italic;
}
.txt_line_through {
  text-decoration: line-through;
}
.pos_rel {
  position: relative;
}
.txt_und {
  text-decoration: underline;
}
.padTop1 {
  padding-top: 10px;
}
.padBot1 {
  padding-bottom: 10px;
}
.padLeft1 {
  padding-left: 10px;
}
.padRight1 {
  padding-right: 10px;
}
.mar1 {
  margin: 0 7px;
}
.marTop0 {
  margin-top: 0px;
}
.marTop1 {
  margin-top: 67px !important;
}
.marTop2 {
  margin-top: 23px;
}
.marTop3 {
  margin-top: 20px;
}
.marTop4 {
  margin-top: 10px;
}
.marTop5 {
  margin-top: 30px;
}
.marTop6 {
  margin-top: 46px !important;
}
.hline {
  width: 100%;
  height: 2px;
  background: url(../images/hline.png) 0 0 repeat-x;
  margin-top: 42px;
  margin-bottom: 0px;
}
.year_section {
  color: #333;
  width: 120px;
  float: left;
  margin-right: 0;
}
.year_section.v2 {
  width: 80px;
}
.year_section.v3 {
  width: 160px;
}
.award_section p {
  margin-top: 0;
}
p {
  margin-top: 22px;
}
img {
  margin-bottom: 0px;
  max-width: 100%;
  height: auto;
}
.img_border {
  border: 1px solid #efefef;
  background: #f8f8f8;
  padding: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
}
.img1 {
  margin-top: 59px;
}
.img2 {
  margin-top: 18px;
  float: left;
  margin-right: 20px;
}
.img3 {
  margin-top: 30px;
  float: left;
  margin-right: 20px;
}
blockquote {
  background: url(../images/quote_sign.png) 4px 23px no-repeat;
  margin-top: 0px;
  overflow: hidden;
  padding-bottom: 10px;
}
.bq_txt1 {
  margin-top: 10px;
}
.bq_txt2 {
  font: 300 26px/26px 'Open Sans', Arial, sans-serif;
  color: #333;
  margin-top: 37px;
  letter-spacing: -1px;
}
.num_section {
  font: 300 52px/52px 'Roboto', Arial, sans-serif;
  float: left;
  color: #fa9183;
  width: 52px;
  display: block;
  margin-top: -10px;
}
.date_section {
  position: relative;
  width: 100%;
  max-width: 100px;
  background-color: #eb6654;
  float: left;
  text-align: center;
  margin-top: 43px;
  color: #fff;
  text-transform: uppercase;
}
.day {
  font: bold 37px/37px 'Open Sans', Arial, sans-serif;
  margin-top: 8px;
  display: block;
}
.month {
  font: 300 10px/12px 'Open Sans', Arial, sans-serif;
  margin-top: 3px;
  display: block;
}
/*========================================================
										LISTS
=========================================================*/
.listWithMarker {
  margin: 0;
  margin-top: 40px;
  margin-left: 106px;
  text-align: left;
}
.listWithMarker li {
  display: block;
  padding-left: 20px;
  background: url(../images/list_marker.png) 0px 14px no-repeat;
  padding-bottom: 20px;
  color: #fff;
  text-decoration: none;
  font: 300 26px/30px "Open Sans", Arial, sans-serif;
}
.listWithMarker li a:hover,
.listWithMarker li.current a {
  color: #000;
}
/*========================================================
										BUTTONS
=========================================================*/
.more_btn {
  display: inline-block;
  margin-top: 37px;
  padding: 16px 59px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  text-decoration: none;
  font: 18px/20px "Open Sans", Arial, sans-serif;
  color: #774303;
  border: 3px solid #774303;
  text-transform: uppercase;
}
.more_btn:hover {
  color: #fff;
  background: #774303;
}
.more_btn.v2 {
  color: #fff;
  background: #774303;
}
.more_btn.v2:hover {
  color: #774303;
  background: none;
}
.more_btn2 {
  display: inline-block;
  margin-top: 28px;
  text-decoration: none;
  font: 300 10px/18px "Open Sans", Arial, sans-serif;
  color: #6a6c76;
  text-transform: uppercase;
}
.more_btn2:hover {
  color: #774303;
}
/*********************************start magnifier2*************************************/
.magnifier2 {
  position: relative;
  /* display:block; */
  display: inline-block;
}
.zoom {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: url(../images/magnifier2.png) 50% 50% no-repeat;
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
}
a.magnifier2:hover .zoom {
  opacity: 1;
}
a.magnifier2 .zoom {
  opacity: 0;
}
/*********************************end magnifier2*************************************/
/*----------- start social icons ----------------*/
.soc_icons {
  position: relative;
  display: block;
  margin-top: 63px;
  white-space: nowrap;
  text-align: center;
}
.soc_icons > li {
  position: relative;
  display: inline-block;
  margin-right: 30px;
}
.soc_icons > li:last-child {
  margin-right: 0;
}
.soc_icons > li > a {
  position: relative;
  line-height: 1em;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  color: #fff;
  width: 110px;
  height: 110px;
  display: inline-block;
  background: #444;
  text-align: center;
  border-radius: 500px;
}
.soc_icons i {
  font: normal normal 52px/110px 'FontAwesome';
}
.soc_icons > li > a:hover {
  color: #fff;
  text-decoration: none;
  background: #774303;
}
/*----------- end social icons ----------------*/
/*========================================================
										CONTENT styles
=========================================================*/
#content {
  padding: 0 0 46px 0;
  width: 940px;
  margin: 0 auto;
  background: #EFEBBC;
  overflow: hidden;
}
.content_pages {
  /*margin-top: -24px;*/
}
.box-1 {
  position: relative;
  width: 100%;
  margin-top: 0px;
  padding: 0px;
  padding-bottom: 105px;
  color: #EFEBBC;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ddd;
  overflow: hidden;
  z-index: 0;
}
.box-1:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 4000px;
  left: 50%;
  height: 100%;
  background: #774303;
  z-index: -1;
}
.col1 {
  float: left;
  width: 236px;
  margin-right: 31px;
}
.col1.last {
  margin-right: 0;
}
/**** start Map ****/
.map {
  margin-top: 27px;
  overflow: hidden;
}
.map figure {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.map figure iframe {
  width: 100%;
  height: 482px;
  max-width: 100%;
}
.img_border.map {
  max-width: 535px;
}
/**** end Map ****/
/**** start address section ****/
.address1 {
  padding-top: 20px;
  display: block;
}
.address1 dt {
  margin-bottom: 29px;
}
.address1 dd span {
  min-width: 90px;
  display: inline-block;
  text-align: left;
}
.address1 dd span.col1 {
  min-width: 0;
}
/**** end address section ****/
/*========================================================
										FOOTER styles
=========================================================*/
#footer {
  padding: 18px 0 30px;
  color: #fff;
  background: url(../images/bg_pattern2.png) #343434;
  overflow: hidden;
}
.txt_priv {
  text-align: center;
  margin-top: 76px;
  /*min-width: 280px;*/
}
/*========================================================
										Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #fff;
  width: 66px;
  height: 66px;
  font-size: 43px;
  line-height: 38px;
  z-index: 20;
  background: url(../images/arr_up.png) 50% 50% no-repeat #333333;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
#toTop:before {
  display: none;
}
#toTop:hover {
  outline: none;
  background-color: #aa1717;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*========================================================
								RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media only screen and (max-width: 1199px) {
  figure a,
  figure a img {
    width: 100%;
  }
}
@media only screen and (max-width: 979px) {
  .map figure,
  .map figure iframe,
  #form input,
  #form textarea,
  #form .success {
    width: 100% !important;
    float: none !important;
  }
  #form .success {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .map figure {
    height: auto !important;
    margin-bottom: 15px;
  }
  #content {
    width: 100%;
  }
  .camera_thumbs_cont ul {
    bottom: -130px !important;
  }
  .camera_thumbs_cont ul li {
    width: 0%;
  }
  .camera_thumbs_cont ul li img {
    max-width: 0%;
  }
  #buy img {
   width: 30%;
   max-width: 180px;
  }
  #excerpt img {
   width: 25%;
   max-width: 250px;
  }
  #me img {
   width: 75%;
   max-width: 400px;
  }
 
  #subscribe-form input {
    width: 300px !important;
  }
  .listWithMarker {
    margin-left: 20px;
  }
  .soc_icons > li {
    margin-right: 15px;
  }
  .soc_icons > li > a {
    width: 60px;
    height: 60px;
  }
  .soc_icons i {
    font: normal normal 32px/60px 'FontAwesome';
  }
}
@media only screen and (max-width: 767px) {
  img {
    width: 100%;
  }
  img.no_resize,
  h1 img {
    width: auto;
  }
  
  .map figure iframe {
    height: 300px;
  }
  figure a {
    width: 100%;
  }
  .camera_thumbs_cont ul li {
    width: 32.8%;
  }
  .camera_thumbs_cont ul {
    bottom: 0px !important;
  }
  .camera_thumbs_cont ul li:after {
    font: 10px/12px 'Fondamento', Arial, sans-serif !important;
  }
  .owl-pagination span {
    width: 21px !important;
    margin-right: 3px !important;
  }
  .img2,
  .img3 {
    float: none;
    margin-right: 0;
  }
  .slider_wrapper {
    margin-bottom: 0 !important;
  }
  .box-1:before {
    display: none;
  }
  h4 {
    margin-top: 50px;
  }
  .year_section.v3 {
    width: 80px;
  }
  .listWithMarker li {
    font: 300 20px/24px "Open Sans", Arial, sans-serif;
  }
  #subscribe-form input {
    width: 100% !important;
  }
  h2 {
    font: 900 30px/37px "Roboto", Arial, sans-serif;
  }
}
@media only screen and (max-width: 479px) {
  /*h1 {width: 100%;}
	h1 img{width: 100%;}*/
  .camera_thumbs_cont ul li {
    width: 32.5%;
  }
}
/*Core variables and mixins*/
