@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,500,700);
@import url(http://fonts.googleapis.com/css?family=Asap:400,700);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, .recent-posts li h5, .sidebar > .widget[id*="categories"] ul li h5, .sidebar > .widget[id*="archives"] li h5, .recent-posts li h5 a, .sidebar > .widget[id*="categories"] ul li h5 a, .sidebar > .widget[id*="archives"] li h5 a, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* Colors */
/* Fonts */
/********************************/
.customColor {
  background-color: #ffd200;
}

/* .customColor_hover {
	background-color: #6e582c;
}
 */
.customColorMain {
  color: #ffd200;
}

body p, body a, body h1, body h2, body h3, body h4, body .recent-posts li h5, .recent-posts li body h5, body .sidebar > .widget[id*="categories"] ul li h5, .sidebar > .widget[id*="categories"] ul li body h5, body .sidebar > .widget[id*="archives"] li h5, .sidebar > .widget[id*="archives"] li body h5, body .recent-posts li h5 a, .recent-posts li h5 body a, body .sidebar > .widget[id*="categories"] ul li h5 a, .sidebar > .widget[id*="categories"] ul li h5 body a, body .sidebar > .widget[id*="archives"] li h5 a, .sidebar > .widget[id*="archives"] li h5 body a, body h5, body h6 {
  -webkit-font-smoothing: antialiased;
}

/*************************************/
ul li {
  list-style-type: none;
}

body {
  background: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #666666;
  position: relative;
  height: 100%;
  text-rendering: optimizeLegibility;
}
@media only screen and (max-width: 992px) {
  body {
    min-width: 750px;
  }
}
@media only screen and (max-width: 767px) {
  body {
    min-width: 200px;
  }
}
body a {
  color: #0c0c0c;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.3;
  text-decoration: underline;
}
body a:hover {
  color: #ffd200;
}
body img {
  width: auto;
  height: auto;
}
body p {
  color: #666666;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0 10px;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

div.pp_overlay {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (max-width: 992px) {
  html {
    min-width: 750px;
  }
}
@media only screen and (max-width: 767px) {
  html {
    min-width: 200px;
  }
}

a.readmore {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-transform: lowercase;
  text-decoration: none;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #b0b0b0;
  padding-left: 22px;
}
a.readmore:after {
  content: "";
  height: 15px;
  width: 15px;
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
}
a.readmore:hover {
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}

a.button {
  border: 2px solid #a5a5a5;
  padding: 7px 15px 7px 28px;
  font-family: "Roboto Condensed", sans-serif, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #dce0df;
  position: relative;
  text-decoration: none;
  display: inline-block;
  margin: 15px 0 0 0;
}
a.button:after {
  position: absolute;
  top: 8px;
  left: 12px;
  width: 100%;
  content: '\f0da';
  font-family: 'FontAwesome';
  display: block;
  height: px;
  color: #a5a5a5;
  font-size: 16px;
  line-height: 1.0;
}
a.button:hover {
  color: #fff;
  border-color: #fff;
}
a.button:hover:after {
  color: #fff;
}

/* end of a.read  */
body a.details, .single .reply a.comment-reply-link {
  /* padding: 7px 15px 7px 15px;
	font-family: $robotoCondensed;
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;	
	margin: 15px 0 0 0;		
	background: #2d2d2d;
	
	&:hover {
		color: #fff !important;
		background: #ffd200;
	}	 */
  font-size: 15px !important;
  padding: 10px !important;
}

/* end of a.read  */
#aboutUs h2.page_title, #productsBox h2.page_title, #blogBox h2 {
  color: #201f1e;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
}
#aboutUs h2.page_title span, #productsBox h2.page_title span, #blogBox h2 span {
  display: inline-block;
  padding: 0 60px;
  position: relative;
}
#aboutUs h2.page_title span em, #productsBox h2.page_title span em, #blogBox h2 span em {
  background: url("../images/h_px1.png") repeat-x center center;
  display: inline-block;
  height: 22px;
  margin-top: -11px;
  position: absolute;
  top: 50%;
  width: 1000px;
}
#aboutUs h2.page_title span em.l, #productsBox h2.page_title span em.l, #blogBox h2 span em.l {
  right: 100%;
}
#aboutUs h2.page_title span em.r, #productsBox h2.page_title span em.r, #blogBox h2 span em.r {
  left: 100%;
}

#beforeFooter h2.page_title2 {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
}
#beforeFooter h2.page_title2 span {
  display: inline-block;
  padding: 0 60px;
  position: relative;
}
#beforeFooter h2.page_title2 span em {
  background: url("../images/h_px2.png") repeat-x center center;
  display: inline-block;
  height: 22px;
  margin-top: -11px;
  position: absolute;
  top: 50%;
  width: 1000px;
}
#beforeFooter h2.page_title2 span em.l {
  right: 100%;
}
#beforeFooter h2.page_title2 span em.r {
  left: 100%;
}

body a.details, .single .reply a.comment-reply-link, a.readBlank, #aboutUs a.readBlank, #blogBox a.readBlank, #primaryWrapContent .wpcf7-form .btnSubmit input[type="submit"], #commentform input#submit {
  background: none;
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  color: #201f1e;
  display: inline-block;
  font-family: "Asap", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 15px 20px;
  text-decoration: none;
  text-transform: none;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}
body a.details:hover, .single .reply a.comment-reply-link:hover, a.readBlank:hover, #aboutUs a.readBlank:hover, #blogBox a.readBlank:hover, #primaryWrapContent .wpcf7-form .btnSubmit input[type="submit"]:hover, #commentform input#submit:hover {
  background: #F2BF02;
  color: #fff;
  border-color: #F2BF02;
}

#main {
  position: relative;
  z-index: 999;
}

.width50 {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
.width50.dd {
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  .width50 {
    width: 100%;
  }
  .width50.dd {
    padding-left: 0;
  }
}

.sidebar > .widget li h5 {
  color: #201f1e;
  font-family: "Asap", sans-serif;
  font-size: 16px;
  padding-bottom: 5px;
  text-transform: uppercase;
  margin: 0 !important;
}

.sidebar > .widget li a {
  color: #201f1e;
  font-family: "Asap", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  margin: 0;
  padding: 0;
}

.sidebar > .widget li .meta {
  color: #9e9e9d;
  font-family: "Asap", sans-serif;
  font-size: 12px;
  line-height: 1.1;
  padding-bottom: 15px;
  text-transform: uppercase;
  display: block;
  margin: 0;
  padding: 0;
}

.recent-posts, .sidebar > .widget[id*="categories"] ul, .sidebar > .widget[id*="archives"] {
  /* end of .recent-posts li */
}
.recent-posts li, .sidebar > .widget[id*="categories"] ul li, .sidebar > .widget[id*="archives"] li {
  margin-bottom: 20px;
  /* end of .recent-posts .featured-thumbnail*/
}
@media only screen and (max-width: 767px) {
  .recent-posts li, .sidebar > .widget[id*="categories"] ul li, .sidebar > .widget[id*="archives"] li {
    padding-bottom: 0;
  }
}
.recent-posts li .featured-thumbnail, .sidebar > .widget[id*="categories"] ul li .featured-thumbnail, .sidebar > .widget[id*="archives"] li .featured-thumbnail {
  float: left;
  margin: 0 15px 15px 0;
}
.recent-posts li .featured-thumbnail img, .sidebar > .widget[id*="categories"] ul li .featured-thumbnail img, .sidebar > .widget[id*="archives"] li .featured-thumbnail img {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}
.recent-posts li h5, .sidebar > .widget[id*="categories"] ul li h5, .sidebar > .widget[id*="archives"] li h5 {
  margin: 0 0 6px 0 !important;
}
.recent-posts li h5 a, .sidebar > .widget[id*="categories"] ul li h5 a, .sidebar > .widget[id*="archives"] li h5 a {
  margin: 0 !important;
  padding: 0 !important;
  text-decoration: none;
}
.recent-posts li .wrapInfo .meta, .sidebar > .widget[id*="categories"] ul li .wrapInfo .meta, .sidebar > .widget[id*="archives"] li .wrapInfo .meta {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  color: #9a9a9a;
  margin: 0 0 12px 0;
  display: block;
}
.recent-posts li a.readmore, .sidebar > .widget[id*="categories"] ul li a.readmore, .sidebar > .widget[id*="archives"] li a.readmore {
  font-size: 12px;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  padding: 0 15px 0 0;
  background: url(../images/bg_readmore.png) right center no-repeat;
}

/* end of .recent-posts */
.ul2 {
  margin: 0;
  padding: 0;
}
.ul2 li {
  color: #201f1e;
  font-family: "Asap", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding: 10px 0;
  text-transform: uppercase;
}
.ul2 li a {
  color: #201f1e;
  display: block;
}
.ul2 li a i {
  color: #f2bf02;
  float: left;
  font-size: 20px;
  padding-right: 10px;
  text-align: center;
  width: 50px;
}
.ul2 li a i span {
  display: table;
}
.ul2 li a:hover {
  text-decoration: none;
}

/* end of .ul2 */
.accordion {
  /* end of .accordion-heading */
  /* end of .accordion.faq */
}
.accordion .accordion-group {
  margin-bottom: 10px;
}
.accordion .accordion-body {
  padding-left: 31px;
}
.accordion .accordion-heading {
  /* end of .accordion-heading a.accordion-toggle */
}
.accordion .accordion-heading a.accordion-toggle {
  font-size: 14px;
  line-height: 1.3;
  font-weight: bold;
  text-transform: uppercase;
  color: #434343;
  text-decoration: none;
  position: relative;
  padding-left: 30px;
  display: inline-block;
  vertical-align: top;
}
.accordion .accordion-heading a.accordion-toggle:after {
  position: absolute;
  content: '';
  width: 13px;
  height: 13px;
  display: block;
  left: 0;
  top: 2px;
  z-index: 5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #ffd200 url(../images/bg_toggle.png) center center no-repeat;
}
.accordion .accordion-heading a.accordion-toggle:hover {
  color: #ffd200;
}
.accordion .accordion-heading a.accordion-toggle:hover:after {
  background: #000 url(../images/bg_toggle_hover.png) center center no-repeat !important;
}
.accordion.faq {
  /* end of .accordion.faq a.accordion-toggle */
}
.accordion.faq .accordion-group {
  margin-bottom: 25px;
}
.accordion.faq .accordion-body {
  padding-left: 45px;
}
.accordion.faq a.accordion-toggle {
  padding-left: 45px !important;
  display: block;
  position: relative;
  background: none;
  outline: none !important;
  font-weight: 500 !important;
  color: #000 !important;
}
.accordion.faq a.accordion-toggle:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 5;
  background: url(../images/bg_plus-minus.png) -29px 0 no-repeat !important;
  width: 25px;
  height: 25px;
}
.accordion.faq a.accordion-toggle:hover:after {
  background: url(../images/bg_plus-minus.png) -29px 0 no-repeat !important;
}
.accordion.faq a.accordion-toggle.collapsed:after {
  background: url(../images/bg_plus-minus.png) 0 0 no-repeat !important;
}
.accordion.faq a.accordion-toggle.collapsed:hover:after {
  background: url(../images/bg_plus-minus.png) 0 0 no-repeat !important;
}

/* end of .accordion */
.w50 {
  margin-left: 100px;
  /* end of .w50 li */
}
.w50 li {
  list-style-type: none;
  padding-left: 30px;
  position: relative;
  margin-bottom: 22px;
  /* end of .w50 li a */
}
.w50 li:before {
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  content: '';
  display: block;
  left: 0;
  top: 11px;
  background: #fff;
}
.w50 li a {
  font-size: 20px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
.w50 li a:hover {
  color: #ffd200;
}
.w50 li:hover:before {
  background: #ffd200;
}
@media only screen and (max-width: 767px) {
  .w50 {
    margin-left: 0;
  }
}

/* end of .w50 */
@media only screen and (max-width: 1200px) {
  .sm-w50 {
    max-width: 40% !important;
  }
}

/*  ********************************************** HEADING *********************************************/
body h3, .sidebar > .widget h2 {
  color: #201f1e;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
  margin: 0;
  padding: 20px 0 30px;
  text-transform: uppercase;
}

.accordion.faq a.accordion-toggle, body h4, body .recent-posts li h5, .recent-posts li body h5, body .sidebar > .widget[id*="categories"] ul li h5, .sidebar > .widget[id*="categories"] ul li body h5, body .sidebar > .widget[id*="archives"] li h5, .sidebar > .widget[id*="archives"] li body h5, body .recent-posts li h5 a, .recent-posts li h5 body a, body .sidebar > .widget[id*="categories"] ul li h5 a, .sidebar > .widget[id*="categories"] ul li h5 body a, body .sidebar > .widget[id*="archives"] li h5 a, .sidebar > .widget[id*="archives"] li h5 body a {
  color: #2d2d2d;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  margin: 0 0 10px;
  padding: 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 992px) {
  .accordion.faq a.accordion-toggle, body h4, body .recent-posts li h5, .recent-posts li body h5, body .sidebar > .widget[id*="categories"] ul li h5, .sidebar > .widget[id*="categories"] ul li body h5, body .sidebar > .widget[id*="archives"] li h5, .sidebar > .widget[id*="archives"] li body h5, body .recent-posts li h5 a, .recent-posts li h5 body a, body .sidebar > .widget[id*="categories"] ul li h5 a, .sidebar > .widget[id*="categories"] ul li h5 body a, body .sidebar > .widget[id*="archives"] li h5 a, .sidebar > .widget[id*="archives"] li h5 body a {
    font-size: 12px;
    line-height: 17px;
  }
}

body h1 {
  text-align: left;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 35px;
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 20px;
  padding: 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 992px) {
  body h1 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  body h1 {
    font-size: 22px;
  }
}

body .wrapBlogContent h1 {
  color: #000;
}

body h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 28px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000;
  padding: 0;
  margin: 0 0 27px 0;
  font-weight: 600;
}
@media only screen and (max-width: 992px) {
  body h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  body h2 {
    font-size: 22px;
  }
}

body h3.author-info_h {
  border-bottom: 1px solid #fff;
  margin-bottom: 0px;
  padding-bottom: 10px;
  color: #000;
}

body h5 {
  color: #7c7c7c;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  margin: 0;
  padding: 0 0 10px;
}

body h6 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  padding: 0;
  margin: 0 0 30px 0;
}

.w95 {
  width: 93%;
}
@media only screen and (max-width: 767px) {
  .w95 {
    width: 100%;
  }
}

/*  *********************************************** HEADER ***********************************************/
#header {
  background: #1e1e1e;
  height: 140px;
  border-bottom: 2px solid #1e1e1e;
  left: 0;
  min-width: 320px;
  position: fixed;
  top: 0 !important;
  width: 100%;
  z-index: 9999;
  /*  end of #header .logo */
}
@media only screen and (max-width: 767px) {
  #header {
    height: auto;
    text-align: center;
    padding-bottom: 5px;
    position: relative;
  }
}
#header .logo {
  padding-top: 25px;
  /*  end of #header .logo img */
}
#header .logo img {
  width: auto;
  display: block;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  #header .logo img {
    width: auto;
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 480px) {
  #header .logo img {
    max-width: 90%;
  }
}
@media only screen and (max-width: 1200px) {
  #header .logo {
    padding-top: 36px;
  }
}
@media only screen and (max-width: 992px) {
  #header .logo {
    padding-top: 15px;
    width: 100%;
    float: none;
    text-align: center;
  }
  #header .logo img {
    width: 270px;
    height: auto;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  #header .logo {
    margin-bottom: 10px;
  }
}

/*  end of #header */
/*  **************************************** SOCIAL BUTTONS ***********************************************/
.social-networks {
  margin-right: 50px;
  /* end of .social-networks li */
}
.social-networks li {
  display: inline-block;
  vertical-align: top;
  /* end of .social-networks li a */
}
.social-networks li a {
  width: 29px;
  height: 29px;
  display: inline-block;
  position: relative;
  margin-left: 9px;
  text-decoration: none !important;
}

/*   end of .social-networks */
/*  ************************************************* NAV AREA *********************************************/
#navArea, #navArea_subpage {
  z-index: 10000;
  float: right;
  position: relative;
  /* end of #navArea ul */
}
@media only screen and (max-width: 992px) {
  #navArea, #navArea_subpage {
    float: none;
    width: 100%;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  #navArea, #navArea_subpage {
    display: none;
  }
}
#navArea ul, #navArea_subpage ul {
  display: block;
  text-align: center;
  width: 100%;
  /* end of #navArea ul li*/
  /* end of #navArea ul .sub-menu */
}
#navArea ul li, #navArea_subpage ul li {
  height: 100%;
  display: inline-block;
  float: none;
  position: relative;
  margin-left: -2px;
  padding-bottom: 17px;
  /* end of #navArea ul li a*/
  /*  end of #navArea ul li.current-menu-item   */
}
@media only screen and (max-width: 992px) {
  #navArea ul li, #navArea_subpage ul li {
    padding-bottom: 0;
  }
}
#navArea ul li > a, #navArea_subpage ul li > a {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #dfdfeb;
  padding: 75px 15px 25px;
  text-decoration: none;
}
@media only screen and (max-width: 1200px) {
  #navArea ul li > a, #navArea_subpage ul li > a {
    font-size: 17px;
    padding-left: 9px;
    padding-right: 9px;
  }
}
@media only screen and (max-width: 992px) {
  #navArea ul li > a, #navArea_subpage ul li > a {
    padding: 9px 18px 25px;
    font-size: 16px;
    overflow: hidden;
  }
}
#navArea ul li > a:after, #navArea_subpage ul li > a:after {
  content: "";
  display: none;
  bottom: 11px;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  z-index: 6;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5.5px 0 5.5px;
  border-color: #595959 transparent transparent transparent;
  line-height: 0;
  _border-color: #595959 #000000 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
#navArea ul li > a > span, #navArea_subpage ul li > a > span {
  background: #f2bf02;
  display: block;
  height: 120px;
  left: 0;
  position: absolute;
  top: -120px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 100%;
  z-index: -1;
}
#navArea ul li.active a, #navArea_subpage ul li.active a {
  color: #1e1e1e;
}
#navArea ul li.active a > span, #navArea_subpage ul li.active a > span {
  top: 0;
}
#navArea ul li:hover a, #navArea_subpage ul li:hover a {
  /* background: #f2bf02; */
  color: #1e1e1e !important;
}
#navArea ul li:hover a > span, #navArea_subpage ul li:hover a > span {
  top: 0;
}
#navArea ul li.menu-item-has-children a:after, #navArea_subpage ul li.menu-item-has-children a:after {
  display: block;
}
#navArea ul .sub-menu, #navArea_subpage ul .sub-menu {
  width: 223px;
  padding: 24px 0;
  background-color: #f2bf02;
}
#navArea ul .sub-menu li, #navArea_subpage ul .sub-menu li {
  margin-bottom: 1px;
  display: block;
  width: 100%;
  padding: 0;
  height: auto;
  border: none;
  margin-left: 0;
  background: none !important;
  /* end of #navArea ul .sub-menu .sub-menu */
}
#navArea ul .sub-menu li:after, #navArea_subpage ul .sub-menu li:after, #navArea ul .sub-menu li:before, #navArea_subpage ul .sub-menu li:before {
  display: none;
}
#navArea ul .sub-menu li a, #navArea_subpage ul .sub-menu li a {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #1e1e1e;
  padding: 7px 25px;
  display: block;
  text-align: left;
  position: relative;
  background: none !important;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
@media only screen and (max-width: 992px) {
  #navArea ul .sub-menu li a, #navArea_subpage ul .sub-menu li a {
    /* padding: 5px 16px;	 */
  }
}
#navArea ul .sub-menu li a:after, #navArea_subpage ul .sub-menu li a:after, #navArea ul .sub-menu li a:before, #navArea_subpage ul .sub-menu li a:before {
  display: none !important;
}
#navArea ul .sub-menu li a:before, #navArea_subpage ul .sub-menu li a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
  z-index: -1;
}
#navArea ul .sub-menu li:hover, #navArea_subpage ul .sub-menu li:hover {
  background: none !important;
}
#navArea ul .sub-menu li:hover > a, #navArea_subpage ul .sub-menu li:hover > a {
  color: #fff !important;
}
#navArea ul .sub-menu li:hover > a:before, #navArea_subpage ul .sub-menu li:hover > a:before {
  display: block !important;
}
#navArea ul .sub-menu li .sub-menu, #navArea_subpage ul .sub-menu li .sub-menu {
  background: #e5e5e5;
}

/* end of #navArea */
/*  *************************************************** SLIDER WRAP ***********************************************/
#sliderWrap {
  background: #F2F2F2;
  position: relative;
  z-index: 50;
  /*  end of #sliderWrap .metaslider  */
}
#sliderWrap .metaslider {
  /*  end of #sliderWrap .caption-wrap  */
  /*  end of .flex-control-paging li a  */
  /*  end of .flex-direction-nav  */
}
@media only screen and (max-width: 480px) {
  #sliderWrap .metaslider .flexslider {
    margin-bottom: 10px;
  }
}
#sliderWrap .metaslider li {
  overflow: hidden;
}
#sliderWrap .metaslider li img {
  display: block;
  height: auto;
  min-height: 100%;
  width: auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #sliderWrap .metaslider li img {
    width: 100%;
    height: auto;
    min-height: 50px;
  }
}
#sliderWrap .metaslider .caption-wrap {
  left: 0;
  top: auto;
  bottom: 0;
  height: 100%;
  width: 100%;
  display: block;
  background: none;
  opacity: 1;
  /*  end of #sliderWrap .caption-wrap .caption */
}
@media only screen and (max-width: 767px) {
  #sliderWrap .metaslider .caption-wrap {
    position: relative;
    padding: 20px 20px 0 20px;
    text-align: left;
  }
}
#sliderWrap .metaslider .caption-wrap .caption {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 0;
}
#sliderWrap .metaslider .caption-wrap .caption .inn {
  display: table-cell;
  vertical-align: middle;
}
#sliderWrap .metaslider .caption-wrap .caption .inn > *:first-child {
  margin-top: -80px;
}
@media only screen and (max-width: 767px) {
  #sliderWrap .metaslider .caption-wrap .caption .inn > *:first-child {
    margin-top: 0;
  }
}
#sliderWrap .metaslider .caption-wrap .caption h3 {
  font-family: Asap;
  font-size: 46px;
  line-height: 1.0;
  text-transform: uppercase;
  color: #fff;
  padding: 0;
  margin: 0;
  text-align: center;
}
#sliderWrap .metaslider .caption-wrap .caption h3 strong {
  font-weight: bold;
}
@media only screen and (max-width: 992px) {
  #sliderWrap .metaslider .caption-wrap .caption h3 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 767px) {
  #sliderWrap .metaslider .caption-wrap .caption h3 {
    text-align: left;
    font-size: 21px;
    color: #000;
  }
}
@media only screen and (max-width: 480px) {
  #sliderWrap .metaslider .caption-wrap .caption h3 {
    font-size: 16px;
  }
}
#sliderWrap .metaslider .caption-wrap .caption h2 {
  font-family: Asap;
  font-size: 84px;
  line-height: 1.1;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding: 0;
  margin: 0 0 10px 0;
}
@media only screen and (max-width: 992px) {
  #sliderWrap .metaslider .caption-wrap .caption h2 {
    font-size: 37px;
  }
}
@media only screen and (max-width: 767px) {
  #sliderWrap .metaslider .caption-wrap .caption h2 {
    text-align: left;
    font-size: 28px;
    margin-bottom: 15px;
    color: #000;
  }
}
@media only screen and (max-width: 480px) {
  #sliderWrap .metaslider .caption-wrap .caption h2 {
    font-size: 21px;
  }
}
#sliderWrap .metaslider .caption-wrap .caption h4, #sliderWrap .metaslider .caption-wrap .caption .recent-posts li h5, .recent-posts li #sliderWrap .metaslider .caption-wrap .caption h5, #sliderWrap .metaslider .caption-wrap .caption .sidebar > .widget[id*="categories"] ul li h5, .sidebar > .widget[id*="categories"] ul li #sliderWrap .metaslider .caption-wrap .caption h5, #sliderWrap .metaslider .caption-wrap .caption .sidebar > .widget[id*="archives"] li h5, .sidebar > .widget[id*="archives"] li #sliderWrap .metaslider .caption-wrap .caption h5, #sliderWrap .metaslider .caption-wrap .caption .recent-posts li h5 a, .recent-posts li h5 #sliderWrap .metaslider .caption-wrap .caption a, #sliderWrap .metaslider .caption-wrap .caption .sidebar > .widget[id*="categories"] ul li h5 a, .sidebar > .widget[id*="categories"] ul li h5 #sliderWrap .metaslider .caption-wrap .caption a, #sliderWrap .metaslider .caption-wrap .caption .sidebar > .widget[id*="archives"] li h5 a, .sidebar > .widget[id*="archives"] li h5 #sliderWrap .metaslider .caption-wrap .caption a {
  font-family: Asap;
  font-size: 46px;
  line-height: 1.0;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding: 0;
  margin: 0 0 10px 0;
}
@media only screen and (max-width: 992px) {
  #sliderWrap .metaslider .caption-wrap .caption h4, #sliderWrap .metaslider .caption-wrap .caption .recent-posts li h5, .recent-posts li #sliderWrap .metaslider .caption-wrap .caption h5, #sliderWrap .metaslider .caption-wrap .caption .sidebar > .widget[id*="categories"] ul li h5, .sidebar > .widget[id*="categories"] ul li #sliderWrap .metaslider .caption-wrap .caption h5, #sliderWrap .metaslider .caption-wrap .caption .sidebar > .widget[id*="archives"] li h5, .sidebar > .widget[id*="archives"] li #sliderWrap .metaslider .caption-wrap .caption h5, #sliderWrap .metaslider .caption-wrap .caption .recent-posts li h5 a, .recent-posts li h5 #sliderWrap .metaslider .caption-wrap .caption a, #sliderWrap .metaslider .caption-wrap .caption .sidebar > .widget[id*="categories"] ul li h5 a, .sidebar > .widget[id*="categories"] ul li h5 #sliderWrap .metaslider .caption-wrap .caption a, #sliderWrap .metaslider .caption-wrap .caption .sidebar > .widget[id*="archives"] li h5 a, .sidebar > .widget[id*="archives"] li h5 #sliderWrap .metaslider .caption-wrap .caption a {
    font-size: 27px;
  }
}
@media only screen and (max-width: 767px) {
  #sliderWrap .metaslider .caption-wrap .caption h4, #sliderWrap .metaslider .caption-wrap .caption .recent-posts li h5, .recent-posts li #sliderWrap .metaslider .caption-wrap .caption h5, #sliderWrap .metaslider .caption-wrap .caption .sidebar > .widget[id*="categories"] ul li h5, .sidebar > .widget[id*="categories"] ul li #sliderWrap .metaslider .caption-wrap .caption h5, #sliderWrap .metaslider .caption-wrap .caption .sidebar > .widget[id*="archives"] li h5, .sidebar > .widget[id*="archives"] li #sliderWrap .metaslider .caption-wrap .caption h5, #sliderWrap .metaslider .caption-wrap .caption .recent-posts li h5 a, .recent-posts li h5 #sliderWrap .metaslider .caption-wrap .caption a, #sliderWrap .metaslider .caption-wrap .caption .sidebar > .widget[id*="categories"] ul li h5 a, .sidebar > .widget[id*="categories"] ul li h5 #sliderWrap .metaslider .caption-wrap .caption a, #sliderWrap .metaslider .caption-wrap .caption .sidebar > .widget[id*="archives"] li h5 a, .sidebar > .widget[id*="archives"] li h5 #sliderWrap .metaslider .caption-wrap .caption a {
    text-align: left;
    font-size: 19px;
    color: #000;
  }
}
@media only screen and (max-width: 480px) {
  #sliderWrap .metaslider .caption-wrap .caption h4, #sliderWrap .metaslider .caption-wrap .caption .recent-posts li h5, .recent-posts li #sliderWrap .metaslider .caption-wrap .caption h5, #sliderWrap .metaslider .caption-wrap .caption .sidebar > .widget[id*="categories"] ul li h5, .sidebar > .widget[id*="categories"] ul li #sliderWrap .metaslider .caption-wrap .caption h5, #sliderWrap .metaslider .caption-wrap .caption .sidebar > .widget[id*="archives"] li h5, .sidebar > .widget[id*="archives"] li #sliderWrap .metaslider .caption-wrap .caption h5, #sliderWrap .metaslider .caption-wrap .caption .recent-posts li h5 a, .recent-posts li h5 #sliderWrap .metaslider .caption-wrap .caption a, #sliderWrap .metaslider .caption-wrap .caption .sidebar > .widget[id*="categories"] ul li h5 a, .sidebar > .widget[id*="categories"] ul li h5 #sliderWrap .metaslider .caption-wrap .caption a, #sliderWrap .metaslider .caption-wrap .caption .sidebar > .widget[id*="archives"] li h5 a, .sidebar > .widget[id*="archives"] li h5 #sliderWrap .metaslider .caption-wrap .caption a {
    font-size: 15px;
  }
}
#sliderWrap .metaslider .flex-control-nav {
  top: 66%;
  bottom: auto;
  z-index: 999999;
  text-align: center;
  right: 0;
}
@media only screen and (max-width: 767px) {
  #sliderWrap .metaslider .flex-control-nav {
    top: 20px;
  }
}
#sliderWrap .metaslider .flex-control-paging li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
  /*  end of .flex-control-paging li a  */
}
#sliderWrap .metaslider .flex-control-paging li a {
  width: 18px;
  height: 18px;
  border: none;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  vertical-align: top;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
  font-size: 0px;
}
#sliderWrap .metaslider .flex-control-paging li a.flex-active {
  background: #f2bf02;
}
#sliderWrap .metaslider .flex-control-paging li a:hover {
  background: #f2bf02;
}
#sliderWrap .metaslider .flex-direction-nav {
  top: 50%;
  margin-top: -26px;
  position: absolute;
  left: 0;
  width: 100%;
  /*  end of .flex-direction-nav a */
}
#sliderWrap .metaslider .flex-direction-nav a {
  width: 40x;
  height: 53px;
  opacity: 0.6;
  left: 15px;
  background: url(../images/bg_slider_navigation_item.png) 0 0 no-repeat;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#sliderWrap .metaslider .flex-direction-nav a.flex-next {
  background-position: -52px center;
  right: 15px;
  left: auto;
}
#sliderWrap .metaslider .flex-direction-nav a:hover {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #sliderWrap .metaslider .flex-direction-nav a {
    display: none;
  }
}

/*  ******************************************************************************************/
#carouselWrap {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 70px;
  background: #f2f2f2;
  /*  end of #sliderWrap .item */
  /* end of .owl-buttons */
}
#carouselWrap #owl-posts {
  margin: 0 auto;
  width: calc(100% + 30px);
}
#carouselWrap .wrapImg {
  position: relative;
  margin: 0 0 25px 0;
}
#carouselWrap .wrapImg img {
  display: block;
  margin: 0;
  width: 100%;
  max-width: 100%;
}
#carouselWrap .item {
  margin: 0 0 2px 0;
  max-width: 90%;
  text-align: left;
}
#carouselWrap .item .inner {
  border: 1px solid #e1e1e1;
  padding-bottom: 20px;
}
#carouselWrap .item h4, #carouselWrap .item .recent-posts li h5, .recent-posts li #carouselWrap .item h5, #carouselWrap .item .sidebar > .widget[id*="categories"] ul li h5, .sidebar > .widget[id*="categories"] ul li #carouselWrap .item h5, #carouselWrap .item .sidebar > .widget[id*="archives"] li h5, .sidebar > .widget[id*="archives"] li #carouselWrap .item h5, #carouselWrap .item .recent-posts li h5 a, .recent-posts li h5 #carouselWrap .item a, #carouselWrap .item .sidebar > .widget[id*="categories"] ul li h5 a, .sidebar > .widget[id*="categories"] ul li h5 #carouselWrap .item a, #carouselWrap .item .sidebar > .widget[id*="archives"] li h5 a, .sidebar > .widget[id*="archives"] li h5 #carouselWrap .item a {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 28px;
  line-height: 1.1;
  font-weight: bold;
  text-transform: uppercase;
  color: #201f1e;
  padding: 0;
  margin: 0 0 25px 0;
}
@media only screen and (max-width: 767px) {
  #carouselWrap .item h4, #carouselWrap .item .recent-posts li h5, .recent-posts li #carouselWrap .item h5, #carouselWrap .item .sidebar > .widget[id*="categories"] ul li h5, .sidebar > .widget[id*="categories"] ul li #carouselWrap .item h5, #carouselWrap .item .sidebar > .widget[id*="archives"] li h5, .sidebar > .widget[id*="archives"] li #carouselWrap .item h5, #carouselWrap .item .recent-posts li h5 a, .recent-posts li h5 #carouselWrap .item a, #carouselWrap .item .sidebar > .widget[id*="categories"] ul li h5 a, .sidebar > .widget[id*="categories"] ul li h5 #carouselWrap .item a, #carouselWrap .item .sidebar > .widget[id*="archives"] li h5 a, .sidebar > .widget[id*="archives"] li h5 #carouselWrap .item a {
    font-size: 19px;
    margin-bottom: 15px;
  }
}
#carouselWrap .item p.exceprt {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 1.4;
  color: #858585;
  padding: 0 25px;
}
@media only screen and (max-width: 767px) {
  #carouselWrap .item p.exceprt {
    padding: 0 15px;
  }
}
#carouselWrap .item a.read {
  display: inline-block;
  font-family: "Asap", sans-serif;
  font-size: 18px;
  line-height: 1.0;
  color: #201f1e;
  text-transform: lowercase;
  text-decoration: none;
  margin-top: 8px;
  padding: 0 25px;
}
#carouselWrap .item:hover .inner {
  background: #fff;
}
#carouselWrap .owl-buttons .owl-prev, #carouselWrap .owl-buttons .owl-next {
  background: url(../images/bg_carouselNav.png) 0 0 no-repeat;
  opacity: 0.3;
  width: 26px;
  height: 45px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -23px;
  left: -55px;
  text-indent: -9999px;
}
#carouselWrap .owl-buttons .owl-prev:hover, #carouselWrap .owl-buttons .owl-next:hover {
  opacity: 1;
}
#carouselWrap .owl-buttons .owl-next {
  background-position: -33px 0;
  left: auto;
  right: -30px;
}

/*  end of #sliderWrap  */
/*  **************************************** SLIDER BANNER ************************************************/
#slideBanner {
  margin-top: -280px;
  position: relative;
  z-index: 60;
  /* end of #slideBanner .servBox */
}
#slideBanner .servBox {
  background: rgba(0, 0, 0, 0.8);
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
  padding: 20px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
#slideBanner .servBox .figure {
  color: #fff;
  font-family: "Asap", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  padding-bottom: 15px;
  text-transform: uppercase;
}
#slideBanner .servBox .figure i {
  color: #f2bf02;
  float: left;
  font-size: 50px;
  padding-right: 15px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
#slideBanner .servBox .figure span {
  display: table;
}
@media only screen and (max-width: 1200px) {
  #slideBanner .servBox .figure {
    font-size: 14px;
    line-height: 19px;
  }
}
#slideBanner .servBox .caption {
  color: #b1b6be;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
#slideBanner .servBox:hover {
  background: #F2BF02;
}
#slideBanner .servBox:hover .figure i {
  color: #fff;
}
#slideBanner .servBox:hover .caption {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #slideBanner .servBox {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 992px) {
  #slideBanner {
    margin-top: -230px;
  }
  #slideBanner > .container > .row .col-sm-3 {
    margin-bottom: 15px;
    width: 50%;
    display: none;
  }
  #slideBanner > .container > .row .col-sm-3:first-child, #slideBanner > .container > .row .col-sm-3:first-child + .col-sm-3 {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #slideBanner {
    margin: 0;
  }
  #slideBanner > .container > .row .col-sm-3 {
    margin-bottom: 15px;
    width: 100%;
    display: block;
  }
}
#slideBanner.ffooter {
  margin: 20px 0 30px 0;
}

/* end of #slideBanner */
/*  ********************************************** PHOTOBANNER ********************************************/
body #photoBanner {
  left: 0;
  position: relative;
  width: 100%;
  top: 0;
  height: 407px;
  /* end of img.bg */
  /* end of #wrapTopHeaderText */
}
@media only screen and (max-width: 767px) {
  body #photoBanner {
    height: 200px;
    overflow: hidden;
  }
}
body #photoBanner img.bg {
  position: relative;
  display: block;
}
@media only screen and (max-width: 767px) {
  body #photoBanner img.bg {
    width: 800px;
    height: auto;
  }
}
body #photoBanner #wrapTopHeaderText {
  position: absolute;
  bottom: 120px;
  left: 0;
  width: 100%;
  height: auto;
}
body #photoBanner #wrapTopHeaderText h3 {
  font-family: "Asap", sans-serif;
  font-size: 40px;
  line-height: 1.1;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  padding: 0;
  margin: 0 0 3px 0;
}
body #photoBanner #wrapTopHeaderText h4, body #photoBanner #wrapTopHeaderText .recent-posts li h5, .recent-posts li body #photoBanner #wrapTopHeaderText h5, body #photoBanner #wrapTopHeaderText .sidebar > .widget[id*="categories"] ul li h5, .sidebar > .widget[id*="categories"] ul li body #photoBanner #wrapTopHeaderText h5, body #photoBanner #wrapTopHeaderText .sidebar > .widget[id*="archives"] li h5, .sidebar > .widget[id*="archives"] li body #photoBanner #wrapTopHeaderText h5, body #photoBanner #wrapTopHeaderText .recent-posts li h5 a, .recent-posts li h5 body #photoBanner #wrapTopHeaderText a, body #photoBanner #wrapTopHeaderText .sidebar > .widget[id*="categories"] ul li h5 a, .sidebar > .widget[id*="categories"] ul li h5 body #photoBanner #wrapTopHeaderText a, body #photoBanner #wrapTopHeaderText .sidebar > .widget[id*="archives"] li h5 a, .sidebar > .widget[id*="archives"] li h5 body #photoBanner #wrapTopHeaderText a {
  font-family: "Asap", sans-serif;
  font-size: 24px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #fff;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  body #photoBanner #wrapTopHeaderText {
    bottom: 20px;
  }
  body #photoBanner #wrapTopHeaderText h3 {
    font-size: 25px;
  }
  body #photoBanner #wrapTopHeaderText h4, body #photoBanner #wrapTopHeaderText .recent-posts li h5, .recent-posts li body #photoBanner #wrapTopHeaderText h5, body #photoBanner #wrapTopHeaderText .sidebar > .widget[id*="categories"] ul li h5, .sidebar > .widget[id*="categories"] ul li body #photoBanner #wrapTopHeaderText h5, body #photoBanner #wrapTopHeaderText .sidebar > .widget[id*="archives"] li h5, .sidebar > .widget[id*="archives"] li body #photoBanner #wrapTopHeaderText h5, body #photoBanner #wrapTopHeaderText .recent-posts li h5 a, .recent-posts li h5 body #photoBanner #wrapTopHeaderText a, body #photoBanner #wrapTopHeaderText .sidebar > .widget[id*="categories"] ul li h5 a, .sidebar > .widget[id*="categories"] ul li h5 body #photoBanner #wrapTopHeaderText a, body #photoBanner #wrapTopHeaderText .sidebar > .widget[id*="archives"] li h5 a, .sidebar > .widget[id*="archives"] li h5 body #photoBanner #wrapTopHeaderText a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  body #photoBanner #wrapTopHeaderText h3 {
    font-size: 17px;
  }
  body #photoBanner #wrapTopHeaderText h4, body #photoBanner #wrapTopHeaderText .recent-posts li h5, .recent-posts li body #photoBanner #wrapTopHeaderText h5, body #photoBanner #wrapTopHeaderText .sidebar > .widget[id*="categories"] ul li h5, .sidebar > .widget[id*="categories"] ul li body #photoBanner #wrapTopHeaderText h5, body #photoBanner #wrapTopHeaderText .sidebar > .widget[id*="archives"] li h5, .sidebar > .widget[id*="archives"] li body #photoBanner #wrapTopHeaderText h5, body #photoBanner #wrapTopHeaderText .recent-posts li h5 a, .recent-posts li h5 body #photoBanner #wrapTopHeaderText a, body #photoBanner #wrapTopHeaderText .sidebar > .widget[id*="categories"] ul li h5 a, .sidebar > .widget[id*="categories"] ul li h5 body #photoBanner #wrapTopHeaderText a, body #photoBanner #wrapTopHeaderText .sidebar > .widget[id*="archives"] li h5 a, .sidebar > .widget[id*="archives"] li h5 body #photoBanner #wrapTopHeaderText a {
    font-size: 11px;
  }
}

/* end of #photoBanner  */
/*  ************************************************ LATEST POST HOME *************************************/
#afterCaroArea {
  background: url(../images/bg_afterCaroArea.jpg) 50% 0 no-repeat fixed;
  -webkit-background-size: cover;
  background-size: cover;
  /* end of #afterCaroArea .w33 */
}
#afterCaroArea.tableMobile {
  -webkit-background-size: auto 200%;
  background-size: auto 200%;
  background-attachment: scroll;
  background-position: center 0;
}
#afterCaroArea .w33 {
  float: left;
  width: 33.32%;
  margin: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.6);
  position: relative;
  min-height: 470px;
  display: block;
  /* end of #afterCaroArea .w33 .inn */
}
@media only screen and (max-width: 767px) {
  #afterCaroArea .w33 {
    width: 100%;
    min-height: 100px;
    padding-top: 45px;
    margin-bottom: 2px;
  }
}
#afterCaroArea .w33:after {
  position: absolute;
  z-index: 60;
  top: 0;
  left: 50%;
  content: '';
  display: block;
  margin-left: -34px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 34px 34px 0 34px;
  border-color: #f2bf02 transparent transparent transparent;
  line-height: 0;
  _border-color: #f2bf02 #000000 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
#afterCaroArea .w33.first-child {
  border-left: none;
}
#afterCaroArea .w33 .inner {
  display: table;
  height: 470px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #afterCaroArea .w33 .inner {
    width: 100%;
    min-height: 100px;
    height: auto;
  }
}
#afterCaroArea .w33 .inn {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 100%;
}
#afterCaroArea .w33 .inn h3 {
  font-family: "Asap", sans-serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding: 0;
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 992px) {
  #afterCaroArea .w33 .inn h3 {
    font-size: 18px;
  }
}
#afterCaroArea .w33 .inn h6 {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 1.2;
  font-weight: bold;
  color: #d6d6d6;
  text-transform: uppercase;
  text-align: center;
  padding: 0;
  margin: 0 0 10px 0;
}
#afterCaroArea .w33 .inn p {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #d6d6d6;
  text-align: center;
  padding: 0 50px;
  margin: 0 0 32px 0;
}
@media only screen and (max-width: 992px) {
  #afterCaroArea .w33 .inn p {
    padding: 0 20px;
  }
}
#afterCaroArea .w33 .inn a.read {
  font-family: "Asap", sans-serif;
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  font-weight: normal;
  line-height: 2;
  color: #000;
  padding: 0 20px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #f2bf02;
  border: 1px solid #f2bf02;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
#afterCaroArea .w33 .inn a.read:hover {
  border: 1px solid #454545;
  color: #888888;
  background: none !important;
}

/* end of #afterCaroArea  */
/*  ************************************************ ABOUT US *********************************************/
.staffBox {
  margin-bottom: 35px;
  /* end of .staffBox .caption */
}
.staffBox figure {
  float: left;
  margin: 0 20px 0 0;
}
.staffBox figure img {
  width: auto;
  margin: 0;
}
.staffBox .caption {
  color: #5e5e5e;
  display: table;
  text-align: left;
}
.staffBox .caption .txt1 {
  color: #201f1e;
  font-family: "Asap", sans-serif;
  font-size: 24px;
  line-height: 1.1;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.staffBox .caption .txt2 {
  color: #9e9e9d;
  font-family: "Asap", sans-serif;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.staffBox .caption .txt3 {
  color: #5e5e5e;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.staffBox .caption .txt3 i {
  color: #f2bf02;
  float: left;
  font-size: 16px;
  line-height: 20px;
  padding-right: 10px;
}
.staffBox .caption .txt3 span {
  display: table;
}
.staffBox .caption .txt4 {
  color: #5e5e5e;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 0;
}
.staffBox .caption .txt4 i {
  color: #f2bf02;
  float: left;
  font-size: 16px;
  line-height: 20px;
  padding-right: 10px;
}
@media only screen and (max-width: 1200px) {
  .staffBox .caption .txt4 i {
    display: none;
  }
}
.staffBox .caption .txt4 a {
  font-weight: 300;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #5e5e5e;
}

/* end of .staffBox  */
#aboutUs {
  background: #fff;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 70px;
  position: relative;
  /* end of #aboutUs h2.page_title */
}
@media only screen and (max-width: 767px) {
  #aboutUs {
    padding-top: 40px;
  }
}
#aboutUs h5 {
  color: #7c7c7c;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  margin: 0 auto;
  padding: 0 0 10px;
  text-align: center;
  width: 87%;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 767px) {
  #aboutUs h5 {
    width: 100%;
  }
}
#aboutUs .rombDivider {
  background: url("../images/divider1.png") no-repeat center center;
  height: 21px;
  padding: 40px 0;
}

/* end of #aboutUs */
/*  *********************************************** Leading Position *****************************************/
#leadingPosition, #leadingPosition2 {
  position: relative;
  z-index: 50;
  background: #000 url(../images/parallax2.jpg) center 0 no-repeat fixed;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  padding: 120px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #leadingPosition, #leadingPosition2 {
    padding: 80px 0 50px;
  }
}
#leadingPosition:before, #leadingPosition2:before {
  background: url(../images/yellow_box.png) no-repeat center top;
  height: 127px;
  left: 50%;
  margin-left: -63px;
  position: absolute;
  top: -63px;
  width: 126px;
  z-index: 1;
  display: block;
  content: '';
}
@media only screen and (max-width: 767px) {
  #leadingPosition:before, #leadingPosition2:before {
    -webkit-background-size: 100px auto;
    background-size: 100px auto;
  }
}
#leadingPosition.tableMobile, .tableMobile#leadingPosition2 {
  -webkit-background-size: auto 200%;
  background-size: auto 200%;
  background-attachment: scroll;
  background-position: center 0;
}
#leadingPosition .parallax_txt1, #leadingPosition2 .parallax_txt1 {
  color: #fff;
  font-family: "Asap", sans-serif;
  font-size: 46px;
  line-height: 50px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  #leadingPosition .parallax_txt1, #leadingPosition2 .parallax_txt1 {
    font-size: 35px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 480px) {
  #leadingPosition .parallax_txt1, #leadingPosition2 .parallax_txt1 {
    font-size: 30px;
  }
}
#leadingPosition .parallax_txt2, #leadingPosition2 .parallax_txt2 {
  color: #fff;
  font-family: "Asap", sans-serif;
  font-size: 84px;
  font-weight: 700;
  line-height: 90px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  #leadingPosition .parallax_txt2, #leadingPosition2 .parallax_txt2 {
    font-size: 60px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 767px) {
  #leadingPosition .parallax_txt2, #leadingPosition2 .parallax_txt2 {
    font-size: 45px;
  }
}
#leadingPosition .parallax_txt3, #leadingPosition2 .parallax_txt3 {
  color: #fff;
  font-family: "Asap", sans-serif;
  font-size: 46px;
  line-height: 50px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  #leadingPosition .parallax_txt3, #leadingPosition2 .parallax_txt3 {
    font-size: 30px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  #leadingPosition .parallax_txt3, #leadingPosition2 .parallax_txt3 {
    font-size: 24px;
  }
}

/* end of #leadingPosition */
#leadingPosition2 {
  background: #000 url(../images/leadingPosition2.jpg) center 0 no-repeat fixed;
}
#leadingPosition2:before {
  background: url(../images/yellow_corner.png) no-repeat center top;
  height: 79px;
  left: 50%;
  margin-left: -79px;
  position: absolute;
  top: 0;
  width: 158px;
  z-index: 1;
  display: block;
  content: '';
}
@media only screen and (max-width: 767px) {
  #leadingPosition2:before {
    -webkit-background-size: 100px auto;
    background-size: 100px auto;
  }
}

/*  ************************************************ PRODUCTS BOX *********************************************/
#productsBox #galleryHolder .isotope, #galleryHolder #galleryHolder .isotope {
  margin-left: -25px;
}
#productsBox #galleryHolder .isotope .galleryItem, #galleryHolder #galleryHolder .isotope .galleryItem {
  width: 266px;
  height: 170px;
  margin: 0 0 25px 25px;
}
#productsBox #galleryHolder .isotope .galleryItem a, #galleryHolder #galleryHolder .isotope .galleryItem a {
  position: relative;
}
#productsBox #galleryHolder .isotope .galleryItem a:after, #galleryHolder #galleryHolder .isotope .galleryItem a:after {
  position: absolute;
  content: '\f08e';
  font-family: 'FontAwesome';
  color: #fff;
  font-size: 50px;
  line-height: 1.0;
  width: 60px;
  height: 60px;
  top: 50%;
  margin-top: -23px;
  left: 50%;
  margin-left: -21px;
  cursor: pointer;
  z-index: 908;
  opacity: 0;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -ms-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}
#productsBox #galleryHolder .isotope .galleryItem:hover a:after, #galleryHolder #galleryHolder .isotope .galleryItem:hover a:after {
  opacity: 1;
}
@media only screen and (max-width: 1200px) {
  #productsBox #galleryHolder .isotope, #galleryHolder #galleryHolder .isotope {
    margin: 0 auto;
    width: 910px;
  }
}
@media only screen and (max-width: 992px) {
  #productsBox #galleryHolder .isotope, #galleryHolder #galleryHolder .isotope {
    margin: 0 auto;
    width: 700px;
  }
  #productsBox #galleryHolder .isotope .galleryItem, #galleryHolder #galleryHolder .isotope .galleryItem {
    width: 200px;
    height: 130px;
  }
}
@media only screen and (max-width: 767px) {
  #productsBox #galleryHolder .isotope, #galleryHolder #galleryHolder .isotope {
    margin: 0 auto;
    width: 100%;
  }
  #productsBox #galleryHolder .isotope .galleryItem, #galleryHolder #galleryHolder .isotope .galleryItem {
    width: 160px;
    height: 100px;
    margin: 0 0 13px 13px;
  }
}
@media only screen and (max-width: 480px) {
  #productsBox #galleryHolder .isotope, #galleryHolder #galleryHolder .isotope {
    width: 270px;
  }
  #productsBox #galleryHolder .isotope .galleryItem, #galleryHolder #galleryHolder .isotope .galleryItem {
    width: 250px;
    height: 157px;
    margin: 0 10px 20px;
  }
}

#filter-by {
  text-align: center;
}
#filter-by a {
  outline: none !important;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 10px;
  position: relative;
  background: none;
  border: 1px solid #b9b9b9;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #201f1e;
  font-family: "Asap";
  font-size: 18px;
  font-weight: 400;
  padding: 15px 20px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
#filter-by a.active {
  background: #f2bf02;
  border-color: #f2bf02;
  color: #fff;
}
#filter-by a:hover {
  background: #f2f2f2;
  color: #201f1e;
}
@media only screen and (max-width: 767px) {
  #filter-by a {
    font-size: 14px;
    padding: 10px 14px;
    margin: 0 5px 5px;
  }
}

#productsBox {
  padding: 80px 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (max-width: 767px) {
  #productsBox {
    padding: 40px 0;
  }
}

/*  end of #productsBox */
/*  ************************************************** BLOG BOX **********************************************/
#blogBox {
  padding: 80px 0 50px;
  text-align: center;
  /* end of .home_latest_Posts */
}
@media only screen and (max-width: 767px) {
  #blogBox {
    padding: 40px 0 20px;
  }
}
#blogBox h2 {
  margin-bottom: 50px;
}
#blogBox .home_latest_Posts .recentInner li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0 0 50px 0;
  border: none;
  text-align: left;
  position: relative;
  /* end of .home_latest_Posts .recentInner li .in */
}
@media only screen and (max-width: 767px) {
  #blogBox .home_latest_Posts .recentInner li {
    width: 100%;
    margin: 0 0 25px 0 !important;
  }
}
#blogBox .home_latest_Posts .recentInner li .in {
  padding: 0 0 0 35px;
}
@media only screen and (max-width: 767px) {
  #blogBox .home_latest_Posts .recentInner li .in {
    padding: 0;
  }
}
#blogBox .home_latest_Posts .recentInner li .in .wrapInfo {
  display: table;
}
#blogBox .home_latest_Posts .recentInner li .in figure.featured-thumbnail {
  border: 1px solid #b9b9b9;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: auto;
  overflow: hidden;
  width: 82px;
  height: 82px;
}
#blogBox .home_latest_Posts .recentInner li .in figure.featured-thumbnail a {
  display: block;
  border: none;
  padding: 0;
  margin: 0;
}
#blogBox .home_latest_Posts .recentInner li .in figure.featured-thumbnail img {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#blogBox .home_latest_Posts .recentInner li .in h5 {
  padding: 0;
  margin: 0 0 15px 0;
}
#blogBox .home_latest_Posts .recentInner li .in h5 a {
  color: #201f1e;
  font-family: "Asap", sans-serif;
  font-size: 24px;
  line-height: 1.1;
  text-transform: uppercase;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #blogBox .home_latest_Posts .recentInner li .in h5 a {
    font-size: 20px;
  }
}
#blogBox .home_latest_Posts .recentInner li .in .meta {
  color: #666666;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 8px 0;
}
#blogBox .home_latest_Posts .recentInner li .in .excerpt {
  color: #666666;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: italic;
  line-height: 1.6;
  padding-bottom: 15px;
}
#blogBox .home_latest_Posts .recentInner li .in .excerpt a.read-more {
  display: none;
}
#blogBox .home_latest_Posts .recentInner li .in a.boxCover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 50;
}
#blogBox .home_latest_Posts .recentInner li:nth-child(2n+1) .in {
  padding-left: 0;
}

/* end of #blogBox */
/*  ************************************************ CONTACTS BOX *********************************************/
#contactsBox {
  position: relative;
  z-index: 50;
  background: #000 url(../images/parallax4.jpg) center 0 no-repeat fixed;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  padding: 120px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #contactsBox {
    padding: 80px 0;
  }
}
#contactsBox:before {
  background: url(../images/yellow_corner.png) no-repeat center top;
  height: 79px;
  left: 50%;
  margin-left: -79px;
  position: absolute;
  top: 0;
  width: 158px;
  z-index: 1;
  display: block;
  content: '';
}
@media only screen and (max-width: 767px) {
  #contactsBox:before {
    -webkit-background-size: 100px auto;
    background-size: 100px auto;
  }
}
#contactsBox.tableMobile {
  -webkit-background-size: auto 200%;
  background-size: auto 200%;
  background-attachment: scroll;
  background-position: center 0;
}
#contactsBox .parallax_txt1 {
  color: #fff;
  font-family: "Asap", sans-serif;
  font-size: 46px;
  line-height: 50px;
  text-transform: uppercase;
}
@media only screen and (max-width: 992px) {
  #contactsBox .parallax_txt1 {
    font-size: 27px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 767px) {
  #contactsBox .parallax_txt1 {
    font-size: 23px;
  }
}
#contactsBox .parallax_txt2 {
  color: #fff;
  font-family: "Asap", sans-serif;
  font-size: 84px;
  font-weight: 700;
  line-height: 90px;
  text-transform: uppercase;
}
@media only screen and (max-width: 992px) {
  #contactsBox .parallax_txt2 {
    font-size: 50px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 767px) {
  #contactsBox .parallax_txt2 {
    font-size: 42px;
  }
}
#contactsBox .parallax_txt4, #contactsBox .parallax_txt4 a {
  color: #fff;
  font-family: "Asap", sans-serif;
  font-size: 36px;
  line-height: 1.8;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  #contactsBox .parallax_txt4, #contactsBox .parallax_txt4 a {
    font-size: 26px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 767px) {
  #contactsBox .parallax_txt4, #contactsBox .parallax_txt4 a {
    font-size: 20px;
    margin-top: 5px;
  }
}
#contactsBox .parallax_txt4 a {
  font-weight: bold;
}

/* end of #contactsBox */
/*  **********************************************************************************************/
#searchform, #error404 #searchform {
  position: relative;
  max-width: 400px;
}
#searchform input[type="text"], #error404 #searchform input[type="text"] {
  width: 100%;
  height: 38px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.5;
  color: #3f3f3f;
  padding: 0 40px 0 10px;
  border: 1px solid #8f8f8f;
}
#searchform input[type="text"]:focus, #error404 #searchform input[type="text"]:focus {
  outline: none !important;
}
#searchform input[type="submit"], #error404 #searchform input[type="submit"] {
  font-family: 'FontAwesome';
  content: '\f002';
  font-size: 20px;
  text-indent: -9999px;
  line-height: 1.45;
  color: #3f3f3f;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: url(../images/bg_search.png) center center no-repeat;
  padding: 1px 15px;
  position: absolute;
  right: 3px;
  top: 5px;
  border: none;
}
#searchform input[type="submit"]:focus, #error404 #searchform input[type="submit"]:focus {
  outline: none !important;
}

/* end of #searchform */
/*  ************************************************* BEFORE FOOTER ************************************************/
#beforeFooter .wpcf7 p, #primaryWrapContent .wpcf7-form p, #commentform p {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  margin-bottom: 15px;
  max-width: 100%;
  font-size: 14px;
  line-height: 1.1;
  color: #fff;
  font-family: "Roboto", sans-serif;
  width: 100%;
}
#beforeFooter .wpcf7 input[type="text"], #primaryWrapContent .wpcf7-form input[type="text"], #commentform input[type="text"],
#beforeFooter .wpcf7 input[type="email"],
#primaryWrapContent .wpcf7-form input[type="email"],
#commentform input[type="email"],
#beforeFooter .wpcf7 input[type="tel"],
#primaryWrapContent .wpcf7-form input[type="tel"],
#commentform input[type="tel"],
#beforeFooter .wpcf7 textarea,
#primaryWrapContent .wpcf7-form textarea,
#commentform textarea {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  display: block;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  background: #1c1b1a;
  border: 1px solid #8f8f8f;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #727271;
  font-size: 14px;
  height: 38px;
  line-height: 20px;
  padding: 8px 12px;
  margin-top: 7px;
}
#beforeFooter .wpcf7 input[type="text"]:focus, #primaryWrapContent .wpcf7-form input[type="text"]:focus, #commentform input[type="text"]:focus,
#beforeFooter .wpcf7 input[type="email"]:focus,
#primaryWrapContent .wpcf7-form input[type="email"]:focus,
#commentform input[type="email"]:focus,
#beforeFooter .wpcf7 input[type="tel"]:focus,
#primaryWrapContent .wpcf7-form input[type="tel"]:focus,
#commentform input[type="tel"]:focus,
#beforeFooter .wpcf7 textarea:focus,
#primaryWrapContent .wpcf7-form textarea:focus,
#commentform textarea:focus {
  border-color: #f2bf02;
  color: #fff;
}
#beforeFooter .wpcf7 input[type="text"].wpcf7-not-valid, #primaryWrapContent .wpcf7-form input[type="text"].wpcf7-not-valid, #commentform input[type="text"].wpcf7-not-valid,
#beforeFooter .wpcf7 input[type="email"].wpcf7-not-valid,
#primaryWrapContent .wpcf7-form input[type="email"].wpcf7-not-valid,
#commentform input[type="email"].wpcf7-not-valid,
#beforeFooter .wpcf7 input[type="tel"].wpcf7-not-valid,
#primaryWrapContent .wpcf7-form input[type="tel"].wpcf7-not-valid,
#commentform input[type="tel"].wpcf7-not-valid,
#beforeFooter .wpcf7 textarea.wpcf7-not-valid,
#primaryWrapContent .wpcf7-form textarea.wpcf7-not-valid,
#commentform textarea.wpcf7-not-valid {
  border-color: #f00;
}
#beforeFooter .wpcf7 textarea, #primaryWrapContent .wpcf7-form textarea, #commentform textarea {
  height: 120px;
  width: 100%;
  resize: none;
}
#beforeFooter .wpcf7 .fullwidth p, #primaryWrapContent .wpcf7-form .fullwidth p, #commentform .fullwidth p {
  width: 46%;
  margin-left: 25px;
}
#beforeFooter .wpcf7 .fullwidth p:first-child, #primaryWrapContent .wpcf7-form .fullwidth p:first-child, #commentform .fullwidth p:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 1200px) {
  #beforeFooter .wpcf7 .fullwidth p, #primaryWrapContent .wpcf7-form .fullwidth p, #commentform .fullwidth p {
    width: 45%;
  }
}
@media only screen and (max-width: 992px) {
  #beforeFooter .wpcf7 .fullwidth p, #primaryWrapContent .wpcf7-form .fullwidth p, #commentform .fullwidth p {
    width: 100%;
    margin-left: 0 !important;
  }
}
#beforeFooter .wpcf7 input[type="submit"], #primaryWrapContent .wpcf7-form input[type="submit"], #commentform input[type="submit"] {
  background: none;
  border: 1px solid #b9b9b9;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-family: "Asap", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  padding: 15px 30px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
#beforeFooter .wpcf7 input[type="submit"]:hover, #primaryWrapContent .wpcf7-form input[type="submit"]:hover, #commentform input[type="submit"]:hover {
  background: #f2bf02;
  border-color: #f2bf02;
  color: #fff;
}
#beforeFooter .wpcf7 .wpcf7-not-valid-tip, #primaryWrapContent .wpcf7-form .wpcf7-not-valid-tip, #commentform .wpcf7-not-valid-tip {
  display: none !important;
}

/* end of %wpcf7_styles */
#beforeFooter {
  padding: 60px 0;
  background: #1e1d1c;
  position: relative;
  /* end of .location1 */
  /* end of .wpcf7 */
}
@media only screen and (max-width: 480px) {
  #beforeFooter {
    padding: 30px 0;
  }
}
#beforeFooter h2.page_title2 {
  margin-bottom: 90px;
}
@media only screen and (max-width: 480px) {
  #beforeFooter h2.page_title2 {
    font-size: 288px;
    margin-bottom: 0;
    display: none;
  }
}
#beforeFooter h3.w {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  padding: 20px 0 30px;
  text-transform: uppercase;
}
#beforeFooter figure {
  background: none;
  float: none;
  margin: 0 0 20px;
  padding: 0;
}
#beforeFooter figure img {
  width: 100%;
}
#beforeFooter .caption {
  color: #bcbcbc;
  font-size: 18px;
  line-height: 28px;
  padding: 0;
  font-family: "Roboto", sans-serif;
}
#beforeFooter .caption a {
  font-size: 18px;
  line-height: 28px;
  padding: 0;
  color: #fff;
  font-family: "Roboto", sans-serif;
}
#beforeFooter .caption p {
  color: #bcbcbc;
  font-size: 18px;
  line-height: 28px;
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
}
#beforeFooter .location1 {
  margin-bottom: 25px;
}
#beforeFooter .location1 i {
  color: #f2bf02;
  float: left;
  font-size: 30px;
  padding-right: 15px;
}
#beforeFooter .location1 .my_table {
  display: table;
}
#beforeFooter .location1 .txt1 {
  color: #e2e5e9;
  font-size: 18px;
  line-height: 1.2;
  padding-bottom: 10px;
  font-family: "Roboto", sans-serif;
}
#beforeFooter .location1 .txt2 {
  color: #bdbdbd;
  font-size: 12px;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
}
@media only screen and (max-width: 767px) {
  #beforeFooter > .container > .row > div {
    margin-bottom: 22px;
  }
}

/* end of #beforeFooter */
/*  *********************************************** FOOTER MAP *******************************************/
#footerMap {
  height: 420px;
  background: #000;
}
#footerMap iframe {
  width: 100%;
  height: 420px;
}

/* end of #footerMap */
/*  ******************************************* FOOTER *************************************************/
#footer {
  background: #1e1d1c;
  padding: 85px 0 0;
  /* end of .footerInfo p */
}
#footer #footerInfo {
  text-align: right;
}
@media only screen and (max-width: 992px) {
  #footer #footerInfo > .widget {
    width: 100% !important;
    float: none;
  }
}
#footer #footerInfo .socialWrap h2 {
  display: inline-block;
  vertical-align: middle;
  color: #e2e2e2;
  font-family: "Asap", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  padding-right: 20px;
  text-transform: uppercase;
  margin: 0 30px 0 0;
  padding: 20px 0 0 0;
}
@media only screen and (max-width: 992px) {
  #footer #footerInfo .socialWrap h2 {
    display: block;
    text-align: center;
    padding-bottom: 15px;
    margin: 0;
  }
}
#footer #footerInfo .socialWrap .social-networks {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
#footer #footerInfo .socialWrap .social-networks li {
  margin: 0 3px 8px;
}
#footer #footerInfo .socialWrap .social-networks li a {
  background: url("../images/social_ic1.jpg") no-repeat left top;
  display: block;
  height: 64px;
  text-decoration: none;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  width: 64px;
  margin: 0;
}
#footer #footerInfo .socialWrap .social-networks li a[title="facebook"] {
  background-image: url("../images/social_ic1.jpg");
}
#footer #footerInfo .socialWrap .social-networks li a[title="twitter"] {
  background-image: url("../images/social_ic5.jpg");
}
#footer #footerInfo .socialWrap .social-networks li a[title="linkedin"] {
  background-image: url("../images/social_ic3.jpg");
}
#footer #footerInfo .socialWrap .social-networks li a[title="youtube"] {
  background-image: url("../images/social_ic6.jpg");
}
#footer #footerInfo .socialWrap .social-networks li a[title="google"] {
  background-image: url("../images/social_ic2.jpg");
}
#footer #footerInfo .socialWrap .social-networks li a[title="pinterest"] {
  background-image: url("../images/social_ic4.jpg");
}
#footer #footerInfo .socialWrap .social-networks li a:hover {
  background-position: center bottom !important;
}
#footer #footerInfo .socialWrap .social-networks li a img {
  display: none;
}
@media only screen and (max-width: 992px) {
  #footer #footerInfo .socialWrap .social-networks {
    display: block;
    text-align: center;
  }
}
#footer .footerLogo {
  text-align: left;
}
#footer .footerLogo img {
  max-width: 95%;
}
@media only screen and (max-width: 992px) {
  #footer .footerLogo {
    padding: 0;
    width: 100%;
    margin: 0 0 25px 0;
    text-align: center;
  }
}

/* end of #footer  */
#footer #footerBottom {
  background: #000;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 1.2;
  text-align: left;
  padding: 40px 0 33px;
  margin-top: 70px;
  color: #9b9b9b;
  /* end of #footerBottom p */
}
#footer #footerBottom p {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 1.2;
  padding: 0;
  margin: 0;
}
#footer #footerBottom a {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 1.2;
  color: #cbcbcb !important;
  padding: 0;
  margin: 0 0 0 3px;
  text-decoration: underline;
  font-family: "Roboto", sans-serif;
}
#footer #footerBottom a:hover {
  color: #fff !important;
  text-decoration: none;
}
@media only screen and (max-width: 480px) {
  #footer #footerBottom {
    margin-top: 15px;
    font-size: 11px;
  }
}

/* end of #footerBottom  */
/*  ************************************************** BREADCRUMBS *******************************************/
.breadcrumb {
  /* end of #breadCrumd li */
}
.breadcrumb ul {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .breadcrumb ul {
    height: auto;
    padding: 12px 0 9px;
  }
}
.breadcrumb li {
  display: inline-block;
  margin-right: 15px;
}
.breadcrumb li a {
  position: relative;
  display: block;
  text-decoration: underline;
  font-size: 14px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #272727;
  display: inline-block;
  padding-right: 25px;
}
.breadcrumb li a:after {
  position: absolute;
  right: 0;
  top: 4px;
  display: block;
  content: '';
  width: 11px;
  height: 11px;
  background: url(../images/breadcrumbs1.png) no-repeat center center;
}
.breadcrumb li a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 992px) {
  .breadcrumb li a {
    font-size: 12px;
  }
}
.breadcrumb li.current-menu-item a {
  text-decoration: none;
}

/* end of #breadCrumd */
/*  *********************************************************************************************/
#primaryWrapContent {
  position: relative;
  padding: 0;
  /* end of .box */
}
#primaryWrapContent .box {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  #primaryWrapContent .box.trainers {
    width: 50%;
  }
  #primaryWrapContent .box.trainers:nth-child(2n+1) {
    clear: both;
  }
  #primaryWrapContent .box.trainers + .clear {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  #primaryWrapContent .box {
    width: 100% !important;
  }
  #primaryWrapContent .box img {
    float: none !important;
    width: auto;
    max-width: 100%;
    margin: 0 0 15px 0 !important;
  }
}
#primaryWrapContent > * {
  position: relative;
  z-index: 3;
}
#primaryWrapContent .wrap_content {
  padding: 40px 0 35px;
  overflow: hidden;
}
#primaryWrapContent .portfolio #content {
  padding: 40px 0 35px;
  overflow: hidden;
}
#primaryWrapContent .header-title {
  padding: 0;
  margin-bottom: 35px;
}
#primaryWrapContent .header-title h1 {
  margin: 0;
  padding: 0;
  font-size: 28px;
  line-height: 1.3;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}
@media only screen and (max-width: 767px) {
  #primaryWrapContent .header-title h1 {
    font-size: 21px;
  }
}
#primaryWrapContent .post-meta {
  overflow: hidden;
}
#primaryWrapContent .post-meta > p {
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ecebeb;
}
#primaryWrapContent .post-meta span:last-child {
  display: none;
}
#primaryWrapContent img {
  max-width: 100%;
  background: none;
}
#primaryWrapContent img.ajax-loader {
  width: auto;
  border: none;
  border: none;
  background: none;
}

/*  end of #primaryWrapContent */
.home #primaryWrapContent {
  padding: 0;
  background: none;
}
.home #primaryWrapContent:before {
  display: none;
}

.wrapBlogContent {
  padding-top: 45px;
  padding-bottom: 55px;
  /* end of .wrapBlogContent article.post */
}
@media only screen and (max-width: 767px) {
  .wrapBlogContent #content {
    padding-left: 0;
  }
}
.wrapBlogContent article.post, .wrapBlogContent article.testi {
  /* end of .wrapBlogContent article.post .entry-header h3 */
  /* end of .wrapMeta  */
  /* Featured thumbnail */
  /* end of .featured-thumbnail */
  /* end of .excerpt  */
}
.wrapBlogContent article.post.first, .wrapBlogContent article.first.testi {
  margin-top: 0;
}
.wrapBlogContent article.post .entry-header h3, .wrapBlogContent article.testi .entry-header h3 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 300;
  text-transform: uppercase;
  color: #000;
  padding: 0;
  margin: 0 0 5px 0;
}
.wrapBlogContent article.post .entry-header h3 a, .wrapBlogContent article.testi .entry-header h3 a {
  font-weight: 300;
  font-size: 24px;
  line-height: 1.3;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
}
@media only screen and (max-width: 992px) {
  .wrapBlogContent article.post .entry-header h3 a, .wrapBlogContent article.testi .entry-header h3 a {
    font-size: 18px;
  }
}
.wrapBlogContent article.post .wrapMeta, .wrapBlogContent article.testi .wrapMeta, .wrapBlogContent article.post .wrapMeta a[rel*="category"], .wrapBlogContent article.testi .wrapMeta a[rel*="category"], .wrapBlogContent article.post .wrapMeta a[rel*="author"], .wrapBlogContent article.testi .wrapMeta a[rel*="author"] {
  font-size: 12px;
  line-height: 1.3;
  margin-bottom: 20px;
}
.wrapBlogContent article.post .wrapMeta time, .wrapBlogContent article.testi .wrapMeta time, .wrapBlogContent article.post .wrapMeta a[rel*="category"] time, .wrapBlogContent article.testi .wrapMeta a[rel*="category"] time, .wrapBlogContent article.post .wrapMeta a[rel*="author"] time, .wrapBlogContent article.testi .wrapMeta a[rel*="author"] time {
  color: #7e7e7e;
}
.wrapBlogContent article.post .wrapMeta a[rel*="category"], .wrapBlogContent article.testi .wrapMeta a[rel*="category"] {
  text-decoration: none;
  border: none;
}
.wrapBlogContent article.post .wrapMeta a[rel*="author"], .wrapBlogContent article.testi .wrapMeta a[rel*="author"] {
  text-decoration: none;
  text-transform: capitalize;
  border: none;
}
.wrapBlogContent article.post .wrapMeta a[rel*="category"]:hover, .wrapBlogContent article.testi .wrapMeta a[rel*="category"]:hover, .wrapBlogContent article.post .wrapMeta a[rel*="author"]:hover, .wrapBlogContent article.testi .wrapMeta a[rel*="author"]:hover {
  text-decoration: underline;
}
.wrapBlogContent article.post .featured-thumbnail, .wrapBlogContent article.testi .featured-thumbnail {
  float: left;
  margin: 0 25px 10px 0;
  position: relative;
  display: block;
  width: 180px;
  height: 180px;
  overflow: hidden;
  background: none;
}
.wrapBlogContent article.post .featured-thumbnail a, .wrapBlogContent article.testi .featured-thumbnail a {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.wrapBlogContent article.post .featured-thumbnail a img, .wrapBlogContent article.testi .featured-thumbnail a img {
  height: auto;
  margin: 0;
  width: auto;
  border: none !important;
  background: none !important;
  display: block;
  margin: 0 auto !important;
  max-width: 300px !important;
}
@media only screen and (max-width: 992px) {
  .wrapBlogContent article.post .featured-thumbnail, .wrapBlogContent article.testi .featured-thumbnail {
    max-width: 35%;
  }
}
@media only screen and (max-width: 767px) {
  .wrapBlogContent article.post .featured-thumbnail, .wrapBlogContent article.testi .featured-thumbnail {
    max-width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .wrapBlogContent article.post .featured-thumbnail, .wrapBlogContent article.testi .featured-thumbnail {
    max-width: 100%;
    float: none;
    margin: 0 0 20px 0;
    overflow: hidden;
  }
}
.wrapBlogContent article.post .excerpt, .wrapBlogContent article.testi .excerpt {
  margin: 0 0 20px 0;
}
.wrapBlogContent article.testi .featured-thumbnail {
  background: none repeat scroll 0 0 transparent;
  display: block;
  float: left;
  height: 180px;
  margin: 0 25px 10px 0;
  overflow: hidden;
  position: relative;
  width: 180px;
}
.wrapBlogContent article.testi .featured-thumbnail img {
  max-width: 100% !important;
}

/* end of .wrapBlogContent  */
.archive.author #primaryWrapContent .wrapBlogContent #content {
  padding-bottom: 40px;
}
.archive.author #primaryWrapContent .wrapBlogContent #content #recent-author-comments li.recentcomments {
  color: #7e7e7e;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  line-height: 1.3;
  margin-bottom: 0;
  padding-bottom: 6px;
}
.archive.author #primaryWrapContent .wrapBlogContent #content #recent-author-comments li.recentcomments a {
  color: #b7b7b7;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  line-height: 1.3;
  margin-bottom: 20px;
  padding-bottom: 6px;
  text-decoration: none;
}
.archive.author #primaryWrapContent .wrapBlogContent #content #recent-author-comments li.recentcomments a:hover {
  text-decoration: underline;
}

.single #primaryWrapContent .wrapBlogContent {
  padding-top: 0;
}

.single #primaryWrapContent .header-title {
  margin-bottom: 10px;
}

.single #primaryWrapContent #content article.post-holder h1.entry-title {
  display: none;
}

.single #primaryWrapContent #content article.post-holder .wrapMeta, .single #primaryWrapContent #content article.post-holder .wrapBlogContent article.post .wrapMeta a[rel*="category"], .wrapBlogContent article.post .wrapMeta .single #primaryWrapContent #content article.post-holder a[rel*="category"], .single #primaryWrapContent #content article.post-holder .wrapBlogContent article.testi .wrapMeta a[rel*="category"], .wrapBlogContent article.testi .wrapMeta .single #primaryWrapContent #content article.post-holder a[rel*="category"], .single #primaryWrapContent #content article.post-holder .wrapBlogContent article.post .wrapMeta a[rel*="author"], .wrapBlogContent article.post .wrapMeta .single #primaryWrapContent #content article.post-holder a[rel*="author"], .single #primaryWrapContent #content article.post-holder .wrapBlogContent article.testi .wrapMeta a[rel*="author"], .wrapBlogContent article.testi .wrapMeta .single #primaryWrapContent #content article.post-holder a[rel*="author"] {
  margin-bottom: 20px;
}

.single #primaryWrapContent #content article.post-holder .featured-thumbnail {
  float: left;
  max-width: 50%;
  width: auto;
  height: auto;
}
@media only screen and (max-width: 480px) {
  .single #primaryWrapContent #content article.post-holder .featured-thumbnail {
    max-width: 100%;
  }
}

.page-template-page-Portfolio-php #primaryWrapContent .header-title {
  padding-top: 40px;
  margin: 0;
}

/* end of #galleryHolder */
/*  *********************************************** SIDEBAR ********************************************/
.sidebar {
  /*  end of .widget */
}
.sidebar > .widget {
  /* background: url(../images/bg_sidebarWidget.jpg) 0 0 repeat-y; */
  padding-left: 30px;
  padding-right: 0;
  margin-bottom: 50px;
  /*  end of .widget li */
  /*  end of .widget#categories */
  /*  end of .widget#categories */
}
@media only screen and (max-width: 992px) {
  .sidebar > .widget {
    padding-left: 0;
    padding-right: 0;
  }
}
.sidebar > .widget h2 {
  padding-top: 0;
}
.sidebar > .widget li {
  margin: 0 0 25px;
  padding: 0;
  /*  end of .widget li a */
}
.sidebar > .widget li .meta {
  font-weight: normal;
  margin-bottom: 8px;
}
@media only screen and (max-width: 992px) {
  .sidebar > .widget.widget-last {
    margin-bottom: 0;
  }
}
.sidebar > .widget[id*="categories"] ul li > a {
  text-transform: capitalize;
}
.sidebar > .widget[id*="categories"] ul li > a:hover {
  color: #F2BF02;
}
.sidebar > .widget[id*="archives"] li > a {
  text-transform: capitalize;
}
.sidebar > .widget[id*="archives"] li > a:hover {
  color: #F2BF02;
}

/*  end of .sidebar */
.sidebar > .widget:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 992px) {
  .wrapSidebar {
    padding-top: 30px;
  }
}

.single #respond h3, .single h3#comments {
  color: #000;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.3;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.single h3#comments {
  font-size: 18px;
}
.single .reply a.comment-reply-link {
  margin: 5px 0 0 0;
}
.single .reply a.comment-reply-link:hover {
  color: #fff;
  background: #FFD200;
}

/* end of .single.single-post */
/*  ******************************************* DIFFERENT STYLE *********************************************/
@media only screen and (max-width: 992px) {
  #primaryWrapContent img.alignleft,
  #primaryWrapContent img.alignright {
    max-width: 45%;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  #primaryWrapContent img.alignleft,
  #primaryWrapContent img.alignright {
    max-width: 43%;
  }
}
@media only screen and (max-width: 480px) {
  #primaryWrapContent img.alignleft,
  #primaryWrapContent img.alignright {
    max-width: 100%;
  }
}

/*  ************************************************ MOBILE MENU *********************************************/
#hamburger {
  display: block;
  width: 40px;
  height: 36px;
  margin: 20px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100000;
  background-color: rgba(0, 0, 0, 0.5);
}

#hamburger:before,
#hamburger:after,
#hamburger span {
  background: #fff;
  content: '';
  display: block;
  width: 30px;
  height: 6px;
  position: absolute;
  left: 5px;
}

#hamburger:before {
  top: 5px;
}

#hamburger:after {
  bottom: 5px;
}

#hamburger span {
  top: 50%;
  margin-top: -3px;
}

.mm-list, .mm-list > li, .mm-list > li a {
  color: rgba(255, 255, 255, 0.6);
}

@media all and (min-width: 768px) {
  #hamburger {
    display: none;
  }
}
/* Hamburger animation */
#hamburger:before,
#hamburger:after,
#hamburger span {
  transition: none 0.5s ease 0.5s;
  transition-property: transform, top, bottom, left, opacity;
}

html.mm-opening #hamburger span {
  left: -50px;
  opacity: 0;
}

html.mm-opening #hamburger:before {
  transform: rotate(45deg);
  top: 15px;
}

html.mm-opening #hamburger:after {
  transform: rotate(-45deg);
  bottom: 15px;
}

#menu_mobile {
  display: none;
}
#menu_mobile.mm-opened {
  display: block;
}

#page {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

/*  ********************************************** IZOTOPE ***************************************/
#primaryWrapContent #filter-by a {
  font-family: 'Raleway', serif;
}
@media only screen and (max-width: 480px) {
  #primaryWrapContent #filter-by a {
    margin-right: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .galleryItem {
    width: 150px;
  }
}
@media only screen and (max-width: 480px) {
  .galleryItem {
    width: 120px;
  }
}

/*  ************************************************** Main Contact Form ****************************************/
body iframe {
  width: 100%;
  height: auto;
  display: block;
}

.wrapIframe iframe {
  height: 400px;
}

#primaryWrapContent .wpcf7-form input[type="text"],
#primaryWrapContent .wpcf7-form input[type="email"],
#primaryWrapContent .wpcf7-form input[type="tel"],
#primaryWrapContent .wpcf7-form textarea {
  background: #fff;
}
#primaryWrapContent .wpcf7-form p {
  color: #666 !important;
}

/*  end of .wpcf7-form */
/*  **************************************************** COMMENT FORM **************************************/
#commentform {
  width: 100%;
  overflow: hidden;
  padding: 3px 0 10px 0;
}
@media only screen and (max-width: 767px) {
  #commentform {
    margin-bottom: 30px;
  }
}
#commentform label {
  float: left;
  width: 85px;
  padding: 0 10px 8px 0;
  line-height: 35px;
  text-align: left;
}
@media only screen and (max-width: 480px) {
  #commentform label {
    line-height: 1.1;
  }
}
#commentform input[type="text"],
#commentform input[type="email"],
#commentform input[type="tel"],
#commentform textarea {
  background: #fff;
  max-width: 50%;
}
@media only screen and (max-width: 480px) {
  #commentform input[type="text"],
  #commentform input[type="email"],
  #commentform input[type="tel"],
  #commentform textarea {
    max-width: 100%;
  }
}
#commentform textarea {
  max-width: 85%;
}
@media only screen and (max-width: 480px) {
  #commentform textarea {
    max-width: 100%;
  }
}
#commentform p {
  color: #666 !important;
}
#commentform input#submit {
  height: auto;
}

/*  *************************************************************************************/
.wrap_content {
  /* end of .wrap_content .serviceBox */
}
@media only screen and (max-width: 767px) {
  .wrap_content {
    /* 	margin-bottom: 50px;	 */
  }
}
@media only screen and (max-width: 767px) {
  .wrap_content .serviceBox {
    margin-bottom: 30px;
  }
}

/* end of .wrap_content */
/* ********************************* Page Navigaton ********************************/
/*  ********************************** Older and newer navigation *******************************************/
nav.oldernewer {
  width: 100%;
  overflow: hidden;
  margin-bottom: 1.5em;
}

.older {
  float: left;
}

.newer {
  float: right;
}

.single-oldernewer {
  font-size: 11px;
  border-top: 1px solid #4B4D4E;
  border-bottom: 1px solid #4B4D4E;
  padding: .5em 0;
  margin: 1em 0 0 0;
}

nav.oldernewer a {
  background: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #000;
  display: inline-block;
  padding: 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: lowercase;
  margin-right: 0;
}
nav.oldernewer a:hover, nav.oldernewer a:hover, nav.oldernewer a.current {
  text-decoration: none;
}

/* end of #primaryWrapContent items */
/******/
#primaryWrapContent .pagenavi {
  position: relative;
  width: 100%;
  overflow: hidden;
  clear: both;
  padding: 30px 0;
  /* end of #primaryWrapContent items */
}
#primaryWrapContent .pagenavi span.pages {
  display: none !important;
}
#primaryWrapContent .pagenavi span,
#primaryWrapContent .pagenavi a,
#primaryWrapContent .pagenavi .next,
#primaryWrapContent .pagenavi .last,
#primaryWrapContent .pagenavi .prev,
#primaryWrapContent .pagenavi .first {
  background: #A5A5A5;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #000 !important;
  display: inline-block;
  font-size: 14px;
  line-height: 33px;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 13px;
  padding-right: 13px;
  position: relative;
  text-align: center;
  text-decoration: none;
  margin-right: 5px;
}
#primaryWrapContent .pagenavi span:hover,
#primaryWrapContent .pagenavi a:hover,
#primaryWrapContent .pagenavi .next:hover,
#primaryWrapContent .pagenavi .last:hover,
#primaryWrapContent .pagenavi .prev:hover,
#primaryWrapContent .pagenavi .first:hover {
  background: #FFD200;
  color: #000;
  text-decoration: none;
}
#primaryWrapContent .pagenavi span.current,
#primaryWrapContent .pagenavi a.current,
#primaryWrapContent .pagenavi .next.current,
#primaryWrapContent .pagenavi .last.current,
#primaryWrapContent .pagenavi .prev.current,
#primaryWrapContent .pagenavi .first.current {
  background: #FFD200;
  color: #000;
  text-decoration: none;
}

/* 	end of #primaryWrapContent .pagenavi */
#primaryWrapContent .programWrap + .pagenavi {
  margin-top: -50px;
  margin-bottom: 40px;
  padding-top: 0;
}

/*  *********************************************** POST-META ************************************************/
.post-meta b {
  float: right;
}

/* end of .post-meta */
/*  *********************************************** WRAP TESTI ************************************************/
#owl-testiBox.single {
  /* end of #owl-testiBox.single .owl-buttons */
}
#owl-testiBox.single .owl-buttons .owl-prev, #owl-testiBox.single #carouselWrap .owl-buttons .owl-next, #carouselWrap #owl-testiBox.single .owl-buttons .owl-next {
  background: url(../images/prev3.png) no-repeat left top;
  display: block;
  height: 19px;
  opacity: 0.3;
  position: absolute;
  right: 25px;
  top: -52px;
  width: 10px;
  z-index: 0;
  text-indent: -9999px;
}
#owl-testiBox.single .owl-buttons .owl-next {
  background: url(../images/next3.png) no-repeat left top;
  display: block;
  height: 19px;
  opacity: 0.3;
  position: absolute;
  right: 0;
  top: -52px;
  width: 10px;
  z-index: 0;
  text-indent: -9999px;
}
#owl-testiBox.single .owl-buttons div:hover {
  opacity: 1 !important;
}
@media only screen and (max-width: 1200px) {
  #owl-testiBox.single .owl-buttons div {
    top: -50px;
  }
}

/* end of #owl-testiBox.single */
.wrapTesti, blockquote {
  padding: 0 15px 0 45px;
  margin-bottom: 0;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-style: italic;
  color: #494949;
  /* background: url(../images/bg_wrapTesti.png) 0 0 no-repeat; */
  position: relative;
}
.wrapTesti:before, blockquote:before {
  position: absolute;
  display: block;
  content: '\f10d';
  font-family: 'FontAwesome';
  font-size: 26px;
  line-height: 1.2;
  width: 30px;
  height: 30px;
  top: -3px;
  left: 0;
  font-style: normal;
}
.wrapTesti .testiInner, blockquote .testiInner {
  margin: 0 0 15px 0;
}
@media only screen and (max-width: 1200px) {
  .wrapTesti, blockquote {
    padding-left: 38px;
  }
}
@media only screen and (max-width: 992px) {
  .wrapTesti, blockquote {
    /* padding: 45px 15px 15px 0; */
  }
}
.wrapTesti a, blockquote a {
  text-decoration: none;
}
.wrapTesti .testiOwner, .wrapTesti p.author, blockquote .testiOwner, blockquote .wrapTesti p.author, .wrapTesti blockquote p.author, blockquote p.author {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  font-style: normal;
  color: #000;
  padding: 0 0 3px 0;
  margin: 0;
  width: calc(100% + 45px);
  position: relative;
  left: -45px;
  /* background: url(../images/bg_testiOwner2.png) 0 0 no-repeat; */
}
.wrapTesti .testiOwner span, .wrapTesti p.author span, blockquote .testiOwner span, blockquote .wrapTesti p.author span, .wrapTesti blockquote p.author span, blockquote p.author span {
  text-transform: uppercase;
  color: #494949;
}
@media only screen and (max-width: 1200px) {
  .wrapTesti .testiOwner, .wrapTesti p.author, blockquote .testiOwner, blockquote .wrapTesti p.author, .wrapTesti blockquote p.author, blockquote p.author {
    left: -33px;
    width: calc(100% + 33px);
  }
  .wrapTesti .testiOwner span, .wrapTesti p.author span, blockquote .testiOwner span, blockquote .wrapTesti p.author span, .wrapTesti blockquote p.author span, blockquote p.author span {
    display: block;
  }
}
.wrapTesti p.author, blockquote p.author {
  position: static;
  width: 100%;
}
.wrapTesti p, blockquote p {
  margin-bottom: 5px !important;
}

/*  end of .wrapTesti */
/*  ********************************************* Error 404 page ***********************************/
#error404 {
  padding: 0 0 30px 0;
  text-align: center;
}
#error404 h1 {
  text-align: center;
  color: #000;
}
#error404 h2 {
  margin: 0 0 15px 0;
  background: none;
  text-align: center;
  padding: 0;
  letter-spacing: 0.1em;
  color: #000;
}
#error404 h6, #error404 p {
  font-weight: bold;
  font-size: 14px;
  margin: 0 0 10px;
  line-height: 25px;
  text-align: center;
  color: #000;
}
#error404 #searchform {
  margin: 0 auto;
  width: 262px;
  float: none;
}
#error404 .error404-num {
  font-size: 250px;
  line-height: 1.2em;
  color: #f00;
}
@media only screen and (max-width: 767px) {
  #error404 .error404-num {
    font-size: 120px;
  }
}

/* end of #error404 */
.mm-menu {
  z-index: 9999999;
}

body .mm-list > li {
  position: relative;
  display: block;
  width: 100%;
}
