@import "animate.css";
@import url(//fonts.googleapis.com/css?family=Ubuntu:400,300,300italic,700,500,400italic);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
/*========================================================
                      Main Styles
=========================================================*/
body {
	background: #1b1b1d url(../images/page-1_img1.jpg) no-repeat !important;
	background-size: contain!important;
	color: #ffffff !important;
	font: 300 15px/22px 'Ubuntu', sans-serif;
	-webkit-text-size-adjust: none!important;
}
.body_bg {
	background-image: none;
	background-color: #1b1b1d;
}
img {
	max-width: 100%;
	height: auto;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Trebuchet MS', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
}
h1 {
	font-size: 62px;
	line-height: 65px;
	text-transform: lowercase;
}

@media (max-width: 1199px) {
h1 {
	font-size: 40px;
	line-height: 45px;
}
}
h2 {
	font-size: 50px;
	line-height: 50px;
	letter-spacing: 9px;
}
h3 {
	font-size: 40px;
	line-height: 38px;
	letter-spacing: 3.2px;
}

@media (max-width: 1199px) {
h3 {
	font-size: 28px;
	line-height: 28px;
}
}
h4 {
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 2.4px;
}

@media (max-width: 1199px) {
h4 {
	font-size: 24px;
	line-height: 24px;
}
}

@media (max-width: 479px) {
h4 {
	font-size: 18px;
	line-height: 18px;
}
}
h5 {
	font-size: 28px;
	line-height: 30px;
	letter-spacing: 2.24px;
}

@media (max-width: 1199px) {
h5 {
	font-size: 22px;
	line-height: 22px;
}
}
h6 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 20px;
	font-weight: 500;
	text-transform: none;
}

@media (max-width: 979px) {
h6 {
	font-size: 16px;
	line-height: 16px;
}
}
p .fa, ul .fa {
	text-decoration: none;
}
time {
	font-weight: 700;
	font-size: 17px;
}

@media (max-width: 979px) {
time {
	font-size: 12px;
}
}
a {
	font: inherit;
	color: inherit;
	text-decoration: none;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
a:focus {
	outline: none;
}
a:active {
	background: transparent;
}
a[href^="tel:"], a[href^="callto:"] {
	color: inherit;
	text-decoration: none;
}
strong {
	font-weight: 700;
	font-family: 'Ubuntu', sans-serif;
	font-size: 17px;
}
.fa {
	line-height: inherit;
	font-size: 25px;
}
[class*='fa-']:before {
	font-weight: 400;
	font-family: 'FontAwesome';
}
.wpcf7-form .btn1 {
	border: none !important;
	cursor: pointer;
}
/*.page {
  overflow: hidden;
  min-height: 500px;
}*/
.lt-ie9 .page {
	min-width: 1200px;
}
.center {
	text-align: center;
}
.clr1 {
	color: #ffffff;
}
small {
	font-size: 13px;
	font-style: italic;
	color: #f6c452;
	letter-spacing: 0.23px;
}
/*=======================================================
                       Main Layout
=========================================================*/
* + .search-form {
	margin-left: 56px;
}
* + .inline-list {
	margin-top: 10px;
}
* + nav {
	margin-left: 20px;
}
h2 + * {
	margin-top: 28px;
}
h4 + * {
	margin-top: 7px;
}
.row + * {
	margin-top: 30px;
}
h6 + * {
	margin-top: 12px;
}
.box + .btn {
	margin-top: 31px;
}
p + .btn {
	margin-top: 30px;
}
small + h3 {
	margin-top: 2px;
}
strong + * {
	margin-top: 10px;
}
h3 + * {
	margin-top: 49px;
}

@media (max-width: 1199px) {
h3 + * {
	margin-top: 30px;
}
}
h5 + * {
	margin-top: 67px;
}
* + .flex-list {
	margin-top: 206px;
}

@media (max-width: 1199px) {
* + .flex-list {
	margin-top: 75px;
}
}
.info {
	margin-top: 102px;
}
/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
	display: inline-block;
}
.brand_name {
	overflow: hidden;
	background: #f6c452;
}
.brand a {
	display: inline-block;
	padding: 13px 11px 16px 19px;
}
.brand-custom-logo {
	padding: 0px !important;
}
.brand_slogan {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 50px;
	font-weight: 500;
	display: inline-block;
}
.brand + .brand_slogan {
	margin-left: 24px;
	margin-top: 27px;
}

@media (max-width: 1199px) {
.brand + .brand_slogan {
	margin-left: 4px;
	margin-top: 14px;
	font-size: 13px;
}
}

@media (max-width: 767px) {
.brand + .brand_slogan {
	display: none;
}
}
/*==================  Backgrounds  ======================*/
.bg-primary {
	background: #f6c452;
}
.bg_hover {
	position: relative;
}
.bg_hover img, .bg_hover h6, .bg_hover p {
	position: relative;
	z-index: 1;
}
.bg_hover:hover * {
	color: #ffffff;
}
.bg_hover:before {
	content: '';
	position: absolute;
	background: #f6c452;
	left: -15px;
	right: -15px;
	top: -15px;
	z-index: 0;
	opacity: 0;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	height: 0;
}
.bg_hover:hover:before, .sets3 .bg_hover:hover {
	height: 112%;
	opacity: 1;
}
/*=================   Inline list   =====================*/
.inline-list .fa {
	font: 0/0 a;
}
.inline-list .fa:before {
	font-size: 25px;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.inline-list .fa:hover:before {
	color: #f6c452;
}
.inline-list li {
	display: inline-block;
}
.inline-list li + li {
	margin-left: 27px;
}
/*==================    Buttons    ======================*/
.btn {
	display: inline-block;
	color: #63d2fb;
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	z-index: 0;
}
.btn:hover {
	color: #ffffff;
}
.btn:before {
	content: '';
	position: absolute;
	left: 50%;
	right: 50%;
	top: 50%;
	bottom: 50%;
	z-index: -1;
	-moz-transition: 0.2s all ease;
	-o-transition: 0.2s all ease;
	-webkit-transition: 0.2s all ease;
	transition: 0.2s all ease;
}
.btn:hover:before {
	left: -10px;
	right: -10px;
	top: -7px;
	bottom: -7px;
	background: #f6c452;
}
.btn2:hover:before {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #f6c452;
}
/*==================      Box      ======================*/
.box_cnt p {
	padding-right: 25px;
}
.box_aside + .box_cnt {
	margin-top: 39px;
}
.box_aside {
	position: relative;
}
.box_hover:before {
	content: '';
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: -9px;
	opacity: 0;
	height: 10px;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	background: transparent;
	z-index: 1;
}
.box1__:before {
	bottom: 0;
}
.box_hover:hover:before, .sets4 .box_aside:hover, .sets2 .box1:hover {
	opacity: 1;
	left: 0;
	right: 0;
	background: #f6c452;
}
.lt-ie9 .box_hover:hover:before, .lt-ie9 .sets4 .box_aside:hover, .lt-ie9 .sets2 .box1:hover {
	background: none;
 -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff6c452', endColorstr='#fff6c452');
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff6c452', endColorstr='#fff6c452');
	zoom: 1;
}
.bquote h3 + div.row {
	margin-top: 45px;
}
.bquote .bq_box .box_aside {
	display: inline-block;
}
.bquote .bq_box * + .box_aside {
	margin-top: 38px;
	margin-left: 58px;
}

@media (max-width: 479px) {
.bquote .bq_box * + .box_aside {
	margin-left: 0;
}
}
.bquote .bq_box .box_aside + h6 {
	display: inline-block;
	margin-top: 67px;
	margin-left: 18px;
}
.bquote .bq_box .box_cnt p {
	padding-left: 58px;
	padding-right: 0;
	line-height: 18px;
	position: relative;
}
.bquote .bq_box .box_cnt p:before {
	position: absolute;
	content: '\f10d';
	font-family: 'FontAwesome';
	font-size: 42px;
	color: #2c2b2e;
	left: 0;
	top: 14px;
}
/*==================      Box1      =====================*/
.box1 {
	position: relative;
	overflow: hidden;
}
.note {
	left: 29px;
	margin-top: -36px;
	position: absolute;
	top: 50%;
}
.box1_hover:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	border-bottom: 244px solid transparent;
	border-right: 50px solid transparent;
	width: 0;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.box1_hover:hover:before {
	border-bottom: 244px solid #f6c452;
	width: 50%;
}
.box1__ .note {
	left: 20px;
	top: 98%;
}
.box1__ .note span {
	font-size: 11px;
	font-weight: 400;
	padding-left: 3px;
}
.box1__ time + a {
	margin-left: 24px;
}
.box1__ .note a + a {
	margin-left: 6px;
}
.box1__:hover .note {
	color: #f6c452;
}

@media (max-width: 1199px) {
.box1__ .note span {
	font-size: 10px;
}
.box1__ time + a {
	margin-left: 18px;
}
.box1__ .note a + a {
	margin-left: 3px;
}
}
.sets7 .note {
	margin-top: 0;
	top: 89%;
}
.sets7 .row + .row {
	margin-top: 71px;
}
/*================      Flex list     =================*/
.flex-list {
	display: table;
	table-layout: fixed;
	width: 100%;
	text-align: center;
}
.flex-list li {
	display: table-cell;
	position: relative;
	padding-bottom: 71px;
}

@media (max-width: 767px) {
.flex-list, .flex-list li {
	display: block;
}
.flex-list li + li {
	margin-top: 20px;
}
}
.flex-list li img {
	position: relative;
	z-index: 1;
}
.flex-list li:after, .sets5 .grid_3:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 6px;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	background: #f6c452;
	z-index: 0;
}
.sets5 .grid_3 {
	position: relative;
}
.sets5 .grid_3:after {
	bottom: 0;
}
.flex-list li:nth-child(2n+1):after {
	bottom: 10px;
}
.flex-list li:nth-child(2n):after {
	bottom: 4px;
}
.flex-list li:hover:after, .flex-list li:hover {
	height: 137%;
}

@media (max-width: 1199px) {
.flex-list li:hover:after {
	height: 120%;
}
}
/*================      Index list     =================*/
.index-list {
	counter-reset: num;
}
.index-list li {
	padding-left: 103px;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.index-list li:before {
	content: counter(num) '.';
	position: absolute;
	counter-increment: num;
	width: 70px;
	height: 70px;
	color: #fff;
	background: #f6c452;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 5%;
	padding-top: 7%;
	font-family: 'Trebuchet MS', sans-serif;
	font-weight: 700;
	font-size: 40px;
	left: 0;
	top: 0;
}
.index-list li:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12.5px 0 12.5px 14px;
	border-color: transparent transparent transparent #f6c452;
	left: 70px;
	top: 10px;
}
/*================      Privacy       =================*/
.privacy dt {
	font-family: 'Ubuntu', sans-serif;
	font-size: 20px;
	font-weight: 500;
	text-transform: none;
}
.privacy * + dt {
	margin-top: 30px;
}
.privacy dt + * {
	margin-top: 10px;
}
.privacy h3 + * {
	margin-top: 45px;
}
.privacy dd {
	line-height: 22.1px;
}
.privacy dl + * {
	margin-top: 21px;
}
.privacy address a {
	text-decoration: underline;
}
.privacy address a:hover {
	text-decoration: none;
}
/*========================   Menu   ==========================*/
.sf-menu {
	display: inline-block;
	margin-top: 43px;
	font-family: 'Trebuchet MS', sans-serif;
	font-weight: 700;
	font-size: 16px;
}
.sf-menu:before, .sf-menu:after {
	content: " ";
	display: table;
}
.sf-menu:after {
	clear: both;
}
.sf-menu > li {
	position: relative;
	float: left;
}
.sf-menu > li + li {
	margin-left: 33px;
}
.sf-menu a {
	display: block;
}
.sf-menu > li > a {
	color: #FFF;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
	color: #f6c452;
}
.sf-menu > li.active > a {
	color: #f6c452;
	background: transparent;
}
.sf-menu li:hover .sub-menu, .sf-menu li > a:hover .sub-menu {
	display: block;
}
.sub-menu li > a {
	font-size: 13px;
}
.sub-menu{	
margin-top: 20px !important;
}
.sf-menu ul {
	display: none;
	position: absolute;
	top: 0;
	left: -39px;
	width: 114px;
	margin-top: 29px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 2;
	background: rgba(255, 255, 255, 0.8);
}
.sf-menu ul > li > a {
	color: #1b1b1d;
	padding: 10px 15px 10px 24px;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
	background: #f6c452;
}
.sf-menu ul li + li {
	margin-top: 2px;
}
.sf-menu > li.current-menu-item > a {
	background: transparent none repeat scroll 0 0;
	color: #f6c452;
}
.sf-menu ul ul {
	display: none;
	position: absolute;
	top: 15px;
	left: 100%;
	width: 110px;
	margin-top: 29px;
	background: rgba(255, 255, 255, 0.8);
	z-index: 4;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.sf-menu ul ul > li > a {
	color: #1b1b1d;
	padding: 10px 15px 10px 24px;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
	background: #f6c452;
}

@media (max-width: 767px) {
.sf-menu {
	display: none;
}
}
/*==================  Select Menu  ======================*/
.select-menu {
	position: relative;
	display: none;
	margin: 0 auto;
	width: 420px;
	margin-top: 25px;
	background: #ffffff url('../images/select.png') no-repeat right center;
	overflow: hidden;
}
.select-menu .select {
	width: 440px;
	height: 30px;
	color: #585858;
	background-color: transparent;
	font: 400 15px 'Ubuntu', sans-serif;
	line-height: 30px;
	border: none;
	border-radius: 0;
	box-shadow: none;
	outline: none;
	-webkit-appearance: none;
}
.select-menu .select::-ms-expand {
 display: none;
}

@media (max-width: 767px) {
.select-menu {
	display: block;
}
}

@media (max-width: 479px) {
.select-menu {
	width: 270px;
}
.select-menu .select {
	width: 290px;
}
}
/*==================  Stuck menu  ======================*/
.isStuck {
	z-index: 999;
	border-bottom: 1px solid #333333;
	background: rgba(27, 27, 29, 0.7);
}

@media only screen and (max-width: 979px) {
.isStuck {
	display: none !important;
}
}
/*==================     ToTop     ======================*/
.toTop {
	font-size: 42px;
	line-height: 36px;
	color: #f6c452;
	background: #1b1b1d;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: fixed;
	right: 66px;
	bottom: 180px;
	display: none;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	z-index: 20;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.toTop:hover {
	color: #4c4c52;
	background: #ffffff;
	text-decoration: none;
	transform: rotateY(180deg);
}

@media only screen and (max-width: 1399px) {
.toTop {
	display: none !important;
}
}
/*==================   Thumbnail    ======================*/
.thumb {
	display: block;
	position: relative;
	overflow: hidden;
}
.thumb img {
	width: 100%;
	height: auto;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.thumb_overlay {
	position: absolute;
	left: 0;
	bottom: -10px;
	opacity: 0;
	height: 10px;
	width: 0;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	color: #ffffff;
	background: transparent;
}
.thumb:hover .thumb_overlay {
	opacity: 1;
	width: 100%;
	background: #f6c452;
}
.lt-ie9 .thumb:hover .thumb_overlay {
	background: none;
 -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff6c452', endColorstr='#fff6c452');
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff6c452', endColorstr='#fff6c452');
	zoom: 1;
}
.thumb:hover img {
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.sets3 .thumb:hover img {
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	-webkit-transform: none;
	transform: none;
}
.sets3 .thumb {
	position: relative;
}
.sets3 .thumb:before {
	content: '';
	position: absolute;
	background: #f6c452;
	left: 50%;
	right: 50%;
	bottom: 50%;
	top: 50%;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	opacity: 0;
}
.lt-ie9 .sets3 .thumb:before {
	filter: alpha(opacity=0);
}
.sets3 .thumb:hover:before {
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	opacity: 0.5;
}
.lt-ie9 .sets3 .thumb:hover:before {
	filter: alpha(opacity=50);
}
/*=================       Tabs     ======================*/
.resp-tabs-list li {
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 17px;
	padding: 11px 16px;
	background: transparent;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.resp-tabs-list li span {
	position: relative;
	z-index: 1;
}
.resp-tabs-list li + li {
	margin-left: -3px;
}
.resp-accordion {
	display: none;
}
.resp-tab-content {
	display: none;
}
.resp-tab-content-active {
	display: block;
}

@media (max-width: 767px) {
.resp-accordion {
	display: block;
	color: #ffffff;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 17px;
	padding: 11px 16px;
	background: transparent;
	width: 130px;
}
.resp-accordion:hover {
	background: #f6c452;
}
.resp-tabs-list {
	display: none;
}
* + .resp-tab-active, .resp-tab-active + * {
	margin-top: 15px;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.resp-tabs-container .resp-tab-active {
	background: #f6c452;
}
}
.resp-tabs h3 + * {
	margin-top: 72px;
}
.resp-tabs-list + * {
	margin-top: 79px;
}

@media (max-width: 1199px) {
.resp-tabs h3 + * {
	margin-top: 30px;
}
.resp-tabs-list + * {
	margin-top: 30px;
}
}
.resp-tabs-list .resp-tab-active {
	background: #f6c452;
}
/*==================  RD Parallax    ======================*/
.parallax {
	position: relative;
	overflow: hidden;
}
.parallax_image, .parallax_pattern {
	/*position: absolute;*/
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-position: center center;
	will-change: transform;
}
.parallax_image {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-color: inherit;
	background-image: url("../images/parallax1.jpg");
	/*height: 1432.8px;*/
	transform: translate3d(0px, -3.75479px, 0px);
}
.parallax_pattern {
	background-repeat: repeat;
}
.parallax_cnt {
	position: relative;
}
/*========================================================
                     HEADER  Section
=========================================================*/
header .brand {
	float: left;
}
header .nav {
	float: right;
}

@media (max-width: 1199px) {
header .nav {
	float: none;
	display: inline-block;
	margin-top: -15px;
}
}

@media (max-width: 767px) {
header {
	text-align: center;
}
header .brand {
	float: none;
}
}

@media (max-width: 479px) {
header .nav {
	width: 100%;
}
header * + .nav {
	margin-left: 0;
}
}
.head_bg {
	background: url(../images/page-2_img1.jpg) repeat-x;
	padding-bottom: 35px;
}

@media (max-width: 479px) {
.head_bg {
	background: url(../images/page-2_img1.jpg) no-repeat;
	background-size: cover;
}
}
.head_ins {
	padding-bottom: 25px;
}
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
	display: block;
}
.sets1 .row:first-child .box1:first-child {
	color: #1b1b1d;
}
.sets1 .row .box1:hover * {
	color: #ffffff;
}
.sets1 p {
	font-style: italic;
	letter-spacing: 0.3px;
}
.sets3 small, .sets3 p {
	color: #8c8b8f;
}
.sets3 h3, .sets3 h6 {
	color: #2c2b2e;
}
.sets3 img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.sets3 h3 + .row {
	margin-top: 102px;
}
.sets3 .row + .row {
	margin-top: 47px;
}
.sets3 * + h6 {
	margin-top: 28px;
}
.sets3 h6 + p {
	margin-top: 7px;
	line-height: 19px;
}
.sets3 h3 + .row_offs1 {
	margin-top: 52px;
}
.sets3 .row_offs1 p {
	padding: 0 15px;
}
.sets3 h3 + .row_offs2 {
	margin-top: 46px;
}
.sets3 * + .btn {
	margin-top: 29px;
}
.sets4 ul {
	display: inline-block;
	font-size: 12px;
	font-family: 'Trebuchet MS', sans-serif;
}
.sets4 ul li + li {
	margin-top: 8px;
}
.sets4 * + ul {
	margin-top: 27px;
}
.sets4 ul + ul {
	margin-left: 95px;
}
.sets4 h3 + * {
	margin-top: 46px;
}
.sets4 a:not([class*='btn']):hover {
	color: #f6c452;
}

@media (max-width: 1199px) {
.sets4 ul + ul {
	margin-left: 0;
	display: block;
}
}
.sets5 p:first-child {
	font-size: 50px;
	line-height: 51px;
}
.sets5 p + p {
	margin-top: 16px;
}
.sets5 p {
	padding-right: 56px;
}

@media (max-width: 979px) {
.sets5 p {
	padding-right: 5px;
}
}
.sets5 [class*='grid'] {
	padding-bottom: 73px;
}
.sets6 .row + .row {
	margin-top: 61px;
}
.sets8 p {
	padding-right: 0;
}
.sets8 .row + .row {
	margin-top: 56px;
}
.offs1 {
	margin-top: 72px;
}
.row_offs2 {
	margin-top: 46px;
}
/*==================      Well     ======================*/
.well {
	padding-top: 152px;
	padding-bottom: 178px;
}

@media (max-width: 979px) {
.well {
	padding-top: 80px;
	padding-bottom: 100px;
}
}
.well_ins {
	padding-bottom: 173px;
}
.well1 {
	padding-top: 189px;
	padding-bottom: 107px;
}

@media (max-width: 1199px) {
.well1 {
	padding-top: 95px;
	padding-bottom: 80px;
}
}
.well2 {
	padding-top: 57px;
	padding-bottom: 128px;
}
.well2_ins {
	padding-bottom: 240px;
}
.well2_ins2 {
	padding-bottom: 156px;
}
.well2_ins3 {
	padding-bottom: 245px;
}
.well3 {
	padding-top: 189px;
	padding-bottom: 100px;
}
.well4 {
	padding-top: 97px;
	padding-bottom: 250px;
}
.well5 {
	padding-top: 57px;
	padding-bottom: 255px;
}
.well_ins4 {
	padding-top: 557px;
}

@media (max-width: 767px) {
.well_ins4 {
	padding-top: 200px;
}
}
.well_ins5 {
	padding-top: 184px;
}
.well6 {
	padding-top: 212px;
	padding-bottom: 251px;
}
.wpcf7-form {
	margin-top: 67px;
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
	background: #1b1b1d url(../images/page-1_img22.jpg) top center no-repeat;
	position: relative;/*padding-top: 217px;
  padding-bottom: 210px;*/
}
footer:before {
	content: '';
	position: absolute;
	box-shadow: 0 45px 63px #1b1b1d inset;
	left: 0;
	top: 0;
	right: 0;
	height: 142px;
}
footer.foot_bg {
	background: #1b1b1d url(../images/page-2_img17.jpg) top center no-repeat;
	padding-top: 222px;
}
footer.foot_ins {
	margin-top: 107px;
}

@media (min-width: 1980px) {
footer, footer.foot_bg {
	background-size: cover;
}
}

@media (max-width: 767px) {
footer, footer.foot_bg {
	background-size: cover;
}
footer.foot_ins {
	margin-top: 10px;
}
}
footer .info {
	width: 100%;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
footer .info a:hover {
	color: #f6c452;
}
footer [class*='bl'] {
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 12px;
	font-weight: 400;
	display: inline-block;
}
footer [class*='bl'] h5 + * {
	margin-top: 74px;
}

@media (max-width: 767px) {
footer [class*='bl'] h5 + * {
	margin-top: 20px;
}
}
footer [class*='bl'] dd, footer [class*='bl'] dt {
	display: inline-block;
}
footer .bl1 li + li, footer .bl2 li + li {
	margin-top: 8px;
}
footer .bl3 dl:last-child {
	margin-top: 15px;
}
footer .bl4 a {
	display: inline-block;
	color: #f6c452;
	margin-top: 15px;
}
footer .bl4 a:hover {
	text-decoration: underline;
}
footer .bl1 + .bl2 {
	margin-left: 11.5%;
}
footer .bl2 + .bl3 {
	margin-left: 14.5%;
}
footer .bl3 + .bl4 {
	margin-left: 9%;
}
footer .rights p {
	float: left;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 400;
	font-family: 'Trebuchet MS', sans-serif;
}
footer .rights p a:hover {
	text-decoration: underline;
}
footer .inline-list {
	float: right;
}
footer * + .rights {
	margin-top: 107px;
}

@media (min-width: 980px) and (max-width: 1199px) {
footer [class*='bl'] + [class*='bl'] {
	margin-left: 7%;
}
}

@media (max-width: 979px) {
footer [class*='bl'] + [class*='bl'] {
	margin-left: 3%;
}
}

@media (max-width: 767px) {
footer {
	padding-top: 50px;
	padding-bottom: 70px;
}
footer * + .rights {
	margin-top: 45px;
}
footer [class*='bl'] + [class*='bl'], footer .bl1 {
	display: block;
	text-align: center;
	margin-top: 40px;
}
}

@media (max-width: 479px) {
footer .rights {
	text-align: center;
}
footer .rights p {
	float: none;
}
footer .inline-list {
	float: none;
}
}
/*custom ust*/
/*.site-title.logo-box {
	color: #fff;
	margin-top: 0;
}
.site-description {
	color: #fff;
}
*//*all*/
/*.screen-reader-text {
	display: none;
}
img {
	height: auto;
}
img {
	max-width: 100%;
}
#today {
	color: #09a59c;
}
table {
	width: 100%;
	text-align: center;
}

td, th {
	border: 1px solid #ccc;
	padding: 5px 0 5px 0px;
}
.alignleft {
	display: inline;
	float: left;
}
blockquote.alignleft, .wp-caption.alignleft, img.alignleft {
	margin: 0.421em 1.684em 1.6842em 0;
}
blockquote.alignright, .wp-caption.alignright, img.alignright {
	margin: 0.4211em 0 1.6842em 1.6842em;
}
.alignright {
	display: inline;
	float: right;
}
.wp-caption.alignleft, .wp-caption.alignright, .wp-caption.aligncenter {
	margin-bottom: 1.2632em;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background-color: #09a59c;
	margin-bottom: 1.6em;
	max-width: 100%;
	padding: 10px 10px 2px;
	text-align: center;
}
.wp-caption, .gallery {
	margin-bottom: 1.6842em;
}
iframe, embed {
	max-width: 100%;
}
.wp-caption-text {
	margin-top: 10px;
}
.wp-caption-text a:hover {
	color: #fff;
}
.sticky .entry-date {
	display: none;
}
.bypostauthor {
}
*//*end all*/
/*404*/
.content-area-404 {
	margin-bottom: 40px;
}
.content-area-404 .search-form .search-field {
	border: 1px solid #dddddd;
	font-weight: normal;
	padding: 7px 15px;
	width: 100%;
	color: #2a2b2c;
}
.content-area-404 .page-title-404 {
	font-size: 18px;
	font-weight: bold;
}
.content-area-404 .search-submit {
	border: 1px solid #ccc;
	font-weight: bold;
	padding: 7px 25px;
}
.content-area-404 .search-submit:hover {
	color: #dba605
}
/*end 404*/
/**pagination**/
.site-pagination .pagination .screen-reader-text {
	display: none;
}
.page-numbers.current {
	border-color: #09a59c;
	color: #09a59c;
}
.page-numbers {
	border: 1px solid #d7d7d7;
	border-radius: 5px;
	color: #212121;
	font-size: 18px;
	padding: 10px 15px;
}
.current-menu-item > a {
	color: #F6C452 !important;
}
.site-pagination a:hover {
	border: 1px solid #09a59c;
}
.storm_hold_pagination {
	background-color: #f0f0f0;
	display: inline-block;
	margin-bottom: 10px;
	padding: 1em 1em 0;
	width: 100%;
}
.storm_hold_previous_pagination {
	display: inline;
	float: left;
	margin-bottom: 1em;
}
.storm_hold_pagination a {
	color: #000;
}
.storm_hold_next_pagination {
	display: inline;
	float: right;
	margin-bottom: 1em;
}
/**end pagination**/
/**comments Box**/
.comments-article .home-title h2 span {
	border-top: 0 none;
	font-size: 16px;
	margin-bottom: 25px;
	margin-top: 10px;
	padding-left: 128px;
	padding-right: 128px;
}
.comments-article > ol {
	display: inline-block;
	list-style: outside none none;
	padding: 0;
	width: 100%;
}
.comment-body {
	margin-bottom: 20px;
	position: relative;
}
.comment-author {
	display: inline-block;
	position: relative;
	margin-bottom: 8px;
}
.comment-author, .comment-content {
	padding-left: 50px;
}
.comment-author .says {
	display: none;
}
.comment-author .avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: 34px;
	left: 0;
	padding: 2px;
	position: absolute;
	top: 30px;
	width: 34px;
}
.comment-list {
	padding: 0;
	list-style: outside none none;
}
.comment-list .children {
	padding-left: 20px;
	list-style: outside none none;
	margin-bottom: 10px;
}
.comment-metadata {
	display: inline-block;
	padding-left: 5px;
	margin-bottom: 8px;
	width: auto;
}
.comment-body a {
	color: #212121;
}
.comment-body .reply {
	position: absolute;
	right: 5px;
	top: 0;
}
.comment-author .fn {
	color: #212121;
	font-weight: normal;
}
.comment-body a:hover, .comment-body a:focus {
	color: #389ca5;
}
.comment-metadata .reply a {
	color: #212121;
	display: inline-block;
	float: right;
	text-align: right;
}
.comment-content {
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #d7d7d7;
	border-radius: 0;
	color: #272727;
	display: inline-block;
	font-size: 13px;
	padding: 10px;
	white-space: normal;
	width: 93%;
	margin-left: 50px;
}
.comment-form p {
	display: inline-block;
	margin: 14px 0;
	width: 100%;
}
.comment-form label {
	display: none;
}
.comments-box {
	padding: 0px;
}
.article-title h2, .comment-reply-title {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
.comment-form .comment-form-author input, .comment-form .comment-form-email input, .comment-form-url input {
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #b0b0b0;
	color: #272727;
	font-size: 13px;
	padding: 10px;
	width: 100%;
}
.comment-form .comment-form-comment > textarea {
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #b0b0b0;
	color: #6a6a6a;
	font-size: 13px;
	/*  margin-top: 20px; */
	padding: 10px;
	resize: vertical;
	width: 100%;
}
#comments ol {
	list-style: outside none none;
}
.comment-form-comment {
	clear: both;
}
.wpcf7-form p {
	display: inline-block;
	margin: 0 0 15px;
	width: 100%;
}
.wpcf7-form-control-wrap input {
	background: none repeat scroll 0 0 #ffffff;
	border: medium none;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
	color: #272727;
	font-size: 13px;
	padding: 10px;
	width: 100%;
}
.wpcf7-form-control-wrap textarea {
	background: none repeat scroll 0 0 #ffffff;
	border: medium none #c6c6c6;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
	color: #6a6a6a;
	font-size: 13px;
	padding: 10px;
	resize: vertical;
	width: 100%;
}
.reply-box {
	display: inline-block;
	margin-bottom: 30px;
	width: 100%;
}
.reply-box .home-title h2 span, .get-in-touch .home-title h2 span {
	border-top: 0 none;
	font-size: 16px;
	padding-left: 128px;
	padding-right: 128px;
}
.reply-box .home-title h2, .get-in-touch .home-title h2 {
	margin-top: 0;
	margin-bottom: 40px;
}
.wpcf7-form .wpcf7-submit, .form-submit > input[type="submit"] {
	background: #F6C452;
	border: 1px solid #000000;
	border-radius: 2px;
	color: #000000;
	float: left;
	font-family: 'OpenSans-Bold';
	font-size: 13px;
	margin-top: 20px;
	padding: 8px 40px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}
.wpcf7-form .wpcf7-submit:hover, .wpcf7-form .wpcf7-submit:focus, .form-submit > input[type="submit"]:hover, .form-submit > input[type="submit"]:focus, .column-book input[type="button"]:hover, .column-book input[type="button"]:focus {
	background-color: #389ca5;
	color: #ffffff;
	border-color: #389ca5;
}
/**End**/
/**************************sidebar start*********************/
.main-sidebar .sidebar-widget a:hover, .main-sidebar .sidebar-widget.widget_recent_entries ul li a:hover {
	color: #09a59c;
}
/*.breadcrumb-search .search-form {
	margin: 30px 0;
}
.search-form label {
	margin: 0;
	width: 100%;
}
.search-form .screen-reader-text {
	display: none;
}
.search-form .search-field {
	background: #ededed none repeat scroll 0 0;
	border: 1px solid #acacac;
	display: block;
	width: 100%;
	font-weight: normal;
	padding: 12px 40px 12px 10px;
	color: #2c2b2e;
}
.search-form {
	position: relative;
}
.search-form .search-submit {
	background-color: rgba(0, 0, 0, 0);
	background-image: url("../images/search.png");
	background-repeat: no-repeat;
	border: medium none;
	height: 21px;
	padding: 0;
	position: absolute;
	right: 10px;
	text-indent: -500px;
	top: 13px;
	width: 19px;
}*/
.main-sidebar .sidebar-widget {
	display: inline-block;
	width: 100%;
}
.main-sidebar .sidebar-widget ul {
	list-style: outside none none;
	padding-left: 0;
	margin-bottom: 0;
}
.main-sidebar select, table, textarea {
	width: 100%;
}
.main-sidebar .sidebar-widget ul li ul {
	margin-top: 13px;
	padding-left: 15px;
}
.main-sidebar .sidebar-widget li:last-child {
	padding-bottom: 0;
}
.main-sidebar .sidebar-widget ul li ul li:last-child {
	padding-bottom: 0;
}
.main-sidebar .sidebar-widget ul li a {
	color: #181818;
	text-transform: uppercase;
}
.main-sidebar .sidebar-widget li:last-child {
	padding-bottom: 12px;
	margin-bottom: 0px;
}
.main-sidebar .sidebar-widget .widget_recent_entries .blog-title {
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
	text-transform: capitalize;
}
.main-sidebar .comments-box ul li {
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}
.main-sidebar .comments-box ul li:last-child {
	padding-bottom: 12px;
}
.main-sidebar .tagcloud > a {
	border: 1px solid #09a59c;
	text-transform: uppercase;
	border-radius: 5px;
	display: inline-block;
	margin: 0 5px 10px 0;
	padding: 9px 15px;
	vertical-align: baseline;
	font-size: 14px !important;
	color: #000;
}
.main-sidebar .tagcloud > a:hover {
	color: #09a59c;
	border-color: #000;
}
.sidebar-widget a {
	color: #F6C452;
}
.vc_row.wpb_row.vc_row-fluid:last-child {
	margin-bottom: 0 !important;
}
.main-sidebar .sidebar-widget .posts p a {
	display: block;
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 5px;
	max-height: 30px;
	overflow: hidden;
}
.main-footerbar .footer-widget ul li a {
	font-size: 13px;
	text-transform: uppercase;
}
/**************************sidebar end*********************/
