/*
Theme Name: Vetor
Version: 1.0
Author: WMorais
Author URI: http://wmorais.com.br/
*/

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?yvsaw6');
  src:  url('fonts/icomoon.eot?yvsaw6#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?yvsaw6') format('truetype'),
    url('fonts/icomoon.woff?yvsaw6') format('woff'),
    url('fonts/icomoon.svg?yvsaw6#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-calendar:before {
  content: "\e910";
}
.icon-star:before {
  content: "\e911";
}
.icon-phone:before {
  content: "\e902";
}
.icon-google-plus:before {
  content: "\e900";
}
.icon-slideshare:before {
  content: "\e901";
}
.icon-arrow-down:before {
  content: "\e903";
}
.icon-arrow-left:before {
  content: "\e904";
}
.icon-arrow-right:before {
  content: "\e905";
}
.icon-arrow-up:before {
  content: "\e906";
}
.icon-double-arrow-up:before {
  content: "\e907";
}
.icon-email:before {
  content: "\e908";
}
.icon-facebook:before {
  content: "\e909";
}
.icon-instagram:before {
  content: "\e90a";
}
.icon-linkedin:before {
  content: "\e90b";
}
.icon-map:before {
  content: "\e90c";
}
.icon-pin:before {
  content: "\e90d";
}
.icon-search:before {
  content: "\e90e";
}
.icon-whatsapp:before {
  content: "\e90f";
}


/* General *************************************************/
html {
  font-size: 10px;
}

body {
	margin: 0;
	counter-reset: section;
}


.cleared {
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}

.disappear{
    opacity:0;
	-moz-opacity: 0;
    filter: alpha(opacity=0);
}
.appear{
    opacity:1;
	-moz-opacity: 1;
    filter: alpha(opacity=100);
}

/* end Page */

/* Start images */
a img {
	border: 0;
}

img {
	margin: 1%;
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
	display: inline-block;
	vertical-align: middle;
}

img.no-margin {
	margin:0;
}
/* Finish images */


/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 225%;
}

h2 {
  font-size: 200%;
}

h3 {
  font-size: 175%;
}

h4 {
  font-size: 150%;
}

h5 {
  font-size: 125%;
}

h6 {
  font-size: 100%;
}

/* Finish Content headings Fonts & Colors  */
/* end PostContent */

/* begin PostBullets */
/* Start Content list */
ol, ul {
	margin:0;
	padding:0;
}

li ol, li ul {
	margin:0;
	padding:0;
}

li  {
	margin:0;
	padding:0;
}

ul {
	/*margin-left:15px;*/
}

ol {
	list-style-position:inside;
	
}

/* Finish Content list */
/* end PostBullets */

/* begin PostQuote */
/* Start blockquote */
blockquote p {
	color:#000000;
	font-style: italic;
	font-weight: normal;
	text-align: left;
}

blockquote {
	margin:10px 10px 10px 50px;
	padding:5px 5px 5px 41px;
	background-color:#cacaca;
	background-image:url('images/PostQuote.png');
	background-position:left top;
	background-repeat:no-repeat;
}
/* Finish blockuote */
/* end PostQuote */


/* start Comments */
.commentlist, .commentlist li {
	background: none;
}

.commentlist li li {
	margin-left:30px;
}

.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	margin:1px;
	background: #fff;
}

.commentlist li cite {
	font-size:120%;
}

#commentform textarea {
	width: 100%;
}

img.wp-smiley {
	border:none;
	margin:0;
	padding:0;
}
/* end Comments */

/* Recommended by http://codex.wordpress.org/CSS */
.aligncenter, div.aligncenter, .article .aligncenter img, .aligncenter img.article, .aligncenter img, img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.alignright img, img.alignright {
	margin: 1em;
	margin-right: 0;
}

.alignleft img, img.alignleft {
	margin: 1em;
	margin-left: 0;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 110%;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End */

.column-2 {
	-moz-column-count: 2;
	-moz-column-gap: 30px;
	-webkit-column-count: 2;
	-webkit-column-gap: 30px;
	column-count: 2;
	column-gap: 30px;
}

.valign-parent {
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.valign-child {
    position: absolute;
    top: 50%;
    left:0;
    right:0;
    margin:auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


/* page-header */
.featured-header {
	position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
	width:100%;
	height:360px;
	margin: 0 auto;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.featured-header-content {
	position: absolute;
    top: 50%;
    left:0;
    right:0;
    margin:auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.featured-header-content .square {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width:55px;
	height:55px;
	border:10px solid #f36510;
	margin: 0 15px 0 0;
}

.featured-header-content h1 {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 760%;
	font-weight: 900;
	color:#fff;
	margin:0;
}

@media (max-width: 992px) {
.featured-header-content .square {
	width:55px;
	height:55px;
	border:10px solid #f36510;
}
.featured-header-content h1 {
	font-size: 600%;
}
}
@media (max-width: 768px) {
.featured-header {
	height:200px;
}
.featured-header-content .square {
	width:45px;
	height:45px;
	border:7px solid #f36510;
}
.featured-header-content h1 {
	font-size: 450%;
}
}
@media (max-width: 480px) {
.featured-header-content .square {
	width:35px;
	height:35px;
	border:5px solid #f36510;
}
.featured-header-content h1 {
	font-size: 350%;
}
}

.search-container {
    position: absolute;
    z-index: 120;
    right: 0;
    top: 50px;
    width: 260px;
    line-height: 100%;
}



/* typo */
.page-title {
	font-size: 450%;
	font-weight: 900;
	color:#f36510;
	margin:45px 0;
}
@media (max-width: 992px) {
.page-title {
	font-size: 400%;
}
}
@media (max-width: 768px) {
.page-title {
	font-size: 300%;
}
}


.black {
	color:#000;
}

.page-content {
	font-size: 140%;
	font-weight: 600;
}

.page-content p {
	margin:0 0 25px 0;
}


/* button */
.button, .button-invert {
	border: 0;
	padding:12px 40px;
	font-size: 15px;
	font-weight: 900;
	color:#fff;
	text-align: center;
	text-transform: uppercase;
	background:#f36510;
	margin:15px 0;
	line-height: 14px;
	width: 100%;
	-webkit-transition: all 150ms ;
    -moz-transition: all 150ms ;
    -ms-transition: all 150ms ;
    -o-transition: all 150ms ;
    transition: all 150ms ;
}

.button:hover {
	color:#FFF;
	background:#F5823D;
}

.button-invert {
	color:#FFF;
	background: transparent;
}

.button-invert:hover {
	border: 4px solid #FFF;
	color:#fff;
}

/* Header *************************************************/
.header-top {
	width:100%;
	height:65px;
	background: #000;
	color:#fff;
	font-size: 160%;
	text-align: right;
}

.header-top-box {
	float: right;
	position: relative;
	vertical-align: middle;
	display: inline-block;
	margin-left: 30px;
	line-height: 65px;
}

.header-top-box a {
	color:#fff;
}

.header-top-box a:hover {
	color:#f36510;
}

.header-top-box span {
	position: relative;
	font-size: 20px;
	top:4px;
}

.header-top-box span.icon-instagram {
	font-size: 23px;
}

.header-bottom {
	width:100%;
	background: #000;
	color:#fff;
}

#logo {
	max-width:280px;
	background: #f36510;
	padding:30px 15px;
	margin:-65px 0 0 0;
}

#logo img {
	margin:0;
}

@media (max-width: 768px) {
.header-top {
	width:100%;
	height:40px;
	font-size: 160%;
	text-align: left;
}
.header-top-box {
	margin-left: 0px;
	margin-right:10px;
	line-height: 40px;
}
.header-top-box span {
	position: relative;
	font-size: 15px;
	top:0;
}
.header-top-box span.icon-instagram {
	font-size: 18px;
	top:3px;
}
.header-top-box-search {
	float: right;
}
.header-bottom {
	background: #f36510;
}
#logo {
	max-width:130px;
	background: #f36510;
	padding:20px 0px;
	margin:0 auto;
}
}


/* start navmenu */
#navmenu,
#navmenu ul,
#navmenu ul li,
#navmenu ul li a,
#navmenu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	z-index:10;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#navmenu:after,
#navmenu > ul:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#menu-button {
	display: none;
}
#navmenu {
	width: auto;
	margin-top:17px;
}

/* navmenu float to right */
#navmenu > ul {
	float: right;
}
/* end */

#navmenu > ul > li {
	float: left;
}

/* navmenu item style */
#navmenu > ul > li > a {
	padding: 10px 0 30px 0;
	margin:0 7px;
	text-decoration: none;
	font-size: 160%;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}
@media (max-width: 1200px) {
#navmenu > ul > li > a {
	padding: 10px 0 30px 0;
	margin:0 7px;
}
}
@media (max-width: 992px) {
#navmenu > ul > li > a {
	padding: 3px 0 20px 0;
	margin:0 5px;
	font-size: 120%;
}
}
#navmenu > ul > li.first > a {
	padding-left:0
}
#navmenu > ul > li.last > a {
	padding-right:0
}
#navmenu > ul > li:hover > a,
#navmenu > ul > li > a:hover,
#navmenu > ul > li.active > a {
	color: #ffffff;
	border-bottom:7px solid #f36510;
}
/* end */

/* item arrow if has subitem */
#navmenu > ul > li.has-sub > a {
	padding-right: 45px;
}
#navmenu > ul > li.has-sub > a::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top-color: #cacaca;
	right: 17px;
	top: 22px;
}
#navmenu > ul > li.has-sub.active > a::after,
#navmenu > ul > li.has-sub:hover > a {
	border-top-color: #ffffff;
}
/* end */

/* navmenu subitem style */
#navmenu ul ul {
	position: absolute;
	left: -9999px;
	top: 60px;
	padding-top: 6px;
	font-size: 12px;
	opacity: 0;
	-webkit-transition: top 0.2s ease, opacity 0.2s ease-in;
	-moz-transition: top 0.2s ease, opacity 0.2s ease-in;
	-ms-transition: top 0.2s ease, opacity 0.2s ease-in;
	-o-transition: top 0.2s ease, opacity 0.2s ease-in;
	transition: top 0.2s ease, opacity 0.2s ease-in;
}
/* arrow top in subitem */
#navmenu > ul > li > ul::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-bottom-color: #333;
	top: -4px;
	left: 20px;
}
/* arrow left in sub-subitem */
#navmenu ul ul ul::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-right-color: #333;
	top: 11px;
	left: -4px;
}

/* navmenu sub-subitem style */
#navmenu > ul > li > ul {
	top: 120px;
}
#navmenu > ul > li:hover > ul {
	top: 52px;
	left: 0;
	opacity: 1;
}
#navmenu ul ul ul {
	padding-top: 0;
	padding-left: 6px;
}
#navmenu ul ul > li:hover > ul {
	left: 180px;
	top: 0;
	opacity: 1;
}
#navmenu ul ul li a {
	text-decoration: none;
	padding: 11px 25px;
	width: 180px;
	color: #fff;
	background: #333;
}
#navmenu ul ul li:hover > a,
#navmenu ul ul li.active > a {
	color: #fff;
}
#navmenu > ul > li > ul::after {
	position: absolute;
	display: block;
}
#navmenu ul ul li.has-sub > a::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-left-color: #777777;
	right: 17px;
	top: 14px;
}
#navmenu ul ul li.has-sub.active > a::after,
#navmenu ul ul li.has-sub:hover > a::after {
	border-left-color: #333333;
}

/* navmenu mobile */
@media (max-width: 768px) {
#navmenu {
	position: relative;
	z-index: 300;
}
/* navmenu item */
#navmenu > ul {
	display: none;
	float: none;
}  
#navmenu > ul.open {
	display: block;
}
#navmenu > ul > li {
	float: none;
}
#navmenu > ul > li.first > a {
	padding-left:0;
}
#navmenu > ul > li > a {
	padding: 20px 0;
	border-right: 0;
	color:#1a1b1c;
}
#navmenu > ul > li:hover > a,
#navmenu > ul > li > a:hover,
#navmenu > ul > li.active > a {
	color: #ffffff;
	border:none;
}
#menu-button {
	display: block;
	position: relative;
	cursor: pointer;
	top:-70px;
	left:0;
}

/* hide arrows */
#navmenu > ul > li > ul::after {
	display:none;
}
#navmenu ul ul ul::after {
	display:none;
}

/* navmenu subitem */
#navmenu ul ul,
#navmenu ul li:hover > ul,
#navmenu > ul > li > ul,
#navmenu ul ul ul,
#navmenu ul ul li:hover > ul {
	left: 0;
	top: auto;
	opacity: 1;
	width: 100%;
	padding: 0;
	position: relative;
}
#navmenu ul ul li {
	width: 100%;
}
#navmenu ul ul li a {
	width: 100%;
	padding-left: 35px; /* indentation */
}
#navmenu ul ul ul li a {
	padding-left: 45px; /* indentation */
}
/* navmenu 3 stripes button */
#menu-button::after {
	display: block;
	content: '';
	position: absolute;
	height: 15px;
	width: 22px;
	border-top: 3px solid #1a1b1c;
	border-bottom: 3px solid #1a1b1c;
	top: 21px;
}
#menu-button::before {
	display: block;
	content: '';
	position: absolute;
	height: 12px;
	width: 22px;
	border-top: 3px solid #1a1b1c;
	top: 27px;
}
#navmenu > ul > li.has-sub > a::after,
#navmenu ul ul li.has-sub > a::after {
	display: none;
}
}

/* search */
.search-trigger {
	cursor: pointer;
}

.search-container {
	position: absolute;
	z-index: 120;
	right:0;
	top:50px;
	width:260px;
	line-height: 100%;
}

.search-container input {
	float: left;
	width:230px;
	height:30px;
	background: #fff;
	border:none;
	padding:5px;
	color:#333;
	font-size: 14px;
}

.search-container button {
	float:right;
	width:30px;
	height:30px;
	background: #f36510;
	color:#333;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	border:none;
	padding:0;
}

@media (max-width: 768px) {
.search-container button {
	border:2px solid #fff;
}
}


/* Footer *************************************************/
.footer-featured {
	width:100%;
	height:530px;
	margin: 60px auto 0 auto;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url('images/footer-featured.jpg');	
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/footer-featured.jpg', sizingMethod='scale');
	font-size: 800%;
	font-weight: 900;
	color:#fff;
	line-height: 100%;
}

@media (max-width: 992px) {
.footer-featured {
	height:450px;
	font-size: 700%;
}
}
@media (max-width: 768px) {
.footer-featured {
	height:350px;
	font-size: 500%;
}
}
@media (max-width: 480px) {
.footer-featured {
	height:300px;
	font-size: 350%;
}
}

.footer-featured-button {
	margin:15px 0 0 0;
}

.footer-top {
	padding: 75px 0;
	font-size: 140%;
}

.footer-title {
	font-weight: 900;
	margin: 0 0 15px 0;
}

.footer-nav a {
	display: block;
	color:#000;
	font-weight: 700;
	text-transform: uppercase;
	margin:0 0 15px 0;
}

.footer-nav a:hover {
	color:#f36510;
}

.footer-contacts {
	text-align: right;
	line-height: 250%;
}

@media (max-width: 768px) {
.footer-nav {
	font-size: 12px;
}
.footer-contacts {
	text-align: left;
	margin-top:30px;
}
}

.footer-contacts p {
	margin:0;
}

.footer-social {
	color:#000;
	font-size: 25px;
}

.footer-social .icon-instagram {
	font-size: 130%;
	position: relative;
	top:4px;
}

.footer-bottom {
	background: #f36510;
	padding:15px 0;
	font-size: 140%;
}

.footer-bottom a {
	font-weight: 700;
	color:#1a1b1c;
}

.copyright {
	padding-top: 15px;
	padding-bottom: 15px;
}

.footer-to-top {
	text-align: right;
	font-size: 30px;
}


/* Home *************************************************/
/* slideshow */
.home-slideshow {
  position: relative;
}
#slides {
  display: none
}

#slides .slideshow-frame {
  width:100%; 
  margin: 0 auto;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#slides .slideshow-frame, #slides .slidesjs-container, #slides .slidesjs-control {
  height:760px !important;
}

#slides .slidesjs-navigation {  
  font-size: 20px;
  color:#fff;
}

#slides .slidesjs-previous, #slides .slidesjs-next {
	position: relative;
	display: inline-block;
	width:46px;
	height:46px;
	border:2px solid #fff;
	font-size: 20px;
	color:#fff;
	text-align: center;
	-webkit-transition: all 150ms ;
    -moz-transition: all 150ms ;
    -ms-transition: all 150ms ;
    -o-transition: all 150ms ;
    transition: all 150ms ;
    padding-top: 3px;
    margin:0 0 0 15px;
    top:2px;
}

#slides .slidesjs-previous:hover, #slides .slidesjs-next:hover {
	background: #fff;
	color:#000;
}

.slideshow-title {
	display: block;
	width:100%;
	font-size: 90px;
	line-height: 100%;
	font-weight: 900;
	color:#fff;
	margin: 120px 0 0 0;
}

.slideshow-title span {
	color:#f36510;
}

.slideshow-desc {
	display: block;
	width:100%;
	font-size: 28px;
	font-weight: 700;
	color:#fff;
	margin:15px 0;
}

.slideshow-button {
	background: #fff;
	border-color:#fff;
	color:#000;
}

.slideshow-button:hover {
	background: transparent;
	border-color:#fff;
	color:#fff;
}

@media (max-width: 1200px) {
#slides .slideshow-frame, #slides .slidesjs-container, #slides .slidesjs-control {
  height:660px !important;
}
.slideshow-title {
	font-size: 80px;
	margin: 120px 0 0 0;
}
.slideshow-desc {
	font-size: 26px;
}
}
@media (max-width: 992px) {
#slides .slideshow-frame, #slides .slidesjs-container, #slides .slidesjs-control {
  height:560px !important;
}
.slideshow-title {
	font-size: 65px;
	margin: 90px 0 0 0;
}
.slideshow-desc {
	font-size: 24px;
}
}
@media (max-width: 768px) {
#slides .slideshow-frame, #slides .slidesjs-container, #slides .slidesjs-control {
  height:460px !important;
}
.slideshow-title {
	font-size: 40px;
	margin: 90px 0 0 0;
}
.slideshow-desc {
	font-size: 20px;
}
}
@media (max-width: 480px) {
#slides .slideshow-frame, #slides .slidesjs-container, #slides .slidesjs-control {
  height:400px !important;
}
.slideshow-title {
	font-size: 28px;
	margin: 60px 0 0 0;
}
.slideshow-desc {
	font-size: 18px;
}
}



/* company */
.home-company-image {
	background-image: url('images/home-company-image.jpg') !important;	
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/home-company-image.jpg', sizingMethod='scale') !important;
	margin-bottom: 60px !important;
}

/* services */
.home-services {
	background: #f36510;
	padding:60px 0;
}

/* slideshow */
ul.anim-slider {
	list-style-type: none;
	margin: 0;
	padding: 0;	
	position: relative;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

ul.anim-slider li.anim-slide .slideshow-background {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	width:100%;
}

ul.anim-slider li.anim-slide .slideshow-content {
	position: relative !important;
}


ul.anim-slider, ul.anim-slider li.anim-slide .slideshow-background, ul.anim-slider li.anim-slide .slideshow-content {
	min-height: 500px !important;
}

.services-carousel-left {
	position: absolute;
	left:0;
	width:60%;
	padding-right: 30px;
}

.services-carousel-left figure {
	width:100%;
	position: relative;
}

.services-carousel-left figure img {
	width:100%;
	margin:0;
}

.services-carousel-number {
	position: absolute;
	width:65%;
	top:200px;
	right:0;
	left:0;
	border:15px solid #1a1b1c;
	color:#1a1b1c;
	font-size: 200px;
	line-height: 100%;
	font-weight: 900;
	padding:10px;
	margin:0 auto;
	text-align: center;
}

.services-carousel-right {
	position: absolute;
	right:0;
	width:40%;
}


.services-carousel-right .page-title {
	margin-top:0;
	margin-bottom: 15px;
	font-size: 400%;
}

.services-carousel-right .button {
	margin-top:22px;
}

@media (max-width: 992px) {
.services-carousel-number {
	top:150px;
	border:10px solid #1a1b1c;
	color:#1a1b1c;
	font-size: 150px;
}
}

@media (max-width: 768px) {
ul.anim-slider, ul.anim-slider li.anim-slide .slideshow-background, ul.anim-slider li.anim-slide .slideshow-content {
	min-height: 800px !important;
}
.services-carousel-left {
	position: relative;
	width:100%;
	height:auto;
	padding-right: 0px;
}
.services-carousel-right {
	position: relative;
	width:100%;
}
.services-carousel-number {
	position: relative;
	width:50%;
	top:auto;
	border:10px solid #1a1b1c;
	color:#1a1b1c;
	font-size: 100px;
	margin-top: -60px;
	margin-bottom: 30px;
}
}


/* constructions */
.home-constructions {
	width:100%;
	font-size: 0;
	margin:0;
	text-align: center;
}

/* blog */
.home-blog {
	width:100%;
	margin: 0 auto;
	padding: 45px 0;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url('images/home-blog.jpg');	
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/home-blog.jpg', sizingMethod='scale');
}

.home-blog-box {
	margin:15px 0;
	padding: 0 15px;
}

.home-blog-box-thumb {
	position: relative;
}

.home-blog-box-thumb img {
	margin:0;
	width:100%;
}

.home-blog-cat {
	position: absolute;
	top:0;
	right:0;
	background: #f36510;
	padding:8px 12px;
	font-size: 140%;
	font-weight: 700;
	color:#000;
}

.home-blog-cat a {
	color:#000;
}

.home-blog-content {
	background: #fff;
	padding:15px 25px;
	border-top:10px solid #f36510;
}

.home-blog-box-date {
	font-size: 140%;
	font-weight: 600;
}

.home-blog-box-title {
	font-size: 240%;
	font-weight: 900;
	text-transform: uppercase;
	margin:15px 0;
}

.home-blog-button {
	float: right;
	background: #f36510;	
	border-color:#f36510;
	margin:45px 15px 15px 0;
}

.home-blog-button:hover {
	background: transparent;
	border-color:#f36510;
	color:#f36510;
}

/* partners */
.home-partners {
	background: #1a1b1c;
	padding:60px 0;
}

#partners-carousel {
	margin-top: 60px;
}


.owl-pagination {
	margin-top: 45px;
}

.pagination {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    padding: 10px 0;
}

.pagination a, .pagination span:not(.m-left-auto) {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 10px;
    width: 45px;
    height: 45px;
    text-align: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #300c42;
}

.pagination .current {
    background: #eb512e;
    color: #FFF !important;
}


/* Company *************************************************/
.company-content-wrapper {
	position: relative;
	overflow: hidden;
	margin-bottom:-60px;
}

.company-text1 {
	font-size: 160%;
	font-weight: 700;
	margin:10px 0 20px 0;
}

.company-text2 {
	padding-right: 60px;
}

.company-image {
	position: relative;
	z-index: -1;
	width:1045px;
	height:auto;
	min-height: 596px;
	margin: 0 0 0 -100px;
	padding: 0;
	background-repeat: no-repeat;
	background-position: left top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url('images/company-image.jpg');	
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/company-image.jpg', sizingMethod='scale');
}

@media (max-width: 992px) {
.company-image {
	width:992px;
	min-height: 800px;
	margin: 30px 0 0 -100px;
	padding: 0;
	background-image: url('images/company-image-mobile.jpg');	
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/company-image-mobile.jpg', sizingMethod='scale');
}
.company-text2 {
	padding-right: 0;
}
}

@media (max-width: 768px) {
.company-image {
	width:110%;
	min-height: 600px;
	margin: 30px 0 0 -15px;
}
}

@media (max-width: 480px) {
.company-image {
	width:120%;
	min-height: 400px;
	margin: 30px 0 0 -15px;
}
}

/* Faq *************************************************/
.faq-box {
	position: relative;
	border:3px solid #bababa;
	padding:20px;
	margin:30px 0;
}

.trigger-faq {	
	padding-right: 50px;
	cursor: pointer;
}

.faq-title {
	position: relative;
	font-size: 140%;
	font-weight: 900;
	margin:0;
}

.faq-title-icon {
	position: absolute;
	top:15px;
	right:15px;
	border-left:3px solid #bababa;
	width:40px;
	height:22px;
	padding-left: 8px;
}

.faq-title-icon:before {
	display: block;
	content:'+';
	color:#f36510;
	width:22px;
	height:22px;
	background: #fff;
	font-size: 30px;
	line-height: 25px;
	text-align: center;
}

.trigger-faq.open .faq-title-icon:before {
	content:'-';
	color:#fff;
	background:#f36510;
	line-height: 20px;
}

.content-faq {
	padding-top: 15px;
	border-top:3px solid #bababa;
	margin-top:15px;
}

/* Construction *************************************************/
.construction-box-container {
	width:100%;
	font-size: 0;
	margin:60px 0 -60px 0;
}

.construction-box-wrapper-box {
	display: inline-block;
	vertical-align: middle;
	width:16.66666%;	
}

.construction-box {
	position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 500ms ;
    -moz-transition: all 500ms ;
    -ms-transition: all 500ms ;
    -o-transition: all 500ms ;
    transition: all 500ms ;
}

.construction-box-wrapper-box:hover .construction-box {
	transform: rotateY( 180deg );
}

@media (max-width: 1200px) {
.construction-box-wrapper-box {
	width:20%;
}
}
@media (max-width: 992px) {
.construction-box-wrapper-box {
	width:25%;
}
}
@media (max-width: 768px) {
.construction-box-wrapper-box {
	width:33.33%;
}
}
@media (max-width: 480px) {
.construction-box-wrapper-box {
	width:50%;
}
}

.construction-box-thumb img {
	margin:0;
	width:100%;
}

.construction-box-content {
	position: absolute;
	z-index: 2;
    top: 50%;
    left:0;
    right:0;
    margin:auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    font-size: 10px;
}

.construction-box-wrapper-box:hover .construction-box-content {
	-webkit-transform: rotateY( 180deg ) translateY(-50%);
    -ms-transform: rotateY( 180deg ) translateY(-50%);
    transform: rotateY( 180deg ) translateY(-50%);
}

.construction-box-title {
	font-size: 240%;
	font-weight: 900;
	color:#fff;
	margin:0 0 15px 0;	
}

.construction-box-link {
	display: inline-block;
	font-size: 150%;	
	font-weight: 700;
	color:#fff;
	line-height: 125%;
	border-bottom:2px solid #fff;
}

.construction-box-wrapper-box:hover .construction-box-link {
	color:#f36510;
	border-bottom:2px solid #f36510;
}

/* single */
.construction-box-link.single-construction {
	font-size: 50px;	
	font-weight: 600;
	line-height: 100%;
	border:none;
}

.construction-box:hover .construction-box-link.single-construction {
	color:#f36510;
	border:none;
}

.construction-info-list {
	list-style: none;
	margin:0;
}

.construction-info-list li {
	margin:10px 0;
	font-size: 200%;
	font-weight: 900;
	color:#ebb024;
}

.construction-info-list li .icon {
	display: inline-block;
	width:50px;
	height:50px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	background: #ebb024;
	color:#fff;
	font-size: 30px;
	text-align: center;
	margin:0 15px 0 0;
}

.construction-info-list li span {
	font-size: 90%;
	font-weight: 600;
	color:#000;
	text-transform: uppercase;
}

@media (max-width: 768px) {
.construction-info-list li {
	margin:10px 0;
	font-size: 160%;
}

.construction-info-list li .icon {
	width:30px;
	height:30px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	font-size: 17px;
	margin:0 10px 0 0;
}
}


/* Services *************************************************/
.services-box-wrapper {
	margin-top:60px;
}

.services-box {
	position: relative;
	z-index: 1;
	margin: 30px 0;
}

.services-box-thumb img {
	margin:0;
	width:100%;
}

.services-box-container {
	position: relative;
	z-index: 2;
	padding:0 15px;
	margin-top:-30px;
}

.services-box-container p {
	font-size:140%;
}

.services-box-square {
	width:60px;
	height:60px;
	border:8px solid #f36510;
}

.services-box-title {
	font-size: 200%;
	font-weight: 900;
	color:#000;
	margin:25px 0 5px 0;
}

.services-box-title-border {
	width:25px;
	height:3px;
	background: #f36510;
	margin: 0 0 15px 0;
}

.services-box .services-box-button {
	font-size: 34px;
	font-weight: 600;
	color:#000;
	-webkit-transition: all 150ms ;
    -moz-transition: all 150ms ;
    -ms-transition: all 150ms ;
    -o-transition: all 150ms ;
    transition: all 150ms ;
}

.services-box .services-box-button span {
	position: relative;
	display: inline-block;
	top:-6px;
	margin-left: 10px;
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	opacity:0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

.services-box:hover .services-box-button {	
	color:#f36510;
}

.services-box:hover .services-box-button span {
	opacity:1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}

/* single */
.services-thumb {
	margin-top:60px;
}

.services-thumb img {
	margin:0;
	width:100%;
}

.services-share {
	position: relative;
	float:left;
	width:50%;
	margin:15px 0;
	list-style: none;
}
@media (max-width: 992px) {
.services-share {
	float:none;
	width:100%;
}
}

.services-share li {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	font-size: 150%;
	font-weight: 900;
	color:#000;
	margin:5px;
}

.services-share li.icon {
	width:32px;
	height:32px;
	background: #000;
	font-size: 17px;
	text-align: center;
	color:#fff;
	-webkit-transition: all 150ms ;
    -moz-transition: all 150ms ;
    -ms-transition: all 150ms ;
    -o-transition: all 150ms ;
    transition: all 150ms ;
    padding:2px;
    -webkit-border-radius: 16px;
	border-radius: 16px;
}

.services-share li.icon:hover {
	background: #f36510;
	color:#000;
}

.services-title {
	font-size: 450%;
	font-weight: 900;
	color:#000;
	margin:15px 0;
}

.services-title-border {
	width:60px;
	height:8px;
	background:#f36510;
	margin-bottom:30px;
}

/* aside */
.services-sidebar ul {
	margin:60px 0 0 0;
	list-style: none;
}

.services-sidebar ul li {
	margin:8px 0;
	background: #f4f4f4;
	font-size: 45px;
	line-height: 40px;
	font-weight: 600;
	color:#000;
	padding:7px 15px 0 15px;
	-webkit-transition: all 150ms ;
    -moz-transition: all 150ms ;
    -ms-transition: all 150ms ;
    -o-transition: all 150ms ;
    transition: all 150ms ;
}

.services-sidebar ul li span {
	position: relative;
	top:-8px;
	margin-left:5px;
	font-size: 19px;
	font-weight: 900;
}

.services-sidebar ul li.active, .services-sidebar ul li:hover {
	background: #f36510;
	color:#fff;
}


/* Blog *************************************************/
.blog-box-wrapper {
	margin-top:60px;
}

.blog-box {
	margin:0 0 45px 0;
}

.blog-box-thumb {
	position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.blog-box-thumb img {
	margin:0;
	width:100%;
}

.blog-box-overlay {
	opacity:0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
	position: absolute;
	width:100%;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-color: rgba(243, 101, 16, 0.6);
	text-align: center;
	-webkit-transition: all 150ms ;
    -moz-transition: all 150ms ;
    -ms-transition: all 150ms ;
    -o-transition: all 150ms ;
    transition: all 150ms ;
}

.blog-box:hover .blog-box-overlay {
	opacity:1;
    -moz-opacity:1;
    filter: alpha(opacity=100);
}

.blog-box-overlay-content {
	position: absolute;
	display: inline-block;
    top: 50%;
    left:0;
    right:0;
    margin:auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog-box-title {
	font-size: 150%;
	font-weight: 400;
	color:#1a1b1c;
	line-height: 150%;
	margin:15px 0 0 0;
}

.blog-box-date {
	font-size: 110%;
	font-weight: 600;
	color:#f36510;
	margin: 0 0 10px 0;
}

/* single */

.blog-title {
	font-size: 400%;
	font-weight: 600;
	color:#f36510;
	margin:0;
}

.blog-date {
	font-size: 170%;
	font-weight: 700;
	margin-top: 10px;
}

.blog-title-border {
	position: relative;
	vertical-align: middle;
	display: inline-block;
	width:60px;
	height: 8px;
	background: #f36510;
	margin-right: 15px;
}

.blog-thumb {
	margin:30px 0;
}

.blog-thumb img {
	margin:0;
	width:100%;
}

.blog-taxonomy {
	font-size: 140%;
	font-weight: 600;
	margin: 10px 0
}

.blog-taxonomy span {
	font-weight: 900;
}

.blog-taxonomy a {
	color:#000;
	font-weight: 600;
	-webkit-transition: all 150ms ;
    -moz-transition: all 150ms ;
    -ms-transition: all 150ms ;
    -o-transition: all 150ms ;
    transition: all 150ms ;
}

.blog-taxonomy a:hover {
	color:#f36510;
}

.blog-meta-left {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	width:30%;
}

.blog-meta-left a {
	font-size: 160%;
	font-weight: 900;
	color:#f36510;
	text-transform: uppercase;
	border-bottom:2px solid #f36510;
	padding-bottom: 3px;
	-webkit-transition: all 150ms ;
    -moz-transition: all 150ms ;
    -ms-transition: all 150ms ;
    -o-transition: all 150ms ;
    transition: all 150ms ;
}

.blog-meta-left a:hover {
	opacity:0.65;
    -moz-opacity: 0.65;
    filter: alpha(opacity=65);
}

.blog-meta-right {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	width:68%;
	text-align: right;
}

.blog-meta-right ul {
	width:100%;
	text-align: right;
}

@media (max-width: 768px) {
.blog-meta-left {
	width:100%;
}
.blog-meta-right {
	width:100%;
	text-align: left;
}
.blog-meta-right ul {
	text-align: left;
}
}

.blog-related {
	margin: 30px 0;
}

.blog-related-title {
	font-size: 200%;
	font-weight: 900;
	color:#000;
	margin:0 0 30px 0;
}


/* archive */
.archive-page-title {
	font-size: 200%;
    font-weight: 900;
    margin: 0 0 30px 0;
    color:#f36510;
}


/* aside */
.blog-sidebar-box {
	margin-bottom: 60px;
}

.blog-sidebar-title {
	font-size: 200%;
	font-weight: 700;
	margin:0 0 30px 0;
}

.blog-sidebar-box ul {
	margin:0;
	list-style: none;
}

.blog-sidebar-box ul li {
	margin:0;
	list-style: none;
	font-size: 14px;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
	color:#555555;
	margin:5px 0;
}

.blog-sidebar-box ul li:hover, .blog-sidebar-box ul li.active {
	color:#f36510;
}

.blog-sidebar-post {
	margin:15px 0;
	font-size: 0;
}

.blog-sidebar-post:hover .blog-box-title {
	font-weight: 700;
}

.blog-sidebar-post .thumb {
	position: relative;
	display: inline-block; 
	vertical-align: middle;
	width:25%;
}

.blog-sidebar-post .thumb img {
	margin:0;
	width:100%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.blog-sidebar-post .content {
	position: relative;
	display: inline-block; 
	vertical-align: middle;
	width:75%;
	padding-left: 15px;
	font-size: 10px;
}

.blog-sidebar-submit {
	width:100%;
	margin:15px 0;
}

/* Contact *************************************************/
.contact-box {
	margin:30px 0;
	font-size: 0;
}

.contact-box .icon, .contact-box .separator, .contact-box .content {
	position: relative;
	vertical-align: middle;
	display: inline-block;	
}

.contact-box .icon {
	width:20%;
	color:#f36510;
	font-size: 55px;
}

.contact-box .separator {
	top:-5px;
	width:1%;
	height:27px;
	border-left:3px solid #000;
}

.contact-box .content {
	width:79%;
	font-size: 10px;
	padding-left: 15px;
}

.contact-box .content .title {
	font-size: 140%;
	font-weight:700;
	margin:0 0 10px 0;
}

.contact-box .content p {
	font-size: 140%;
	font-weight:600;
}

.contact-input {
	width:100%;
	height:35px;
	border:none;
	border-bottom:2px solid #bababa;
	padding:5px 0;
	margin:15px 0;
	color:#000;
	font-size: 14px;
	font-weight: 600;
}

.contact-input:focus, .contact-input:active {
	outline: none;
	border:none;
	border-bottom:2px solid #f36510;
}

.contact-select {
	width:100%;
	height:35px;
	border:2px solid #bababa;
	padding:5px 0;
	margin:15px 0;
	color: #a5a5a5;
	font-size: 14px;
	font-weight: 600;
}

.contact-file-container {
	position: relative;
	width:100%;
	height:35px;
	border:none;
	border-bottom:2px solid #bababa;
	padding:5px 0;
	margin:15px 0;
	color: #a5a5a5;
	font-size: 14px;
	font-weight: 600;
}

.contact-file {
	position: relative;
	z-index: 2;
	width:100%;
	height:35px;
	opacity:0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
	padding:10px 0;
	cursor: pointer;
	font-size:0;
}

.contact-file-label {
	position: absolute;	
	z-index: 1;
	top:0;
	left:0;
	padding:5px 0;
	width:100%;
	height:35px;
	color: #a5a5a5;
	font-size: 14px;
	font-weight: 600;
    cursor: pointer;
}

.contact-file-value {
	position: relative;
	width:100%;
	text-align: left;
	font-size: 12px;
	color: #000;
}

.contact-submit {
	float: right;
}

.contact-form-warning {
	font-size: 130%;
	color: #a5a5a5;
	text-align: right;
	margin:10px 0;
}

::-webkit-input-placeholder {
	color: #a5a5a5;
}    
:-moz-placeholder { /* Firefox 18- */
	color: #a5a5a5;  
}    
::-moz-placeholder {  /* Firefox 19+ */
	color: #a5a5a5;
}    
:-ms-input-placeholder {  
	color: #a5a5a5; 
}

.google-maps {
    position: relative;
    padding-bottom: 35%;
    height: 0;
    overflow: hidden;
    margin-top:45px;
}

#map {
	position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

@media (max-width: 1200px) {
.google-maps {
    padding-bottom: 40%;
}
}
@media (max-width: 992px) {
.google-maps {
    padding-bottom: 50%;
}
}
@media (max-width: 768px) {
.google-maps {
    padding-bottom: 60%;
}
}
@media (max-width: 600px) {
.google-maps {
    padding-bottom: 80%;
}
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}




/* Addons *************************************************/
.paginations {
    text-align: left;
}
.wp-pagenavi {
    margin:30px auto;
    display: inline-block;
}
.wp-pagenavi span.pages {
    color:#000;    
    font-size: 150%;
    font-weight: 600;
    text-transform: uppercase;
    border:none;    
}
.wp-pagenavi span.current {
    color:#f36510;
    font-size: 150%;
    font-weight: 600;
    border:none;
}
.wp-pagenavi a.page.larger, .wp-pagenavi a.page.smaller, .wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink, .wp-pagenavi a.first, .wp-pagenavi a.last, .wp-pagenavi .extend {
    color:#000;
    font-size: 150%;
    font-weight: 600;
    border:none;
}


/* 
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel{
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
    
.owl-carousel .owl-item{
    float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url('images/grabbing.png') 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/*
*   Owl Carousel Owl Demo Theme 
*   v1.3.3
*/
.owl-theme .owl-controls{
    margin-top: 10px;
    text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page{
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers{
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
    min-height: 150px;
    background: url('images/AjaxLoader.gif') no-repeat center center
}




/* cf7 */
.wpcf7-response-output.wpcf7-mail-sent-ok {
  border:none !important; 
  width:auto;
  padding:15px !important;
  text-align: center;
  background:#8cb84a; 
  color:#fff;
  font-size: 12px;
}

.wpcf7-response-output.wpcf7-validation-errors {
  border:none !important; 
  width:auto;
  padding:15px !important;
  text-align: center;
  background:#ff0000;
  color:#fff;
  font-size: 12px;
}

.ajax-loader {
  display: block !important;
  text-align: center !important;
  margin:0 auto !important;
}

.wpcf7-not-valid {
  border:1px solid #ff0000;
}

span.wpcf7-not-valid-tip {
  float:right;
  margin-top:-40px;
  margin-right: 10px;
  z-index: 100;
  position: relative;
}
