@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=Roboto+Condensed:400,700);
@import url(//fonts.googleapis.com/css?family=Roboto:300,400,500,700,900,900italic);
/*Roboto Condensed*/
/*========================================================
										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: #211302;
	color: #fad27d;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	line-height: 30px;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}
h1 {
  position: relative;
  display: inline-block;
  margin: 0;
  float: left;
  margin-left: 5px;
}
h1 img {
  max-width: inherit;
}
h2 {
	position: relative;
	font: 36px/44px 'Roboto', Arial, sans-serif;
	color: #b06206;
	margin-top: 42px;
}
h3 {
  position: relative;
  font: bold 30px/30px 'Roboto', Arial, sans-serif;
  color: #666667;
  margin-top: 28px;
  padding-bottom: 14px;
}
h4 {
  position: relative;
  font: 24px/30px 'Roboto', Arial, sans-serif;
  color: #666667;
  margin-top: 26px;
  padding-bottom: 16px;
  margin-bottom: -10px;
}
.content-load-spinner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/gallery-loader-list.gif) #ffffff 50% 50% no-repeat;
  z-index: 1000;
  overflow: hidden;
}
/*========================================================
										HEADER styles
=========================================================*/
#header {
	padding: 0;
	position: relative;
	z-index: 100;
	min-height: 693px;
	background: url(../images/bg1c.jpg) 50% 0 #acb0b3;
	border-top: 5px solid #b06206;
}
.content_header {
  background: #352806 !important;
  min-height: 90px !important;
}
.menu_section {
  padding: 12px 0 7px;
  background: rgba(0, 0, 0, 0.5);
}
/* Main menu styles
========================================================*/
/*========================================================
										menu variables
=========================================================*/
nav {
  margin-top: 12px;
  float: right;
  margin-right: -10px;
}
.sf-menu {
  float: right;
}
.sf-menu > li {
  float: left;
  position: relative;
  margin: 0 0 0 32px;
}
.sf-menu > li > a {
  display: inline-block;
  padding: 0px 10px;
  font: 500 18px/30px 'Roboto', Arial, sans-serif;
  color: #ffffff;
  text-transform: lowercase;
  position: relative;
  z-index: 1;
  /*background: @menu-bg-color;*/
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  /* rollover line =============================================*/
}
.sf-menu > li > a:hover {
  color: #ffffff;
  /*background: @menu-bg-hover-color;*/
  -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%;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  bottom: 0;
  -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: #b06206;
  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: #ffffff;
  /*background: @menu-bg-hover-color;*/
}
.sf-menu > li.current > a strong {
  width: 100%;
  opacity: 1;
}
.sf-menu > li.sfHover > a {
  color: #ffffff;
  /*background: @menu-bg-hover-color;*/
}
.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: 28px;
	left: 0px;
	background: #b06206;
	padding: 15px 0px 15px;
	width: 145px;
	z-index: 2;
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sf-menu ul li {
  position: relative;
  text-align: left;
  text-indent: 15px;
  line-height: 30px;
}
.sf-menu ul li a {
  font: 500 18px/30px 'Lato', Arial, sans-serif;
  color: #ffffff;
  display: block;
}
.sf-menu ul li a:hover {
  color: #ffffff;
  background: #000;
}
.sf-menu ul li a.sf-with-ul:after {
  content: '';
  font-family: 'FontAwesome';
  position: absolute;
  width: 5px;
  font-size: 14px;
  line-height: 14px;
  font-weight: normal;
  color: #fff;
  right: 24px;
  bottom: 7px;
  pointer-events: none;
  z-index: 999;
}
.sf-menu ul li.sfHover > a {
  color: #ffffff;
}
/* Second level sub-menu styles - submenu2
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -15px;
  left: 149px;
  width: 145px;
  background: #b06206;
  /*padding: 10px 10px;*/
  z-index: 4;
}
.sf-menu ul ul li {
  /*line-height: 30px;*/
}
.sf-menu ul ul li a {
  color: #ffffff;
}
@media only screen and (max-width: 1299px) {
  nav {
    margin-right: 0;
  }
  .sf-menu > li {
    margin-left: 10px;
  }
  /*nav {margin-right: 0;}*/
}
@media only screen and (max-width: 979px) {
  .sf-menu > li a {
    padding: 0 7px;
  }
  nav {
    margin-top: 7px;
  }
  h1 img {
    height: 45px;
  }
  .sf-menu > li {
    margin-left: 2px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    margin-bottom: 10px;
    margin-left: 0;
  }
  nav {
    float: none;
  }
  .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 #6595d6;
    position: relative;
    outline: none !important;
    z-index: 1000;
    margin-top: 0px;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  background: rgba(0, 0, 0, 0.8);
  padding: 0px 0 0px;
  z-index: 999;
  text-align: center;
}
/*.isStuck h1{
	display: none;
}
.isStuck .sf-menu > li > a {line-height: 25px; font-size: 18px;}
.isStuck .sf-menu > li > a strong {bottom: 0px;}
.isStuck nav{
	float: none;
	display: inline-block;
	margin-top: 0;
}
.isStuck .sf-menu{float: none;}

.isStuck .sf-menu ul {top: 26px;}
.isStuck .sf-menu ul ul{top: -25px;}

*/
/*.isStuck nav{margin-right: 0;}*/
.isStuck .menu_section {
  padding: 0;
}
.isStuck h1 img {
  height: 30px;
}
.isStuck nav {
  margin-top: 0;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
										USEFUL styles
=========================================================*/
a {
	text-decoration: none;
	cursor: pointer;
	color: #F63;
	-webkit-transition: 0.4s all ease;
	transition: 0.4s all ease;
}
a:hover {
	color: #FF6;
	text-decoration: underline;
}
a.link1:hover {
  color: #000;
}
a.link2 {
	color: #C63;
}
a.link2:hover {
	color: #FF0;
}
.txt1,
.txt2,
.txt3 {
	color: #fff;
	background: #6595d6;
	margin-top: 60px;
	text-transform: uppercase;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	font-family: 'Roboto Condensed', Geneva, sans-serif;
	font-size: 72px;
	line-height: 72px;
	font-weight: bold;
	padding-top: 1px;
	padding-right: 12px;
	padding-bottom: 1px;
	padding-left: 12px;
}
.txt2 {
  margin-top: 2px;
}
.txt3 {
  margin-top: 2px;
  font: bold 24px/28px 'Roboto Condensed', Arial, sans-serif;
  padding: 7px 15px;
}
.txt4 {
	font: 300 24px/24px 'Roboto', Arial, sans-serif;
	color: #fad27d;
	margin-top: 24px;
}
.txt5 {
	font: 18px/24px 'Roboto', Arial, sans-serif;
	color: #b06206;
	margin-top: 7px;
}
.txt6 {
  line-height: 24px;
  margin-top: 28px;
}
.txt7 {
  font: 14px/24px 'Roboto', Arial, sans-serif;
  margin-top: 14px;
}
.txt8 {
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
}
.comment {
	position: relative;
	display: inline-block;
	border: 3px solid #b06206;
	border-radius: 30px;
	min-width: 146px;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1px 15px;
	margin-top: 28px;
	margin-left: 10px;
	margin-bottom: 19px;
	font: 900 18px/30px 'Roboto', Arial, sans-serif;
	font-style: italic;
	color: #b06206;
}
.comment:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 15px;
  height: 20px;
  right: 30px;
  bottom: -20px;
  background: url(../images/corner1.png) no-repeat 0 0;
}
.color1 {
	color: #b06206;
}
.color2 {
  color: #6595d6;
}
.color3 {
  color: #000;
}
.box {
  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_left {
  text-align: left;
}
.txt_right {
  text-align: right;
}
.txt_cntr {
  text-align: center;
}
.txt_ital {
  font-style: italic;
}
.txt_upp {
  text-transform: uppercase;
}
.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;
}
.icon_section {
  margin-top: 97px;
}
.marTop0 {
  margin-top: 0px;
}
.marTop1 {
  margin-top: 38px;
}
.marTop2 {
  margin-top: 29px;
}
.marTop3 {
  margin-top: 41px;
}
.year_section {
  width: 98px;
  float: left;
  font: 30px/34px 'Roboto', Arial, sans-serif;
  color: #b06206;
  margin-top: 12px;
}
.hline {
  margin-top: 75px;
  width: 100%;
  height: 1px;
  background: #bdbec0;
  overflow: hidden;
}
p {
  margin-top: 33px;
}
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;
}
.img_rounded {
  border-radius: 30px;
}
.img1 {
  margin-top: 48px;
}
.img2 {
	margin-top: 120px;
}
.img3 {
  margin-top: 29px;
  margin-left: 9px;
}
blockquote {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
}
blockquote:before {
  position: relative;
  content: '';
  font: normal normal 72px/72px 'FontAwesome';
  color: #fff;
  text-align: center;
}
.sign1 {
  display: inline-block;
  margin: 10px 31px 0 1px;
  background: #282827;
  width: 4px;
  height: 4px;
}
.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 'Roboto', Arial, sans-serif;
  margin-top: 8px;
  display: block;
}
.month {
  font: 300 10px/12px 'Roboto', Arial, sans-serif;
  margin-top: 3px;
  display: block;
}
audio {
	width: 250px
}

/*========================================================
										LISTS
=========================================================*/
.listWithMarker {
  margin: 0;
  margin-top: 34px;
  text-align: left;
  margin-left: 102px;
}
.listWithMarker.v2 {
  margin-left: 0;
  margin-top: 39px;
}
.listWithMarker li {
  display: block;
  padding-left: 26px;
  margin-bottom: 0;
  padding-bottom: 6px;
  position: relative;
}
.listWithMarker li:before {
  position: absolute;
  content: '\f101';
  font: normal normal 14px/20px 'FontAwesome';
  color: #a2a2a2;
  top: -1px;
  left: 0;
}
.listWithMarker li a {
	color: #fad27d;
	text-decoration: none;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 14px;
	line-height: 15px;
}
.listWithMarker li a:hover,
.listWithMarker li.current a {
	color: #b06206;
}
.listWithMarker2 {
  margin: 0;
  margin-top: 33px;
}
.listWithMarker2 li {
  display: block;
  padding-left: 33px;
  margin-bottom: 0;
  padding-bottom: 6px;
  position: relative;
}
.listWithMarker2 li:before {
  position: absolute;
  content: '\f00c';
  font: normal normal 24px/24px 'FontAwesome';
  color: #ef5455;
  top: -1px;
  left: 0;
}
.listWithMarker2 li a {
  color: #ef5455;
  text-decoration: none;
  font: 18px/20px "Roboto", Arial, sans-serif;
}
.listWithMarker2 li a:hover,
.listWithMarker2 li.current a {
  color: #000;
}
/*========================================================
										BUTTONS
=========================================================*/
.more_btn {
	display: inline-block;
	margin-top: 31px;
	padding: 11px 25px;
	text-decoration: none;
	font: 24px/26px "Roboto", Arial, sans-serif;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	background-color: #b06206;
}
.more_btn.v2 {
	margin-top: 20px;
	background-color: #211302;
}
.more_btn:hover {
	color: #b06206;
	background: #000;
}
.more_btn2 {
  display: inline-block;
  margin-top: 24px;
  padding: 22px 22px;
  text-decoration: none;
  font: 16px/22px "Roboto", Arial, sans-serif;
  color: #fff;
  background: #6595d6;
  width: 300px;
  text-align: center;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}
.more_btn2:hover {
  color: #fff;
  background: #666667;
}
/*********************************start magnifier2*************************************/
.figure1 {
  margin-top: 30px;
}
.magnifier2 {
  position: relative;
  /* display:block; */
  display: inline-block;
}
.zoom {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
  padding: 5px;
  text-align: center;
}
a.magnifier2:hover .zoom {
  opacity: 0;
}
a.magnifier2 .zoom {
  opacity: 1;
}
/*********************************end magnifier2*************************************/
/*----------- start social icons ----------------*/
.soc_icons {
  position: relative;
  display: block;
  margin-top: 0;
  white-space: nowrap;
  text-align: center;
}
.soc_icons > li {
  position: relative;
  display: inline-block;
  margin-right: 17px;
}
.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;
	width: 63px;
	height: 63px;
	display: inline-block;
	color: #fff;
	background: #b06206;
	text-align: center;
	border-radius: 500px;
}
.soc_icons i {
  font: normal normal 30px/63px 'FontAwesome';
}
.soc_icons > li > a:hover {
	color: #963;
	text-decoration: none;
	background: #6595d6;
}
.icon1 {
  font: normal normal 126px/126px 'FontAwesome';
  padding: 2px;
  margin-top: 72px;
}
/*----------- end social icons ----------------*/
.search_main {
  float: right;
}
.fw_video_main {
  /*border-radius: 10px;
	overflow: hidden;*/
  margin-top: 48px;
  margin-bottom: -12px;
  background: #fff;
}
.fw_video {
  width: 100%;
  height: 332px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.fw_video iframe {
  position: relative;
  display: inline-block;
  outline: none;
  width: 100%;
  height: 100%;
  border: none;
}
.player .video-wrapper {
  border-radius: 10px;
}
.fw_video iframe html {
  border-radius: 10px;
}
/*========================================================
										CONTENT styles
=========================================================*/
#content {
	padding: 0 0 0px 0;
	background: #211302;
	overflow: hidden;
}
.content_pages {
  padding-bottom: 70px !important;
}
.box-11 {
  width: 100%;
  margin-top: 103px;
  background: #e9e9e9;
  text-align: center;
  padding: 67px 0 177px;
}
.col1 {
  float: left;
  width: 236px;
  margin-right: 31px;
}
.col1.last {
  margin-right: 0;
}
#home2 {
	padding-bottom: 78px;
	background-color: #211302;
}
#about {
	padding-top: 39px;
	padding-bottom: 58px;
	background-color: #211302;
}
#services {
	width: 100%;
	background: #211302;
	padding-top: 17px;
	padding-bottom: 71px;
}
#awards {
	margin-top: 48px;
	width: 100%;
	background: #211302;
	padding-top: 0;
	padding-bottom: 67px;
	overflow: hidden;
}
.award_block {
	background: #b06206;
	width: 120px;
	position: relative;
	padding: 23px 0 15px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 30px;
}
.award_block p {
  margin-top: 12px;
}
.awards_txt1 {
  font-size: 24px;
}
.awards_txt2 {
  font-size: 30px;
}
.award_block i {
  font-size: 60px;
}
.award_block:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 120px;
  height: 23px;
  left: 0;
  bottom: -23px;
  background: url(../images/awards_corner_part.png) no-repeat 0 0;
}
.testimonials {
  padding-top: 17px;
  padding-bottom: 44px;
}
#works {
	width: 100%;
	background: #211302;
	padding: 0;
	padding-bottom: 28px;
}
#works h2 {
  margin-top: 31px;
}
#contacts {
	width: 100%;
	background: #3f2301;
	padding: 0;
	padding-bottom: 81px;
}
#contacts h2 {
  margin-top: 38px;
}
.box-1 {
	color: #fff;
	background: url('../images/bg2b.jpg') 0 0;
	text-align: center;
	padding: 34px 0 70px 0;
	min-height: 358px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.box-2 {
  color: #fff;
  background: url('../images/bg3.jpg') 0 0;
  text-align: center;
  padding: 34px 0 70px 0;
  min-height: 422px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/**** start Map ****/
.content_map {
  margin-top: 73px;
  position: relative;
  height: 485px;
  margin-bottom: 81px;
}
.google-map-api {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#map-canvas img {
  max-width: none !important;
}
/**** end Map ****/
/**** start address section ****/
.address1 {
  padding-top: 23px;
  display: block;
}
.address1 dt {
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.address1 dd span {
  min-width: 75px;
  display: inline-block;
  text-align: left;
}
.address1 dd span.col1 {
  min-width: 0;
}
/**** end address section ****/
/*========================================================
										FOOTER styles
=========================================================*/
#footer {
	padding: 0 0 2px;
	color: #FF6;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	background: #000;
}
.soc_box {
	width: 100%;
	text-align: center;
	padding: 24px 0 29px;
	background-color: #211302;
}
.txt_priv {
  margin-top: 2px;
  font-size: 14px;
}
.figure1 a {
  width: 100%;
}
.figure1 img {
  width: 100%;
}
/*========================================================
										Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #333;
  width: 40px;
  height: 43px;
  font-size: 37px;
  line-height: 38px;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #aa0603;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*========================================================
								RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media only screen and (max-width: 1299px) {
  .listWithMarker {
    margin-left: 0;
  }
}
@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;
  }
}
@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%;
  }
  .txt1,
  .txt2 {
    font: bold 39px/42px 'Roboto Condensed', Arial, sans-serif;
  }
}
@media only screen and (max-width: 479px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
  h1 {
    width: 100%;
  }
  h1 img {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
/*Core variables and mixins*/
