@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    background: #ffffff;
    height: 100%;
}

.site {
    background: #FFFFFF;
    position: relative;
}

body, button, input, select, textarea {
    font-family: "PT Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.7;
    color: #777777;
}

pre,
code,
input,
textarea {
    font: inherit;
}

::-moz-selection {
    background: #000000;
    color: #FFFFFF;
}

::selection {
    background: #000000;
    color: #FFFFFF;
}

body.admin-bar {padding-top: 32px;}

h1,h2,h3,h4,h5,h6,
#calendar_wrap caption {
    color: #333333;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: 1;
    letter-spacing: -0.2px;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,
#calendar_wrap caption a {color: #333333;}

div.page-title h2,
h2.page-title {
    position: relative;
    font-weight: 700;
    padding-bottom: 10px;
}
div.page-title h2:after,
h2.page-title:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0; left: 0;
    width: 50px;
    height: 2px;
    background-color: #fab702;
}

div.page-title.page-title--right h2,
h2.page-title.page-title--right {
    text-align: right;
}
div.page-title.page-title--right h2:after,
h2.page-title.page-title--right:after {
    left: auto;
    right: 0;
}

div.page-title.page-title--center h2,
h2.page-title.page-title--center {
    text-align: center;
}
div.page-title.page-title--center h2:after,
h2.page-title.page-title--center:after {
    left: 50%;
    margin-left: -25px;
}

h2.widgettitle {font-size: 24px;}

h1 {
    line-height: 1.3;
    font-size: 30px;
}
@media screen and (min-width: 790px) {
    h1 {
        font-size: 35px;
    }
}
h1 span {
    font-weight: bold;
}

h2 {
    line-height: 1.2;
    font-size: 23px;
}
@media screen and (min-width: 790px) {
    h2 {
        font-size: 26px;
    }
}

h3, #calendar_wrap caption {
    font-size: 20px;
}

h4 {
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 12px;
}

h5 {
    text-transform: uppercase;
    font-size: 15px;
}

h6 {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 13px;
}

a {
    text-decoration: none;
}
a:focus,
a:active,
a:hover {
    color: #fab702;
    text-decoration: none;
}


.btn {border-radius: 0;margin-bottom: 3px !important;}

.btn-bold {border-width: 2px;font-weight: bold;}

.btn.btn-transparent:hover {color: #ffffff !important;}
.bg-theme .btn.btn-transparent {
    border-color: #ffffff !important;
    color: #ffffff;
}
.btn-light-dark:hover, .btn.btn-light-dark:hover {
    background-color: #565656!important;
}

.btn:hover {background-color: #333333;color: #ffffff}

.background-yellow .btn.btn-transparent {
    border-color: #333333;
    color: #333333;
}

.background-yellow .btn.btn-transparent:hover {
    background-color: #333333;
    border-color: #333333;
    color: #ffffff;
}
.tp-caption .btn,
.btn {
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.btn-transparent {border-width: 2px;}
.btn-additional,
.btn.btn-additional {
    background-color: #333333;
}
/*** Common elements ***/
.hide-header header {display:none;}
.background-gray {background: #e1e1e1 url('../images/background-gray.png') ;}
.background-yellow {background: transparent url('../images/yellow-bg.png');}

.wpb_row.container {margin: 0 auto;}

.text-center {text-align: center;}

.no-container {
    width: auto;
    padding: 0;
}

.contents .container .container {width: 100%;}
/*** Top bar ***/
.top-strip {
    background-color: #333333;
    color: #ffffff;
	font-size:12px;
}
.top-strip a:hover {color: #ffffff;}

.top-strip-home {
    position: absolute;
    left: 0;top: 0;
    z-index: 30;
}
.top-strip li {
	line-height:35px;
}
.top-strip .pull-left li [class^="fa-"] {
    color: #554c60;
    font-size:18px;
    position:relative;
    top:4px;
}
.top-strip ul {
	margin-bottom:0;
}
.top-strip .pull-left ul li:first-child {
	padding-left:0;
}
.top-strip .fa-envelope-o:before {
	font-size:12px;
}
.top-strip .social-links > li {
}
.top-strip .social-links > li:first-child {
}
.user-links li:first-child {
	border-left:1px solid #d5d5d5;
}
.user-links li {
	border-right:1px solid #d5d5d5;
}
.user-links .fa-user-outline:before, .top-strip .fa-envelope-o:before {
	position:relative;
	top:-1px;
}
/*** Social links ***/
ul.social-links {
	margin:0;
	padding:0;
	float:left;
}
.social-links > li {
	display:inline-block;
	float:left;
	position:relative;
}
.social-links li a, .social-links li a span {
    display:block;
    font-size:14px;
    height:35px;
    line-height:35px;
    text-align:center;
    width:35px;
}
.social-links li a:before, .social-links li a span:before {
	margin-right:0;
}
.social-links a:hover, .team-box .social-links a:hover {
	/*color:#eeeeee;*/
}
.social-links > li {
	line-height:35px;
}
.social-links > li > a {
    /*color: #ffffff;*/
	width:35px;
	height:35px;
	position:relative;
	display:inline-block;
	padding:0;
	background-color:transparent;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.social-links li a span {
	display: none;
}
.ie-lt-10 .social-links li a span {
	display:none;
}
.social-links li a.fa-facebook:hover {
	color:#709bd6;
}
.social-links li a.fa-twitter:hover {
	color:#69ecea;
}
.social-links li a.fa-linkedin:hover {
	color:#0077b5;
}
.social-links li a.fa-dribbble:hover {
	color:#ef8ff0;
}
.social-links li a.fa-social-vimeo:hover,
.social-links li a.fa-vimeo-square:hover {
	color:#589fc4;
}
.social-links li a.fa-google-plus:hover span {
	color:#e66b45;
}

/*** Logo bar ***/
.headerWrapper {
    position: absolute;
    top:0;
    z-index: 300;
    width: 100%;
}
.admin-bar .headerWrapper {
    top: 32px !important;
}
.sticky-wrapper {height: auto !important;}
.sticky-wrapper .logo-bar, .sticky-wrapper .bottom-strip {
    width: 100%;
    z-index: 130;
}
.is-sticky .logo-bar, .is-sticky .bottom-strip {
    top: 0;
}
.admin-bar .is-sticky .logo-bar, .admin-bar .is-sticky .bottom-strip {
    top: 32px !important;
}
.logo-bar {
    padding:0;
}
.headerWrapper .logo-bar,
.headerWrapper .logo-bar.style3,
.headerWrapper .bottom-strip.style3,
.headerWrapper .logo-bar.style4,
.headerWrapper .bottom-strip.style4 {
    /* background-color: transparent !important */;
}
.headerWrapper .bottom-strip.style3 .main-nav {
    text-align: center;
}
.headerWrapper .bottom-strip.style3 .main-nav .menu {
    display: inline-block;
}
.headerWrapper .bottom-strip.style4 .container {
    border-top: 1px solid rgba(0,0,0,0.2);
}
.headerWrapper .bottom-strip.style3 .main-nav .menu li,
.headerWrapper .bottom-strip.style4 .main-nav .menu li {
    text-align: left;
}
.logo {
	float:left;
    margin-top: 7px;
}
.style3 .logo {
    margin-top: 2px;
}
.style4 .logo {
    float:none;
}
.logo > a {
	display: inline-block;
    margin-bottom: 0px;
    margin-top: 0px;
}
/*** 3d transition on logo ***/
.logo-bar .logo {
	padding-bottom:0;
	-webkit-perspective: 500px;
	-moz-perspective: 500px;
	perspective: 500px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.is-sticky .logo-bar .logo {
}
.logo-bar .logo > a {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.logo-bar .logo:hover > a {/**/}
.header-info-block {
    padding-left: 1em;
    padding-top: 2px;
    padding-bottom: 2px;
}
.header-info-block .header-info-text {
    display: inline-block;
    padding-top: 0.4em;
    font-size: 0.875em;
    color: #fff;
    font-weight: 100;
}
.header-info-block .header-info-text strong {
    font-weight: 600;
}
/**** Main Navigation 
----------------------------------------- ***/
.main-nav .menu,.main-nav .menu ul {
	margin:0;
	padding:0;
	list-style:none;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.2px;
}
.main-nav .menu li {
	line-height:72px;
	position:relative;
}
.main-nav .menu > li {
	display:inline-block;
}
.main-nav .menu li a {
    color: #999999;
	line-height:72px;
}
.main-nav .menu li.active a,
.main-nav .menu li a:active,
.main-nav .menu li a:focus,
.main-nav .menu li a:hover {color: #fff;}

.headerWrapper .sticky-wrapper:not(.is-sticky) .main-nav .menu > li > a {color: #ffffff; opacity: 0.8;}
.headerWrapper .sticky-wrapper:not(.is-sticky) .main-nav .menu > li.active > a,
.headerWrapper .sticky-wrapper:not(.is-sticky) .main-nav .menu > li > a:active,
.headerWrapper .sticky-wrapper:not(.is-sticky) .main-nav .menu > li > a:focus,
.headerWrapper .sticky-wrapper:not(.is-sticky) .main-nav .menu > li > a:hover {opacity: 1;}

.main-nav .menu > li + li {
    padding-left: 2px;
}
.main-nav .menu > li + li:before {/**/}
.main-nav .menu > li > a {
	padding: 0 16px;
	display:inline-block;
	position:relative;
}
.is-sticky .main-nav .menu > li > a {}
.main-nav .menu > li > a:after, .main-nav .menu > li.current-menu-item > a:after {/**/ }
.main-nav .menu > li:hover > a:after, .main-nav .menu > li.current-menu-item > a:after {/**/}
.main-nav .menu li ul {
	min-width:180px;
	width:230px;
	padding:0;
	background:#ffffff;
    color: #999999;
	z-index:2000;
	display:block;
	visibility:hidden;
	opacity:0;
	filter:alpha(opacity=0);
	position:absolute;
	left:0;
	top:72px;
	transform:translate(0px, 40px);
	-moz-transform:translate(0px, 40px);
	-webkit-transform:translate(0px, 40px);
	transition:visibility 0.2s ease 0.32s, opacity 0.3s ease-in-out 0.1s, transform 0.3s ease-in-out 0.1s;
	-moz-transition:visibility 0.2s ease 0.32s, opacity 0.3s ease-in-out 0.1s, -moz-transform 0.3s ease-in-out 0.1s;
	-webkit-transition:visibility 0.2s ease 0.32s, opacity 0.3s ease-in-out 0.1s, -webkit-transform 0.3s ease-in-out 0.1s;
    -webkit-box-shadow: 0 9px 14px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 9px 14px rgba(0, 0, 0, 0.1);
    box-shadow: 0 9px 14px rgba(0, 0, 0, 0.1);
}
.main-nav .menu li:hover > ul {
	overflow:visible;
	opacity:1;
	filter:alpha(opacity=100);
	visibility:visible;
	transform:translate(0px, 0px);
	-moz-transform:translate(0px, 0px);
	-webkit-transform:translate(0px, 0px);
}
.main-nav .menu li li ul {
	left:100%;
	top:0;
	margin-top:-2px;
	transform:translate(-40px, 0px);
	-moz-transform:translate(-40px, 0px);
	-webkit-transform:translate(-40px, 0px);
}
.main-nav .menu li li:hover > ul {
	transform:translate(0px, 0px);
	-moz-transform:translate(0px, 0px);
	-webkit-transform:translate(0px, 0px);
}
.main-nav .menu li li:first-child {/**/}
.main-nav .menu li li a {
    display:block;
    font-size:14px;
    line-height: 20px;
    padding:10px 20px;
    position:relative;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    color: #999999;
}
.main-nav .menu li li+li a {/**/}
.menu-bar li li:hover > a {

}
.main-nav .menu li li a:after {
	width:100%;
	height:100%;
	padding:3px 20px;
	font-size:13px;
	display:block;
	cursor:pointer;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: rotateX(-89deg);
	-moz-transform: rotateX(-89deg);
	transform: rotateX(-89deg);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
}
.ie-lt-10 .menu li li a:after {
	display:none;	
}
.main-nav .menu li li a:hover {
	color:#ffffff;
    background-color: #fab702;
}

@media (max-width: 1024px) {
    .main-nav .menu li li a:hover {
        color:#ffffff;
        background-color: inherit;
    }
}

.style4 .main-nav {
    display: inline-block;
}

.logo-bar.style1 {}
.logo-bar.style2 {
    background-color: #ffffff !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.logo-bar.style2 .main-nav .menu > li > a {
    color: #999999;

}
.logo-bar.style2 .main-nav .menu > li > a:hover {
    color: #fab702;
}

/*** Main navigation in tabletes
-------------------------------------------- ***/
.nav-button {
	width:40px;
	height:40px;
	display:none;
	background-color:#272727;
	cursor:pointer;
	z-index:100;
	margin-bottom: 3px;
	margin-top: 7px;
    margin-left: 10px;
	transform:translateX(0px);
	-moz-transform:translateX(0px);
	-webkit-transform:translateX(0px);
	transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-webkit-transition:all 0.4s ease-in-out;
}
.is-sticky .nav-button {top: 10px;}
.nav-button.open {
	transform:translateX(-300px);
	-moz-transform:translateX(-300px);
	-webkit-transform:translateX(-300px);
}
.nav-button:before, .nav-button:after {
	width:20px;
	height:1px;
	display:block;
	content:'';
	background-color:#565656;
	position:absolute;
	top:16px;
	left:10px;
	transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
}
.nav-button:after {
	top:20px;
	box-shadow:0 5px 0 #3e3e3e;
	-mozbox-shadow:0 5px 0 #3e3e3e;
	-webkit-box-shadow:0 5px 0 #3e3e3e;
}
.nav-button.open:before, .nav-button.open:after {
	top:20px;
}
.nav-button.open:after {
	box-shadow:0 0 0 #3e3e3e;
	-mozbox-shadow:0 0 0 #3e3e3e;
	-webkit-box-shadow:0 0 0 #3e3e3e;
}
.nav-overlay-cover, body, html, .pageWrapper {
	height:100%;
}
.nav-overlay-cover {
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, 0.4);
	overflow:hidden;
	visibility:hidden;
	opacity:0;
	filter:alpha(opacity=0);
	position:fixed;
	left:0;
	top:0;
	z-index:2;
	transition:all 0.4s ease-in;
	-moz-transition:all 0.4s ease-in;
	-webkit-transition:all 0.4s ease-in;
}
.nav-overlay-cover.open {
	visibility:hidden;
	opacity:0;
	filter:alpha(opacity=0);
}
.main-nav.nav-tablet {
	width:300px;
	height:100%;
	padding:40px 20px 20px 20px;
	background:#272727;
	display:none;
	overflow-x:hidden;
	overflow-y:auto;
	z-index:2000;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	transform:translateX(0px);
	-moz-transform:translateX(0px);
	-webkit-transform:translateX(0px);
	position:fixed;
	top:0;
	right:-300px;
	transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-webkit-transition:all 0.4s ease-in-out;
}
.main-nav.nav-tablet.open {
	transform:translateX(-300px);
	-moz-transform:translateX(-300px);
	-webkit-transform:translateX(-300px);
}
.main-nav.nav-tablet .menu > li,
.main-nav.nav-tablet .menu > li a {
    line-height: 40px;
}
.main-nav.nav-tablet .menu > li + li:after,
.main-nav.nav-tablet .menu > li + li:before {content: none;}
.main-nav.nav-tablet .menu > li, .main-nav.nav-tablet .menu li li {
	display:block;
	box-shadow:0 1px 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow:0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, 0.1);
}
.main-nav.nav-tablet .menu > li:hover > a:after, .main-nav.nav-tablet .menu > li.current-menu-item > a:after {
	display:none;
}
.main-nav.nav-tablet .menu > li > a, .main-nav.nav-tablet .menu li li a {
	display:block;
	padding:0;
}
.main-nav.nav-tablet .menu li li a:hover {/**/}
.main-nav.nav-tablet .menu li li a:after {
	padding:0;
	background-color:transparent;
}
.main-nav.nav-tablet .menu li ul {
	width:auto;
	min-width: 0;
	opacity:1;
	display:none;
	background:none;
	visibility:visible;
	filter:alpha(opacity=100);
	border-top-style:none;
	border-top-width:0;
	position:static;
	left:0;
	top:0;
	transform:translate(0px, 0px);
	-moz-transform:translate(0px, 0px);
	-webkit-transform:translate(0px, 0px);
	box-shadow:0 -1px 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow:0 -1px 0 rgba(255, 255, 255, 0.1);
	-webkit-box-shadow:0 -1px 0 rgba(255, 255, 255, 0.1);
}
.main-nav.nav-tablet .menu li li ul {
	margin-top:0;
}
.main-nav.nav-tablet .menu li li {
	border-bottom:0;
    padding-left: 20px;
}
.main-nav.nav-tablet .menu li.has-ul > a {
	position:relative;
}
.main-nav.nav-tablet .menu li.has-ul > a:after {
	width:0;
	height:0;
	margin-top:-2.5px;
	content:'';
	display:inline-block;
	border-top:4px solid #3e3e3e;
	border-left:4px solid transparent;
	border-right:4px solid transparent;
	background-color:transparent;
	position:absolute;
	top:50%;
	right:15px;
}
/*** parallax image ***/
.parallax-section {
	color:#ffffff;
    background-color: #333333;
    background-position:center center;
    background-attachment:fixed;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    padding:130px 0;
    overflow: hidden;
}
.is-safari .parallax-section {background-attachment: scroll !important;}
.parallax-section .container {width: 95%;}
.parallax-section *, .parallax-section h4.stat-dig {
	color:#ffffff;
}
.parallax-section .fa-play-circle:hover {color: #ffffff}
.parallax-section h1, .parallax-section p {
	margin-bottom:30px;
}
.parallax-section h2 {
	margin-bottom:60px;
}
.parallax-section .center .btn {
	margin:0 17px;
}
.parallax-section [class^="fa-"] {
 opacity:0.6;
 filter:alpha(opacity=60);
}
.section {padding: 60px 0;}
.section + .section {padding-top: 0;}
.heading + article > .section {padding-top: 0;}

.section .section {padding-top: 0;}

.endless-1 .parallax-section {
    padding: 80px 0 0;
}
.endless-1 .parallax-section .container {position: relative;}
.endless-1 .parallax-section .row > div:first-child {
    height: 100px;
}
.endless-1 .parallax-section .display {
    margin: 0 auto;
    position: absolute;
    left: 0;right: 0; bottom: 0;

}
.endless-1 .btn {margin-bottom: 40px;}
.endless-1 h1 {font-size: 26px;}
/*** stats block ***/
.info-blocks {
	width:100%;
	display:block;
	position:relative;
	z-index:15;
}
.info-block {
	width:25%;
	display:block;
	text-align:center;
	padding:15px 20px;
    float: left;
}
.info-block p {
	margin-bottom:0;
	font-size:16px;
}
.info-block h4, .shortcode-block .info-block h4 {
	margin-bottom:0;
	font-size:20px;
}
.info-block strong {
	font-size:30px;
	display:block;
	margin-bottom:10px;
}
.info-block .iconic {
	margin-bottom:15px;
}
.info-block .btn, .shortcode-block .info-block .btn {
	margin-top:13px;
}
.shortcode-block .info-block .btn:last-child {
	margin-left:0;
	margin-right:0;
}
.shortcode-block h4 {
	margin-bottom:40px;
}
.shortcode-block > h4 {
	margin-top:70px;
}
.align-center {
	text-align:center;
}
.align-left {
	text-align:left;
}
.align-right {
	text-align:right;
}
.heading {
	margin-bottom:50px;
    position: relative;
	text-align:center;
}
.heading:after {
    background-color: #fab702;
    content:'';
    display:block;
    height:2px;
    margin: 0 auto;
    position:absolute;
    bottom:0;left:0; right: 0;
    transition:all 0.4s ease-out;
    -moz-transition:all 0.4s ease-out;
    -webkit-transition:all 0.4s ease-out;
    width:50px;
}
.portfolio-area .heading {border-bottom: 0;}
.portfolio-area .heading:after {content: none;}
.background-gray .heading {border-color: #ffffff;}
.background-gray .heading:after {background-color: #ffffff;}
.heading h2 {
    display:inline-block;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom:0;
    padding:0 0 10px;
	position:relative;
}
.background-gray .heading h2 {border-color: #aaaaaa;}
.background-gray .heading h2:after {background-color: #e1e1e1;}
.parallax-section .heading {
	border-bottom:0;
	text-transform:capitalize;
}
.parallax-section .heading:after {
	background-color:transparent;
    content: none;
}
.iconic {
	margin-bottom:30px;
	text-align:center;
	display:inline-block;
}
.iconic-large, .iconic-xlarge {
	width:130px;
	height:130px;
	line-height:145px;
	margin-bottom:30px;
	text-align:center;
	display:inline-block;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.iconic-large [class^="fa-"]:before, .iconic-xlarge [class^="fa-"]:before {
	line-height:100px;
}
.iconic-xlarge {
	width:155px;
	height:155px;
	line-height:175px;
}
.iconic-theme-o, .fa-white-o {
	border: 3px solid #ffffff;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.iconic-theme-o i {
    background-color: transparent;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.iconic-theme-o:hover i {color: #ffffff;}
.fa-light-o {
	border:2px solid #d5d5d5;
}
 .iconic [class^="fa-"]:before {
 margin:0;
 vertical-align:middle;
}
.iconic-theme-fill, .iconic-additional-fill {
	width:45px;
	height:45px;
	line-height:48px;
	color:#ffffff;
	font-size:20px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.iconic-theme-fill  [class^="fa-"]:before, .iconic-additional-fill [class^="fa-"]:before {
	line-height:45px; 
}
/**** Portfolio section ***/
.portfolio-list ul {
	padding:0;
	margin:0 0 80px 0;
	list-style:none;
}
.portfolio-ul-no-margin .portfolio-list ul {margin: 0 auto;}
.portfolio-list li {
	width:20%;
	float:left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.container .portfolio-list li {
	width:25%;
}
.col-2 .portfolio-box, .col-3 .portfolio-box, .col-4 .portfolio-box {
	margin-bottom:20px;
	overflow:hidden;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}
.portfolio-box figure {
	margin:0;
	overflow:hidden;
	position:relative;
}
.portfolio-box figure img, .portfolio-box figure img a {
	display:block;
}
.portfolio-box figure img {
	width:100%;
	position:relative;
	bottom:0;
	transform:translate(0px, 0px);
	-moz-transform:translate(0px, 0px);
	-webkit-transform:translate(0px, 0px);
	transition:all 0.45s ease;
	-moz-transition:all 0.45s ease;
	-webkit-transition:all 0.45s ease;
}
.portfolio-box figure figcaption, .image-hover figcaption, .image-hovered figcaption {
    background-color: #000000 !important;
    background-color: rgba(0,0,0,0.3) !important;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    color:#ffffff;
    font-size:14px;
    line-height:20px;
    bottom:10%;	left:10%;right: 10%;top:10%;
    opacity: 0;
    filter: alpha(opacity=0);
    padding:20% 20px;
    position:absolute;
    transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}
.portfolio-box:hover figure img {

}
.portfolio-box:hover figure figcaption, .image-hover:hover figcaption, .image-hovered:hover figcaption {
	opacity: 1;
    filter: alpha(opacity=70);
}
.portfolio-box figure figcaption h5, .image-hover figcaption h5, .image-hovered figcaption h5 {
    margin-bottom: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.portfolio-box figure figcaption p a:hover, .image-hover figcaption p a:hover, .image-hovered figcaption p a:hover,
.portfolio-box figure figcaption h5 a:hover, .image-hover figcaption h5 a:hover, .image-hovered figcaption h5 a:hover, .image-caption figcaption a:hover {
	color:#ffffff;
}
.portfolio-box figure figcaption p, .image-hover figcaption p, .image-hovered figcaption p {
	margin-bottom:0;
    text-align: center;
}
.portfolio-box figure figcaption p a, .image-hover figcaption p a, .image-hovered figcaption p a {
    font-size: 12px;
}
.layout-grid .portfolio-detail {
	display:none;
}
/*** portfolio list view ***/
ul.layout-list {
	padding:0 15px;
	margin:auto;
}
[class^="col-"] ul.layout-list {
	padding:0;
}
@media (min-width: 768px) {
ul.layout-list {
 width: 750px;
}

}
@media (min-width: 992px) {
ul.layout-list {
 width: 970px;
 padding-right: 0;
 padding-left: 0;
}
}
@media (min-width: 1200px) {
ul.layout-list {
 width: 1170px;
}
}
.col-2 ul.layout-list .portfolio-box, .col-3 ul.layout-list .portfolio-box, .col-4 ul.layout-list .portfolio-box {
	margin-bottom:0;
}
.portfolio-list ul.layout-list li, .container .portfolio-list ul.layout-list li, .container .portfolio-list.col-2 > ul.layout-list > li, .container .portfolio-list.col-3 > ul.layout-list > li, .container .portfolio-list.col-4 > ul.layout-list > li {
	width:100%;
}
.layout-list > li {
	margin-bottom:30px;
}
ul.layout-list .portfolio-box {
	width:300px;
	float:left;
}
ul.layout-list .portfolio-detail {
	margin-left:300px;
	padding-left:20px;
}
ul.layout-list .portfolio-detail h4 {
	font-size:18px;
	margin-bottom:5px;
}
ul.layout-list .portfolio-detail .portfolio-btm {
	position:relative;
}
ul.layout-list .portfolio-detail .portfolio-btm ul {
	padding-right:200px;
	margin-bottom:0;
}
ul.layout-list .portfolio-detail .portfolio-btm a.btn {
	position:absolute;
	right:0;
	bottom:10px;
}

/*** portfolio with sidebar ***/
.contents ul.layout-list > li:nth-child(even) .portfolio-box {
 float:right;
}
.contents ul.layout-list > li:nth-child(even) .portfolio-detail {
 margin-right:300px;
 padding-left:0;
 padding-right:20px;
 margin-left:0;
}
.contents ul.layout-list, .contents .pagination {
	margin-left:0;
	width:auto;
}
.contents ul.filter-tabs {
	text-align:left;
}
.contents .portfolio-btm ul, .contents .portfolio-btm h4 {
	display:none;
}
ul.layout-grid .portfolio-detail .portfolio-btm a.btn {
	position:static;
	float:right;
}
.contents ul.layout-list .portfolio-detail .portfolio-btm a.btn {
	position:static;
}
/*** portfolio detail page ***/
.detail, .detail > figure, .detail > .share-bar, .contents .mapbox {
	margin-bottom:50px;
}
.detail > .share-bar:last-child {
	margin-bottom:0;
}
.related-projects > h4 {
	margin-bottom:30px;
}
.related-projects, .related-projects > .pagination {
	padding-top:30px;
}
.related-projects > .portfolio-list + .pagination {
	padding-top:0;
}
ul.project-features {
    margin-left: 0;
    margin-bottom: 30px;
    list-style: none;
}
/*** clients area ***/
.testimonial {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #000000;
    padding: 25px;
}
.lbslider-pagination {
    margin-bottom: 10px;
    margin-left: 20px;
    text-align: left;
}
.lbslider-pagination:last-child {margin-top: 16px;}
.lbslider-pagination a {
    height: 9px;
    width: 9px;
}
.testimonial ul, ul.lbslider-slider-ul, ul.bullet-1, ul.bullet-2, footer ul, ul.options {
	margin:0;
	padding:0;
	list-style:none;
}
ul.bullet-1, ul.bullet-2 {
	margin:0 0 30px 0;
}
ul.lbslider-slider-ul > li {
	float:left;
}
.testimonial .thumblist {
    margin-top: 25px;
}
.testimonial .thumblist figure img {
	width:100px;
	height:100px;
	display:block;
	background:#565656;
	overflow:hidden;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.testimonial .thumblist .text h4, .testimonial .thumblist .text p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom:0;
}
.client-logos, .client-logos-full {
	padding-top:25px;
}
.client-logos .client-logo, .client-logos-full .client-logo {
	width:50%;
	padding:25px 0;
	float:left;
	text-align:center;
}
.client-logos-full .client-logo {
	width:25%;
}
.client-logos .client-logo img, .client-logos-full .client-logo img {
	display:inline-block;
}
.client-logos .lbslider-controls, .client-logos-full .lbslider-controls {
	padding-top:5px;
}
.display {
	position:relative;
}
.display p {
	margin-bottom:80px;
}
.image img {
	width:100%;
	display:block;
}
.no-image {
	display:none;	
}
.display img.bottom-right {
	right:-40px;
}
ul.bullet-1 li, ol.bullet-3 li, ul.bullet-3 li {
	margin-top:40px;
	padding-left:70px;
	position:relative;
}
ul.bullet-1 li:before {
    border:2px solid #565656;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    color:#565656;
    content: "\f101";
    display:inline-block;
    font-family: "FontAwesome";
    height:47px;
    line-height:45px;
    position:absolute;
    top:-7px;left:0;
    text-align:center;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width:47px;
}
ul.bullet-1 li:hover:before {color: #ffffff;}
ul.bullet-2 {
	margin-bottom:30px;
}
ul.bullet-2 li,
.widget_categories li,
.widget_recent_entries li,
.widget_nav_menu li {
	padding-left:22px;
	position:relative;
}
ul.bullet-2 li:before,
.widget_categories li:before,
.widget_recent_entries li:before,
.widget_nav_menu li:before {
	width:10px;
	color:#fab702;
	display:inline-block;
	text-align:center;
	font-family: "ico-font";
	content: "9";
	font-size:0.5em;
	position:absolute;
	left:0;
	top:6px;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}

/**/

.sidebar ul li {
    line-height: 30px;
}
.sidebar ul li a {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #777777;
}
.sidebar ul li a:hover {
    color: #fab702;
}

.widget_categories li,
.widget_recent_entries li,
.widget_nav_menu li {
    padding-left:0;
    position:relative;
    line-height: 30px;
}

.widget_categories li:before,
.widget_recent_entries li:before,
.widget_nav_menu li:before {
    display: none;
}

/**/

footer ul.bullet-2 li,
footer .widget_categories li,
footer .widget_recent_entries li,
footer .widget_nav_menu li {
    padding-left: 0;
}

footer ul.bullet-2 li:before,
footer .widget_categories li:before,
footer .widget_recent_entries li:before,
footer .widget_nav_menu li:before {
    display: none;
}

footer ul.bullet-1 li:before,
footer ul.bullet-2 li:before {/**/}

footer .widget_nav_menu li {
    float: left;
    margin-bottom: 0;
    width: 50%;
    padding: 0 0 8px 0;
}
footer .widget_nav_menu li a {
    display: unset;
    padding: 0;
    border: none;
}

ul.bullet-3 li, ol.bullet-3 li {
	list-style:none;
	counter-increment:customlistcounter;
}
ul.bullet-3 li, ol.bullet-3 li h4 {
    font-size: 16px;
    text-transform: none;
}
ul.bullet-3 li, ol.bullet-3 li,
ul.bullet-3 li h4, ol.bullet-3 li h4 {
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
ul.bullet-3 li:hover, ol.bullet-3 li:hover,
ul.bullet-3 li h4, ol.bullet-3 li h4 {
    color: #fab702;
}
ul.bullet-3 li:hover h4, ol.bullet-3 li:hover h4 {
    color: #333333;
}
ol.bullet-3 li:before, ul.bullet-3 li:before {
	width:48px;
	height:48px;
	line-height:44px;
	font-size:24px;
	font-weight:bold;
	color:#565656;
	display:inline-block;
	text-align:center;
	border:3px solid #565656;
	content: counter(customlistcounter);
	position:absolute;
	left:0;
	top:0;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
ol.bullet-3 li:hover:before, ul.bullet-3 li:hover:before {
    color: #e1e1e1;
}
.background-yellow ol.bullet-3 li:before,
.background-yellow ul.bullet-3 li:before {
    border-color: #333333;
    color: #333333;
}
.background-yellow ol.bullet-3 li:hover:before,
.background-yellow ul.bullet-3 li:hover:before {
    background-color: #333333;
    color: #ffffff;
}

.focus-area, .banner {
	padding:40px 0;
	color:#ffffff;
	position:relative;
	transition:0.4s ease;
	-moz-transition:0.4s ease;
	-webkit-transition:0.4s ease;
}
.focus-area .btn:hover {
	padding: 9px 45px;
}
.focus-area .container {width: 95%;}
.focus-area *, .focus-area .lbslider-next-2:before, .focus-area .lbslider-prev-2:before {
	color:#ffffff;
}
.focus-area p {
	font-size:26px;
	margin-bottom:0;
}
.section .section-head p {
	font-size:26px;
	margin-bottom:0;
}

.bg-theme-dark .bg-theme {background-color: #272727;}

.bg-theme .btn-transparent:hover, .bg-additional .btn-transparent:hover {
	background-color:#ffffff;
}
.bg-theme-dark .bg-theme .btn-transparent:hover {
    color: #ffffff;
}

.bg-theme-yellow .bg-theme {

}

.bg-additional .btn-transparent:hover {
	color:#333333;
	border-color:#333333;
}
.tip-top:after, .tip-btm:after {
	width:0;
	height:0;
	margin-left:-20px;
	display:block;
	content:'';
	position:absolute;
	left:50%;
	transition:0.4s ease;
	-moz-transition:0.4s ease;
	-webkit-transition:0.4s ease;
    display: none;
}
.focus-area.tip-btm {
    margin-bottom: 30px;
}
.tip-top:after {
	top:0;
	border-top:20px solid #f2f2f2;
	border-left:20px solid transparent;
	border-right:20px solid transparent;
}
.focus-area.tip-top:hover:after {
	margin-left:-30px;
	border-top:30px solid #f2f2f2;
	border-left:30px solid transparent;
	border-right:30px solid transparent;
}
.tip-btm:after {
	bottom:0;
	border-bottom:20px solid #f2f2f2;
	border-left:20px solid transparent;
	border-right:20px solid transparent;
}
.focus-area.tip-btm:hover:after {
	margin-left:-30px;
	border-bottom:30px solid #f2f2f2;
	border-left:30px solid transparent;
	border-right:30px solid transparent;
}
footer {
    background: #005689 url(../images/tt.png);



    color: #999999;
    font-size: 13px;
    padding:50px 0;
}
footer a,
footer .widget a {
    color: #dddddd;
}
footer a:hover,
footer .widget a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}
footer h4 {
    color:#ffffff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 30px;
	text-transform:uppercase;
}
footer .widget_recent_entries li {padding-left: 16px;}
footer .widget_recent_entries li:before {
    color: #888888;
    font-size: 0.5rem;
    top: 0;
}

footer li {
    font-size: 12px;
    line-height: 24px;
}

footer > .container {
    position: relative;
}
footer .social-container {
    position: absolute;
    top: -50px; left: 0;
    margin-top: -21px;
    padding: 10px 20px;
    background-color: #fab702;
    margin-left: 15px;
}
footer .social-container:after {
    content: '';
    display: block;
    position: absolute;
    left: -9px;
    top: 0;
    width: 0;
    height: 0;
    border-bottom: 21px solid #777777;
    border-left: 9px solid transparent;
}
footer .social-container:before {
    content: 'Jesteśmy na ';
    margin-right: 10px;
    font-weight: bold;
    color: #fff;
}
footer .social-container .social-links {float: right;}
footer .social-container .social-links li {margin-right: 5px;}
footer .social-container .social-links li a {
    display: block;
    border-radius: 50%;
    border: solid 1px #fff;
    color: #222222;
    line-height: 20px;
    width: 22px;
    height: 22px;
    text-decoration: none;
}
footer .social-container .social-links li a:hover {
    background-color: #222222;
    border-color: #fff;
    color: #ffffff;
}
footer .social-container .social-links li a span {
    font-size: 14px;
    line-height: 14px;
}

.bottom-line {
    border-top: 1px solid #005689;
    background: #003555;
    color: #999999;
    padding: 20px 0;
}
.bottom-line span {color: #999999;}
.bottom-line a{color: #ffffff;}
.bottom-line a:hover{text-decoration: underline;}
.margin-btm-80 {
	margin-bottom:80px;
}
.margin-btm-60 {
	margin-bottom:60px;
}
.margin-top-60 {
	margin-top:60px;
}
.margin-top-minus80 {
	margin-top:-80px;
}
.margin-btm-50 {
	margin-bottom:50px;
}
.padding-btm-50 {
	padding-bottom:50px;
}
.no-padding-bottom {
	padding-bottom:0 !important;
}
.no-padding-top {
	padding-top:0 !important;
}
.section-no-padding .section {padding: 0 !important;}

.header-margin h4 {margin-bottom: 30px;}

/* featured blocks */

.featured-block {
    overflow: visible;
    position: relative;
    z-index: 20;
}
@media (max-width: 767px) {
    .featured-block {
        padding-top: 30px;
    }
}
.margin-top--60 {
    margin-top: 2px;
}
@media (max-width: 767px) {
    .margin-top--60 {
        margin-top: 0;
    }
}
/* client table */
.client-table td {
    border: none;
}

/* Contact Info Box */
.contact-info-box .contact-info-item + .contact-info-item {
    margin-top: 10px;
}
.contact-info-box .contact-info-item .contact-text {
    width: 30px;
    float: left;
}
.contact-info-box .contact-info-item .contact-text i {
    font-size: 16px;
}
.contact-info-box .contact-info-item .contact-text i.fa-envelope {
    font-size: 12px;
}
.contact-info-box .contact-info-item .contact-value {
    margin-left: 35px;
}

.contact-info-box ul.hours li {
    border-top: 1px dotted rgba(255, 255, 255, 0.1);
}
.contact-info-box ul.hours li:first-child {
    border-top: none;
}
.contact-info-box ul.hours span {
    float: right;
    font-weight: bold;
}

/* sidebar */
.sidebar {/**/}

/**** Widget Styles
------------------------------------------------------ ****/
.widget {
	margin-bottom:40px;
}
.widget ul {
	margin:0;
	padding:0;
	list-style:none;	
}
footer .widget {
	margin-bottom:0;
}
.widget > h4 {
	font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 20px;
}
.widget .post-date {color: #888888;}
.widget_tag_cloud .tagcloud {
	padding-top:15px;
	display:table;
}
.widget_tag_cloud a {
	display: inline-block;
	float: left;
	margin: 0 3px 3px 0;
	padding: 7px 10px;
	font-size:14px;
	text-transform:uppercase;
	background-color:transparent;
	border: 1px solid;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}
.widget_tag_cloud a:hover {
	color:#eeeeee;
}
footer .widget_tag_cloud a {
	border-color:#eeeeee;
	color:#eeeeee;
}
footer .widget_tag_cloud a:hover {text-decoration: none;}
.widget-gallery ul {
	padding-top:15px;
	margin-left:-15px;
}
.widget-gallery ul li {
	width:33.333%;
	padding-left:15px;
	/*margin-bottom:15px;*/
	float:left;
	position:relative;
	z-index:1;
	overflow:hidden;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.widget-gallery ul li:before {
	width:16px;
	height:16px;
	line-height:16px;
	font-size:17px;
	margin:0 0 -8px -1px;
	font-family:"ico-font";
	content: "8";
	color:#eeeeee;
	pointer-events:none;
	z-index:5;
	position:absolute;
	bottom:-100%;
	left:50%;
	transition:all 0.35s ease-in;
	-moz-transition:all 0.35s ease-in;
	-webkit-transition:all 0.4s ease-in;
}
.widget-gallery ul li:hover:before {
	bottom:57%;
}
.widget-gallery ul li a, .widget-gallery ul li img {
	width:100%;
	display:block;
	position:relative;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}
.widget-gallery ul li a {
	position:relative;
	z-index:1;
	overflow:hidden;
}
.widget-gallery ul li a:before, .widget-gallery ul li a:after {
	display:block;
	content:'';
	position:absolute;
}
.widget-gallery ul li a:before {
	width:100%;
	height:100%;
	z-index:3;
	opacity:0;
	filter:alpha(opacity=0);
	top:0;
	left:0;
	transition:all 0.35s ease;
	-moz-transition:all 0.35s ease;
	-webkit-transition:all 0.35s ease;
}
.widget-gallery ul li:hover a:before {
	opacity:0.6;
	filter:alpha(opacity=60);
}
.widget-gallery ul li a:after {
	width:140%;
	height:140%;
	top:-140%;
	left:-140%;
	z-index:4;
	background-color:rgba(255, 255, 255, 0.25);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	transition:all 0.35s ease-in-out;
	-moz-transition:all 0.35s ease-in-out;
	-webkit-transition:all 0.35s ease-in-out;
}
.widget-gallery ul li:hover a:after {
	top:-70%;
	left:-70%;
}
/*** widget search ***/
.widget_search form {
	/*margin-top:15px;*/
	position:relative;
	display:block;
}
.widget_search input[type="text"] {
	width:100%;
	min-height:40px;
	background-color:transparent;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.widget_search input[type="submit"] {
	width:24px;
	height:24px;
	background:url(../images/sprites.png) -98px -67px no-repeat;
	border:0;
	text-indent:-9999px;
	position:absolute;
	top:8px;
	right:10px;
}
.widget-recent-posts figure {
	padding-right:15px;
	width:70px;
}
.widget-recent-posts ul li {
	line-height:30px;
	padding-bottom:20px;
}
.widget-recent-posts .text h5, .widget-recent-posts .text p:last-child, figcaption p:last-child {
	margin-bottom:0;
}
.widget_archive ul li,
.widget_categories ul li {
    color: #888;
}
.widget_archive li + li,
.widget_pages li + li,
.widget_pages li ul,
.widget_meta li + li,
.widget_recent_comments li + li,
.widget_rss li + li {
	/**/
}
.widget_archive > select,
.widget_categories > select {
	margin-top:15px;
}
.widget_archive ul li a,
.widget_categories ul li a {
	
	text-align:left;
	
}
.widget_pages li ul {
	padding-left:15px;	
}
.widget_rss li + li {
	padding-top:10px;
	margin-top:10px;
}
.widget_rss li a.rsswidget {
	font-size:1.3em;
}
.widget_rss li span.rss-date {
	color:#999999;	
}
.widget_rss li cite {
	color:#3e3e3e;	
}

/*** Calendar  ***/
#calendar_wrap {
	padding-top:15px;
}
#wp-calendar {
	width:100%;
}
#wp-calendar caption {
	width:100%;
	color:#FFFFFF;
	font-size:1.3em;
	padding:6px 0 5px 0;
}
#wp-calendar thead {
	color:#ffffff;
	background:#3E3E3E;
}
#wp-calendar thead th {
	padding:3px 0;
	text-align:center;
}
#wp-calendar tbody {
	width:100%;
	text-align:center;
	background:#e6e6e6;
}
#wp-calendar tbody td {
	padding:0 0;
	height:30px;
	vertical-align:middle;
	text-align:center;
	font-size:11px;
}
#wp-calendar tbody td a {
	width:100%;
	height:100%;
	display:block;
	font-weight:bold;
	padding:5px 0 0 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#wp-calendar tfoot {
	width:100%;
}
#wp-calendar tfoot a {
	display:inline-block;
	color:#fff;
	float:left;
	font-size:12px;
	padding:3px 5px 3px 5px;
	margin:10px 0 0 0;
}
#wp-calendar tfoot a:hover {
	background-color:#1f1f1f;
}
#wp-calendar tfoot #next a {
	float:right;
}



/*** Roundabout ***/
.roundabout-carousel .lbslider-controls {
	margin-bottom:15px;
}
.roundabout-carousel h4 {
	margin-bottom:45px;
}
ul.roundabout {
	width:385px;
	height:245px;
	padding:0;
	margin:0 auto 0 auto;
	list-style:none;
}
ul.roundabout li {
	width:385px;
	height:245px;
	cursor:pointer;
}
ul.roundabout li.roundabout-in-focus {
	cursor:default;
}
ul.options li {
	display:inline;
}
ul.options li + li {
	padding-left:10px;
}
ul.options li [class^="fa-"] {
 font-size:22px;
 position:relative;
 top:5px;
}
/*** block with horizontal icon ***/
.horizontal-icon {
	padding-left:70px;
	margin-bottom:80px;
}
.horizontal-icon > [class^="icon"] {
    float:left;
    margin-left:-70px;
    margin-top:-5px;
}
.horizontal-icon h4 {
	margin-bottom: 10px;
}
/*** Feature Box ***/
.feature-box {
	min-height:195px;
	position:relative;
	border:1px solid #d5d5d5;
	overflow:hidden;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
.feature-box .feature-up, .feature-box .feature-down {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:all 0.35s ease;
	-moz-transition:all 0.35s ease;
	transition:all 0.35s ease;
}
.feature-box .feature-up {
	padding:40px 20px;
	text-align:center;
	position:relative;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}
.feature-box:hover .feature-up {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	transform: translateY(100%);
}
.feature-box .feature-up [class^="icon"], .feature-box .feature-up p, .feature-box .feature-down p, .feature-box .feature-down h4 {
 margin:0;
}
.feature-box .feature-down h4 {
    margin-bottom: 10px;
}
.feature-box .feature-down {
	width:100%;
	height:100%;
	padding:30px 20px;
	text-align:center;
	color:#ffffff;
	position:absolute;
	left:0;
	bottom:-100%;
}
.feature-box .feature-down * {
	width:100%;
	color:#ffffff;
}
.feature-box:hover .feature-down {
	bottom:0;
}
.col-2 > ul, .col-3 > ul, .col-4 > ul, .pricing-tables.col-2, .pricing-tables.col-3, .pricing-tables.col-4, .portfolio-list.col-2 > ul, .portfolio-list.col-3 > ul, .portfolio-list.col-4 > ul {
	padding:0;
	margin:0 0 0 -20px;
	list-style:none;
}
.widget-gallery.col-4 > ul {
	margin-left:-15px;
}
.col-2 > ul > li, .col-3 > ul > li, .col-4 > ul > li, .pricing-tables.col-2 > .vc_lb_ptable, .pricing-tables.col-3 > .vc_lb_ptable, .pricing-tables.col-4 > .vc_lb_ptable, .pricing-tables.col-2 > .pricing-table, .pricing-tables.col-3 > .pricing-table, .pricing-tables.col-4 > .pricing-table, .portfolio-list.col-2 > ul > li, .portfolio-list.col-3 > ul > li, .portfolio-list.col-4 > ul > li {
	padding-left:20px;
	float:left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.pricing-tables > .vc_lb_ptable > .pricing-table {
    width: 100%;
    margin:0;
    padding:0 !important;
}
.widget-gallery.col-4 > ul > li {
	padding-left:15px;
}
.col-2 > ul > li, .pricing-tables.col-2 > .pricing-table, .pricing-tables.col-2 > .vc_lb_ptable, .portfolio-list.col-2 > ul > li, .container .portfolio-list.col-2 > ul > li {
    width:50%;
}
.col-3 > ul > li, .pricing-tables.col-3 > .pricing-table, .pricing-tables.col-3 > .vc_lb_ptable, .portfolio-list.col-3 > ul > li, .container .portfolio-list.col-3 > ul > li {
    width:33.333%;
}
.col-4 > ul > li, .pricing-tables.col-4 > .pricing-table, .pricing-tables.col-4 > .vc_lb_ptable, .portfolio-list.col-4 > ul > li, .container .portfolio-list.col-4 > ul > li {
    width:25%;
}
/*** circular progress style
--------------------------------------------  ***/
.circular-progress {
	width:100%;
	margin-bottom:30px;
	text-align:center;
	position:relative;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
h4 + .circular-progress {
	margin-top:40px;
}
.circular-progress input {
	color:inherit;
	cursor:default;
	font-weight:normal !important;
}
h4.stat-dig {
    margin-top: -40px;
	margin-bottom:30px;
	font-size:48px;
	color:#3e3e3e;
}
/*** Team Section 
------------------------------------- ****/
.team-box {
	margin-bottom:40px;
}
.team-box figure {
	margin-bottom:30px;
}
.team-box h5 {
	font-size:18px;
	margin-bottom:10px;
    text-transform: none;
    font-weight: 700;
}
.team-box p.designation, .ad-box h4 {
	margin-bottom:0;
}
.team-box p.designation {
	/*font-size:16px;*/
    font-style: italic;
    margin-bottom: 15px;
}
.team-box .social-links,
.team-box .social-links > li {
	float:none;
}
.team-box .social-links > li {
	margin:0 3px 0 0;
}
.team-box .social-links a {
	color:#8b8b8b;
    border: solid 1px #8b8b8b;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.team-box .social-links a:hover {
    color:#fab702 !important;
    border-color:#fab702 !important;
}
.team-box .box-btm {
    padding-top: 15px;
}
.ad-box {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.ad-box, .quote-box {
	padding:42px 30px;
	border:1px solid #d5d5d5;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}
.quote-box .lbslider-controls {
	height:0;
}
.quote-box .lbslider-controls a {
	position:relative;
	top:-30px;
	background-color:#eeeeee;
}
/**** Pricing Tables
---------------------------------------- ****/

.pricing-tables:before, .pricing-tables:after {
	display:table;
	content:'';
}
.pricing-tables:after {
	clear:both;
}
.pricing-tables {
	margin-bottom:50px;
	overflow:hidden;
}
.pricing-table, .vc_lb_ptable {
    width: 25%;
    float: left;
    color: #717171;
    font-size: 14px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.pricing-table *{
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.pricing-table ul {
	margin:0;
	padding:0 25px;
	list-style:none;
	text-align:center;
}
.pricing-table li {
	padding:7px 20px;
	border-bottom:1px solid #d9d9d9;
}
.col-2 .pricing-table, .col-3 .pricing-table, .col-4 .pricing-table {
	margin-bottom:50px;
}
.pricing-tables, .col-2 .pricing-table ul, .col-3 .pricing-table ul, .col-4 .pricing-table ul {
	border:1px solid #d9d9d9;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}
.pricing-table li {
	padding:7px 15px;
	border-bottom:1px dotted #d9d9d9;
}
.pricing-tables.col-2, .pricing-tables.col-3, .pricing-tables.col-4 {
	border:0;
}

.pricing-table .table-heading {border-bottom: 1px solid #d9d9d9;}
.pricing-table .table-heading,
.pricing-table .table-heading h5 {
    color:#333333;
    font-size:40px;
    line-height: 40px;
    margin:  0 -25px;
    padding:25px;
    text-align:center;
    text-transform:uppercase;
}
.pricing-table .table-heading h5 {
	padding:0;
	margin:0;
	font-weight:400;
}
.pricing-table.pricing-table-featured .table-heading,
.pricing-table:hover .table-heading,
.pricing-table.pricing-table-featured .btn.btn-theme {
	background-color:#333333;
    color: #ffffff;
}
.pricing-table ul:hover,
.pricing-table-featured ul {
}
.pricing-table .table-heading span {
	padding:15px 4px;
	font-size:12px;
	line-height:16px;
	display:block;
	text-transform:none;
	font-weight:400;
	position:relative;
	top:5px;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}
.pricing-table.pricing-table-featured .table-heading span,
.pricing-table:hover .table-heading span {color: #ffffff !important;}
.pricing-table .table-heading span em {
	font-size:36px;
	font-style:italic;
}
.pricing-table .table-btm {
    border-top: 1px solid #d1d1d1;
	border-bottom:0;
    margin: -1px -25px 0;
    padding: 0;
}
.pricing-table .table-btm a {
    background-color: #eeeeee;
    color: #333333;
    font-weight: 600;
    margin-bottom: 0 !important;
    padding: 20px 40px;
    width: 100%;
}
.pricing-table.pricing-table-featured .table-btm a:hover,
.pricing-table .table-btm a:hover {
    background-color: #333333;
    color: #ffffff !important;
}
/*** image setting
--------------------------------------------- ***/
.image, .team-box > figure, .image-caption {
	position:relative;
	overflow:hidden;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}
.image-caption {margin-bottom: 30px;}
.image-caption figcaption {
    background-color: #333333;
    background-color: rgba(0,0,0,0.3);
	width:100%;
	padding:20px;
	color:#ffffff;
	font-size:14px;
	position:absolute;
	left:0;
	bottom:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.image-caption figcaption * {
	margin-bottom:0;
	color:#ffffff;
	line-height:1.5;
}
/*** banner 
------------------------------------------------ ***/
.banner {
    border-top: solid 1px #e9e9e9;
    border-bottom: solid 1px #e9e9e9;
    background: #f8f9f9;
    color: #333333;
	padding: 40px 0;
}
.banner h2 {
    color: #333333;
	text-transform:uppercase;
	margin:0;
	display:inline-block;
	float:left;
    font-weight: 700;
}
.banner .breadcrumbs {
	float:right;
}

.breadcrumbs {
    padding: 10px 0;
    border-bottom: solid 1px #e9e9e9;
}
.breadcrumbs .breadcrumb {
    margin-top: 0;
    font-size: 12px;
}
.breadcrumbs .breadcrumb a {
    font-weight: 700;
    color: #777777;
}
.breadcrumbs .breadcrumb a:hover {
    color: #fab702;
}

.banner .social-links {
    float: right;
}
.banner .social-links li {
    margin-right: 5px;
}
.banner .social-links a {
    color: #777777;
    border: solid 1px #777777;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.banner .social-links a:hover {
    color: #fab702 !important;
    border-color: #fab702 !important;
}

/*** author box 
------------------------------------------------ ***/
.author-box .author-col {
	width:300px;
}
.author-box .image {
	margin-bottom:30px;
}
.author-box .author-detail h5 {
	font-size:18px;
	font-weight:normal;
}
.author-box .author-detail h2 {
    margin-bottom: 5px;
}
.author-box .author-detail h5 {
	margin-bottom: 30px;
    font-size: 14px;
}
.author-box .options li {
	display:inline-block;
}
.author-box .options [class^="fa-"] {
 min-width: 50px;
 padding: 15px 12px;
 border: 1px solid #8B8B8B;
 display: none;
 text-align: center;
 font-size:18px;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
}
.author-box .options [class^="fa-"]:before {
 margin:0;
}
.author-box .options .fa-facebook, .author-box .options .fa-twitter {
	display:inline-block;
}
.author-col .social-links li {
    margin-right: 5px;
}
.author-col .social-links li a {
    border: solid 1px #777777;
    color: #777777;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.author-col .social-links li a:hover {
    border-color: #fab702;
    color: #fab702;
}
.progress-bar {
    padding-top: 0;
}
.progress .bar > span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: -20px;
    font-size: 1em;
    background-color: #ffffff;
    border-color: #777777;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: -50px;
}
.progress .bar > span:before {
    position: absolute;
    left: 50%;
    z-index: 1;
    content: '';
    margin-left: -5px;
    bottom: -3px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ffffff;
}
.progress .bar > span:after {
    margin-left: -5px;
    bottom: -5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #777777;
}
.progress-bar p {
    font-size: 1em;
    margin-top: 5px;
}
/*** process block 
------------------------------------------- ***/
.process-block {
	text-align:center;
}
.process-block > h4 {
	margin-bottom:35px;
}
.process-block .iconic {
	margin-bottom:40px;
	position:relative;
}
.process-block + .process-block .iconic:before {
	width:56px;
	height:24px;
	margin-left:0;
	display:block;
	content:'';
	background:url(../images/sprites.png) 0 -60px no-repeat;
	position:absolute;
	top:45%;
	left:-50%;
}

/*** tweets 
---------------------------------------------- ***/
.tweets {
	padding-left:100px;
	padding-right:75px;
	position:relative;
}
.tweets:before {
	width:56px;
	height:56px;
	line-height:56px;
	text-align:center;
	display:inline-block;
	content:'\f099';
	font-family: 'FontAwesome';
	font-size:30px;

	position:absolute;
	top:-9px;
	left:0;
}
.tweets-style-2:before {
	background-color:#eeeeee;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}
.bg-additional .tweets-style-2:before {
	color:#333333;
}
.bg-additional.section {
    padding: 30px 0;
}
.bg-additional.section h4 {
    margin-bottom: 15px;
}

.tweets .lbslider-controls {
	width:90px;
	position:absolute;
	top:0;
	right:0;
}
/**** Blog styling
--------------------------------------------- ***/

.masonry-grid .blog-box h3 {
    font-size: 24px;
    line-height: 24px;
}

.blog-box {
	margin:0 0 80px;
}
.contents .blog-box {
    padding-bottom: 30px;
    border-bottom: solid 1px #e9e9e9;
}
.contents .blog-box:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
[class^="col-"] .blog-box {
 margin-bottom:40px;
}
.blog-box.sticky {
	padding-top:50px;
	padding-bottom:50px;
	margin-bottom:55px;
	border-top:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
}
.blog-box > figure {
	margin-bottom:30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.blog-box p {

}
.blog-box p.meta, .meta {
    color: #888888;
    font-size: 12px;
	margin-bottom: 20px;
}
.meta a {
	text-decoration:none;
}
.meta a:hover {
	color: #333333;
}
.meta .fa {padding: 0 0 0 8px;}
.blog-box > ul, .blog-box > ol, .blog-box > p, .blog-box > h4, .blog-box > h5 {
	margin-bottom:30px;
}
.blog-box > ul > li {
	line-height:30px;
}
.share-bar {
	padding:10px 15px;
	border:1px solid #e1e1e1;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
.share-bar *,
.blog-box .share-bar * {
	line-height:20px;
	vertical-align:text-top;
}
.share-bar > p, .share-bar .addthis_toolbox > p {
	margin-bottom:0;
	margin-right:18px;
	display:inline-block;
}
.share-bar ul {
	margin:0;
	padding:0;
	list-style:none;
	display:inline-block;
}
.share-bar ul li {
	display:inline-block;
	margin:0 8px;
}
.share-bar ul li img {
	vertical-align:bottom;
}
.blog-box figure.no-image, .no-image {
	display:none;
}
.vid-icon [class^="fa-"] {
 margin:-41px 0 0 -40px;
 color:rgba(255, 255, 255, 0.5);
 position:absolute;
 top:50%;
 left:50%;
}
.blog-centered {
	width:620px;
	margin:auto;
	text-align:center;
}
.blog-centered .blog-box header h3 {
	font-size:18px; 
}
.blog-centered .blog-box header h3.pull-left {
	display:inline-block;
	float:none;
}
.blog-centered .blog-box header {
	position:relative;
}
.blog-centered .blog-box header h3 {
	display:inline-block;
}
.blog-centered .blog-box header ul.options {
	position:absolute;
	top:0;
	right:0;
}
/*** user comments box
------------------------------------------- ***/
ul.user-comments ul.children {
	margin-left:75px;
	list-style:none;
}
.comment-box {
	margin-bottom:35px;
	line-height:36px;
	position:relative;
}
.comment-box figure {
	width:95px;
	padding-right:25px;
	
	box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
}
.comment-box figure img {
	background:none;
}
.comment-box p.up {
	margin-bottom:10px;
	color:#e1e1e1;
}
.comment-box p.up a {
	font-weight:700;
    text-transform: uppercase;
}
.comment-box p.up span {
    color: #888888;
	padding-left:7px;
}
.comment-box a.btn-reply {
	position:absolute;
	top:0;
	right:0;
}
.comment-reply-link {
    background-color: #eeeeee;
    font-size: 12px;
    height: 32px;
    padding: 8px 14px;
    text-transform: uppercase;
}
.comment-reply-link:hover {
    background-color: #333333;
    color: #ffffff;
}
ul.user-comments ul .comment-box figure, ul.user-comments ul .comment-box figure img {
	width:78px;
	height:78px;
}
.reply-form textarea,
.contact-form textarea {
	margin-bottom:50px;
	min-height:230px;
}
.reply-form input[type="submit"],
.contact-form input[type="submit"] {
	float:right;
}
.additional-color {
	color:#333333;
}
.bg-additional, .iconic-additional-fill, .progress .bar.bg-additional {
	background-color:#333333;
	color:#ffffff;
}
.bg-transparent {
	background-color:transparent;
}
.color-white {
	color:#ffffff;
}
ul.filter-tabs {
	text-align:center;
    margin-bottom: 30px;
    margin-left: -15px;
}
ul.filter-tabs li {
    border:0;
    color:#888888;
    cursor:pointer;
    display:inline-block;
    font-size: 14px;
    line-height:27px;
    margin:0 -3px;
    padding:0 18px;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-weight: 500;
    -webkit-transition: color 0.3s ease-in-out 0s;
    transition: color 0.3s ease-in-out 0s;
}
ul.filter-tabs li:first-child {
	border-left-width:1px;
	border-radius:3px 0 0 3px;
	-moz-border-radius:3px 0 0 3px;
	-webkit-border-radius:3px 0 0 3px;
}
ul.filter-tabs li:last-child {
	border-radius:0 3px 3px 0;
	-moz-border-radius:0 3px 3px 0;
	-webkit-border-radius:0 3px 3px 0;
}

ul.filter-tabs li [class^="fa-"] {
 position:relative;
 top:5px;
}
.filter-list li.mix {
	display:none;
}
/*** contact us page ***/
.mapbox iframe,
.wpb_map_wraper iframe {
	height:490px;
}
.contents .mapbox iframe,
.contents .wpb_map_wraper iframe {
	height:385px;
}
.error-box {
	text-align:center;
}
.error-box > img {
	margin-bottom:85px;
}
.error-box p {
	margin-bottom:50px;
	font-size:18px;
}
/*** shortcodes page ***/
.shortcode-block {
	margin-bottom:30px;
}
.shortcode-block .btn {
	margin:0 9px;
}
.shortcode-block p .btn:first-child {
	margin-left:0;
}
/*** widget accordion ***/
.accordion, dl.accordion {
	margin:0 0 30px 0;
}
.accordion > .ui-accordion-header {
	padding:10px 50px 10px 70px;
	margin-bottom:16px;
	font-size:16px;
	line-height:40px;
	cursor:pointer;
	position:relative;
	border:1px solid #d5d5d5;
	transition:all 0.4s ease;
}
.accordion > .ui-accordion-header:focus {
	outline:0;
}
.ui-accordion-header-icon {
	width:16px;
	height:16px;
	content:'';
	display:block;
	background:url(../images/sprites.png) 0 -141px no-repeat;
	position:absolute;
	top:22px;
	right:22px;
}
.ui-accordion-header-active .ui-accordion-header-icon {
	background-position:-24px -141px;
}
.ui-accordion-header.ui-accordion-header-active, .ui-accordion-header-active {
	margin-bottom:0;
	border-bottom:0;
}
.accordion > .ui-accordion-header {
	list-style:decimal;
}
.accordion > .ui-accordion-content {
	padding:10px 35px 5px 35px;
	margin:0 0 16px 0;
	border:1px solid #d5d5d5;
	border-top:0;
}
.accordion > .ui-accordion-content > ul {
	padding-left:15px;
	margin-bottom:10px;
}
.accordion-style-2 > .ui-accordion-header, .accordion-style-2 > .ui-accordion-content {
	margin-bottom:-1px;
}
.accordion-style-2 > .ui-accordion-header.ui-accordion-header-active {
	border-bottom:0;
}
.accordion {
	counter-reset: my-badass-counter;
}
.accordion dt:before {
	content: counter(my-badass-counter, decimal-leading-zero);
	counter-increment: my-badass-counter;
	position:absolute;
	left:35px;
	top:11px;
}
/*** revolution slider styling ***/
.main-slider,
.rev_slider_wrapper {
	position:relative;
}
.fullwidthbanner-container {
	max-height:900px !important;
}
.main-slider *,
.rev_slider_wrapper * {
	color:#ffffff;
}
.rev_slider_wrapper h3 {
    font-size: 25px;
    font-weight: 200;
    line-height: 40px;
    margin-bottom: 30px;
}
.rev_slider_wrapper h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 30px;
    text-align: center;
}
.tp-caption a {
    border-radius: 0;
	color:#3E3E3E;
}
.tp-caption a:hover {
	color:#ffffff;
}
.tp-bullets {
	bottom:110px !important;
}
.tp-bullets .bullet {
    background:#ffffff !important;
    background:rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    filter:alpha(opacity=60);
    height:10px !important;
    margin-left:10px !important;
    opacity:.6;
    width:10px !important;
}


/* How we work*/
.how-we-work .section {padding-bottom: 0;}
.how-we-work .container {width: auto;}
.how-we-work .container > .row {border-top: 1px solid #e1e1e1;}
.how-we-work .container > .row > div {
    padding: 30px 30px 10px !important;
}
.how-we-work .container > .row > div * {
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.how-we-work .container > .row > div + div {
    border-left: 1px solid #e1e1e1;
}
.how-we-work h4 {margin-bottom: 20px;}

.how-we-work .container > .row > div:hover .iconic i {
    color: #ffffff;
}
/* /How we work */

/* Back to top button */
.to-top {
    background-color: #222222;
    background-color: rgba(34, 34, 34, 0.30);
    border: 1px solid rgba(255, 255, 255, 0.1);
    bottom: -100px;
    color: #ffffff;
    color: rgba(255,255,255,0.1);
    cursor: pointer;
    font: 25px/30px 'ico-font';
    height: 40px;
    overflow: hidden;
    position: fixed;
    right: 11px;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 9999;
    width: 40px;
}
.to-top [class^="fa-"]:before, .to-top [class*=" fa-"]:before {
    margin: 0;
}
.to-top:hover {
    background-color: #000000;
    border: 1px solid #222222;
}

.to-top .fa {color: #ffffff !important;}

/* /Back to top button */

/* Image Grid Plugin */
.wpb_image_grid .wpb_image_grid_ul .isotope-item {margin: 0 !important;}
.isotope .isotope-inner {margin-bottom: 15px;}
.isotope .isotope-inner > .post-title {
    font-size: 24px;
    line-height: 24px;
}
/* /Image Grid Plugin */

/* Inputs etc. */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input, select,

textarea,
input,
.uneditable-input,
select {
    border-color: #e9e9e9 !important;
    border-width: 2px;
    box-shadow: none;
    margin-bottom: 5px !important;
    padding-left: 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
textarea:focus,
textarea:active,
input:focus,
input:active,
.uneditable-input:focus,
.uneditable-input:active,
select:focus,
select:active {
    border-color: #888888 !important;
}
/* /Inputs etc. */

/* Contact Form  */
.reply-form input[type="submit"], .contact-form input[type="submit"] {
    background-color: #333333;
    color: #ffffff;
    float: none;
    font-weight: bold;
    padding: 10px 40px;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.contact-form label {
    display: none;
}
.contact-form input,
.contact-form textarea {
    margin-bottom: 20px !important;
}
/* /Contact Form  */
/* Contacts Wide */
.contacts-wide .contact-form .row > div {width: 100%;}
.contacts-wide .contact-form label {display: none;margin: 0;}
/* /Contacts Wide */

/* Img in Gray Tab */
.wpb_tab .wpb_single_image {}
/* /Img in Gray Tab */

/* Menu anchor */
.menu-anchor p,
.menu-anchor a {font-size: 0;line-height: 0;margin:0;padding:0;}
/* /Menu anchor */

/* Pagination */
.pagination ul > li > a, .pagination ul > li > span, .pagination > a, .pagination > span {
    background-color: transparent;
    border-color: #333333;
    /*border-radius: 0;*/
    color: #333333;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.pagination ul > li > a:hover, .pagination ul > .active > a, .pagination ul > .active > span, .pagination a:hover,.pagination .current {
    background-color: #333333;
    color: #ffffff;
}
/* /Pagination */

/* Breadcrumbs */
.breadcrumb {
    margin: 8px 0 0;
    font-size: 14px;
}
.breadcrumb > li {color: #858585; font-weight: 400;}
.breadcrumb > li a {color: #333333;}
.breadcrumb > li a:hover {color: #000000;}
/* /Breadcrumbs */

/* Flex Slider */
.flex-direction-nav a {font-size: 0; height: 50px !important;}
.flex-direction-nav a:before {
    content: '\f104' !important;
    font-family: "FontAwesome" !important;
}
.flex-direction-nav a.flex-next:before {content: '\f105' !important;}
/* /Flex Slider */

/* VC Carousel */
.vc-carousel .vc-inner > .post-title {
    font-size: 24px;
    line-height: 24px;
}
.vc_carousel .vc-carousel-control .fa-prev,
.vc_carousel .vc-carousel-control .fa-next {
    background-color: transparent !important;
}
/* /VC Carousel */

/* Different */
.wpb_button,
.vc_btn_sm,
.vc_call_to_action,
.lbslider-controls .lbslider-next,
.lbslider-controls .lbslider-prev,
blockquote:before, q:before {
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
}
.lbslider-next:before, .lbslider-prev:before {line-height: 26px;}

.post .btn-light-dark.btn-icon-hold span,
.post .btn-light-dark.btn-icon-icon-hold span:first-child {
    border-left: 0;
    border-right: 0;
}

.flickr_badge_image img {
    opacity: 0.9;
    -webkit-transition: opacity 0.3s ease-in-out 0s;
    transition: opacity 0.3s ease-in-out 0s;
}
.flickr_badge_image img:hover {opacity: 1;}

div.pp_default .pp_description {margin: 7px 25px 0 !important;}

.alert:before {top: 7px;}

.thumbnail > figure img {
    -webkit-border-radius: 0;
    border-radius: 0;
}
.circular-progress > div {display: block !important;margin: 0 auto;}
/* /Different */


/* Tabs */
.wpb_accordion.wpb_content_element,
.wpb_tour,
.wpb_tabs.wpb_content_element {margin-bottom: 15px !important;}
.wpb_tour_tabs_wrapper .wpb_tab {
    background-color: #ffffff !important;
    border: 1px solid #000000;
    padding: 25px !important;
}
.wpb_tour_next_prev_nav {padding-left: 0 !important;}
.wpb_tabs .wpb_tabs_nav li {
    margin-right: 2px !important;
}
.wpb_content_element .wpb_tabs_nav li a {
    border-bottom: 2px solid #ffffff !important;
    color: #494949;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    padding: 20px 35px;
    text-transform: uppercase;
}

.wpb_tour .wpb_tabs_nav li {margin-bottom: 2px !important;}
.wpb_tour .wpb_tabs_nav li a {
    border-right: 2px solid #ffffff !important;
}
.wpb_tour.wpb_content_element .wpb_tab {
    border: 1px solid #888888 !important;
}
/* /Tabs */

/* Accordion */
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
    font-size: 16px !important;
    font-weight: bold !important;
    line-height: 24px !important;
    margin: 0 !important;
    text-transform: uppercase !important;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a,
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header.ui-accordion-header-active {
    color: #333333 !important;

}

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
    background-color: #ffffff;
    border: 1px solid #f0f0f0;
    padding: 25px !important;
}
.wpb_accordion .wpb_accordion_section + .wpb_accordion_section {margin-top: 2px;}
/* /Accordion */

/* Call to Action */
.wpb_call_to_action {
    border: 0 !important;
    padding: 40px !important;
}
.wpb_call_to_action .wpb_call_text {
    color: #333333;
    font-size: 30px;
    line-height: 30px;
}
.wpb_call_to_action .wpb_call_text span {
    color: #ffffff;
    font-size:20px;
    padding-top: 20px;
    text-transform: none;
}
.wpb_call_to_action .wpb_button {
    border-color: transparent;
    font-size: 12px;
    line-height: 24px;
    padding: 9px 30px !important;
    -webkit-text-shadow: none;
    text-shadow: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.wpb_call_to_action .wpb_button:hover {
    background-color: #333333;
    color: #ffffff;
    -webkit-text-shadow: none;
    text-shadow: none;
}

.wpb_call_to_action.wpb_button_transparent .wpb_button {
    background-color: transparent;
    border: 2px solid #333333;
    color: #333333;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    padding: 0 35px !important;
    text-transform: uppercase;
}
.wpb_call_to_action.wpb_button_transparent .wpb_button:hover {
    background-color: #333333;
    color: #ffffff;
}

.vc_call_to_action hgroup h4 {
    margin-top: 40px;
}
/* /Call to Action */

/* Categories Filter */
.wpb_teaser_grid .entry-content {margin-top: 15px !important;}
.wpb_teaser_grid .categories_filter {
    display: block;
    margin: 0 auto 20px !important;
    text-align: center;
}

.wpb_teaser_grid .categories_filter li, .wpb_categories_filter li {
    display: inline-block !important;
    float: none !important;
}

.wpb_teaser_grid .categories_filter li a, .wpb_categories_filter li a {
    border: 1px solid transparent !important;
    display: block;
    margin-bottom: 5px;
    padding: 7px 10px;
    font-size: 11px;
    text-decoration: none;
    text-transform: uppercase;
}
.wpb_teaser_grid .categories_filter li a:hover, .wpb_categories_filter li a:hover {
    color: #ffffff;
}
/* /Categories Filter */

/* Pie Chart */
.wpb_pie_chart_heading {
    color: #e1e1e1;
    font-size: 24px;
    line-height: 68px;
}
/* /Pie Chart */

/* Flexslider */
.flexslider {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}
/* /Flexslider */

/* Progress Bar */
.vc_progress_bar .vc_single_bar .vc_bar,
.vc_progress_bar .vc_single_bar {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}
/* /Progress Bar */

/* Parallax end Endless */
.feel-the-power,
.parallax-section {overflow:hidden;}
.feel-the-power .attachment-full {margin-bottom: -30% !important;}
.parallax-section .attachment-full {margin-bottom: -15% !important;}
/* /Parallax end Endless */

/* WP */
.navigation.comment-navigation {margin-bottom: 40px;}
.blog-box header {margin-bottom: 30px;}
.blog-box header h3 {
    font-size: 28px;
    font-weight: 700;
}
.blog-box p.meta {text-transform: uppercase; font-size: 13px;}
.blog-box p.meta a {color: #777777;}
.blog-box p.meta a:hover {color: #777777; text-decoration: underline;}
blockquote {margin-bottom: 30px;}
q {display: inline-block;}
cite,
blockquote p {font-style:italic;}
/* /WP */

/* custom styles */
figcaption p a{color:#ffffff;}
figcaption p a:hover{color:#ffffff;}
.wpb_row, .wpb_content_element, ul.wpb_thumbnails-fluid > li, .last_toggle_el_margin, .wpb_button{margin-bottom:0 !important;}
.margin-bottom{margin-bottom:80px;}
.margin-bottom-remove{margin-bottom:0;}
.no-padding-top{padding-top:0 !important;}
.no-margin-top{margin-top:0 !important;}
.breadcrumb > li + li:before{/*content:"";*/}
div.vc_controls-container.vc_controls {position: relative;}


.bg-dark {}
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6 {
    color: #ffffff;
}
.bg-dark h2.page-title:after {
    background-color: #444444;
}

.overflow-visible {overflow: visible;}
.overflow-hidden {overflow: hidden;}

/*.pageWrapper .rev_slider_wrapper .slotholder:before {*/
.headerWrapper:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
/* 
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
 */
}
.vc_row-fluid>div>div>article>div>.container-fluid,
.vc_row-fluid>div>div>.section>.container-fluid,
/*.vc_row-fluid>div>div>article>div.container,*/
.vc_row.wpb_row.vc_row-fluid>.vc_col-sm-12.wpb_column.vc_column_container>.wpb_wrapper>.section>.clients>.container-fluid,
.vc_row.wpb_row.vc_row-fluid>.vc_col-sm-12.wpb_column.vc_column_container>.wpb_wrapper>article[role="main"]>.section>.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.compose-mode .vc_lb_ptable .vc_controls > .vc_controls-out-tl {top:0;}
.vc_lb_fact_both_parallax, .vc_lb_fact_both {float: left; width: 25%}
.vc_lb_fact_both_parallax > div, .vc_lb_fact_both > div {width: 100% !important;}
.compose-mode .vc_element.vc_lb_skill {width: 25%; float: left;}
.vc_lb_skill > .info-block {width: 100%;}
/* /custom styles */

div.container div.logo a img {
	width: 340px;
	max-width: 340px;
}

.headerWrapper .logo {
    display: none;
}
.headerWrapper .is-sticky .logo {
    display: block;
}


div.okragle img {
	border-radius: 150px 150px 150px 150px !important;
	-moz-border-radius: 150px 150px 150px 150px !important;
	-webkit-border-radius: 150px 150px 150px 150px !important;
	border: 0px solid #000000 !important;
}

.featured-block {
	margin-top: -120px !important;
}
.headerWrapper .logo {
    display: block;
}