/*========= S E C T I O N S ===========*/
section {
	width: 100%;
	padding:60px 0 80px;
}
.home {
	position: relative;
	overflow-x: hidden;
	height: 100%;
	width: 100%;
	display: table;
}

/*========= H E A D E R ===========*/
.header {
	padding-top: 60px;
	position:relative;
}
.header-text {
	display: block;
	font-family: 'NovecentowideLightBold', Arial, Helvetica, sans-serif;
	font-size: 54px;
	line-height: 1.4;
	vertical-align: middle;
	margin-bottom: 15px;
	position:rlative;
}

.caption:after {
	position:absolute;
	content:'';
	height:0px;
	width:100px;
	border-bottom:3px solid;
	bottom:0;
	left:0;
}

.caption {
	font-family: "Open Sans", 'Helvetica Neue', Arial, sans-serif;
	font-size: 24px;
	line-height: 1.3;
	margin: 0px auto 50px auto;
	font-weight: 300;	
	position: relative;
	padding-bottom:30px;
	margin-bottom:90px;
}


/*========= N A V I G A T I O N   M EN U ===========*/

.logo-container {
	float:left;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;	
}

.logo-container h1 {
	margin-bottom:0;
}

.nav-container {
	float:right;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;	
}

.navigation {
	position: fixed;
	font-family:'Oswald', serif;
	top: 0;
	left: 0;
	margin:0 auto;
	z-index: 999;
	width:100%;
	background:#fff;
	box-shadow:0px 2px 33px rgba(0, 0, 0, 0.22);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	text-transform:uppercase;
	transition: all 0.4s ease;
}
.navigation.scroll {
	box-shadow:0px 2px 33px rgba(0, 0, 0, 0.12);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.logo {
	display: table-cell;
	vertical-align: middle;
	height: 80px;
	padding-right: 50px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;	
}
.navigation.scroll .logo {
	height:50px;
}

.navigation.scroll .nav {
    height: 50px;
}
.navigation.scroll li a {
    padding: 15px 5px;
}
.navigation.scroll li a i {
	padding-bottom:3px;
	font-size:20px;
	display: none;
}
.navigation.scroll li:hover a i {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
.navigation .nav {
	display: table-cell;
	vertical-align: middle;
	height: 80px;
}

.navigation li {
	display:inline;
}
.navigation li a {
	font-size: 14px;
	text-decoration: none;
	color: #444;
	outline: none;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-align: center;
	padding: 30px 12px;
	margin-left: -4px;
	display:inline-block;
}

.navigation li .dropdown-menu li a {
	font-size: 14px;
	text-decoration: none;
	color: #444;
	outline: none;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-align: center;
	padding: 10px 8px;
	margin-left: 0px;
	display: block;
}

.navigation li.active .dropdown-menu li a {
	color:#fff;
	background:#222;
}

.navigation .dropdown-menu li a:hover {
	background: #222;
	color:#fff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.navigation.iconic li a {
	padding:16px 5px;
}

.navigation.simple li a i {
	display:none;
}

.navigation li a i {
	display:block;
	padding-bottom:3px;
	font-size:24px;
	padding-right: 0px;
}
.navigation li:hover a i {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
}
.navigation li.active a {
	color:#fff;
	background:#222;
}
.navigation li a:hover {
	background: #222;
	color:#fff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.navigation span {
	padding-left: 10px;
	padding-right: 10px;
}
.navigation li a:before {
}

@media (max-width: 770px){ 

.nav-container{
	float: none;
}
.navigation .nav {
	display: inherit;
	vertical-align: middle;
	height: auto;
}
.navigation li {
	display:block;
}
.navigation li a {
    font-size: 14px;
    text-decoration: none;
    color: #444;
    outline: medium none;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    text-align: center;
    padding: 10px 12px;
    margin-left: 0px;
    width: 100%;
    display: inline-block;
}

.navbutton-wrap{
	float: right;
	padding-right: 10px;
	padding-top: 10px;
}

.navbar-toggle {
    background-color: #000;
    float: none;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #fff;
}

.logo{
	padding-left: 15px;
}

}



/*========= S O C I A L   S H A R I N G =========== */
.social {
	margin-bottom: 20px;
}
.social:after {
    clear: both;
    float: none;
    display: table;
    content: '';
    height: 0px;
}
.social ul {
	line-height: normal;
}
.social ul li {
	display:inline-block;
	margin-right: 5px;
	margin-left: 5px;
}
.social ul li.last {
	margin-right: 0px;
}
.social ul li a {
	display: block;
	font-size: 13px;
	width: 15px;
	height: 15px;
	line-height: 15px;	
	border: 1px solid;
	text-align: center;
	padding: 4px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}



 @-webkit-keyframes loader {
 0% {
-webkit-transform: translateX(-30px);
opacity: 0;
}
 25% {
opacity: 1;
}
 50% {
-webkit-transform: translateX(30px);
opacity: 0;
}
 100% {
opacity: 0;
}
}
@-moz-keyframes loader {
 0% {
-moz-transform: translateX(-30px);
opacity: 0;
}
 25% {
opacity: 1;
}
 50% {
-moz-transform: translateX(30px);
opacity: 0;
}
 100% {
opacity: 0;
}
}
@-ms-keyframes loader {
 0% {
-ms-transform: translateX(-30px);
opacity: 0;
}
 25% {
opacity: 1;
}
 50% {
-ms-transform: translateX(30px);
opacity: 0;
}
 100% {
opacity: 0;
}
}
@keyframes loader {
 0% {
transform: translateX(-30px);
opacity: 0;
}
 25% {
opacity: 1;
}
 50% {
transform: translateX(30px);
opacity: 0;
}
 100% {
opacity: 0;
}
}

@-webkit-keyframes bounceInDown {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-2000px);
}
 60% {
 opacity: 1;
 -webkit-transform: translateY(30px);
}
 80% {
 -webkit-transform: translateY(-10px);
}
 100% {
 -webkit-transform: translateY(0);
}
}
 @-moz-keyframes bounceInDown {
 0% {
 opacity: 0;
 -moz-transform: translateY(-2000px);
}
 60% {
 opacity: 1;
 -moz-transform: translateY(30px);
}
 80% {
 -moz-transform: translateY(-10px);
}
 100% {
 -moz-transform: translateY(0);
}
}
 @-ms-keyframes bounceInDown {
 0% {
 opacity: 0;
 -ms-transform: translateY(-2000px);
}
 60% {
 opacity: 1;
 -ms-transform: translateY(30px);
}
 80% {
 -ms-transform: translateY(-10px);
}
 100% {
 -ms-transform: translateY(0);
}
}
 @-o-keyframes bounceInDown {
 0% {
 opacity: 0;
 -o-transform: translateY(-2000px);
}
 60% {
 opacity: 1;
 -o-transform: translateY(30px);
}
 80% {
 -o-transform: translateY(-10px);
}
 100% {
 -o-transform: translateY(0);
}
}
 @keyframes bounceInDown {
 0% {
 opacity: 0;
 transform: translateY(-2000px);
}
 60% {
 opacity: 1;
 transform: translateY(30px);
}
 80% {
 transform: translateY(-10px);
}
 100% {
 transform: translateY(0);
}
}
.bounceInDown {
	-webkit-animation-name: bounceInDown;
	-moz-animation-name: bounceInDown;
	-ms-animation-name: bounceInDown;
	-o-animation-name: bounceInDown;
	animation-name: bounceInDown;
}

/* ------------------------------------------------------------------------ */
/* FOOTER SECTION
/* ------------------------------------------------------------------------ */
.footer {
	background:#ffffff;
	color: crimson;
	padding: 0px 0px 50px;
}

.footer .footer_logo {
	text-align:center;
	padding:30px 0;
}

.footer .footer_logo p {
	padding:10px 0;
	font-weight:bold;
	letter-spacing:1px;
}

.form-allowed-tags {
	display:none !important;
}

.copyright a{
	color: #fff;
}
@media (max-width: 360px){
	.copyright a{
	display: block;
	}
}


.copyright #social-icons {
	text-align: center;
}
.copyright #social-icons .social-icon {
	-webkit-border-radius: 50%;
	-moz-border-radius:  50%;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.05);
	opacity: 1;
	display: inline-block;
	float: none;
	margin: 0px 5px 30px 0px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	transition: all 0.2s ease 0s;
	font-size: 1.4em;
}

.copyright #social-icons .social-icon.facebook:hover {
    background-color: #3B5998;
}

.copyright #social-icons .social-icon.twitter:hover {
    background-color: #8AD3E1;
}

.copyright #social-icons .social-icon.youtube:hover {
    background-color: #D84825;
}

.copyright #social-icons .social-icon.googleplus:hover {
    background-color: #FA6142;
}

.copyright #social-icons .social-icon.instagram:hover {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

.posts-nav {
	margin: 15px 0 30px;
	padding:10px 0;
}
.posts-nav a {
	display: inline-block;
	margin-right: 10px;
	border-radius: 2px;
	background:#ffffff;
	color:#000000 !important;
	font-size:16px;
	padding: 8px 15px;
}


.loaded .animated {
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}
.loaded .animated.hinge {
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
}
 @-webkit-keyframes fadeInDown {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-20px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
}
}
 @-moz-keyframes fadeInDown {
 0% {
 opacity: 0;
 -moz-transform: translateY(-20px);
}
 100% {
 opacity: 1;
 -moz-transform: translateY(0);
}
}
 @-o-keyframes fadeInDown {
 0% {
 opacity: 0;
 -o-transform: translateY(-20px);
}
 100% {
 opacity: 1;
 -o-transform: translateY(0);
}
}
 @keyframes fadeInDown {
 0% {
 opacity: 0;
 transform: translateY(-20px);
}
 100% {
 opacity: 1;
 transform: translateY(0);
}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
.delay05s {
	animation-delay: 0.5s /* W3C and Opera */;
	-moz-animation-delay: 0.5s /* Firefox */;
	-webkit-animation-delay: 0.5s /* Safari and Chrome */;
}
.delay1s {
	animation-delay: 1s /* W3C and Opera */;
	-moz-animation-delay: 1s /* Firefox */;
	-webkit-animation-delay: 1s /* Safari and Chrome */;
}
.delay2s {
	animation-delay: 2s /* W3C and Opera */;
	-moz-animation-delay: 2s /* Firefox */;
	-webkit-animation-delay: 2s /* Safari and Chrome */;
}
.delay3s {
	animation-delay: 3s /* W3C and Opera */;
	-moz-animation-delay: 3s /* Firefox */;
	-webkit-animation-delay: 3s /* Safari and Chrome */;
}


/*======= HOME SECTION =======*/
.home {
	background-color: #F05328;
}


/*======= ABOUT SECTION =======*/
.about {
	background-color:#FFD602;
	color:#5F442B;		
}

.team-member {
    padding: 10px;
    background: rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.03);
}
.team-member:hover {
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
/*======= MILESTONES SECTION =======*/
.milestones {
	background-color:#363f48;
	background-image: -moz-radial-gradient(center center, circle cover, #363f48 0%, #192025 100%);	
	background-image: -webkit-radial-gradient(center center, circle cover, #363f48 0%, #192025 100%);	
	background-image: -o-radial-gradient(center center, circle cover, #363f48 0%, #192025 100%);	
	background-image: -ms-radial-gradient(center center, circle cover, #363f48 0%, #192025 100%);	
	background-image: radial-gradient(center center, circle cover, #363f48 0%, #192025 100%);		
	color:mediumaquamarine;	
}

/*======= SERVICES SECTION =======*/
.services {
	background: mediumaquamarine;		
	color:#363f48;	
}

/*======= TESTIMONIALS SECTION =======*/
.testimonials {
	background: lightcoral;
	color: #743535;
}

/*======= PORTFOLIO SECTION =======*/
.portfolio {
	background: #FFFFFF;
    color: #515A5F;
}

/*======= PORTFOLIO SECTION =======*/
.blog {
	background: crimson;
	color: #FFFFFF;
}

.blog a:hover {
	color: #64162C;
}

/*======= SHORTCODES SECTION =======*/
.shortcodes {
	color: #FFFFFF;
    background-color: crimson;
}

.shortcodes a:hover {
	color: #64162C;
}


/*======= CONTACT SECTION =======*/
.contact {
	background: #E01C1C;
	color: #ffffff;
}

.telephone {
	padding: 10px 20px 8px;
	background-color: rgb(255, 255, 255);
	color: crimson;
}

.twitter-feed {
	background: rgba(100,100,100,0.04);
    color: inherit;
}

.jtwt_tweet {
    margin-bottom: 20px;
}
.jtwt_tweet_text {
    margin-bottom: 0;
}

/*=== SEARCH WIDGET ===*/
.widget_search input {
	background: url(images/search_white.png) no-repeat 10px 9px;
	padding: 8px 8px 8px 30px;
	width: 89%;
	color: #999999;
	border: 1px solid #eeeeee;
	background-size:13px;
}
.widget_search input:focus {
	border-color: #f5f5f5
}
.widget_search input {
	color: #686868;
	background-color: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.widget_tag_cloud a {
	display: inline-block;
	border: 1px solid;
	font-size: 14px !important;
	line-height: 20px;
	margin: 0 5px 10px 0px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	padding: 2px 10px 2px 10px;
}
.widget_tag_cloud a:hover {
	border: 1px solid;
}

/*=== PORTFOLIO WIDGET  ===*/
.widget_portfolio .portfolio-item:last-child {
	margin: 0
}
.widget_portfolio .portfolio-widget-item .portfolio-image {
	float: left;
	display: block;
	overflow: hidden;
	width: 60px;
	height: 60px;
	position: relative;
	border: 1px solid rgb(238, 238, 238);
	padding: 2px;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	-moz-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin: 4px;
	background:#ffffff;
}
.widget_portfolio .portfolio-widget-item .portfolio-image:hover {
	background: #f3f3f3;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.widget_portfolio .portfolio-widget-item .portfolio-image img {
	width: 100%;
	height: 100%;
	display: block;
}


/*=== FLICKR WIDGET ===*/
.widget_flickr #flickr_tab {
	margin-right: -10px
}
.widget_flickr #flickr_tab img {
	display: block;
	width: 100%;
	height: 100%;
}
.widget_flickr #flickr_tab a {
	float: left;
	width: 58px;
	height: 58px;
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #e8e8e8;
	padding: 2px;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	-moz-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	background: #ffffff;
}
.widget_flickr #flickr_tab a:hover {
	background: #f3f3f3;
	opacity: 0.7;
	filter: alpha(opacity=70);
}



