/*
	Theme Name: Fit Republic
	Description: Fit Republic website template
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,600i,700,700i');
/* ---------------------------
	Reset
--------------------------- */
*,
*:before,
*:after {
  	box-sizing: border-box;
}
abbr, address, article, aside, audio, b, blockquote, body, canvas,
caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset,
figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup,
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, p, pre, q, samp, section, small, span, strong, sub, summary,
sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video { margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline; background-color: transparent; }
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }
address, cite, q, dfn { font-style: normal; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; line-height:1; }
a, ins, del { text-decoration:none }
q, blockquote { quotes: none; }
th, td {  vertical-align: top; }
th { text-align: left; }
nav li { display:block; list-style:none; }
img { display:block; max-width:100%; height:auto; }
button,input,select,textarea{margin:0;font-size:100%;vertical-align:middle;}
button,input{*overflow:visible;line-height:normal;}
button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0;}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}
textarea{overflow:auto;vertical-align:top;}
label,input,button,select,textarea{font-size:14px;font-weight:normal;line-height:20px;}
input,button,select,textarea{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;}
label{display:block;margin-bottom:5px;font-size:16px;}
select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{display:inline-block;height:30px;padding:5px;margin-bottom:10px;font-size:14px;line-height:1;color:#555555;border-radius:4px;vertical-align:middle;width:100%;}
textarea{height:auto;padding:4px 6px;}
textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{background-color:#ffffff;border:1px solid #cccccc;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-webkit-transition:border linear .2s, box-shadow linear .2s;transition:border linear .2s, box-shadow linear .2s;}textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datef-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.uneditable-input:focus{border-color:rgba(82, 168, 236, 0.8);outline:0;outline:thin dotted \9;box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);}
input[type="radio"],input[type="checkbox"]{margin:4px 0 0;*margin-top:0;margin-top:1px \9;line-height:normal;cursor:pointer;}
input[type="file"],input[type="image"],input[type="submit"],input[type="reset"],input[type="button"],input[type="radio"],input[type="checkbox"]{width:auto;}
select,input[type="file"]{height:25px;*margin-top:4px;line-height:1;}
select{border:1px solid #cccccc;background-color:#ffffff;}
select[multiple],select[size]{height:auto;}
select:focus,input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}



/* ---------------------------
	General
--------------------------- */
html {
	-webkit-text-size-adjust: none;
}

hr {
	display:none;
}

body {
	background: #fff;
	font: 300 14px/20px 'Open Sans',garamond, verdana, sans-serif;
}
a {
	text-decoration: underline;
	color: #EF4A4C;
}
a:hover {
	text-decoration: none;
  cursor: pointer;
}

p {
	margin: 0;
	padding: 0 0 14px 0;
}
dt,
h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0 0 10px 0;
	font-size: 16px;
	line-height: 16px;
	color:#333;

}
h1 {
	font-size: 40px;
	line-height: 48px;
	padding:0 0 20px 0;
}
h2 {
	font-size: 30px;
	line-height: 36px;
	padding:20px 0 10px;
}
h3 {
	font-size: 24px;
	line-height: 30px;
	padding:15px 0 10px;
  font-weight: 700;
}
table {
	border-collapse:collapse;
	width: 100%;
	margin: 0 0 15px 0;
}
td,
th {
	border: 0;
	padding: 5px;
}
th {
	color: #fff;
}
tr:nth-child(even){
	background: #ccc;
}
article ul,
article ol {
	padding:0 0 10px 20px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
	padding: 0;
  	margin-left: -1%;
  	margin-right: -1%;
    /* flex-flow:column nowrap; */
}
/* .row:before,
.row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
} */

[class^="col"] {
	/* float: left; */
	display: block;
  	padding: 0 1%;
}
.col12 {
  width: 100%;
}
.col11 {
  width: 91.66666666666666%;
}
.col10 {
  width: 83.33333333333334%;
}
.col9 {
  width: 75%;
}
.col8 {
  width: 66.66666666666666%;
}
.col7 {
  width: 58.333333333333336%;
}
.col6 {
  width: 50%;
}
.col5 {
  width: 41.66666666666667%;
}
.col4 {
  width: 33.33333333333333%;
}
.col3 {
  width: 25%;
}
.col2 {
  width: 16.666666666666664%;
}
.col1 {
  width: 8.333333333333332%;
}
/* ---------------------------
	Layout
--------------------------- */
#header {
	width: 100%;
	background: #231f20;
	border-bottom: 1px solid #ddd;
  position: relative;
}
#header .container {
	padding: 16px 0 9px;
	position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.logo {
  display: inline-block;
}
.logo img {
  max-height: 72px;
}
#header .contact, #footer .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .social {
  margin-left: 20px;
	list-style:none;
}
#footer .social {
  list-style: none;
  margin-right: 20px;
}
#footer .contact {
  width: 60%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#header .social li, #footer .social li {
	float:left;
	padding-left:10px;
}
#header .social li a, #footer .social li a {
	width:35px;
	height:35px;
	/* background:url(images/social.png); */
	display:block;
  background: #fff;
  border-radius: 50%;
  color: #231f20;
  text-align: center;
  font-size: 20px;
  padding-top: 7px;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}
#header .social li a:hover, #footer .social li a:hover {
  color: #fff;
  background: #231f20;
}
#header .tel, #footer .tel {

	font-size:20px;
	color:#fff;
	font-weight:700;
  font-style: italic;
	/* background:url(images/phone.png) left center no-repeat; */
	line-height:50px;
  margin-right: 20px;
}
#header .tel a, #footer .tel a {
  color: #fff;
  text-decoration: none;
}

#header .tel img, #footer .tel img {
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 9px;
}
#nav {
	position: relative;
	background:#231f20;
  box-shadow: 0 -1px 0 0 #4a4a4a;
}
#nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#nav li {
	float: left;
	display: block;
	position: relative;
	padding: 11px 0;
	text-transform:uppercase;
}
#nav > div ul li:first-child a {
	border-left:0px;
	padding-left:0px;
}
#nav li:last-child a {
	padding-right:0px;
}
#nav a {
	position: relative;
	display:block;
	text-decoration: none;
	font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
	line-height: 20px;
	color:#FFF;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}
#nav a:hover {
	color: #DDD;
}

#nav ul ul {
  display:none;
  position:absolute;
  left: -50px;;
  top: 42px;
  z-index: 9999;
  width: 200px;
box-shadow: 0 0px 10px 0 #231f20;
}
#nav ul ul li {
	float:none;
	display: block;
	padding: 0;
	background:#f01414;
  border-bottom: none;

}
#nav ul ul a:hover {
  color: #fff !important;
  background: #231f20 !important;
}
#nav ul ul li:first-child a,
#nav ul ul a {
	padding: 10px 15px;
	font-size: 12px;
	line-height: 16px;
	background-color: #f01414;
	border-left: 0;
}
#nav ul li:hover ul {
	display: block;
}


.page-header {
	background:#fcfcfc;
}
.page-header h1 {
	line-height:40px;
	padding-top:30px;
	font-size:30px;
	color:#F01414;
}
.page-header h5 {
	line-height:40px;
	padding-top:35px;
}
.page-header-img {
    width: 100%;
    height: 600px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#content {
	margin-bottom:50px;
	padding-bottom:30px;
}

#content {
	padding-top:30px;
}

#content aside aside {
  position: relative;
  top: -130px;
  padding: 12px 18px;
  background: #fff;
}
.single-page #content aside {
  position: relative;
  top: -130px;
  padding: 12px 18px;
  background: #fff;
}
.single-page.blog #content aside aside {
  position: static;

}
.single-page #content .btn {
  top: 30px;
}
#content aside {
  z-index: 999;
}
#content .col-aside::before {
  content: ' ';
  z-index: 99;
  display: block;
  height: 50px;
  width: 90%;
  margin: 0 auto;
  box-shadow: 0 -2px 50px 0 rgba(118, 32, 33, 0.28);
}
#content aside h5 {
	font-size: 18px;
	margin-bottom: 10px;
	padding: 0;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 38px;
	color: #EF4A4C;
}
#content aside ul {
	padding: 0;
	margin: 0 0 30px 0;
}
#content aside li {
	list-style: none;
	border-bottom:1px dotted #42495c;
}
#content aside li::before {
  content: ' ';
  display: block;
  width: 24px;
  height: 24px;
  background-image: url('images/chevron.svg');
  background-size: 18px 18px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  top: 5px;
}
#content .page-aside aside li::before {
  display: none;
}
#content aside li:last-child {
	border-bottom:0;
}
#content aside li:before{
	content: "";
	display:inline-block;
}
#content aside a {
	display: inline-block;
	padding-left:10px;
	color:#42495c;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
	text-decoration: none;
	line-height:50px;
}
#content aside a:hover {
	color: #EF4A4C;
}

#footer {
	background: #231f20;
	font-size: 14px;
	line-height: 22px;
	color: #FFF;
	text-transform:uppercase;
}
#footer .footer-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
#footer .row {
	padding: 30px 0;
}
#footer h5 {
	color:#fff;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid #ea7071;
	font-size: 14px;
	line-height: 20px;
	font-weight:bold;
}

#footer p {
  margin: 0 auto;
  width: 60%;
  border-top: 1px #fff solid;
	background: #231f20;
	padding-top: 39px;
  padding-bottom: 19px;
	font-size: 12px;
	text-align: center;
  text-transform: none;
}
#footer .copyright span {
	border-left: 1px solid #999;
	margin-left: 10px;
	padding-left: 10px;
}
#footer .col8{
	text-align:center;
}
#footer #mc_embed_signup input{
	width: 48%;
	float: left;
	margin-right: 2%;
}
#footer #mc_embed_signup form{
	display: block;
	position: relative;
	text-align: left;
}
#footer #mc_embed_signup label{
	display: block;
	font-size: 14px;
	padding-bottom: 10px;
	font-weight: normal;
}
#footer #mc_embed_signup .button{
	float: left;
	background-color: #383838;
	border: 0 none;
	border-radius: 4px;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	height: 31px;
	line-height: 32px;
	padding: 0;
	text-align: center;
	text-decoration: none;
}
#mc_embed_signup input.email{
	display: block;
	padding: 8px 0;
	text-indent: 5px;
}
#footer #mc_embed_signup .button:hover{
	background-color: #66666f;
}


/* ---------------------------
	Specific
--------------------------- */
.post-thumb {
  width: 100%;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  height: 216px;
  display: block;
}
.post-single .post-thumb {
  height: 480px;
  margin-bottom: 34px;
}
.post-single .news .post-thumb {
  height: 216px;
}
.swiper-slides .post-thumb {
  border-bottom: 4px solid #231f20;
  height: 600px;
}
.intro {
	border-bottom: 4px solid #231f20;
}

.home .news {
	border-top: none;
}
.bx-wrapper {
  height: 600px;
}
.swiper-slides .container {
  height: 100%;
}
.swiper-slides .slide-info {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background: #231f20;
  min-height: 220px;
  width: 500px;
  padding: 20px;
  color: #fff;
}
.swiper-slides .slide-info p {
  font-size: 24px;
  font-style: italic;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  padding-bottom: 20px;
}
.swiper-slides .slide-info > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
}
.swiper-slides .slide-info h2 {
  padding: 0;
  font-size: 42px;
  line-height: 38px;
  width: 65%;
  color: #fff;
  font-family: 'Open Sans',sans-serif;
}
.swiper-slides .slide-info .price {
  font-size: 72px;
  line-height: 56px;
  color: #fff;
  width: 35%;
  font-family: 'Open Sans', sans-serif;
}
.btn {
  background: #fff;
  color: #231f20;
  box-shadow: 2px 2px 0 0 #4a4a4a;
  border: solid 1px #231f20;
  padding: 14px;
  border-radius: 16px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Open Sans',sans-serif;
  font-weight: 700;
  position: relative;
  display: inline-block;
  top: 0;
  left: 0;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}
.btn-page {
  top: 10px !important;
}
.btn-page:hover {
  background:#231f20;

}
.btn i {
  margin-right: 10px;
}
.btn:hover {
  background: #231f20;
  color: #fff;
  left: 2px;
  top: 2px;
  box-shadow: 0px 0px 0 0 #4a4a4a;
}
.btn-nav {
  font-size: 14px;
  border-radius: 100px;
  padding: 12px 20px;
  box-shadow: 2px 2px 0 0 #9b9b9b;
  border: solid 1px #231f20;
  font-weight: normal;
  margin-left: 25px;
}
.btn-nav.active ,.btn-nav:hover {
  background: #231f20;
  color: #fff;
}
.btn-slider {
  border-radius: 100px;
  background-color: #ffffff;
  box-shadow: 2px 2px 0 0 #9b9b9b;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  color: #231f20;
}
.page-header {
  background: #ed1c24;
  color: #fff;
  padding: 16px 0 16px;
}
.page-header .prfix {
  font-size: 20px;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  /* margin-top: 30px; */
}
.page-header h1 {
  padding-top: 4px;
  color: #fff;
  font-size: 36px;
  line-height: 38px;
  font-family: 'Open Sans', sans-serif;
  width: 45%;
  padding-bottom: 4px;
}
.post-single .page-header .post-details {
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.post-single .page-header p {
    padding-bottom: 0;
    margin-right: 30px;
}
.terms-nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
  padding: 40px 0 45px;
}
.clearfix:before,
.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix:after {
	clear: both
}
.clearfix {
	zoom: 1
}
.prev,
.next {
	max-width: 49%
}
.aligncenter {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.prev,
.alignleft {
	float: left;
	text-align: left;
}
.next,
.alignright {
	float: right;
	text-align: right;
}
.alignleft {
	margin: 0 15px 0 0
}
.alignright {
	margin: 0 0 0 15px
}
.post-single #content {
  margin-bottom: 25px;
}
.boxes {
	margin:-150px auto 50px auto;
	display:block;
	width: 100%;
	position:relative;
	z-index:8000;
	background:#FFF;
	padding: 30px 15px;
	box-shadow: 0 0 30px #666;
}

.boxes li {
	list-style: none;
	text-align:center;
	border-left:1px solid #d6d6d6;
}
.boxes li:first-child {
	border-left:0;
}
.boxes img {
	display:inline-block;
}
.boxes a {
	display: inline-block;
	text-decoration: none;
	background:#ef4a4c;
	color:#FFF;
	text-transform:uppercase;
	padding:0 30px;
	margin:15px auto;
	line-height:40px;
	border-radius:5px;
}
.news .button:hover,
.boxes a:hover {
	background:#d34b4d;
}
.boxes h3 {
	margin-bottom: 10px;
	padding: 0 0 10px 0;
	font-size: 16px;
	line-height: 22px;
	color: #e5001c;
}
.boxes article {
	padding: 15px;
	background: #fff;
}
.newsletter {
  border-top: 4px #231f20 solid;
  background: #ecebeb;
  padding: 34px;
  margin-left: 0 !important;
  margin-right: 0 !important;s
  text-align: center;
}
.newsletter .col3 {
  margin: 0 auto;
  text-align: center;
}
.newsletter h5 {
  color: #ed1c24;
  font-size: 24px;
  line-height: 28px;
  font-family: 'Open Sans', sans-serif;
  padding-bottom: 6px;
  font-style: italic;
  font-weight: 600;
}
.newsletter p {
  color: #231f20;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  padding-bottom: 26px;
}
.newsletter figure > div p {
  font-family: 'Open Sans', sans-serif;
  color: #231f20;
  font-size: 16px;
}
.newsletter input[type="email"] {
  width: 75%;
  height: 45px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 20px;
  border: 1px solid #231f20;
  border-radius: 100px;
  background: #fff !important;
  margin-bottom: 0;
}
.newsletter input[type="email"]:focus, .newsletter input[type="submit"]:focus {
  outline: none;
  box-shadow: none;
}
.newsletter input[type="email"]::-webkit-input-placeholder, .newsletter input[type="email"]::-moz-placeholder, .newsletter input[type="email"]:-ms-input-placeholder, .newsletter input[type="email"]:-moz-placeholder {
  font-style: italic;
  font-family: 'Open Sans', sans-serif;
  color: rgba(24, 57, 87, 0.39);
}
.newsletter input[type="submit"] {
  background: #231f20;
  border-radius: 100px;
  border: solid 1px #979797;
  box-shadow: 2px 2px 0 0 #9b9b9b;
  padding: 12px 20px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}
.newsletter input[type="submit"]:hover {
  background: #fff;
  color: #231f20;
}
.news{
	margin-bottom: 20px;
  padding-top: 30px;
  border-top: 1px solid #cecece;
}
.news h4 {
  padding-bottom: 0 !important;
}
.news figure {
	text-align: center;
	background:#edebeb;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #231f20;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  text-align: left;
  padding-bottom: 28px;
  margin-bottom: 30px;
  position: relative;
}
.news .post-thumb {
  border-bottom: 4px solid #231f20;
  margin-bottom: 12px;
}
.news article {
	text-align: center;
}
.news h4{
	text-align: center;
	font-size: 24px;
  line-height: 38px;
	color: #ed1c24;
	margin-bottom: 45px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}
.news h5 {
	font-size: 24px;
	line-height: 28px;
	color: #ed1c24;
  font-family: 'Open Sans', sans-serif;
}

.news figure > div {
  padding: 20px;
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news img {
	max-width: 120px;
	max-height: 120px;
	border-radius: 100%;
	margin: 0px auto 10px;
}
.news section {
	margin-left:-15px;
}
.news .button {
	display: block;
  width: 85%;
	padding: 5px 15px;
	background: #231f20;
  color: #fff;
  box-shadow: 2px 2px 0 0 #9b9b9b;
  border-radius: 100px;
	text-align: center;
	font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  margin: 0 auto;
	text-transform: uppercase;
	text-decoration:none;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}

.news .button:hover {
  background: #fff;
  color: #231f20;
}

.news .byline {
  border-top: 1px solid #42495c;
  padding-top: 11px;
  margin-top: 16px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 100%;
}

.news .byline p {
  margin-bottom: 0;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #42495c;
  line-height: 18px;
  padding-bottom: 0px;
}

/**
 * 6.14 Comments
 * -----------------------------------------------------------------------------
 */

.comments-area {
	margin: 48px auto;
	padding: 0 10px;
}
.comment-body {
	margin:10px;
}
.comment-reply-title,
.comments-title {
	font: 900 16px/1.5 Lato, sans-serif;
	margin: 0;
	text-transform: uppercase;
}

.comment-list {
	list-style: none;
	margin: 0 0 48px 0;
}

.comment-author {
	font-size: 14px;
	line-height: 1.7142857142;
}

.comment-list .reply,
.comment-metadata {
	font-size: 12px;
	line-height: 2;
	text-transform: uppercase;
}

.comment-list .reply {
	display: inline-block;
	padding: 5px 5px;
	background: #EF4A4C;
	text-align: center;
	font-size: 12px;
	border-radius: 3px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}
.comment-list .reply a {
	padding:0;
	color: #FFF;
	text-decoration:none;
}
.comment-author .fn {
	font-weight: 900;
}

.comment-author a {
	color: #2b2b2b;
}

.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a {
	color: #767676;
}

.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
	color: #41a62a;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 24px;
	padding-top: 24px;
}

.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
	border-top: 0;
}

.comment-author {
	position: relative;
}

.comment-author .avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: 18px;
	padding: 2px;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
}

.bypostauthor > article .fn:before {
	content: "\f408";
	margin: 0 2px 0 -2px;
	position: relative;
	top: -1px;
}

.says {
	display: none;
}

.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-metadata {
	padding-left: 30px;
}

.comment-edit-link {
	margin-left: 10px;
}

.comment-edit-link:before {
	content: "\f411";
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 2px;
}

.comment-content {
	-webkit-hyphens: auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 24px 22px;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .children {
	list-style: none;
	margin-left: 15px;
}

.comment-respond {
	margin-bottom: 24px;
	padding: 0;
}

.comment .comment-respond {
	margin-top: 24px;
}

.comment-respond h3 {
	margin-top: 0;
	margin-bottom: 24px;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
	color: #767676;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
	font-size: 14px;
	line-height: 1.7142857142;
}

.no-comments {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin-top: 24px;
	text-transform: uppercase;
}

.comment-form label {
	display: block;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	font-size: 12px;
	line-height: 1.5;
}

.required {
	color: #c0392b;
}

.comment-reply-title small a {
	color: #2b2b2b;
	float: right;
	height: 24px;
	overflow: hidden;
	width: 24px;
}

.comment-reply-title small a:hover {
	color: #41a62a;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
}

.comment-navigation {
	font-size: 12px;
	line-height: 2;
	margin-bottom: 48px;
	text-transform: uppercase;
}

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
	display: inline-block;
}

.comment-navigation .nav-previous a {
	margin-right: 10px;
}

#comment-nav-above {
	margin-top: 36px;
	margin-bottom: 0;
}
.cptch_block label {
	display:inline-block;
}

.gallery {
	list-style:none;
	padding:0;
}
.gallery li {
	float:left;
	width:20%;
	padding:5px;
}
.gallery li img {
	border:1px solid #DDD;
}
.post-listing {
	position:relative;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
.has-thumb {
	position: relative;
}
.post-listing .thumb {
	display: block;
	margin-right: 20px;
	float: left;
	overflow: hidden;
	height: 200px;
}
.post-listing .thumb img {
	display: block;
	height: 100%;
	width: auto;
}
.post-listing > div {
	padding-bottom:20px;
}
.has-thumb > div {
}
.post-listing h3 {
	padding-top: 0;
	font-size:20px;
}
.post-listing a {
	text-decoration: none;
}
.post-listing p {
}
.post-listing .more {
	padding:0;
	border:0;
  display: inline-block;
}
.post-listing .post-thumb {
  width: 300px;
  height: 300px;
}
.post-listing .btn-nav {
  margin-left:  0;
}
.more .btn {
  margin-top: 20px;
  display: inline-block;
  position: static;
}
/* .post-listing .more a {
  display: inline-block;
  padding: 5px 15px;
  background: #EF4A4C;
  text-align: center;
  font-size: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  text-transform:uppercase;
} */
/* .post-listing .more a:hover {
  background: #666;
} */
.post-single .thumb img {
	margin-bottom: 30px;
	width: 100%;
	height: auto;
}
.post-single img {
	border-radius: 3px;
}
.post-single header h2 {
	padding: 0;
	margin-bottom: 30px;
	color: #EF4A4C;
}

.pagination li {
	margin-right: 5px;
	list-style: none;
	float: left;
}
.pagination a {
	display: block;
	width: 35px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	line-height: 35px;
	background: #efefef;
	border-radius: 3px;
	color: #EF4A4C;
}
.pagination a:hover,
.pagination .active a {
	background: #EF4A4C;
	color: #fff;
}


/* content */
#main .content h1,
#main .content h2,
#main .content h3,
#main .content h4,
#main .content h5 {
	padding: 0;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 24px;
  font-weight: 700;
	color: #e5001c;
}
#main .content h1 {
  font-size: 28px;
}
#main .content h2 {
  font-size: 26px;
}
#main .content h3 {
  font-size: 24px;
}
#main .content h4 {
  font-size: 22px;
}
#main .content h5 {
  font-size: 20px;
}
#main .content {
	padding-bottom:40px;
}

.blog .post-thumb {
  background-size: cover !important;
}

/* ---------------------------
	Grid
--------------------------- */
.container {
  padding: 0 10px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
#footer .container, #footer p {
  max-width: 960px;
}
.row-masonry .news {
  padding-top: 0px;
  margin-bottom: 0px;
}

/*
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.row:before,
.row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}

[class^="col"] {
  float: left;
  display: block;
    padding: 0 15px;
}
.col12 {
  width: 100%;
}
.col11 {
  width: 91.66666666666666%;
}
.col10 {
  width: 83.33333333333334%;
}
.col9 {
  width: 75%;
}
.col8 {
  width: 66.66666666666666%;
}
.col7 {
  width: 58.333333333333336%;
}
.col6 {
  width: 50%;
}
.col5 {
  width: 41.66666666666667%;
}
.col4 {
  width: 33.33333333333333%;
}
.col3 {
  width: 25%;
}
.col2 {
  width: 16.666666666666664%;
}
.col1 {
  width: 8.333333333333332%;
}
  */
/* ---------------------------
	Pages
--------------------------- */


/* ---------------------------
	Plugins
--------------------------- */
/* wp gallery */
#gallery-1 {
	margin: 0 0 0 -20px;
}
#gallery-1 dl {
	float: left;
	margin: 0 0 20px 20px;
}
#gallery-1 dt {
	padding: 0;
}
#gallery-1 dd {
	width: 100px;
	margin: 0;
	padding: 5px;
	border-radius: 3px;
	background: #000;
	box-shadow: 0px 2px 4px #000;
	color: #fff;
	text-align: center;
}
#gallery-1 img {
	width: 140px;
	height: auto;
	border-radius: 4px;
	border: 1px solid #000;
	box-shadow: 0px 2px 4px #000;
}



/* ---------------------------
    Plugins
--------------------------- */
/**
 * Swiper 3.4.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: October 16, 2016
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
	left: 0;
	margin: 0;
	padding: 0;
  height: 600px;
  /* Fix of Webkit flickering */
	background: #e9f2f6;
	width: inherit;
	position: relative;

}
.swiper-testimonial h2 {
	text-align: left;
	text-transform: uppercase;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
	text-align: left;
	width: 100% !important;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007033'%2F%3E%3C%2Fsvg%3E");
  left: 60px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
	/*background-image: url('assets/images/left.png');*/
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007033'%2F%3E%3C%2Fsvg%3E");
  right: 60px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
	/*background-image: url('assets/images/right.png');*/
}

.swiper-button-white {
	display: block;
	width: 40px;
	height: 40px;
	/* background: #00446a; */
	color: #fff;
	text-align: center;
	padding-top: 4px;
	font-size: 25px;
	-webkit-transition: ease-in-out 0.2s;
	transition: ease-in-out 0.2s;
}

.swiper-button-white:hover {
	opacity: 0.8;
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 0.5;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fc1b32;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #fc1b32;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* Contact Form 7 */
.wpcf7 {
	margin-right: 6%;
	float: left;
	width: 44%;
}
.contact-us .wpcf7 {
  margin-right: 20px;
}
.wpcf7 .screen-reader-response {
	display: none;
}
.wpcf7 p {
	position: relative;
	padding: 0 0 5px 0;
}
.wpcf7 label {
	display: block;
	font-weight: 600;
	font-size: 13px;
	line-height: 1;
	margin-bottom: 5px;
}
.wpcf7 p strong {
	color: #f95900;
}
.wpcf7 .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}
.wpcf7 p input,
.wpcf7 p textarea {
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
}
.wpcf7 p input {
	height: 35px;
}
.wpcf7 textarea {
	height: 120px;
}
.wpcf7 p input[type="file"] {
	padding: 10px 0;
}
.wpcf7 p .wpcf7-submit,
.wpcf7 p .wpcf7-submit:focus {
	display: block;
	margin: 0 0 15px 0;
	padding: 8px;
	width: 120px;
	background: #EF4A4C;
	color: #fff;
	font-size: 14px;
	border-radius: 3px;
	border: 0;
}
.wpcf7 p .wpcf7-submit:hover,
.wpcf7 p .wpcf7-submit:focus {
	background: #aaa;
}
.wpcf7-response-output {
	padding: 15px 5%;
	width: 100%;
	text-align: center;
	border-radius: 5px;
}
.wpcf7-mail-sent-ok {
	background: #398f14;
	color: #fff;
}
.wpcf7-display-none {
	display: none;
}
.wpcf7-validation-errors {
	background: #b00;
	color: #fff;
}
.wpcf7-not-valid-tip {
	border-radius: 0 10px 10px 10px;
	position: absolute;
	top: 15px;
	z-index: 100;
	display: block;
	color: #fff;
	background: #d00;
	padding: 5px 20px;
	border: none;
	right: -20px;
	width: auto;
}
.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	display: block;
}
.ajax-loader {
	border: none;
	vertical-align: middle;
	display: block;
	float: right;
}
/*FB Like Box*/

.fb_iframe_widget {
display: inline-block;
position: relative;
background-color: #FFF;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
.menu-bars {
	width: 100%;
	height: 50px;
	background: #f01414 url(images/mobile-menu-icon-open.png) no-repeat right 20px center;
	cursor:pointer;
}
.menu-bars.active {
	background: #f01414 url(images/mobile-menu-icon-close.png) no-repeat right 20px center;
}
.home .boxes .col3 p {
	min-height:240px;
}
/* .news .row .col3 figure > div {
  min-height:340px;
} */
@media (max-width: 1900px) {
  .newsletter .col3 {
    width: 40%;
  }
}
@media (max-width: 1280px) {
  .page-header-img {
    /* height: 400px; */
  }
}
@media (max-width: 1225px) {
  .newsletter .col3 {
    width: 75%;
  }
}
@media (max-width: 1100px) {
  .news .col3 {
    width: 50%;
  }
}
@media (max-width:1008px) {
  .page-header-img {
    height: 220px;
  }

	#nav {
		position: static;
		width: 100%;
	}
	#nav ul {
		display: none;
		padding: 0;
	}
	#nav li {
		display: block;
		border: 0;
		border-bottom: 1px solid #ccc;
		width: 100%;
		padding:10px 0;
	}
	#nav a,
	#nav > div > ul > li:first-child > a {
		padding: 0 14px;
		border:0;
	}
/* 	#nav ul li:hover ul {
  display: none;
} */

  #nav ul ul a {
    padding: 10px 14px;
  }

  #nav ul ul:after {
    display: none;
  }

	#nav li ul {
		display: block;
	}
	#nav ul ul {
		position: static;
		display:block;
		margin: 0;
		padding: 0;
		z-index: 9999;
		width:100%;
    margin-top: 7px;
	}
  #nav ul ul li {
    border-bottom: none;
  }
/* 	#nav ul ul:after {
  content: ' ';
  position: absolute;
  top: 25px;
  left: 30px;
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #D3D3D3;
} */
	#nav ul ul a:hover {
		background: #D3D3D3
	}
  .nav-trigger {
  	display: block;
      cursor: pointer;
      position: absolute;
      top: 50%;
      right: 15px;
      width: 40px;
      height: 40px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 99999999;
  }
  .nav-trigger span,
  .nav-trigger span::before,
  .nav-trigger span::after {
      position: absolute;
      width: 100%; height: 5px;
      background: #fff;
  }
  .nav-trigger span {
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
  }
  .nav-trigger span::before,
  .nav-trigger span::after {
      content: '';
      -webkit-transform-origin: 0% 50%;
      transform-origin: 0% 50%;
      -webkit-transition: all .15s;
      transition: all .15s;
  }
  .nav-trigger span::before {
      top: -10px;
  }
  .nav-trigger span::after {
      bottom: -10px;
  }
  .menu-active .nav-trigger span {
      background: rgba(34, 34, 33, 0);
  }
  .menu-active .nav-trigger span::before,
  .menu-active .nav-trigger span::after {
      background: #fff;
  }
  .menu-active .nav-trigger span::before {
      -webkit-transform: translate(5px, -4px) rotate(45deg);
      transform: translate(5px, -4px) rotate(45deg);
  }
  .menu-active .nav-trigger span::after {
      -webkit-transform: translate(5px, 4px) rotate(-45deg);
      transform: translate(5px, 4px) rotate(-45deg);
  }
  .menu-active #nav .container > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menu-active #nav .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .menu-active #nav .tel, .menu-active #nav .social {
    width: 100%;
  }
  .menu-active #nav .contact img {
    display: inline-block;
  }
  .menu-active #nav .tel {
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .menu-active #nav .tel a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .menu-active #nav .tel img {
    margin: 0 10px 0 0  !important;
  }
  .menu-active #nav .contact .btn {
    color: #231f20;
    padding: 15px;
    margin: 10px 0;
  }
  .menu-active #nav .contact .btn:hover {
    color: #fff;
  }
  .menu-active #nav .social {
    margin-left: 20px;
  	list-style:none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto 10px;
  }
  .menu-active #nav .social li {
  	float:left;
  	padding-left:10px;
    display: inline-block;
    border: none;
    width: auto;
  }
  .menu-active #nav .social li:first-of-type {
    padding-left: 0;
  }
  .menu-active #nav .social li a {
  	width:35px;
  	height:35px;
  	/* background:url(images/social.png); */
  	display:block;
    background: #fff;
    border-radius: 50%;
    color: #231f20;
    text-align: center;
    font-size: 20px;
    padding: 7px 0 0 0;
    -webkit-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
  }
  .menu-active #nav .social li a:hover{
    color: #fff;
    background: #231f20;
  }
  #header .contact {
    display: none;
  }
	.row {
		margin-left:0;
		margin-right:0;
	}
	.boxes a {
		padding: 0 10px;
  	}
	.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
	    width: 100% !important;
		background: #fff;
	}
	.home .boxes .col3 p {
		min-height:320px;
	}
	.news .row .col3 div {
		min-height:380px;
	}
}
@media (max-width: 950px) {
  .col-content {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .col-aside {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  #content .col-aside::before {
    display: none;
  }
  .post-single .col-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .single-page #content aside, #content aside aside {
    top: 0;
  }
  .post-single #content aside {
    top: 20px;
  }
  .single-page #content {
    padding-top: 20px;
  }
  .page-header {
    padding-top: 16px;
  }
  .post-listing .post-thumb {
    margin: 0 auto;
  }
  .more .btn {
    margin-top: 0;
  }
  .page-header h1 {
    width: 100%;
    text-align: center;
    padding-bottom: 0;
  }
  .page-header .prfix {
    margin-top: 0;
    text-align: center;
  }
  .post-single .page-header .post-details {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .post-single .page-header p:last-of-type {
    margin-right: 0;
  }
  .post-single iframe, .single-page iframe {
    width: 100%;
  }
  .post-single .btn {
    display: block;
    text-align: center;
  }
  .terms-nav .btn-nav {
    width: 45%;
    margin-bottom: 10px;
    margin-left: 0;
  }
  .swiper-button-prev, .swiper-button-next {
    top: 35%;
  }
  #footer .contact {
    width: auto;
  }
}
@media (max-width: 780px) {
  #header .btn, #header .social {
    display: none;
  }
  #footer .footer-col {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #footer .logo {
    margin-bottom: 20px;
  }
  #footer .tel, #footer .social, #footer .logo {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  #footer .logo img {
    margin: 0 auto;
  }
  #footer .social {
    margin-bottom: 10px;
  }
  #header .tel {
    margin-right: 0;
  }
  #footer .contact .btn {
    position: static;
    margin: 0 auto 0;
  }
  #footer .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #footer .social li {
    padding: 0 10px 0 0;
  }
  #footer > p {
    padding-top: 10px;
  }
}
@media (max-width: 768px) {

  .contact-us .wpcf7 {
    width: 100% !important;
  }

	#main .content {
	  padding:10px;
	  text-align:left;
	}
	#main .content img{
		float:none;
		margin:auto auto;
	}
	#header h1 {
		padding: 40px 0 50px 0;
		display: block;
	}
	#header h1 a img{
		margin:auto auto;
		max-height:110px;
	}
	#footer .col4:last-child {
		clear:both;
	}
	.row {
		padding:0;
		margin:0;
	}
  .row.newsletter {
    padding: 34px;
  }
  .newsletter .col3 {
    width: 100%;
  }
	[class^="col"] {
		float: none;
		width:100%;
		text-align:center;
		margin: 5px 0;
	}
	.post-single img {
		float: none;
		margin: auto auto;
	}
	.boxes {
	  margin: 0;
  	}
	.boxes li {
	  border-left: 0;
	}
	.page-header h1 {
	  text-align: center;
	}
	.post-single {
		text-align:left;
	}
	.post-listing .thumb {
		float:none;
	}
	.post-listing .thumb img{
	  margin: auto auto;
	  text-align: center;
	}
	input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
	  max-width: 100%;
	}
	.home .boxes .col3 p,
	.news .row .col3 div {
		min-height:80px;
	}
  .news .col3 {
    width: 100%;
    padding: 0;
  }
  .terms-nav {
    padding: 15px 0 ;
  }
}
@media (max-width: 620px) {

  .terms-nav .btn-nav {
    width: 90%;
  }
}
@media (max-width: 540px) {
  .swiper-slides .slide-info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }

  .swiper-slides .slide-info > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .swiper-slides .slide-info h2, .swiper-slides .slide-info p {
    width: 100%;
  }
  .swiper-slides .slide-info .price {
    width: 100%;
    margin-top: 15px;
  }
  .swiper-slides .slide-info .btn-slider {
    margin: 0 auto;
  }

  .row.newsletter {
    padding: 15px;
  }
  .newsletter input[type="email"] {
    margin-bottom: 10px;
  }
}
@media (max-width: 435px) {
  #footer .row {
    padding: 15px 0 ;
  }
  #header .container {
    padding: 9px 0 0;
  }
  #header .contact {
    margin: 0 auto;
  }
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('images/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('images/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

@media (max-height: 740px) {
  .swiper-container, .swiper-slides .post-thumb {
    height: 400px;
  }
}

@media (min-width: 1900px) {
  .newsletter .col3 {
    width: 30%;
  }
}
.terms-nav .btn-nav {
  margin: 0 5px 10px;
}
