/*--- Inflow Mediendesign | www.inflow.de---*/
DIV.box-section DIV.row DIV.col-md-12 DIV.cont-box UL.flexy-menu.blue
{
	position: relative;
	z-index: 100;
}
DIV.box-section.Flexy-Box
{
	position: relative;
	z-index: 10;
	padding-bottom: 21px;
	margin-bottom: 21px;
}
#INVALID-RULE
{
	z-index: 2;
}
.isotope-hidden.isotope-item
{
	pointer-events: none;
	z-index: 1;
}
.isotope, .isotope .isotope-item
{
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope
{
	-webkit-transition-property: height,width;
	-moz-transition-property: height,width;
	transition-property: height,width;
}
.isotope .isotope-item
{
	-webkit-transition-property: -webkit-transform,opacity;
	-moz-transition-property: -moz-transform,opacity;
	transition-property: transform,opacity;
}
HTML
{
	height: 100%;
}
BODY
{
	min-height: 100%;
	background: #84B2DC url('../images/back-gradient.png') repeat-x;
}
DIV#allbg.allbg
{
	background: url('../images/allbg.png') repeat;
}
DIV.box-section.toggle-section B
{
	font-weight: 500;
}
.box-section.toggle-section.inflow A.inflow IMG
{
	max-width: 100%;
}
H2 SPAN.fa.fa-arrow-circle-right
{
	padding-right: 9px;
	color: #FFAC05;
	font-size: 20px;
	text-shadow: 1px 1px 2px #4A4A4A;
}
H2 SPAN.Neu-Box-h2
{
	color: #FFAC05;
	font-weight: 700;
	font-size: 20px;
	text-shadow: 1px 1px 2px #4A4A4A;
}
#container
{
	padding-top: 24px;
}
#container.fullscreen
{
	padding-top: 0px;
}
#sidebar
{
	width: 270px;
	float: left;
}
#sidebar .sidebar-section
{
	margin-bottom: 20px;
}
#sidebar .sidebar-section.white-box
{
	background: #FFF;
	padding: 20px;
	box-shadow: 2px 2px 2px #383838;
}
#sidebar .sidebar-section.white-box H2
{
	font-size: 16px;
	font-family: Roboto, sans-serif;
	color: #004888;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	margin: 0 0 14px;
	text-shadow: 1px 1px 1px #A9A9A9;
}
.right-menu-sidebar #sidebar
{
	float: right;
}
.fullscreen #sidebar
{
	float: left;
}
.fullscreen #sidebar .sidebar-section
{
	margin-bottom: 0px;
}
HEADER
{
	position: relative;
	z-index: 999;
}
HEADER .header-logo
{
	padding: 42px 10px;
	background: #FFF;
	text-align: center;
	box-shadow: 2px 2px 2px #383838;
	border-radius: 34px 0px 0px 0px;
	-moz-border-radius: 34px 0px 0px;
	-webkit-border-radius: 34px 0px 0px;
}
HEADER .header-logo IMG
{
	max-width: 100%;
}
A
{
	outline: none;
}
A.mail-link
{
	color: #FFFFFF;
}
A:active
{
	outline: none;
}
A.mail-link:hover
{
	color: #80A7CA;
	border-left: 4px solid #FBA719;
	padding-left: 4px;
	text-decoration: none;
}
A:focus
{
	outline: none;
}
HEADER .header-logo.nav-horizontal
{
	padding-top: 16px;
	padding-bottom: 16px;
	margin-bottom: 21px;
}
HEADER .header-logo.nav-horizontal.orig
{
	padding-top: 28px;
	padding-bottom: 28px;
}
HEADER .header-logo.nav-horizontal.orig.var
{
	padding-top: 22px;
	padding-bottom: 23px;
}
HEADER .main-menu
{
	margin: 0;
	padding: 0;
	box-shadow: 2px 2px 2px #323232;
}
HEADER .main-menu > LI
{
	display: block;
	position: relative;
}
HEADER .main-menu > LI A
{
	display: inline-block;
	text-decoration: none;
	transition: all 0.23s ease-in-out;
	-moz-transition: all 0.23s ease-in-out;
	-webkit-transition: all 0.23s ease-in-out;
	-o-transition: all 0.23s ease-in-out;
	display: block;
	background: #004888;
	color: #FFF;
	font-size: 16px;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	padding: 14px 18px;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	border-left: 2px solid transparent;
	-webkit-backface-visibility: hidden;
	position: relative;
	text-shadow: 1px 1px 1px #323232;
}
HEADER .main-menu > LI A I
{
	font-size: 18px;
	margin-right: 12px;
}
HEADER .main-menu > LI > A.active, HEADER .main-menu > LI A:hover
{
	background: #5C98CC;
}
HEADER .main-menu > LI > A.active:after, HEADER .main-menu > LI > A:hover:after
{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 0;
	height: 0;
	border: 8px solid #036;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	margin-top: -8px;
	margin-left: 3px;
}
HEADER .main-menu LI.drop UL.drop-down
{
	margin: 0;
	padding: 0;
	margin-left: 1px;
	position: absolute;
	top: 0;
	width: 220px;
	visibility: hidden;
	opacity: 0;
	z-index: 3;
	text-align: left;
	left: 100%;
	transition: all 0.23s ease-in-out;
	-moz-transition: all 0.23s ease-in-out;
	-webkit-transition: all 0.23s ease-in-out;
	-o-transition: all 0.23s ease-in-out;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	-ms-transform: rotateY(-90deg);
	-o-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
	-webkit-backface-visibility: hidden;
}
HEADER .main-menu LI.drop UL.drop-down LI
{
	display: block;
	position: relative;
}
HEADER .main-menu LI.drop:hover > UL.drop-down
{
	visibility: visible;
	opacity: 1;
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.right-menu-sidebar HEADER LI.drop UL.drop-down
{
	margin-left: 0px;
	margin-right: 1px;
	left: inherit;
	right: 100%;
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-ms-transform: rotateY(0);
	-o-transform: rotateY(0);
	transform: rotateY(0);
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	-ms-transform: rotateX(-90deg);
	-o-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
}
.social-box UL
{
	margin: 0;
	padding: 0;
}
.social-box UL LI
{
	display: inline-block;
	margin-left: 5px;
}
.social-box UL LI A
{
	display: inline-block;
	text-decoration: none;
	transition: all 0.23s ease-in-out;
	-moz-transition: all 0.23s ease-in-out;
	-webkit-transition: all 0.23s ease-in-out;
	-o-transition: all 0.23s ease-in-out;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background: #036;
	width: 28px;
	height: 28px;
	text-align: center;
}
.social-box UL LI A I
{
	font-size: 15px;
	color: #FFF;
	line-height: 28px;
}
.social-box UL LI A:hover
{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
}
.social-box UL LI:first-child
{
	margin-left: 0;
}
.recent-post-box UL
{
	margin: 0;
	padding: 0;
}
.recent-post-box UL LI
{
	list-style: none;
	padding-bottom: 20px;
	border-bottom: 1px solid #EEE;
	margin-bottom: 20px;
	overflow: hidden;
}
.recent-post-box UL LI IMG
{
	float: left;
}
.recent-post-box UL LI P
{
	font-size: 15px;
	color: #919191;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	line-height: 22px;
	margin: 0 0 20px;
	margin-left: 64px;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	margin-bottom: 0;
}
.recent-post-box UL LI P A
{
	display: inline-block;
	color: #919191;
}
.recent-post-box UL LI:last-child
{
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}
.contact-info-box UL
{
	margin: 0;
	padding: 0;
}
.contact-info-box UL LI
{
	list-style: none;
	color: #7D7D7D;
	font-size: 15px;
	line-height: 20px;
	font-weight: 300;
	font-family: "Open Sans", sans-serif;
	-webkit-font-smoothing: antialiased;
	margin-top: 8px;
}
.contact-info-box UL LI A
{
	display: inline-block;
	text-decoration: none;
	transition: all 0.23s ease-in-out;
	-moz-transition: all 0.23s ease-in-out;
	-webkit-transition: all 0.23s ease-in-out;
	-o-transition: all 0.23s ease-in-out;
	color: #797979;
}
.contact-info-box UL LI I
{
	font-size: 16px;
	color: #036;
	margin-right: 12px;
}
.contact-info-box UL LI:first-child
{
	margin-top: 0;
}
DIV.contact-info-box UL LI SPAN.sidebar-adress2
{
	padding-left: 76px;
}
.contact-info-box UL LI SPAN.sidebar-adress
{
	padding-left: 19px;
}
DIV.contact-info-box UL LI SPAN.sidebar-mail
{
	padding-left: 33px;
}
.contact-info-box UL LI SPAN.sidebar-mobil
{
	padding-left: 35px;
}
DIV.contact-info-box UL LI SPAN.sidebar-fax
{
	padding-left: 26px;
}
DIV.contact-info-box UL LI SPAN.sidebar-fon
{
	padding-left: 24px;
}
DIV.contact-info-box UL LI SPAN.infobox
{
	padding-left: 30px;
}
.text-box P
{
	font-size: 15px;
	color: #7D7D7D;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	line-height: 22px;
	margin: 0 0 20px;
	color: #7D7D7D;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
}
.text-box P:last-child
{
	margin-bottom: 0;
}
A.elemadded
{
	display: none;
	background: #036;
	color: #FFF;
	font-size: 16px;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	padding: 14px 18px;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	text-decoration: none;
	position: relative;
	border-top: 1px solid rgba(56, 56, 56, 0.2);
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
	-webkit-backface-visibility: hidden;
	text-align: center;
}
A.elemadded:hover
{
	opacity: 0.7;
}
#content
{
	float: right;
	width: 850px;
}
FOOTER .up-footer DIV.widget.footer-widgets.contakt-widget UL LI SPAN.sidebar-adress2
{
	padding-left: 65px;
}
.right-menu-sidebar #content
{
	float: left;
}
.fullscreen #content
{
	width: auto;
	float: none;
	padding: 20px;
	margin-left: 270px;
}
#slider
{
	background: #FFF;
}
.flex-direction-nav .flex-next, .flex-direction-nav .flex-prev
{
	background: #036;
}
P.flex-caption
{
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 15px;
	color: #919191;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	line-height: 22px;
	margin: 0 0 20px;
	font-size: 18px;
	color: #FFF;
	padding: 27px 152px 26px 30px;
	background: rgba(0, 0, 0, 0.4);
	margin: 0;
	width: 100%;
	z-index: 3;
}
.box-section
{
	padding: 20px 20px 22px;
	margin-bottom: 20px;
	background: #FFF;
	box-shadow: 2px 2px 2px #383838;
}
.box-section.map-section
{
	margin-bottom: 22px;
	padding-top: 18px;
}
.box-section.portfolio-section.b-box
{
	padding-top: 17px;
	margin-bottom: 21px;
}
.col-md-6 .box-section.toggle-section.inflow
{
	text-align: left;
}
DIV.box-section.toggle-section
{
	font-family: Roboto, sans-serif;
	color: #7D7D7D;
}
.box-section.toggle-section.rp
{
	padding-bottom: 17px;
}
.box-section.neu-box
{
	background-color: #004888;
}
#content .box-section.start-1
{
	padding-bottom: 19px;
}
.imp-adr-container UL LI SPAN.imp-stnr
{
	padding-left: 27px;
}
.imp-adr-container UL LI SPAN.imp-inhaber
{
	padding-left: 18px;
}
.imp-adr-container UL LI SPAN.imp-id
{
	padding-left: 11px;
}
.imp-adr-container UL LI SPAN.imp-mail
{
	padding-left: 28px;
}
.imp-adr-container UL LI SPAN.imp-mobil
{
	padding-left: 33px;
}
.imp-adr-container UL LI SPAN.imp-fax
{
	padding-left: 22px;
}
.imp-adr-container UL LI SPAN.imp-fon
{
	padding-left: 20px;
	margin-right: 1px;
}
.imp-adr-container UL LI SPAN.imp-adress2
{
	padding-left: 70px;
}
.imp-adr-container UL LI SPAN.imp-adress
{
	padding-left: 14px;
}
.cont-box.imp-adr-container UL
{
	list-style-type: none;
	padding-left: 0px;
	color: #7D7D7D;
}
.cont-box H3
{
	font-size: 16px;
	color: #5C98CC;
	font-weight: 300;
	font-family: Roboto, sans-serif;
}
#content .box-section.start-1-vertical
{
	padding-bottom: 38px;
}
DIV.box-section.start-2
{
	padding-bottom: 38px;
	margin-bottom: 22px;
}
.box-section H1
{
	color: #036;
	font-size: 24px;
	font-family: Roboto, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 0 20px;
}
.box-section H2
{
	font-size: 16px;
	font-family: Roboto, sans-serif;
	color: #004888;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 0 16px;
}
.services-section.box-section
{
	background: url('');
	text-align: center;
}
.services-section.box-section H1
{
	color: #FFF;
	font-weight: 300;
}
.services-section.box-section .services-post
{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.1);
	padding: 18px;
}
.services-section.box-section .services-post .inner-services-post
{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.1);
	padding: 40px 10px;
}
.services-section.box-section .services-post .inner-services-post SPAN
{
	display: inline-block;
	margin-bottom: 15px;
	transition: all 0.23s ease-in-out;
	-moz-transition: all 0.23s ease-in-out;
	-webkit-transition: all 0.23s ease-in-out;
	-o-transition: all 0.23s ease-in-out;
}
.services-section.box-section .services-post .inner-services-post SPAN I
{
	font-size: 40px;
	color: #FFF;
}
.services-section.box-section .services-post .inner-services-post P
{
	font-size: 15px;
	color: #919191;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	line-height: 22px;
	margin: 0 0 20px;
	color: #FFF;
	margin-bottom: 15px;
}
.services-section.box-section .services-post .inner-services-post A
{
	color: #FFF;
	font-family: Roboto, sans-serif;
	font-size: 13px;
	display: inline-block;
	text-decoration: none;
	transition: all 0.23s ease-in-out;
	-moz-transition: all 0.23s ease-in-out;
	-webkit-transition: all 0.23s ease-in-out;
	-o-transition: all 0.23s ease-in-out;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background: #036;
	padding: 9px 16px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.1);
}
.services-section.box-section .services-post .inner-services-post A:hover
{
	background: #036;
	border: 1px solid #036;
}
.services-section.box-section .services-post:hover .inner-services-post SPAN
{
	transform: scale(1.15);
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-o-transform: scale(1.15);
	-webkit-transform: rotateX(360deg);
	-moz-transform: rotateX(360deg);
	-ms-transform: rotateX(360deg);
	-o-transform: rotateX(360deg);
	transform: rotateX(360deg);
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
.inflow-section .image-place IMG
{
	max-width: 100%;
	margin-bottom: -20px;
}
.inflow-section UL.feature-list
{
	margin: 0;
	padding: 0;
	margin-top: 10px;
}
.inflow-section UL.feature-list LI
{
	list-style: none;
	overflow: hidden;
	margin-bottom: 18px;
}
.inflow-section UL.feature-list LI A
{
	float: left;
	display: inline-block;
	text-decoration: none;
	transition: all 0.23s ease-in-out;
	-moz-transition: all 0.23s ease-in-out;
	-webkit-transition: all 0.23s ease-in-out;
	-o-transition: all 0.23s ease-in-out;
	margin-right: 16px;
	width: 52px;
	height: 52px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background: #036;
	text-align: center;
}
.inflow-section UL.feature-list LI A I
{
	color: #FFF;
	font-size: 22px;
	line-height: 52px;
}
.inflow-section UL.feature-list LI H3
{
	font-size: 19px;
	font-family: Roboto, sans-serif;
	color: #000;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	margin-top: 4px;
}
.inflow-section UL.feature-list LI P
{
	font-size: 15px;
	color: #919191;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	line-height: 22px;
	margin: 0 0 20px;
	margin: 0;
}
.vertical-tabs-box .nav-tabs, .horizontal-tabs-box .nav-tabs
{
	float: left;
	width: 234px;
	border: none;
}
.vertical-tabs-box .nav-tabs LI, .horizontal-tabs-box .nav-tabs LI
{
	display: block;
	float: none;
	border: 1px solid #EEE;
	border-top: none;
	margin: 0;
	border-right: none;
}
.vertical-tabs-box .nav-tabs LI A, .horizontal-tabs-box .nav-tabs LI A
{
	display: inline-block;
	text-decoration: none;
	transition: all 0.23s ease-in-out;
	-moz-transition: all 0.23s ease-in-out;
	-webkit-transition: all 0.23s ease-in-out;
	-o-transition: all 0.23s ease-in-out;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	background: #FFF;
	display: block;
	border: none !important;
	margin: 0;
	padding: 25px;
	color: #797979;
	font-size: 15px;
	font-family: Roboto, sans-serif;
	overflow: hidden;
}
.vertical-tabs-box .nav-tabs LI A I, .horizontal-tabs-box .nav-tabs LI A I
{
	color: #B6B6B6;
	font-size: 24px;
	margin-right: 18px;
	transition: all 0.23s ease-in-out;
	-moz-transition: all 0.23s ease-in-out;
	-webkit-transition: all 0.23s ease-in-out;
	-o-transition: all 0.23s ease-in-out;
	float: left;
	line-height: 24px;
}
.vertical-tabs-box .nav-tabs LI:first-child, .horizontal-tabs-box .nav-tabs LI:first-child
{
	border-top: 1px solid #DEDEDE;
}
.vertical-tabs-box .nav-tabs LI.active A, .horizontal-tabs-box .nav-tabs LI.active A
{
	color: #FFF;
	background: #036;
}
.vertical-tabs-box .nav-tabs LI.active A I, .horizontal-tabs-box .nav-tabs LI.active A I
{
	color: #FFF;
}
.vertical-tabs-box .tab-content, .horizontal-tabs-box .tab-content
{
	margin-left: 233px;
	border: 1px solid #EEE;
}
.vertical-tabs-box .tab-content .tab-pane, .horizontal-tabs-box .tab-content .tab-pane
{
	padding: 15px 20px 0px;
	overflow: hidden;
}
.vertical-tabs-box .tab-content .tab-pane P, .horizontal-tabs-box .tab-content .tab-pane P
{
	font-size: 15px;
	color: #919191;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	line-height: 22px;
	margin: 0 0 20px;
}
.pow-section
{
	text-align: center;
}
.pow-section H1
{
	color: #036;
	font-size: 24px;
	font-family: Roboto, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 0 20px;
	margin-bottom: 15px;
}
.pow-section P
{
	font-size: 15px;
	color: #919191;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	line-height: 22px;
	margin: 0 0 20px;
	margin-bottom: 30px;
}
.pow-section IMG
{
	max-width: 100%;
}
.skills-section P
{
	font-size: 15px;
	color: #919191;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	line-height: 22px;
	margin: 0 0 20px;
	margin: 10px 0 0;
}
.video-section IFRAME
{
	width: 100%;
	height: 250px;
}
.services-section2
{
	background: url('');
	text-align: center;
}
.services-section2 H1
{
	color: #FFF;
	font-weight: 300;
}
.services-section2 .services-post SPAN
{
	display: inline-block;
	width: 80px;
	height: 80px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background: #036;
	margin-bottom: 15px;
	transition: all 0.23s ease-in-out;
	-moz-transition: all 0.23s ease-in-out;
	-webkit-transition: all 0.23s ease-in-out;
	-o-transition: all 0.23s ease-in-out;
}
.services-section2 .services-post SPAN I
{
	color: #FFF;
	font-size: 28px;
	line-height: 80px;
}
.services-section2 .services-post H2
{
	font-family: Roboto, sans-serif;
	font-size: 20px;
	font-weight: 700;
	text-transform: inherit;
	color: #FFF;
	margin: 0 0 5px;
}
.services-section2 .services-post P
{
	font-size: 15px;
	color: #919191;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	line-height: 22px;
	margin: 0 0 20px;
	margin-bottom: 15px;
	color: #FFF;
}
.services-section2 .services-post A
{
	color: #FFF;
	font-family: Roboto, sans-serif;
	font-size: 13px;
	display: inline-block;
	text-decoration: none;
	transition: all 0.23s ease-in-out;
	-moz-transition: all 0.23s ease-in-out;
	-webkit-transition: all 0.23s ease-in-out;
	-o-transition: all 0.23s ease-in-out;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background: #036;
	padding: 9px 16px;
	background: transparent;
	border: 1px solid #DEDEDE;
	margin-bottom: 5px;
}
.services-section2 .services-post A:hover
{
	background: #036;
	border: 1px solid #036;
}
.services-section2 .services-post:hover SPAN
{
	transform: scale(1.15);
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-o-transform: scale(1.15);
	-webkit-transform: rotateX(360deg);
	-moz-transform: rotateX(360deg);
	-ms-transform: rotateX(360deg);
	-o-transform: rotateX(360deg);
	transform: rotateX(360deg);
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
.float-image-section .float-box
{
	overflow: hidden;
}
.float-image-section .float-box IMG
{
	float: right;
	margin-left: 4px;
}
.float-image-section .float-box P
{
	font-size: 15px;
	color: #919191;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	line-height: 22px;
	margin: 0 0 20px;
}
.float-image-section .float-box A
{
	color: #FFF;
	font-family: Roboto, sans-serif;
	font-size: 13px;
	display: inline-block;
	text-decoration: none;
	transition: all 0.23s ease-in-out;
	-moz-transition: all 0.23s ease-in-out;
	-webkit-transition: all 0.23s ease-in-out;
	-o-transition: all 0.23s ease-in-out;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background: #036;
	padding: 9px 16px;
}
.float-image-section .float-box A:hover
{
	opacity: 0.8;
}
.float-image-section .image-box IMG
{
	width: 100%;
}
.float-image-section .cont-box H2
{
	color: #004888;
	margin-bottom: 12px;
	text-shadow: 1px 1px 1px #A9A9A9;
}
.float-image-section .cont-box P
{
	font-size: 15px;
	color: #7D7D7D;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	line-height: 22px;
	margin: 0 0 20px;
}
.float-image-section .cont-box P:last-child
{
	margin: 0;
}
A.ilk
{
	color: #7D7D7D;
	text-decoration: none;
}
.imp-adr-container P.imp-firm
{
	margin-bottom: 6px;
	font-weight: 500;
}
A.imlink
{
	color: #7D7D7D;
	text-decoration: none;
}
A.imlink:hover
{
	color: #4479C7;
}
.cont-box P.neu-text
{
	color: #FFF;
	font-weight: 400;
	font-size: 16px;
}
.pricing-section UL.pricing-table
{
	margin: 0;
	padding: 0;
	transition: all 0.23s ease-in-out;
	-moz-transition: all 0.23s ease-in-out;
	-webkit-transition: all 0.23s ease-in-out;
	-o-transition: all 0.23s ease-in-out;
	width: 100%;
}
.pricing-section UL.pricing-table LI
{
	width: 100%;
	list-style: none;
	text-align: center;
	padding: 15px 0;
	border: 1px solid #DBDBDB;
	border-top: none;
	background: #FFF;
}
.pricing-section UL.pricing-table LI P
{
	font-size: 15px;
	color: #919191;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	line-height: 22px;
	margin: 0 0 20px;
	font-size: 13px;
	margin: 0;
	font-family: "Open Sans", sans-serif;
}
.pricing-section UL.pricing-table LI A
{
	color: #FFF;
	font-family: Roboto, sans-serif;
	font-size: 13px;
	display: inline-block;
	text-decoration: none;
	transition: all 0.23s ease-in-out;
	-moz-transition: all 0.23s ease-in-out;
	-webkit-transition: all 0.23s ease-in-out;
	-o-transition: all 0.23s ease-in-out;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background: #036;
	padding: 9px 16px;
	font-weight: 700;
	font-size: 16px;
	padding: 13px 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.pricing-section UL.pricing-table LI A:hover
{
	opacity: 0.8;
}
.pricing-section UL.pricing-table LI:first-child
{
	padding: 20px 0;
	border: none;
	background: #036;
}
.pricing-section UL.pricing-table LI:first-child P
{
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
}
.pricing-section UL.pricing-table LI:first-child SPAN
{
	color: #FFF;
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	line-height: 16px;
}
.pricing-section UL.pricing-table:hover
{
	box-shadow: 0 0 20px #C6C6C6;
}
.team-section .team-post
{
	overflow: hidden;
	margin-bottom: 35px;
}
.team-section .team-post .left-part
{
	width: 45%;
	float: left;
	padding-right: 20px;
}
.team-section .team-post .left-part IMG
{
	padding: 8px;
	border: 1px solid #EDEDED;
	max-width: 100%;
	margin-bottom: 13px;
}
.team-section .team-post .left-part UL.social-team
{
	margin: 0;
	padding: 0;
}
.team-section .team-post .left-part UL.social-team LI
{
	display: inline-block;
	margin-left: 5px;
}
.team-section .team-post .left-part UL.social-team LI A
{
	display: inline-block;
	text-decoration: none;
	transition: all 0.23s ease-in-out;
	-moz-transition: all 0.23s ease-in-out;
	-webkit-transition: all 0.23s ease-in-out;
	-o-transition: all 0.23s ease-in-out;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background: #036;
	width: 28px;
	height: 28px;
	text-align: center;
}
.team-section .team-post .left-part UL.social-team LI A I
{
	font-size: 15px;
	color: #FFF;
	line-height: 28px;
}
.team-section .team-post .left-part UL.social-team LI A:hover
{
	opacity: 0.7;
}
.team-section .team-post .left-part UL.social-team LI A.google
{
	background: #CB401F;
}
.team-section .team-post .left-part UL.social-team LI A.twitter
{
	background: #48CCED;
}
.team-section .team-post .left-part UL.social-team LI A.dribble
{
	background: #FF82CC;
}
.team-section .team-post .left-part UL.social-team LI A.facebook
{
	background: #476BB0;
}
.team-section .team-post .left-part UL.social-team LI:first-child
{
	margin-left: 0;
}
.team-section .team-post .right-part
{
	width: 55%;
	float: right;
}
.team-section .team-post .right-part H3
{
	font-size: 19px;
	font-family: Roboto, sans-serif;
	color: #000;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	font-size: 20px;
	padding-bottom: 16px;
	border-bottom: 1px solid #EEE;
	margin-bottom: 16px;
}
.team-section .team-post .right-part UL.contact-info
{
	margin: 0;
	padding: 0;
}
.team-section .team-post .right-part UL.contact-info LI
{
	list-style: none;
	color: #797979;
	font-size: 13px;
	line-height: 20px;
	font-weight: 300;
	font-family: "Open Sans", sans-serif;
	-webkit-font-smoothing: antialiased;
	margin-top: 8px;
}
.team-section .team-post .right-part UL.contact-info LI A
{
	display: inline-block;
	text-decoration: none;
	transition: all 0.23s ease-in-out;
	-moz-transition: all 0.23s ease-in-out;
	-webkit-transition: all 0.23s ease-in-out;
	-o-transition: all 0.23s ease-in-out;
	color: #797979;
}
.team-section .team-post .right-part UL.contact-info LI I
{
	font-size: 16px;
	color: #B7B7B7;
	margin-right: 8px;
}
.team-section .team-post .right-part UL.contact-info LI:first-child
{
	margin-top: 0;
}
.team-section .team-post .right-part > A
{
	color: #FFF;
	font-family: Roboto, sans-serif;
	font-size: 13px;
	display: inline-block;
	text-decoration: none;
	transition: all 0.23s ease-in-out;
	-moz-transition: all 0.23s ease-in-out;
	-webkit-transition: all 0.23s ease-in-out;
	-o-transition: all 0.23s ease-in-out;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background: #036;
	padding: 9px 16px;
	margin-top: 20px;
}
.team-section .team-post .right-part > A:hover
{
	opacity: 0.8;
}
.features-section .features-post
{
	overflow: hidden;
}
.features-section .features-post IMG
{
	float: left;
	max-width: 100%;
	margin-right: 20px;
}
.features-section .features-post H4
{
	color: #036;
	font-size: 17px;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	margin: 10px 0 5px;
}
.features-section .features-post P
{
	font-size: 15px;
	color: #919191;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	line-height: 22px;
	margin: 0 0 20px;
	margin-bottom: 10px;
}
.features-section .features-post A
{
	color: #FFF;
	font-family: Roboto, sans-serif;
	font-size: 13px;
	display: inline-block;
	text-decoration: none;
	transition: all 0.23s ease-in-out;
	-moz-transition: all 0.23s ease-in-out;
	-webkit-transition: all 0.23s ease-in-out;
	-o-transition: all 0.23s ease-in-out;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background: #036;
	padding: 9px 16px;
}
.features-section .features-post A:hover
{
	opacity: 0.7;
}
.features-section2
{
	padding: 50px;
}
.features-section2 IMG
{
	max-width: 100%;
}
.features-section2 UL.feat-list
{
	margin: 0;
	padding: 0;
	margin-top: 25px;
}
.features-section2 UL.feat-list LI
{
	list-style: none;
	position: relative;
	margin-bottom: 25px;
	padding-top: 25px;
}
.features-section2 UL.feat-list LI DIV
{
	overflow: hidden;
}
.features-section2 UL.feat-list LI DIV SPAN
{
	float: left;
	display: inline-block;
	margin-right: 20px;
	width: 65px;
	height: 65px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border-left: 1px solid #D9DCD7;
	border-top: 1px solid #D9DCD7;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	text-align: center;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: all 0.23s ease-in-out;
	-moz-transition: all 0.23s ease-in-out;
	-webkit-transition: all 0.23s ease-in-out;
	-o-transition: all 0.23s ease-in-out;
}
.features-section2 UL.feat-list LI DIV SPAN I
{
	color: #036;
	font-size: 22px;
	line-height: 65px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all 0.23s ease-in-out;
	-moz-transition: all 0.23s ease-in-out;
	-webkit-transition: all 0.23s ease-in-out;
	-o-transition: all 0.23s ease-in-out;
}
.features-section2 UL.feat-list LI DIV H3
{
	font-size: 19px;
	font-family: Roboto, sans-serif;
	color: #000;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	font-weight: 100;
	font-size: 20px;
	margin: 20px 0 0;
	transition: all 0.23s ease-in-out;
	-moz-transition: all 0.23s ease-in-out;
	-webkit-transition: all 0.23s ease-in-out;
	-o-transition: all 0.23s ease-in-out;
}
.features-section2 UL.feat-list LI:hover DIV SPAN
{
	border: 1px solid #036;
	background: #036;
}
.features-section2 UL.feat-list LI:hover DIV SPAN I
{
	color: #FFF;
}
.features-section2 UL.feat-list LI:hover DIV H3
{
	color: #036;
}
.features-section2 UL.feat-list LI:before
{
	position: absolute;
	top: 0;
	left: 34px;
	content: '';
	height: 1px;
	width: 100%;
	background: #D9DCD7;
	background: -moz-linear-gradient(left,#d9dcd7 0%,rgba(217,220,215,0) 100%);
	background: -webkit-gradient(left top,right top,color-stop(0%,#d9dcd7),color-stop(100%,rgba(217,220,215,0)));
	background: -webkit-linear-gradient(left,#d9dcd7 0%,rgba(217,220,215,0) 100%);
	background: -o-linear-gradient(left,#d9dcd7 0%,rgba(217,220,215,0) 100%);
	background: -ms-linear-gradient(left,#d9dcd7 0%,rgba(217,220,215,0) 100%);
	background: linear-gradient(to right,#d9dcd7 0%,rgba(217,220,215,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9dcd7',endColorstr='#d9dcd7',GradientType=1);
}
.features-section2 UL.feat-list LI:after
{
	position: absolute;
	top: -4px;
	left: 29px;
	content: '';
	height: 9px;
	width: 9px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background: #D9DCD7;
}
.features-section2 UL.feat-list LI:last-child
{
	margin-bottom: 0;
}
.accord-elem
{
	margin-top: 20px;
}
.accord-elem:first-child
{
	margin-top: 0px;
}
.accord-title
{
	padding: 24px 30px;
	background: #036;
	position: relative;
}
.accord-title H3
{
	padding-right: 64px;
	font-size: 19px;
	font-family: Roboto, sans-serif;
	color: #000;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	font-size: 18px;
	color: #FFF;
}
.accord-title A.accord-link
{
	display: inline-block;
	text-decoration: none;
	transition: all 0.23s ease-in-out;
	-moz-transition: all 0.23s ease-in-out;
	-webkit-transition: all 0.23s ease-in-out;
	-o-transition: all 0.23s ease-in-out;
	position: absolute;
	width: 64px;
	height: 100%;
	top: 0;
	right: 0;
	text-align: center;
	border-left: 1px solid #FFF;
}
.accord-title A.accord-link:after
{
	font-family: FontAwesome;
	content: '\f055';
	font-size: 37px;
	color: #FFF;
	line-height: 64px;
	opacity: 0.5;
}
.accord-elem.active A.accord-link:after
{
	content: '\f056';
	opacity: 1;
}
.accord-content
{
	display: none;
	padding: 20px 0 0;
	overflow: hidden;
}
.accord-content IMG
{
	float: left;
	margin-right: 20px;
}
.accord-content P
{
	font-size: 15px;
	color: #919191;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	line-height: 22px;
	margin: 0 0 20px;
	margin: 0;
}
.accord-elem.active .accord-content
{
	display: block;
}
.skills-progress P
{
	font-size: 15px;
	color: #919191;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	line-height: 22px;
	margin: 0 0 20px;
	font-size: 14px;
	color: #036;
	margin-bottom: 8px;
}
.skills-progress P SPAN
{
	display: inline-block;
	float: right;
	font-weight: 400;
}
.meter
{
	height: 20px;
	position: relative;
	background: transparent;
	border: 1px solid #F1F1F1;
	margin-bottom: 20px;
}
.meter > SPAN
{
	display: block;
	height: 100%;
	position: relative;
	overflow: hidden;
	background: #036;
}
.fontawesome-section UL.icon-list
{
	margin: 0;
	padding: 0;
}
.fontawesome-section UL.icon-list LI
{
	list-style: none;
	padding: 10px 0;
	border-bottom: 1px solid #EEE;
}
.fontawesome-section UL.icon-list LI I
{
	color: #036;
	font-size: 20px;
	display: inline-block;
	margin-right: 14px;
	line-height: 22px;
}
.fontawesome-section UL.icon-list LI P
{
	font-size: 15px;
	color: #919191;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	line-height: 22px;
	margin: 0 0 20px;
	margin: 0;
}
.fontawesome-section UL.icon-list LI:first-child
{
	border-top: 1px solid #EEE;
}
.features-section3
{
	text-align: center;
}
.features-section3 UL
{
	margin: 0;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 20px;
}
.features-section3 UL LI
{
	display: inline-block;
	margin-bottom: 4px;
	margin-left: 6px;
}
.features-section3 UL LI A
{
	display: inline-block;
	text-decoration: none;
	transition: all 0.23s ease-in-out;
	-moz-transition: all 0.23s ease-in-out;
	-webkit-transition: all 0.23s ease-in-out;
	-o-transition: all 0.23s ease-in-out;
	width: 80px;
	height: 80px;
	border: 1px solid #036;
}
.features-section3 UL LI A I
{
	color: #036;
	line-height: 80px;
	font-size: 26px;
	transition: all 0.23s ease-in-out;
	-moz-transition: all 0.23s ease-in-out;
	-webkit-transition: all 0.23s ease-in-out;
	-o-transition: all 0.23s ease-in-out;
}
.features-section3 UL LI A:hover
{
	background: #036;
}
.features-section3 UL LI A:hover I
{
	color: #FFF;
}
.features-section3 H1
{
	color: #036;
	font-size: 24px;
	font-family: Roboto, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 0 20px;
	margin-bottom: 7px;
}
.features-section3 P
{
	font-size: 15px;
	color: #919191;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	line-height: 22px;
	margin: 0 0 20px;
	margin: 0;
}
.services-section3 .services-post
{
	border: 1px solid #EEE;
	text-align: center;
}
.services-section3 .services-post .up-part
{
	background: #F4F4F4;
	padding: 24px 15px;
	position: relative;
	transition: all 0.23s ease-in-out;
	-moz-transition: all 0.23s ease-in-out;
	-webkit-transition: all 0.23s ease-in-out;
	-o-transition: all 0.23s ease-in-out;
}
.services-section3 .services-post .up-part H2
{
	font-size: 19px;
	font-family: Roboto, sans-serif;
	color: #000;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	margin-bottom: 16px;
	transition: all 0.23s ease-in-out;
	-moz-transition: all 0.23s ease-in-out;
	-webkit-transition: all 0.23s ease-in-out;
	-o-transition: all 0.23s ease-in-out;
}
.services-section3 .services-post .up-part SPAN
{
	display: inline-block;
	transition: all 0.23s ease-in-out;
	-moz-transition: all 0.23s ease-in-out;
	-webkit-transition: all 0.23s ease-in-out;
	-o-transition: all 0.23s ease-in-out;
	width: 80px;
	height: 80px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #E5E5E5;
}
.services-section3 .services-post .up-part SPAN I
{
	font-size: 32px;
	color: #474747;
	line-height: 80px;
	transition: all 0.23s ease-in-out;
	-moz-transition: all 0.23s ease-in-out;
	-webkit-transition: all 0.23s ease-in-out;
	-o-transition: all 0.23s ease-in-out;
}
.services-section3 .services-post .up-part:after
{
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	margin-left: -37px;
	width: 74px;
	height: 3px;
	background: #036;
	transition: all 0.23s ease-in-out;
	-moz-transition: all 0.23s ease-in-out;
	-webkit-transition: all 0.23s ease-in-out;
	-o-transition: all 0.23s ease-in-out;
}
.services-section3 .services-post A
{
	display: inline-block;
	text-decoration: none;
	transition: all 0.23s ease-in-out;
	-moz-transition: all 0.23s ease-in-out;
	-webkit-transition: all 0.23s ease-in-out;
	-o-transition: all 0.23s ease-in-out;
	display: block;
	color: #0B0B0B;
	font-size: 16px;
	font-family: Roboto, sans-serif;
	font-weight: 100;
	-webkit-font-smoothing: antialiased;
	text-transform: uppercase;
	padding: 12px;
	border-top: 1px solid #EEE;
}
.services-section3 .services-post:hover .up-part
{
	background: #FFF;
}
.services-section3 .services-post:hover .up-part H2
{
	color: #036;
}
.services-section3 .services-post:hover .up-part SPAN
{
	border: 1px solid #036;
}
.services-section3 .services-post:hover .up-part SPAN I
{
	color: #036;
}
.services-section3 .services-post:hover .up-part:after
{
	top: 0;
}
.services-section3 .services-post:hover A
{
	color: #FFF;
	background: #036;
}
.table-section .table-responsive
{
	text-align: center;
}
.table-section .table-responsive TH
{
	font-size: 19px;
	font-family: Roboto, sans-serif;
	color: #000;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	text-align: center;
	padding: 14px !important;
	background: #036;
	color: #FFF;
	font-size: 17px;
	border: 1px solid rgba(0, 0, 0, 0.2) !important;
}
.table-section .table-responsive TD
{
	padding: 14px !important;
	font-size: 15px;
	color: #919191;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	line-height: 22px;
	margin: 0 0 20px;
	margin: 0;
	background: #FFF;
	border: 1px solid #DEDEDE !important;
}
.table-section .table-responsive TR:nth-child(2n+1) TD
{
	background: #F5F5F5;
}
.testimonial-section IMG
{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	padding: 10px;
	border: 1px solid #EEE;
	float: left;
}
.testimonial-section UL
{
	margin: 0;
	padding: 0;
}
.testimonial-section UL LI
{
	overflow: hidden;
}
.testimonial-section .message-content
{
	margin-left: 180px;
	padding-top: 25px;
	padding-right: 65px;
}
.testimonial-section .message-content P
{
	font-size: 15px;
	color: #919191;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	line-height: 22px;
	margin: 0 0 20px;
	font-size: 18px;
	line-height: 24px;
	margin: 0;
}
.testimonial-section .message-content H6
{
	font-size: 16px;
	color: #000;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	line-height: 30px;
	position: relative;
	margin: 20px 0 0;
}
.testimonial-section .message-content H6 SPAN
{
	font-weight: 600;
}
.testimonial-section .message-content H6:before
{
	content: '';
	width: 110px;
	height: 1px;
	background: #000;
	position: absolute;
	left: 0;
	top: -10px;
}
.testimonial-section .bx-wrapper .bx-pager.bx-default-pager A:hover, .testimonial-section .bx-wrapper .bx-pager.bx-default-pager A.active
{
	background: #036;
	border: 1px solid #036;
}
.project-post
{
	position: relative;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
}
.project-post IMG
{
	width: 100%;
	transition: all 0.23s ease-in-out;
	-moz-transition: all 0.23s ease-in-out;
	-webkit-transition: all 0.23s ease-in-out;
	-o-transition: all 0.23s ease-in-out;
	-webkit-backface-visibility: hidden;
	padding: 3px;
	border: 1px solid #C0BFBF;
	background-color: #FFF;
}
.project-post .hover-box
{
	position: absolute;
	width: 100%;
	text-align: center;
	height: 40px;
	top: 50%;
	margin-top: -20px;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.23s ease-in-out;
	-moz-transition: all 0.23s ease-in-out;
	-webkit-transition: all 0.23s ease-in-out;
	-o-transition: all 0.23s ease-in-out;
}
.project-post .hover-box A
{
	display: inline-block;
	text-decoration: none;
	transition: all 0.23s ease-in-out;
	-moz-transition: all 0.23s ease-in-out;
	-webkit-transition: all 0.23s ease-in-out;
	-o-transition: all 0.23s ease-in-out;
	width: 40px;
	height: 40px;
	background: #036;
}
.project-post .hover-box A I
{
	font-size: 18px;
	color: #FFF;
	line-height: 40px;
}
.project-post .hover-box A.zoom
{
	margin-left: 40px;
}
.project-post .hover-box A.page
{
	margin-right: 40px;
}
.project-post:hover IMG
{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.project-post:hover .hover-box
{
	opacity: 1;
	visibility: visible;
}
.project-post:hover .hover-box A.zoom
{
	margin-left: 0px;
}
.project-post:hover .hover-box A.page
{
	margin-right: 0px;
}
BUTTON.mfp-close, BUTTON.mfp-arrow
{
	outline: none;
}
.carousel-control .glyphicon
{
	display: none;
}
.carousel-control
{
	width: 24px;
	height: 47px;
	background: none;
	text-align: center;
	text-shadow: none;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	-o-text-shadow: none;
	opacity: 1;
	top: 50%;
	margin-top: -23px;
	transition: all 0.23s ease-in-out;
	-moz-transition: all 0.23s ease-in-out;
	-webkit-transition: all 0.23s ease-in-out;
	-o-transition: all 0.23s ease-in-out;
}
.carousel-control.left
{
	left: 0px;
	background: rgba(0, 0, 0, 0.5);
}
.carousel-control.left:before
{
	font-family: FontAwesome;
	content: "\f104";
	font-size: 19px;
	line-height: 47px;
	color: #FFF;
	top: -1px;
	left: 8px;
}
.carousel-control.right
{
	right: 0;
	background: rgba(0, 0, 0, 0.5);
}
.carousel-control.right:before
{
	font-family: FontAwesome;
	content: "\f105";
	font-size: 19px;
	line-height: 47px;
	color: #FFF;
	top: -1px;
	left: 10px;
}
.carousel-control.left:hover
{
	background: #000;
}
.carousel-control.right:hover
{
	background: #000;
}
.horizontal-tabs-box .nav-tabs
{
	float: none;
	width: auto;
	border: none;
}
.horizontal-tabs-box .nav-tabs LI
{
	float: left;
	border: 1px solid #EEE;
	border-bottom: none;
	margin: 0;
	margin-right: 10px;
}
.horizontal-tabs-box .nav-tabs LI A
{
	padding: 20px;
}
.horizontal-tabs-box .nav-tabs LI A I
{
	margin-right: 8px;
}
.horizontal-tabs-box .nav-tabs LI.active A
{
	color: #FFF;
	background: #036;
}
.horizontal-tabs-box .nav-tabs LI.active A I
{
	color: #FFF;
}
.horizontal-tabs-box .tab-content
{
	margin-left: 0px;
}
.inflow-line-section
{
	background: #004888;
	overflow: hidden;
}
.inflow-line-section A
{
	display: inline-block;
	text-decoration: none;
	transition: all 0.23s ease-in-out;
	-moz-transition: all 0.23s ease-in-out;
	-webkit-transition: all 0.23s ease-in-out;
	-o-transition: all 0.23s ease-in-out;
	float: right;
	padding: 6px 12px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	background: #FFF;
	color: #444;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 14px;
	box-shadow: 2px 2px 2px #373333;
}
.inflow-line-section A:hover
{
	background-color: #5C98CC;
	color: #FFF;
	text-shadow: 1px 1px 2px #202020;
}
.inflow-line-section P
{
	font-size: 15px;
	color: #919191;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	line-height: 22px;
	margin: 0 0 20px;
	color: #FFF;
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
	margin: 15px 0 0;
	text-transform: none;
}
.inflow-line-section P SPAN
{
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px #00294D;
}
.box-section SPAN.b-letter
{
	color: #49A7FF;
	font-weight: 700;
}
UL.clients
{
	margin: 0;
	padding: 0;
	overflow: hidden;
	margin: 0 -10px;
}
UL.clients LI
{
	float: left;
	width: 33.333333%;
	list-style: none;
	margin: 0;
	padding: 0 10px;
}
UL.clients LI A
{
	width: 100%;
	display: inline-block;
	text-decoration: none;
	transition: all 0.23s ease-in-out;
	-moz-transition: all 0.23s ease-in-out;
	-webkit-transition: all 0.23s ease-in-out;
	-o-transition: all 0.23s ease-in-out;
	background: #C9C9C9;
}
UL.clients LI A IMG
{
	width: 100%;
}
UL.clients LI A:hover
{
	opacity: 0.7;
}
.blog-section .blog-post
{
	margin-bottom: 20px;
	background: #FFF;
	-webkit-backface-visibility: hidden;
}
.blog-section .blog-post .post-box
{
	overflow: hidden;
	border-bottom: 1px solid #E5E5E5;
}
.blog-section .blog-post .post-box UL.post-tags
{
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;
	padding: 20px 0;
	width: 100px;
}
.blog-section .blog-post .post-box UL.post-tags LI
{
	list-style: none;
	padding: 8px 0;
}
.blog-section .blog-post .post-box UL.post-tags LI I
{
	display: block;
	font-size: 20px;
	color: #B6B6B6;
	margin-bottom: 4px;
}
.blog-section .blog-post .post-box UL.post-tags LI SPAN
{
	display: inline-block;
	color: #A1A1A1;
	font-size: 12px;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	margin: 0;
}
.blog-section .blog-post .post-box UL.post-tags LI A
{
	display: inline-block;
	text-decoration: none;
	transition: all 0.23s ease-in-out;
	-moz-transition: all 0.23s ease-in-out;
	-webkit-transition: all 0.23s ease-in-out;
	-o-transition: all 0.23s ease-in-out;
	color: #A1A1A1;
	font-size: 12px;
	font-family: Roboto, sans-serif;
	font-weight: 300;
}
.blog-section .blog-post .post-box UL.post-tags LI A:hover
{
	color: #036;
}
.blog-section .blog-post .post-gal
{
	float: right;
	position: relative;
	width: 310px;
}
.blog-section .blog-post .post-gal IMG
{
	width: 100%;
	-webkit-backface-visibility: hidden;
}
.blog-section .blog-post .post-gal .hover-post
{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	transition: all 0.23s ease-in-out;
	-moz-transition: all 0.23s ease-in-out;
	-webkit-transition: all 0.23s ease-in-out;
	-o-transition: all 0.23s ease-in-out;
}
.blog-section .blog-post .post-gal .hover-post A
{
	position: relative;
	top: 50%;
	left: 50%;
	width: 100px;
	text-align: center;
	margin-left: -50px;
	margin-top: -19px;
	color: #FFF;
	font-family: Roboto, sans-serif;
	font-size: 13px;
	display: inline-block;
	text-decoration: none;
	transition: all 0.23s ease-in-out;
	-moz-transition: all 0.23s ease-in-out;
	-webkit-transition: all 0.23s ease-in-out;
	-o-transition: all 0.23s ease-in-out;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background: #036;
	padding: 9px 16px;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
}
.blog-section .blog-post .post-gal .hover-post A:hover
{
	opacity: 0.7;
}
.blog-section .blog-post H2
{
	font-size: 18px;
	font-family: Roboto, sans-serif;
	color: #444;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 0 16px;
	text-transform: inherit;
	color: #40434C;
	padding: 14px 18px;
	font-weight: 300;
	line-height: 24px;
}
.blog-section .blog-post H2 A
{
	color: #40434C;
}
.blog-section .blog-post:hover .post-gal .hover-post
{
	opacity: 1;
	visibility: visible;
}
.blog-section .blog-post:hover .post-gal .hover-post A
{
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
}
.inner-fullscreen
{
	padding: 10px;
	background: #FFF;
}
.portfolio-box.fullscreen-masonry .project-post
{
	padding: 10px;
	width: 24.98%;
	margin: 0;
}
.portfolio-box.fullscreen-masonry .project-post:hover IMG
{
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
}
.banner
{
	position: relative;
	margin-bottom: 15px;
}
.banner IMG
{
	width: 100%;
}
.banner H1
{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -25px;
	text-align: center;
	color: #FFF;
	font-size: 26px;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	text-transform: inherit;
}
.banner H1 SPAN
{
	display: inline-block;
	padding: 10px 15px;
	background: rgba(0, 0, 0, 0.6);
}
.pager-line
{
	text-align: center;
	overflow: hidden;
	position: relative;
}
.pager-line A.prev
{
	float: left;
}
.pager-line A.next
{
	float: right;
	margin-right: 1px;
}
.pager-line > A
{
	display: inline-block;
	text-decoration: none;
	transition: all 0.23s ease-in-out;
	-moz-transition: all 0.23s ease-in-out;
	-webkit-transition: all 0.23s ease-in-out;
	-o-transition: all 0.23s ease-in-out;
	padding: 1px 5px;
	border: 1px solid #EBEBEB;
	color: #666;
	font-size: 12px;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	background: #FFF;
	margin-top: 4px;
}
.pager-line > A I
{
	font-size: 14px;
	margin-right: 3px;
}
.pager-line > A:hover
{
	border: 1px solid #036;
	color: #FFF;
	background: #036;
}
.pager-line UL
{
	margin: 0;
	padding: 0;
}
.pager-line UL LI
{
	display: inline-block;
	margin-right: -4px;
	padding: 5px 0px 5px 10px;
	background: #5C98CC;
}
.pager-line UL LI A
{
	display: inline-block;
	text-decoration: none;
	transition: all 0.23s ease-in-out;
	-moz-transition: all 0.23s ease-in-out;
	-webkit-transition: all 0.23s ease-in-out;
	-o-transition: all 0.23s ease-in-out;
	font-size: 12px;
	font-family: Roboto, sans-serif;
	color: #FFF;
}
.pager-line UL LI A:hover
{
	opacity: 0.7;
}
.pager-line UL LI:before
{
	content: '\f01d';
	font-family: FontAwesome;
	color: #FFF;
	font-size: 12px;
	margin-right: 10px;
}
.pager-line UL LI:first-child:before
{
	content: '';
	margin-right: 0;
}
.pager-line UL LI:last-child
{
	padding-right: 10px;
}
DIV.pager-line UL LI.breadcrumb
{
	color: #FFF;
	font-weight: normal;
	padding-right: 20px;
	padding-left: 20px;
	text-shadow: 1px 1px 1px #414244;
	font-family: Roboto, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
}
.pager-line:after
{
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	left: 0;
	top: 15px;
	background: #EBEBEB;
	z-index: -1;
}
.portfolio
{
	padding: 10px;
	background: #FFF;
	margin-bottom: 20px;
}
.portfolio-box.col2 .project-post
{
	padding: 10px;
	width: 50%;
	margin: 0;
}
.portfolio-box.col2 .project-post IMG
{
	width: 100%;
}
.portfolio-box.col2 .project-post:hover IMG
{
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
}
.portfolio-box.col3 .project-post
{
	padding: 10px;
	width: 33.3%;
	margin: 0;
}
.portfolio-box.col3 .project-post IMG
{
	width: 100%;
}
.portfolio-box.col3 .project-post:hover IMG
{
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
}
UL.pagination-list
{
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}
UL.pagination-list LI
{
	display: inline-block;
}
UL.pagination-list LI A
{
	display: inline-block;
	text-decoration: none;
	transition: all 0.23s ease-in-out;
	-moz-transition: all 0.23s ease-in-out;
	-webkit-transition: all 0.23s ease-in-out;
	-o-transition: all 0.23s ease-in-out;
	width: 35px;
	height: 35px;
	text-align: center;
	background: #FFF;
	color: #000;
	font-size: 16px;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	line-height: 35px;
}
UL.pagination-list LI A:hover, UL.pagination-list LI A.active
{
	background: #555;
	color: #FFF;
}
.statistic-post
{
	text-align: center;
	padding: 40px 20px;
	border: 1px solid #F3F3F3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
SPAN.icon-stat
{
	display: inline-block;
	margin-bottom: 20px;
}
SPAN.icon-stat I
{
	color: #036;
	font-size: 32px;
}
.statistic-post P SPAN.timer
{
	display: inline-block;
	color: #060606;
	font-size: 38px;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	line-height: 36px;
	margin: 0 0 12px;
}
.statistic-post P
{
	color: #C7C7C7;
	font-size: 13px;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	margin: 0;
}
.blog-section.col1 .blog-post .post-box
{
	border-bottom: none;
}
.blog-section.col1 .blog-post .post-box .post-gal
{
	float: left;
}
.blog-section.col1 .blog-post .post-box .post-content
{
	float: left;
	width: 440px;
	padding: 18px 20px;
}
.blog-section.col1 .blog-post .post-box .post-content H2
{
	font-size: 18px;
	font-family: Roboto, sans-serif;
	color: #444;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 0 16px;
	font-weight: 300;
	margin-bottom: 6px;
	color: #40434C;
	padding: 0;
	text-transform: inherit;
}
.blog-section.col1 .blog-post .post-box .post-content H2 A
{
	color: #40434C;
}
.blog-section.col1 .blog-post .post-box .post-content P
{
	font-size: 15px;
	color: #919191;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	line-height: 22px;
	margin: 0 0 20px;
	margin-bottom: 0;
}
.map
{
	height: 340px;
}
#contact-form
{
	overflow: hidden;
}
.text-fields
{
	float: left;
	width: 230px;
	padding-right: 10px;
}
.comment-area
{
	float: left;
	width: 400px;
	padding-right: 10px;
}
.submit-area
{
	width: 180px;
	float: left;
}
.float-input
{
	position: relative;
	padding-left: 58px;
}
.float-input SPAN
{
	position: absolute;
	width: 58px;
	height: 58px;
	border: 1px solid #EAEAEA;
	top: 0px;
	left: 0px;
	z-index: 2;
	text-align: center;
}
.float-input SPAN I
{
	line-height: 32px;
	font-size: 12px;
	color: #B4B4B4;
	display: inline-block;
	width: 32px;
	height: 32px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #B4B4B4;
	margin-top: 13px;
	transition: all 0.23s ease-in-out;
	-moz-transition: all 0.23s ease-in-out;
	-webkit-transition: all 0.23s ease-in-out;
	-o-transition: all 0.23s ease-in-out;
}
#contact-form INPUT[type="text"], #contact-form TEXTAREA, .comment-form INPUT[type="text"], .comment-form TEXTAREA
{
	color: #848484;
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	border: 1px solid #EEE;
	border-left: none;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	outline: none;
	width: 100%;
	padding: 18px;
	display: block;
	margin-bottom: 10px;
	transition: all 0.23s ease-in-out;
	-moz-transition: all 0.23s ease-in-out;
	-webkit-transition: all 0.23s ease-in-out;
	-o-transition: all 0.23s ease-in-out;
}
#contact-form INPUT[type="text"]:focus + SPAN I, .comment-form INPUT[type="text"]:focus + SPAN I
{
	color: #FFF;
	background: #036;
	border: 1px solid #036;
}
#contact-form TEXTAREA, .comment-form TEXTAREA
{
	height: 194px;
	border: 1px solid #EAEAEA;
}
#contact-form BUTTON, .comment-form BUTTON
{
	width: 100%;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	padding: 65px 20px;
	background: #036;
	border: none;
	outline: none;
	transition: all 0.23s ease-in-out;
	-moz-transition: all 0.23s ease-in-out;
	-webkit-transition: all 0.23s ease-in-out;
	-o-transition: all 0.23s ease-in-out;
	-webkit-font-smoothing: antialiased;
	-webkit-backface-visibility: hidden;
}
#contact-form BUTTON I, .comment-form BUTTON I
{
	display: block;
	color: #FFF;
	font-size: 36px;
	margin-bottom: 8px;
}
#contact-form BUTTON:hover, .comment-form BUTTON:hover
{
	background-color: #5C98CC;
	text-shadow: 1px 1px 1px #3D3D3D;
}
#contact-form .message, .comment-form .message
{
	height: 20px;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	float: right;
	margin-top: 5px;
}
#contact-form .message.error, .comment-form .message.error
{
	color: #EB2C06;
}
#contact-form .message.success, .comment-form .message.success
{
	color: #1E9397;
}
.single-post
{
	background: #FFF;
	margin-bottom: 20px;
}
.single-post IMG
{
	width: 100%;
}
.single-post .single-post-content
{
	padding: 14px 20px;
}
.single-post .single-post-content A.buttonStyle
{
	text-decoration: none;
	color: #FFF;
	font-family: Roboto, sans-serif;
	font-size: 13px;
	display: inline-block;
	text-decoration: none;
	transition: all 0.23s ease-in-out;
	-moz-transition: all 0.23s ease-in-out;
	-webkit-transition: all 0.23s ease-in-out;
	-o-transition: all 0.23s ease-in-out;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background: #036;
	padding: 9px 16px;
}
.single-post .single-post-content A.buttonStyle:hover
{
	opacity: 0.7;
	color: #FFF;
}
.single-post H1
{
	color: #036;
	font-size: 24px;
	font-family: Roboto, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 0 20px;
	text-transform: inherit;
	color: #000;
	font-size: 26px;
	margin-bottom: 15px;
	font-weight: 300;
}
.single-post .post-tags
{
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
.single-post .post-tags LI
{
	display: inline-block;
	margin-right: 15px;
}
.single-post .post-tags LI A, .single-post .post-tags LI SPAN
{
	display: inline-block;
	font-size: 15px;
	color: #919191;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	line-height: 22px;
	margin: 0 0 20px;
	margin-bottom: 0;
	font-size: 12px;
	color: #A1A1A1;
	margin-top: -4px;
}
.single-post .post-tags LI I
{
	font-size: 20px;
	color: #B6B6B6;
	margin-right: 10px;
}
.single-post P
{
	font-size: 15px;
	color: #919191;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	line-height: 22px;
	margin: 0 0 20px;
}
.comment-section
{
	margin-bottom: 20px;
	overflow: hidden;
}
.comment-section UL
{
	margin: 0;
	padding: 0;
}
.comment-section UL LI
{
	list-style: none;
}
.comment-box
{
	overflow: hidden;
	margin-bottom: 30px;
}
.comment-box IMG
{
	float: left;
	max-width: 80px;
}
UL.depth
{
	margin-left: 100px;
}
UL.depth LI
{
	position: relative;
}
UL.depth LI:before
{
	position: absolute;
	content: '';
	width: 40px;
	height: 40px;
	top: 0;
	left: -60px;
	border-left: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
.comment-content
{
	padding-left: 100px;
}
.comment-content H6
{
	color: #3C3C3C;
	font-size: 14px;
	font-family: Roboto, sans-serif;
	line-height: 22px;
	border-bottom: 1px solid #E5E5E5;
	display: inline-block;
	margin: -4px 0 7px;
	padding-bottom: 4px;
}
.comment-content H6 SPAN
{
	color: #D1D1D1;
	font-style: normal;
}
.comment-content P
{
	color: #A3A3A3;
	font-size: 18px;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	line-height: 26px;
}
.comment-form
{
	overflow: hidden;
}
.comment-form .text-fields, .comment-form .submit-area
{
	width: 50%;
}
.comment-form TEXTAREA
{
	height: 126px;
}
.comment-form INPUT[type="submit"]
{
	width: 100%;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
	font-weight: 300;
	padding: 18px 5px 19px;
	background: #036;
	border: none;
	outline: none;
	transition: all 0.23s ease-in-out;
	-moz-transition: all 0.23s ease-in-out;
	-webkit-transition: all 0.23s ease-in-out;
	-o-transition: all 0.23s ease-in-out;
	-webkit-font-smoothing: antialiased;
	-webkit-backface-visibility: hidden;
}
.comment-form INPUT[type="submit"]:hover
{
	opacity: 0.7;
}
.dark
{
	background: url('');
}
.dark .box-section H2, .dark #sidebar .sidebar-section.white-box H2, .dark .inflow-section UL.feature-list LI H3, .dark .team-section .team-post .right-part H3, .dark .features-section2 UL.feat-list LI DIV H3, .dark .fontawesome-section UL.icon-list LI, .dark .services-section3 .services-post A, .dark .testimonial-section .message-content H6
{
	color: #FFF;
}
.dark .features-section2 UL.feat-list LI:hover DIV H3
{
	color: #036;
}
.dark #sidebar .sidebar-section.white-box, .dark HEADER .header-logo, .dark #slider, .dark .box-section, .dark .blog-section .blog-post, .dark FOOTER .footer-line
{
	background: rgba(0, 0, 0, 0.5);
}
.dark .recent-post-box UL LI, .dark .team-section .team-post .right-part H3, .dark .fontawesome-section UL.icon-list LI, .dark .blog-section .blog-post .post-box
{
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.dark .recent-post-box UL LI:last-child
{
	border-bottom: none;
}
.dark .vertical-tabs-box .tab-content, .dark .horizontal-tabs-box .tab-content, .dark .team-section .team-post .left-part IMG, .dark .meter, .dark .services-section3 .services-post, .dark .testimonial-section IMG
{
	border: 1px solid rgba(0, 0, 0, 0.2);
}
.dark .vertical-tabs-box .nav-tabs LI, .dark .horizontal-tabs-box .nav-tabs LI
{
	border-left: 1px solid rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.dark .vertical-tabs-box .nav-tabs LI, .dark .horizontal-tabs-box .nav-tabs LI:first-child, .dark .fontawesome-section UL.icon-list LI:first-child, .dark .services-section3 .services-post A, .dark .horizontal-tabs-box .nav-tabs LI
{
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.dark .testimonial-section .message-content H6:before
{
	background: #FFF;
}
.dark .horizontal-tabs-box .nav-tabs LI
{
	border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.dark .blog-section .blog-post H2 A, .dark FOOTER .footer-line P
{
	color: #D8D8D8;
}
.dark .inflow-line-section
{
	background: #036;
}
.dark UL.clients LI A, .dark FOOTER .footer-line A
{
	background: #000;
}
.dark .carousel-control.left, .dark .carousel-control.right
{
	background: rgba(255, 255, 255, 0.22);
}
.dark .carousel-control.right
{
	margin-right: 1px;
}
.dark .vertical-tabs-box .nav-tabs LI A, .dark .horizontal-tabs-box .nav-tabs LI A
{
	background: rgba(0, 0, 0, 0.2);
	color: #FFF;
}
.dark .vertical-tabs-box .nav-tabs LI.active A, .dark .horizontal-tabs-box .nav-tabs LI.active A
{
	background: #036;
}
.dark .vertical-tabs-box .tab-content .tab-pane, .dark .horizontal-tabs-box .tab-content .tab-pane
{
	background: rgba(0, 0, 0, 0.2);
}
.dark .vertical-tabs-box .tab-content .tab-pane P, .dark .horizontal-tabs-box .tab-content .tab-pane P
{
	color: #D8D8D8;
}
FOOTER
{
	margin-bottom: 40px;
}
FOOTER .up-footer
{
	background: #004888;
	padding: 20px;
	box-shadow: 2px 2px 2px #383838;
	margin-bottom: 20px;
}
FOOTER .up-footer H2
{
	font-size: 16px;
	font-family: Roboto, sans-serif;
	color: #BBB;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 0 16px;
	font-size: 16px;
	font-weight: 400;
	color: #FFF;
	-webkit-font-smoothing: antialiased;
	padding-bottom: 10px;
	border-bottom: 1px solid #5C98CC;
	text-transform: inherit;
	text-shadow: 1px 1px 2px #242424;
}
FOOTER .up-footer .footer-widgets
{
	margin-bottom: 30px;
}
FOOTER .up-footer .widget.footer-widgets.menu-widget
{
	color: #FFF;
}
FOOTER .up-footer .footer-widgets UL.tag-list
{
	margin: 0;
	padding: 0;
}
FOOTER .up-footer .footer-widgets.contakt-widget
{
	color: #FFF;
}
FOOTER .up-footer DIV.widget.footer-widgets.contakt-widget UL LI SPAN.sidebar-fon
{
	padding-left: 15px;
}
FOOTER .up-footer DIV.widget.footer-widgets.contakt-widget UL
{
	margin-left: -40px;
	list-style-type: none;
}
FOOTER .up-footer DIV.widget.footer-widgets.contakt-widget UL LI SPAN.sidebar-fax
{
	padding-left: 17px;
}
FOOTER .up-footer .footer-widgets UL.tag-list LI
{
	display: inline-block;
	margin-right: 7px;
	margin-bottom: 10px;
}
FOOTER .up-footer .footer-widgets UL.tag-list LI A
{
	display: inline-block;
	text-decoration: none;
	transition: all 0.23s ease-in-out;
	-moz-transition: all 0.23s ease-in-out;
	-webkit-transition: all 0.23s ease-in-out;
	-o-transition: all 0.23s ease-in-out;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	padding: 4px 10px;
	border: 1px solid #FFF;
	color: #FFF;
	font-size: 12px;
	font-family: Roboto, sans-serif;
}
FOOTER .up-footer .footer-widgets UL.tag-list LI A:hover
{
	background: #5C98CC;
	color: #FFF;
	text-shadow: 1px 1px 1px #212121;
}
FOOTER .up-footer .footer-widgets UL.tweet-list
{
	margin: 0;
	padding: 0;
}
FOOTER .up-footer .footer-widgets UL.tweet-list LI
{
	list-style: none;
	margin-bottom: 8px;
}
FOOTER .up-footer .footer-widgets UL.tweet-list LI P
{
	color: #FFF;
	font-size: 13px;
	font-weight: 100;
	-webkit-font-smoothing: antialiased;
	font-family: Roboto, sans-serif;
	margin: 0;
	line-height: 17px;
}
FOOTER .up-footer .footer-widgets UL.tweet-list LI P A
{
	text-decoration: underline;
	color: #FFF;
	transition: all 0.23s ease-in-out;
	-moz-transition: all 0.23s ease-in-out;
	-webkit-transition: all 0.23s ease-in-out;
	-o-transition: all 0.23s ease-in-out;
}
FOOTER .up-footer .footer-widgets UL.tweet-list LI P A.autor
{
	font-weight: 700;
	text-decoration: none;
}
FOOTER .up-footer .footer-widgets UL.tweet-list LI P A:hover
{
	opacity: 0.6;
}
FOOTER .up-footer .footer-widgets UL.tweet-list LI P SPAN
{
	display: block;
}
FOOTER .up-footer .footer-widgets UL.flickr-list
{
	margin: 0;
	padding: 0;
}
FOOTER .up-footer .footer-widgets UL.flickr-list LI
{
	display: inline-block;
	margin-right: 2px;
	margin-bottom: 6px;
}
FOOTER .up-footer .footer-widgets UL.flickr-list LI A
{
	display: inline-block;
	text-decoration: none;
	transition: all 0.23s ease-in-out;
	-moz-transition: all 0.23s ease-in-out;
	-webkit-transition: all 0.23s ease-in-out;
	-o-transition: all 0.23s ease-in-out;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #FFF;
}
FOOTER .up-footer .footer-widgets UL.flickr-list LI A IMG
{
	max-width: 45px;
}
FOOTER .up-footer .footer-widgets UL.flickr-list LI A:hover
{
	opacity: 0.7;
}
FOOTER .up-footer .footer-widgets UL.flickr-list LI:nth-child(4n)
{
	margin-right: 0;
}
FOOTER .footer-line
{
	overflow: hidden;
	padding: 20px;
	background: #FFF;
	box-shadow: 2px 2px 2px #383838;
}
FOOTER .footer-line P
{
	float: left;
	font-size: 15px;
	color: #919191;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	line-height: 22px;
	margin: 0 0 20px;
	margin: 10px 0;
}
FOOTER .footer-line A
{
	display: inline-block;
	text-decoration: none;
	transition: all 0.23s ease-in-out;
	-moz-transition: all 0.23s ease-in-out;
	-webkit-transition: all 0.23s ease-in-out;
	-o-transition: all 0.23s ease-in-out;
	float: right;
	width: 42px;
	height: 42px;
	background: #036;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
FOOTER .footer-line A I
{
	font-size: 26px;
	color: #FFF;
	line-height: 42px;
}
FOOTER .footer-line A:hover
{
	opacity: 0.7;
}
@media (max-width: 1199px)
{
	#sidebar
	{
		width: 230px;
	}
	#content
	{
		width: 690px;
	}
	.social-box UL LI
	{
		margin-left: 0;
	}
	P.flex-caption
	{
		font-size: 15px;
		padding: 27px 140px 26px 20px;
	}
	.team-section .team-post .left-part UL.social-team LI
	{
		margin-left: -2px;
	}
	.services-section3 .services-post .up-part H2
	{
		font-size: 16px;
	}
	.blog-section .blog-post .post-gal
	{
		width: 240px;
	}
	.blog-section .blog-post .post-box UL.post-tags
	{
		width: 90px;
	}
	.blog-section .blog-post .post-box UL.post-tags LI
	{
		padding: 0;
	}
	.comment-area
	{
		width: 285px;
	}
	.submit-area
	{
		width: 135px;
	}
	.portfolio-box.fullscreen-masonry .project-post
	{
		width: 33.3%;
	}
	.blog-section.col1 .blog-post .post-box .post-content
	{
		width: 360px;
	}
}
@media (max-width: 991px)
{
	#sidebar
	{
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	#sidebar .sidebar-section.white-box
	{
		display: none;
		box-shadow: 2px 2px 2px #383838;
	}
}
#sidebar .sidebar-section.white-box.sp-box-staerken
{
	padding-bottom: 25px;
}
DIV.text-box.text-box-list UL
{
	color: #7D7D7D;
	list-style-type: square;
	padding-left: 27px;
	margin-bottom: 6px;
}
@media (max-width: 991px)
{
	#content
	{
		width: 100%;
	}
}
FOOTER .up-footer .widget.footer-widgets.menu-widget A
{
	color: #FFF;
	text-decoration: none;
}
FOOTER .up-footer .widget.footer-widgets.menu-widget A:hover
{
	color: #80A7CA;
	border-left: 4px solid #FBA719;
	padding-left: 4px;
}
FOOTER .up-footer DIV.widget.footer-widgets.contakt-widget UL LI SPAN.sidebar-adress
{
	padding-left: 8px;
}
FOOTER .up-footer DIV.widget.footer-widgets.contakt-widget UL LI SPAN.sidebar-mail
{
	padding-left: 22px;
}
FOOTER .up-footer DIV.widget.footer-widgets.contakt-widget UL LI SPAN.sidebar-mobil
{
	padding-left: 28px;
}
@media (max-width: 991px)
{
	HEADER .main-menu
	{
		text-align: center;
	}
	A.elemadded
	{
		display: block;
	}
	.navbar-vertical
	{
		position: absolute;
		left: 0;
		visibility: hidden;
		opacity: 0;
		width: 100%;
		top: 100%;
		-webkit-transform-origin: 0 0;
		-moz-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		-o-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-transform: rotateX(90deg);
		-moz-transform: rotateX(90deg);
		-ms-transform: rotateX(90deg);
		-o-transform: rotateX(90deg);
		transform: rotateX(90deg);
		transition: all 0.23s ease-in-out;
		-moz-transition: all 0.23s ease-in-out;
		-webkit-transition: all 0.23s ease-in-out;
		-o-transition: all 0.23s ease-in-out;
		max-height: 320px;
		overflow-y: scroll;
	}
	.navbar-vertical.active
	{
		visibility: visible;
		opacity: 1;
		-webkit-transform: rotateX(0deg);
		-moz-transform: rotateX(0deg);
		-ms-transform: rotateX(0deg);
		-o-transform: rotateX(0deg);
		transform: rotateX(0deg);
		transition: all 0.23s ease-in-out;
		-moz-transition: all 0.23s ease-in-out;
		-webkit-transition: all 0.23s ease-in-out;
		-o-transition: all 0.23s ease-in-out;
	}
	LI.drop UL.drop-down
	{
		position: relative !important;
		text-align: center !important;
		top: 0 !important;
		left: 0 !important;
		margin-left: 0 !important;
		width: 100% !important;
		visibility: visible !important;
		opacity: 1 !important;
		-webkit-transform: rotateY(0deg) !important;
		-moz-transform: rotateY(0deg) !important;
		-ms-transform: rotateY(0deg) !important;
		-o-transform: rotateY(0deg) !important;
		transform: rotateY(0deg) !important;
		-webkit-transform: rotateX(0deg) !important;
		-moz-transform: rotateX(0deg) !important;
		-ms-transform: rotateX(0deg) !important;
		-o-transform: rotateX(0deg) !important;
		transform: rotateX(0deg) !important;
	}
	.services-post
	{
		max-width: 250px;
		margin: 0 auto 20px;
	}
	.inflow-section .image-place IMG
	{
		margin-bottom: 20px;
	}
	.vertical-tabs-box .tab-content
	{
		margin-left: 234px;
	}
	.skills-section
	{
		text-align: center;
	}
}
.col-md-6 .box-section.skills-section.rp
{
	padding-bottom: 127px;
	text-align: left;
}
@media (max-width: 991px)
{
	.skills-section P
	{
		margin-bottom: 20px;
	}
	.pricing-section UL.pricing-table
	{
		margin-top: 30px;
	}
	.team-section .team-post .left-part
	{
		max-width: 160px;
	}
	.team-section .team-post .right-part
	{
		width: auto;
		float: none;
		margin-left: 160px;
	}
	.float-image-section .image-box IMG
	{
		margin-bottom: 20px;
	}
	.features-section .features-post
	{
		margin-bottom: 20px;
	}
	.blog-section .blog-post .post-gal
	{
		width: 580px;
	}
	.blog-section .blog-post .post-box UL.post-tags
	{
		width: 140px;
	}
	.blog-section .blog-post .post-box UL.post-tags LI
	{
		padding: 15px 0;
	}
	.statistic-post
	{
		margin-bottom: 20px;
	}
	.comment-area
	{
		width: 315px;
	}
	.fullscreen #sidebar
	{
		float: none;
	}
	.fullscreen #content
	{
		margin-left: 0;
		padding: 0 20px;
	}
	.blog-section.col1 .blog-post .post-box .post-content
	{
		width: 100%;
		float: none;
		clear: both;
	}
	.services-section.box-section, .services-section2
	{
		background: #737572;
	}
}
@media (max-width: 767px)
{
	.flex-direction-nav
	{
		display: none;
	}
	P.flex-caption
	{
		padding: 15px;
	}
	.vertical-tabs-box .nav-tabs
	{
		float: none;
		width: 100%;
		border-right: 1px solid #EEE;
	}
	.vertical-tabs-box .tab-content
	{
		margin-left: 0;
	}
	.testimonial-section IMG
	{
		float: none;
		margin-bottom: 10px;
	}
	.testimonial-section .message-content
	{
		margin-left: 0;
	}
	.project-post
	{
		margin-bottom: 20px;
	}
	.horizontal-tabs-box .nav-tabs LI
	{
		float: none;
		display: block;
	}
	.blog-section .blog-post .post-gal
	{
		width: 100%;
		float: none;
	}
	.blog-section .blog-post .post-box UL.post-tags
	{
		width: 100%;
		float: none;
	}
	.blog-section .blog-post .post-box UL.post-tags LI
	{
		display: inline-block;
		padding: 15px;
	}
	.text-fields, .comment-area, .submit-area
	{
		float: none;
		width: 100%;
		padding: 0;
	}
	#contact-form BUTTON
	{
		padding: 20px;
	}
	.portfolio-box.fullscreen-masonry .project-post
	{
		width: 49.9%;
	}
	.portfolio-box.col2 .project-post
	{
		width: 49.9%;
	}
	.portfolio-box.col3 .project-post
	{
		width: 49.9%;
	}
	UL.depth
	{
		margin-left: 0;
	}
	.comment-form .text-fields, .comment-form .submit-area
	{
		width: 100%;
	}
}
@media (max-width: 480px)
{
	.pager-line UL
	{
		display: none;
	}
	.portfolio-box.fullscreen-masonry .project-post
	{
		width: 100%;
	}
	.portfolio-box.col2 .project-post, .portfolio-box.col3 .project-post
	{
		width: 100%;
	}
}
