@charset "utf-8";


/* ---------------------------------------------------------------------- */
/*	01 Import styles
/* ---------------------------------------------------------------------- */

/* bootstrap.css  - include resetes ( Media querys, grid-responsive,layout).*/
@import url("bootstrap/bootstrap.css");
@import url("bootstrap/bootstrap-theme.css");
/*jquery.fancybox.css  - Lightbox*/
@import url("../js/fancybox/jquery.fancybox.css");
/*Style Switcher*/
@import url("skins/theme-options.css");
/*Animations*/
@import url("animations/animate.css");
/*slide.css*/
@import url("slide/camera.css");
/*Flexslider.css*/
@import url("flexslider/flexslider.css");
@import url("flexslider/slide_flex_style.css");
/*carousel*/
@import url("carousel/owl.carousel.css");
@import url("carousel/owl.theme.css");
/*scrollbar*/
@import url("scrollbar/jquery.mCustomScrollbar.css");
/*flickr*/
/*Icons Font-Awesome*/
@import url("fonts/icons/font-awesome.min.css");
/*Google font*/

/* ---------------------------------------------------------------------- */
/*	02 Basic Elements
/* ---------------------------------------------------------------------- */

img {
	max-width:100%;
	height:auto;
}

/* Standar Styles --------------------------------------------------------*/
area{display: inline !important;}
a.view-more {
	padding: 10px 16px;
	line-height: 1.33;
	border-radius: 25px;
	display: inline-block;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	color: #ffffff;
	background: #193c8b;
	background-color: #193c8b;
	padding-top: 9px;
	color: #fff !important;
}

a.view-more:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

a.view-more:focus,
a.view-more:hover {
	color: #333333;
	text-decoration: none;
	color: #ffffff;
	background: #193c8b;
	background-color: #193c8b;
}

a.view-more.active,
a.view-more:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	color: #ffffff;
	background: #193c8b;
	background-color: #193c8b;
	padding-top: 7px;
	background-image: none;
}

/* Supportformulare Send-Button */
.sup-send {
	padding: 10px 16px;
	line-height: 1.33;
	border-radius: 6px !important;
	display: inline-block;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	color: #ffffff;
	background: #193c8b;
	background-color: #193c8b;
	padding-top: 7px;
	color: #fff !important;
}

.sup-send:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.sup-send:focus,
.sup-send:hover {
	color: #333333;
	text-decoration: none;
	color: #ffffff;
	background: #193c8b;
	background-color: #193c8b;
	padding-top: 7px;
}

.sup-send.active,
.sup-send:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	color: #ffffff;
	background: #193c8b;
	background-color: #193c8b;
	padding-top: 7px;
	background-image: none;
}



body{
	font-size: 14px;
	font-family: 'Open Sans', sans-serif !important;
	line-height: 145%;
	color: #333;
	font-weight: normal;
	background: url("../img/patterns/background.jpg");
}
h1, h2, h3, h4, h5, h6 {	
	padding: 5px 0 15px 0;	
	margin: 0;	
	color: #333;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}
p{
	font-weight: 300;
}
ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
thead{background: #333; color: #fff;}
ul.breadcrumb, ul.breadcrcumb li{float: left;}
div.row.crumbs > span > ul{margin-left: 15px;}

.btn-primary{
	color: #fff !import;
	font-size: 11px;
	text-shadow:none;
	text-transform: uppercase;
}
.btn-primary:hover{
	border-color: #cdcdcd;
}
button a{color: #fff;}
.btn:hover{
	opacity: 0.8;
	text-decoration: none;
}
.btn-primary:hover{
	color: #fff;	
}
.paddings{
	padding: 0 0 0 0;
}
.padding-top{
	padding-top: 60px;
}
.padding-bottom{
	padding-bottom: 60px;
}
.padding-top-mini{
	padding-top: 25px;
}
.section-gray{
	background-color: #f7f7f7;
}
.borders{
	border-top: 1px solid #cbd8d8;
	border-bottom: 1px solid #cbd8d8;
}
.border-top{
	border-top: 1px solid #cbd8d8;
}
.border-bottom: {
	border-bottom: 1px solid #cbd8d8;
}
.title-subtitle span{
	display: block;
	font-size: 0.7em;
	line-height: 1.2em;
	font-weight: 300;	
}
.title-subtitle{
	padding: 0 0 15px 0;
}
.position-relative{
	position: relative;
}
hr {
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.20), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.20), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.20), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.20), rgba(0,0,0,0));
}
hr.tall {
	margin: 44px 0;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.20), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.20), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.20), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.20), rgba(0,0,0,0));
}
div.show-grid [class*="col-md-"] span.show-grid-block {
	background-color: #dedede;
	line-height: 40px;
	min-height: 40px;
	text-align: center;
	border: 1px solid #FFF;
	display: block;
}
div.fontawesome-icon-list [class*="col-md-"] {
	margin-bottom: 10px;
}
div.fontawesome-icon-list i {
	margin-right: 10px;
}
div.fontawesome-icon-list a{
	color: #333;
	font-size: 14px;
}
.pattern-portfolios{
	background: #f8f8f8 url("../img/patterns/pattern-portfolios.png");
}
.carousel-indicators {	
	bottom: -5px;	
}
.icon-section{
	font-size: 250px;
	color: #f8f8f8;
	z-index: 0;
	position: absolute;	
}
.icon-section.right{
	right: 3%;
}
.icon-section.left{
	left: 3%;
}
.icon-section.top{
	top: 12%;
}
.icon-section.bottom{
	bottom: 3%;
}

/* Title Heading ---------------------------------------------*/

.titles-heading{
	position: relative;	
	text-align: center;
}

.titles-heading header {
	border:0px !important;
	padding:0 !important;
	margin:0 !important;
}

/*
.titles-heading h2{
	background-color: #fff;
	margin: 0 auto;
	width: 35%;
	font-size: 30px;
	padding: 0 5px;
	z-index: 2;
	position: relative;
	color: #193c8b;
}
*/
.titles-heading h2{
	background-color: #fff;
	margin: 0 auto;
	width: 35%;
	font-size: 30px;
	padding: 0 5px;
	z-index: 2;
	position: relative;
	color: #333;
	font-weight:bold;
}
.titles-heading h2 span{
	font-size: 14px;
	display: block;
	color: #333;
}
.titles-heading h2 i{
	font-size: 1.5em;
	margin: auto 10px;	
}
.titles-heading .line{
	height: 1px;
	z-index: 1;
	width: 80%;
	left: 10%;
	position: absolute;
	top:48%;
	padding:0;
	margin: 0;
}
.section-gray .titles-heading h{
	background-color: #f7f7f7;
}

.titles-heading h1{
	background-color: #fff;
	margin: 0 auto;
	width: 35%;
	font-size: 30px;
	padding: 0 5px;
	z-index: 2;
	position: relative;
	color: #193c8b;
}
.titles-heading h1 span{
	font-size: 14px;
	display: block;
	color: #333;
}
.titles-heading h1 i{
	font-size: 1.5em;
	margin: auto 10px;	
}

.section-gray .titles-heading h1{
	background-color: #f7f7f7;
}


.titles-heading div:nth-child(2) {
	display:table;
	position: relative;
	z-index: 99;
	margin-left:auto;
	margin-right:auto;
}

.titles-heading h2{
	background-color: #fff;
	margin: 0 auto;
	width: 100%;
	font-size: 30px;
	padding: 0 35px;
	z-index: 99;
	position: relative;
	color: #333;
	font-weight:bold;
	display:block;
}

/* ---------------------------------------------------------------------- */
/*	03 HEADER
/* ---------------------------------------------------------------------- */


/* Client Login ----------------------------------------------------------*/

.line{
	height: 3px;
}
.jBar {	
	height: auto;
	display: none;
	padding: 22px 0;
	background:#f7f7f7;
	position:relative;
	color:#FFF;	
}
.jRibbon {
	padding:3px;
	position:absolute;
	top:0px;
	right:0;
	display:none;
	font-size: 12px;
	border-radius: 0 0 0 360px;	
	padding: 0 20px;
	color:#FFF;
	cursor:pointer;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.downarrow {
	position:absolute;
	bottom:-28px;
	z-index: 99;
	border-radius: 0 0 0 360px;	
	padding: 8px 20px;
	line-height: 0;
	color: #fff;
	right:0;
	font-size: 12px;
	cursor: pointer;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;	
}
.up{
	top: -100px;
}
.jBar h5{
	color: #333;
	padding-bottom: 10px:;
}
.jBar input{
	width: 100%;
	margin:0 0 10px 0;
	height: 28px;	
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px;
	border: 0;
}
.jBar .btn{
	border: none;
	width: auto;	
	color: #fff;
	float: left;
	height: auto;
	padding: 5px 10px 7px 10px;
}
.jBar form span{
	float: left;
	margin: 0 7%;
	font-size: 12px;
	color: #333;
}
.jBar .item-service{
	margin: 0;
}
.jBar .head-service i{	
	border-radius: 50%;
	font-size: 12px;
	width: 40px;
	height: 40px;
	padding-top: 12px;
	text-align: center;
	border: 2px solid #193c8b;
	margin-left: 0;
}
.jBar .item-service .head-service h5{
	color: #333;
	font-weight: normal;
	font-style: normal;
	padding-top: 10px;
}
.jBar .item-service p{
	font-size: 13px;
	line-height: 20px;
	color: #333;
}

.jBar i{color: #333;}
.jBar h5{text-transform: uppercase;}
.jTrigger i {color: #fff;}

/*  Info head -----------------------------------------*/

/*
.info-head{
	padding: 5px 0;
	background-color: #f7f7f7;
	border-bottom: 1px solid #cbd8d8;
}
*/

.info-head{
	padding: 5px 0;
	background-color: #fff;
	border-bottom: 1px solid #003399;
}

.info-head ul li{
	list-style: none;
	float: left;
	margin-right: 15px;
	padding-right: 15px;
	font-size: 11px;
	border-right: 1px solid #dedede;
}
.info-head ul li:last-child{
	border-right: 0;
}
.info-head ul li ul li{
	list-style: none;
	float: none;
	margin: 0;
	font-size: 11px;
	border-right: 0;	
	padding: 0;
}
.info-head ul li ul li a{
	padding: 5px 15px;
	line-height: 20px;
	font-size: 10px;
}
.info-head ul li ul li a img{
	padding-right: 10px;
}
.info-head ul li .dropdown-menu{
	min-width: 100px;
	padding: 0;
	left: 30px;
	top: 27px;
	z-index:9999999;
}
.info-head .dropdown-menu > li > a:hover,
.info-head .dropdown-menu > li > a:focus,
.info-head .dropdown-menu > .active > a,
.info-head .dropdown-menu > .active > a:hover,
.info-head .dropdown-menu > .active > a:focus {
	background-color: #f5f5f5;
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f5f5f5), to(#f5f5f5));
	background-image: -webkit-linear-gradient(top, #f5f5f5, 0%, #f5f5f5, 100%);
	background-image: -moz-linear-gradient(top, #f5f5f5 0%, #f5f5f5 100%);
	background-image: linear-gradient(to bottom, #f5f5f5 0%, #f5f5f5 100%);
	color: #000;
}
.info-head ul li a{
	color: #333;
}
.info-head ul li i{
	padding: 5px 5px 0 0;
	color: #666;
	font-size: 14px;
}
.info-head ul li a i{
	font-size: 13px;
	padding-top: 3px;
	padding-left: 5px;
}

/*  Header -------------------------------------------*/

header.delay1 {
	background-color: #fff;
	padding: 22px 0;	
	left: 0;
	width: 100%;
	z-index: 99999;
	position: relative;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;	
}
.is-sticky.delay1 header{
	padding: 10px 0 12px 0;
	z-index: 99999;
	background: rgba(255,255, 255, 1);
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.header-v3 ul{
	float: right;
}
.header-v3, .header-v3 ul li a, .header-v3 ul li i{
	color: #fff;
}
.header-v3 ul li ul li ul a{
	color: #888;
}

/*  Logo Template -------------------------------------------*/

.logo img{
	max-width: 100%;	
}

/*  Main Navigation -----------------------------------------*/


.animated.fadeInDown.delay1.is-sticky {
	z-index:9999;
	background:#fff;
}

.tinynav{ 
	display: none 
}
.sf-menu{	
	margin:0;
	float: right;		
	padding-top: 17px;		
}
.sf-menu ul{
	position:absolute;	
	list-style: none;
	top:-999em;
	width:160px;
	z-index: 999999;
	display:none;
}
.sf-menu ul ul{background: #fff;}

.sf-menu > li{
	position: relative;
	float:left;	
	list-style: none;	
	line-height: 20px;
	margin:0 40px 0 0;	
}
.sf-menu li a i{
	padding-left: 3px;
}
.sf-menu > li:last-child {	
	margin:0;
}
.sf-menu > li > a {
	text-decoration:none;
	display:block;
	font-size:14px;	
	font-weight: 300;
	color:#131313;	
}


.is-sticky.delay1 .sf-menu li:hover ul,.is-sticky.delay1 .sf-menu li.sfHover ul{top:36px;}
.is-sticky.delay1  .sf-menu li li:hover ul,.is-sticky.delay1  ul.sf-menu li li.sfHover ul{left:160px;top:0;}

.sf-menu li:hover ul,.sf-menu li.sfHover ul{top:34px;  left:0px; z-index:9999;}
.sf-menu li:hover li ul,ul.sf-menu li.sfHover li ul{top:-999em}
.sf-menu li.current,.sf-menu li:hover,.sf-menu li.sfHover{
	text-decoration:none;
}
.sf-menu li li a{
	display:block;
	margin:0;
	position:relative;
	z-index: 999;
	text-decoration:none;
	font-size:12px;
	line-height:16px;
	color:#131313;
	overflow:hidden;
	padding:12px 15px;	
	background: #f9f9f9;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.sf-menu li li > a:hover, .sf-menu li li.sfHover > a, .sf-menu li li.current > a{
	color:#1B1823;		
}
.sf-menu li li{
	float:none;
	position:relative;	
	z-index: 999;
	border-bottom: 1px solid #eee;
	background: #f9f9f9;
}
.sf-menu li li a i{
	float: right;
	font-size: 15px;
}
.sf-menu li li:last-child{
	border-bottom: 0;
}
.sf-menu li li a:hover{
	color: #fff;	
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.sf-menu li li:hover ul,ul.sf-menu li li.sfHover ul{left:160px;top:0;}

/* ONEPAGENAV */
.box-onpagenav{ background:#27292B;}

.box-onpagenav a{color: #fff;}
.box-onpagenav  ul li.col-md-2{padding: 1em; border-right: 1px solid #fff; text-align: center;}
.box-onpagenav  ul li.col-md-2:last-child{border:none;}
ul.onepagenav li:last-child {border:none; }
/*ONEPAGE NAV END * /


/*  Title Section  -----------------------------------------*/

.title-section{
	background-color: #f7f7f7;
	background: #f7f7f7 url("../img/patterns/cubes.png");
	border-bottom: 1px solid #cdcdcd;
	padding: 25px 0;
}
.title-section .crumbs,
.title-section .crumbs a{
	color: #999;
	font-size: 13px;
	padding: auto 4px;
}
.title-section .title h1{
	position: relative;
	display: inline;
	margin-left: -15px;
}
.title-section .title{
	padding-bottom: 15px;
	margin: 0 0 20px 0;
}
.title-section .subtitle-section{
	padding: 8px 20px;
	margin-left: 15px;
	font-size: 14px;	
	line-height: 25px;
	color: #fff;	
	top: -6px;	
}
.title-section .title .line-title{
	width: 100%;
	height: 4px;
	left: 0;
	bottom: -4px;
	position: absolute;
}
.search{
	padding-top: 5px;
	margin-right: -15px;
}
.search input{
	font-size: 12px;
	border-right: 0;
}
.info-title-section .incon-title{
	text-align: center;
}
.info-title-section i{
	font-size: 4em;
}
.info-title-section p{
	margin: 0;
}
.subtitle-section{
	position: relative;
}
.subtitle-section .left{
	position: absolute;
	left: -11px;
	top: 0;
	width: 11px;
	height: 100%;
}
.subtitle-section .right{
	position: absolute;
	right: -11px;
	top: 0;
	width: 11px;
	height: 100%;
}


/* ---------------------------------------------------------------------- */
/*	04 General Structure
/* ---------------------------------------------------------------------- */

/*  Box Action ----------------------------------------------*/

.box-action{
	background-color: #27292B;	
	text-align: center;
}
.box-action .title{

	float: left;
}
.box-action p{
	color: #fff;
	padding: 18px 0;
	margin: 0;
	font-weight: 200;
	font-size: 28px;
}
.box-action p.lead{font-size: 24px; font-weight: bold; text-align: left;}
.box-action .button{
	width: 25%;
	height: 100%;
	padding: 20px 0;
	float: right;
	text-align: center;	
	position: relative;
	overflow: hidden;
	margin-right: 40px;
	background: #75B209 !important;
	background-color: #75B209 !important;
}
.box-action .button:hover{
	cursor: pointer;
}
.box-action .button a{
	color: #fff;
	font-size: 24px;
	line-height: 36px;
}
.box-action .button a{
	text-decoration: none;
}

.box-action .arrow_box_action{
	position: absolute;
	width: 33px;
	height: 64px;
	left: -5px;
	top:10%;
}

/*  Item Services ------------------------------------------*/

.border-right{
	border-right: 1px solid #dedede;
	padding-right: 15px;
}
.item-service{
	margin-bottom: 50px;	
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.head-service{
	margin-bottom: 15px;
}
.head-service h4, 
.head-service h5{
	padding: 0;
	margin: 0;
}
.head-service h5{
	line-height: 20px;
	font-style: italic;
}
.head-service i{	
	border-radius: 50%;
	font-size: 22px;
	width: 50px;
	height: 50px;
	padding-top: 14px;
	text-align: center;
}
.item-service:hover .head-service i{
	color: #fff;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

/*  Slide Services ------------------------------------------*/

.animation-services{
	overflow: hidden;
}
.animation-services .text-center .image-big{
	max-width: 100%;
	padding-top: 20px;
}
.animation-services .image-animations{
	position: relative;
}
.animation-services .image-animations .image-big{
	max-width: 95%;
	padding-top: 30px;
	opacity: 0;
}
.animation-services iframe{
	width: 100%;
	height: 330px;
	border: 0;
}
.animation-services .image-animations .icons{
	position: absolute;
	top:0;
	width: 100%;
	height: 100%;	
}
.animation-services .image-animations .icons li{
	position: absolute;	
	width: 70px;
	height: 70px;	
	opacity: 0;
}
.animation-services .image-animations .icons li img{
	width: 100%;
}
.animation-services .image-animations .icons li.one{
	left: 5%;
	top:0%;
}
.animation-services .image-animations .icons li.two{
	right: 40%;
	top:5%;
}
.animation-services .image-animations .icons li.three{
	left: 20%;
	top:35%;
}
.animation-services .image-animations .icons li.four{
	right: 35%;
	top:45%;
}

/* Feature Element ------------------------------------------*/

.feature-element li{
	position: relative;
	display: block;
	padding-bottom: 40px;
}
.feature-element li .line-feature{
	height: 1px;
	background-color: #cdcdcd;
	width: 67%;
	float: left;
	margin-top: 36px;
	position: relative;
}
.feature-element li .line-feature i{
	position: absolute;
	font-size: 18px;
	top: -9px;
	left: -4px;
}
.feature-element li .cirle-feature{
	background-color: #fff;
	text-align: center;
	padding-top: 23px;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	float: left;
	font-size: 22px;
}
.feature-element .text-feature{
	font-size: 14px;
	line-height: 23px;
	margin-left: -5px;
}
.feature-element .text-feature h4{
	padding: 0;
}

/*  Item Services Carousel ------------------------------------------*/

#services-carousel{
	margin-bottom: -10px;	
	margin-top: 53px;
}
.services-carousel{
	overflow: hidden;	
	height: 405px;
}
.services h2{
	text-align: center;
}
.item-service-carousel{
	margin: 0 0 0 8% ;
	text-align: center;	
	background-color: #fff;
	border-left: 1px solid #cbd8d8;
	border-right: 1px solid #cbd8d8;
	z-index: 99;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

.item-service-carousel:hover{
	cursor: move;
	margin-top: -36px;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.item-service-carousel i{
	font-size: 2em;
	padding-top: 0px;
	color: #131313;
}
.item-service-carousel h4{
	border-left: 1px solid #fff;
	color: #fff;
	padding: 0 0 0 20px;
	padding-top: 3px;
	text-align: left;
	margin-left: -20px;
}
.item-service-carousel p{
	text-align: left;
	padding: 20px 20px 0 20px;
	font-size: 14px;
	line-height: 22px;
}
.item-service-carousel a{
	color: #fff;
	font-size: 14px;
	line-height: 20px;
}
.item-service-carousel a:hover{
	text-decoration: none;
}
.item-service-carousel .row{
	margin: 0;
}
.item-service-carousel .color{
	padding: 10px 0;
}
.item-service-carousel .color-small{
	padding: 5px 0;
}


/* Boxes -----------------------------------------------------*/

.boxes h1{
	color: #fff;
	text-align: center;
}
.boxes{
	background: url("../img/example-bg.jpg") no-repeat center center;
	position: relative;
	text-align: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}
.overflow-boxes{
	background-color: #131313;
	background: rgba(0,0,0, 0.6);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Boxes Info ----------------------------------------------*/

.boxes-info{
	background-color: #fff;
	text-align: left;
	padding: 20px;
	border: solid 2px #193c8b;
	border-radius:2%;
	font-size: 14px;

}
.boxes-info h3{
	font-weight: 800;
}
.boxes-info h3 i{
	float: right;
	color: #666;
	font-size: 40px;
	margin-top: -5px;
}
.boxes-info h5{
	padding: 10px 0;
	margin-bottom: 20px;
	font-weight: 800;	
}


/*  Clients ------------------------------------------------*/

.responsive-numbers{
	background-color: #fff;
}
.clients{
	text-align: center;
}
.clients .title-downloads{
	font-weight: 400;
	z-index: 5;
	position: relative;
}
.clients .title-downloads .responsive-numbers span{
	background-color: #131313;
	color: #fff;
	padding: 10px 15px;
	border-radius: 8px;
	font-weight: bold;
}
.clients .title-downloads .logo-clients{
	background-color: #fff;
	color: #131313;
	padding: 0;
	border-radius: 0;
}

/* subtitle-downloads -----------------------------------------------------*/

.subtitle-downloads{
	margin-top: 30px;
	position: relative;	
	z-index: 5;
}
.subtitle-downloads h4{
	background-color: #fff;
	margin: 0 auto;
	width: 28%;
	z-index: 2;
	position: relative;
}
.subtitle-downloads h4 i{
	font-size: 2em;
	margin: auto 10px;
}
.subtitle-downloads .line{
	height: 1px;
	z-index: 1;
	background-color: #dedede;
	width: 80%;
	left: 10%;
	position: absolute;
	top:48%;
}

/* image-clients-downloads -----------------------------------------------------*/

.image-clients-downloads{
	margin: 25px auto 0 auto;
	display: table;
}
.image-clients-downloads li{
	display: inline-block;
	width: 60px;
	margin: auto 5px;
	border: solid 1px #ddd;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.image-clients-downloads li:hover{
	cursor: pointer;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.image-clients-downloads li img{
	width: 100%;
}

/* Sponsors -----------------------------------------------------*/

.sponsors{
	background: #193c8b;
	position: relative;
	text-align: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}
.overflow-sponsors{
	background-color: #131313;
	background: rgba(0,0,0, 0.8);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.sponsors h2{
	color: #fff;
	font-weight: normal;
	font-size: 26px;
}
.sponsors h2 span{
	font-weight: bold;
	font-size: 36px;
	line-height: 46px;
	margin: auto 10px;
}
#sponsors{
	margin: 40px 0 60px 0;
	padding-bottom: 10px;
}
.sponsors .circle{
	position: absolute;
	background-color: #5b5b5b;
	border-radius: 50%;
	padding: 20px 22px;
	left: 47.5%;
	bottom: -35px;
}
.sponsors .circle i{
	color: #fff;
	font-size: 2em;
}

/* Lates Post And Testimonials -----------------------------------------------------*/

.post-testimonials h3{
	border-bottom: 1px solid #193c8b;
}
.box{
	background-color: #f8f8f8;
	margin-top: 30px;
	border: solid #193c8b 1px;	
	height: 430px;
}
.box li{	
	padding: 20px 0 10px 0;
	margin-left: 0px;
	margin-right: 0;
	width: 100%;
	border-bottom: 1px solid #193c8b;
	-webkit-transition: 0.2s all ease;
	-moz-transition: 0.2s all ease;
	-o-transition: 0.2s all ease;
	-ms-transition: 0.2s all ease;
	transition: 0.2s all ease;
}
.box li:last-child{
	margin-bottom: 0px;
	border-bottom: 0;
}
.box li:hover{
	background-color: #fff;
	-webkit-transition: 0.2s all ease;
	-moz-transition: 0.2s all ease;
	-o-transition: 0.2s all ease;
	-ms-transition: 0.2s all ease;
	transition: 0.2s all ease;
}

/* Lates Post -----------------------------------------------------*/

.box .date{
	background-color: #fff;
	text-align: center;
	width: 75%;
	margin: 0 auto;
	font-weight: 300;
	padding-bottom: 10px;
	color: #131313;
	font-size: 23px;
	border-radius: 2px 2px 0 0;
	border: solid #dedede 1px;
	border-bottom: double 4px #dedede;
}
.box .date span i{
	padding-right: 5px;
}
.box .date span{
	display: block;
	border-radius: 2px 2px 0 0;
	color: #fff;
	padding: 2px 0;
	margin-bottom: 6px;
	font-size: 14px;
}
.info{
	border-left: 1px solid #193c8b; 
	margin-left: -10px;
	padding-left: 15px;
	margin-top: 5px;
}
.info h4{
	padding: 5px 0 0 0;
}
.info p{
	font-size: 14px;
}
.box .link{
	text-align: center;
	margin-top: 35%;
	width: 100%;
}
.box .link i{
	font-size: 2em;
}

/* Testimonials -----------------------------------------------------*/

.box .photo{
	border: 1px #dedede solid;
}
.box .photo img{
	width: 100%;
	border: 3px solid #fff;
}
.box .name h4{
	padding: 0 0 5px 10px;
	line-height: 20px;
	margin: 10px auto 16px auto;
	margin-left: -10px;
	border-left: 1px #dedede solid;
}
.box .name span{

	font-size: 14px;
}

/* More Services ------------------------------------------------------*/

.box .image-more-service{
	background-color: #fff;
	text-align: center;
	width: 75%;
	margin: 0 auto;
	font-weight: bold;
	font-size: 26px;
	border: solid #dedede 1px;
}
.box .image-more-service i{
	font-size: 2em;
	line-height: 1.4em;
}


/* important-info -----------------------------------------------------*/

.important-info {
	overflow: hidden;
}
.important-info h1{
	font-weight: bold;
	padding: 0;
}
.important-info .btn{
	background-color: #131313;
	color: #fff;
	font-size: 14px;
}
.important-info .btn:hover{
	color: #fff;
	text-decoration: none;
}
.important-info p, .important-info h1 span{
	color: #fff;
}
.important-info i{
	font-size: 16em;
	color: #fff;
	margin-top: -10px;
	text-align: center;
}
.important-info img{
	max-width: 100%;
}
.important-info .lead{
	margin: 30px auto;
}
.important-info .text-center{
	position: relative;
}
.important-info .title{
	position: absolute;
	bottom: -38px;
	left: 0;
	text-align: center;
	width: 100%;
}
.important-info .title h1{
	color: #fff;
	font-size: 160px;
	font-weight: bold;
	line-height: 170px;	
	text-shadow: 3px 3px 0 #000;
	text-shadow: 2px 3px 3px rgba(0,0,0,0.5);
}

/* Footer -----------------------------------------------------*/

footer{
	background-color: #333;	
}
.footer-bottom{background: #fff;}
.footer-top{
	background: #fff;
}
.footer-top{
	text-align: center;
	padding: 30px 0;
}
.footer-top h3{
	padding: 0;
	font-weight: 300;
}
.footer-top h3 a{
	color: #f5f5f5;
}
.footer-center{
	padding-bottom: 40px;
}
.footer-center .item-center{
	position: relative;	
	padding: 30px 0 0 0;
	text-align: center;
}
.footer-center .item-center:hover i{
	margin-top: -20px;
	cursor: pointer;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.footer-center .item-center .arrow_footer{
	position: absolute;
	background: url("../img/arrow_footer.png") no-repeat center center;
	opacity: 0.9;
	width: 100%;
	height: 15px;
	left: 0;
	top: -15px;
}
.footer-center .item-center h4{
	padding-bottom: 0;
}
.footer-center .item-center i{
	font-size: 1.8em;
	line-height: 1.4em;	
	margin-right:10px;
}
.footer-center .item-center p{
	color: #ddd;
	max-width: 88%;
	margin: 0 auto;
}
.footer-center .top{
	border-bottom: 1px solid #333333;
	margin-bottom: 20px;
}

footer h4, footer h3, footer i{
	color: #f5f5f5;

}
.footer-top h4{color: #193c8b;}

footer p, footer .twitter{
	color: #ddd;	
	font-size: 14px;
	line-height: 23px;
}
.twitter .owl-controls{
	margin-top: 20px;
}
.footer-center .fa-twitter,
.footer-top .fa-twitter{
	font-size: 2.5em;
	float: left;
	margin-right: 20px;
	color: #29c0d4;
}
.footer-top .fa-twitter{
	float: none;
}
footer .border-right{
	border-right: 1px solid #333;
	padding-right: 25px;
}
footer form{
	padding-bottom: 30px;
}
footer .btn{
	border:0;
	font-size: 16px;
	border-radius: 0 3px 3px 0;
	font-weight: 300;
}
footer .btn:hover{
	color: #f5f5f5;
}
footer .input-group-addon, footer input{
	background: #f5f5f5;
	border: 0;
}
footer .input-group-addon i{
	color: #131313;
	text-shadow: 1px 1px 1px #ccc;
}
footer .links li{
	color: #f5f5f5;
	line-height: 32px;
}
footer .links li a{
	color: #f5f5f5;
	padding-left: 7px;
	font-size: 14px;
}

.footer-bottom{
	padding: 30px 0 25px 0;
}
.footer-bottom ul li{
	display: inline-block;
	margin: 0 10px;
}
.footer-bottom ul li a{
	color: #193c8b;
	font-size: 15px;
}
.menu-footer{
/*	padding: 5px 0 0 10px; */
	padding: 5px 0 0 0px; 
}
.menu-footer a{color: #fff;}
.logo-footer{
	float: left;
}
.logo-footer h2{
	color: #f5f5f5;
	line-height: 30px;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 0 10px 0 0;
}

/* Social -----------------------------------------------------*/

footer .social{
	text-align: right;
}
.social li{
	background: #193c8b;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	text-align: center;
	display: inline-block;
	margin: auto 10px;
}
.social li i, .social li a{
	color: #fff;
	text-shadow:none;
	font-size: 1.8em;
	line-height: 38px;
}
.social li:hover i{
	color: #fff;
}
.social li i{color: #fff; font-size: 1.8em;}
.coopring p{
	padding: 5px 0 0 0;
	margin: 0;
	font-size: 14px ;
}
footer .social li{
	width: 56px;
	height: 56px;	
}
footer .social li i{	
	font-size: 1.8em;
	line-height: 58px;
}
footer .tags a{
	color: #dedede;
}
.coopring {font-size: 12px; padding-left: 20px; margin-top: 10px;}

/* Top -----------------------------------------------------*/

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:100%;
	background:url("../img/ui.totop.png") no-repeat left top;
}
#toTopHover {
	background:url("../img/ui.totop.png") no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;	
}
#toTop:active, #toTop:focus {
	outline:none;
}

/* Works Styles ------------------------------------*/

.works{
	
}

#works .item-work {
	max-width: 280px;	

}
#works .item-work:first-child{
	margin-left: 40px;
}
.item-work  img{
	display: block;
  	height: auto;
  	max-width: 100%;
}
.item-work  .hover{
	position: relative;
	overflow: hidden;
}
.item-work  .info-work{
	font-size: 14px;
	padding: 10px 5px;
	background: #fff;
	border:solid 1px #cdcdcd;
	border-top: 0;	
	text-align: center;	
}
.item-work .info-work h4{
	padding: 0;
	font-weight: 300;
}
.item-work .info-work p{
	font-size: 13px;
	line-height: 23px;
}
.item-work .info-work .icons-work{
	display: inline;
	padding: 12px 20px;
	margin-top: 15px;
}
.item-work  .info-work i{
	padding: 0 5px;
	color: #131313;
	font-size: 16px;
}
.item-work  .info-work i:hover{
	cursor: pointer;
}
.overlay{
	position: absolute;	
	left: 0;
	top: 0px;
	opacity: 0;	
	width: 100%;
	height: 100%;	
	z-index: 1;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.item-work:hover .overlay{
	opacity: 1;
	cursor: pointer;	
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.portfolioContainer .item-work{
	margin-bottom: 30px;
}
.carousel img{
	width: 100%;
}
.carousel-control .icon-prev, .carousel-control .icon-next {
	font-size: 50px;
}
.technologies{
	margin: 25px 0;
}
.technologies i{
	font-size: 2em;
	margin:auto 10px;
}
.list li{
	line-height: 35px;
}
.list li i{
	padding-right: 8px;
	font-size: 14px;
}
#slide-services .item-work{
	margin-bottom: 25px;
}
#slide-services .item-work h4{
	font-size: 14px;
}

/* Filters ---------------------------------*/

.portfolioFilter{
	text-align: right;
	margin-bottom: 50px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dedede;
}
.portfolioFilter a{
	margin: auto 10px;
	color: #131313;
	font-size: 14px;
	padding-bottom: 13px;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.portfolioFilter a:hover{
	text-decoration: none;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
   -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;
}

/* Team ---------------------------------*/

.slide-team img{
	max-width: 	100%;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.slide-team img:hover{
	opacity: 0.7;	
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.slide-team .btn{
	margin: 0 0 25px 0;
	padding: 8px 25px;	
}
.slide-team .title-subtitle{
	padding: 0;
}
.slide-team .title-subtitle span{
	line-height: 24px;
	padding-bottom: 5px;
}
.slide-team .text-right{
	float: right;
	padding-right: 10px;
	font-style: italic;
	font-size: 12px;
}
.slide-team .social li:first-child{
	margin-left: 0;
}

/* Skills -------------------------------*/

.meter {      
      position: relative;
      margin: 0 0 20px 0; /* Just for demo spacing */
      background: #e6e6e6;   
      width: 100%;    
    }
    .meter:last-child{
    	margin: 0;
    }
    .meter > span {
      display: block;
      height: 100%;                 
      position: relative;
      color: #fff;
      font-size: 14px;
      padding: 5px 0 5px 10px;
      overflow: hidden;
    }
    .meter > span:after, .animate > span > span {
      content: "";
      position: absolute;
      padding-left: 3%;
      color: #fff;
      top: 0; left: 0; bottom: 0; right: 0;
      background-image: 
         -webkit-gradient(linear, 0 0, 100% 100%, 
            color-stop(.25, rgba(255, 255, 255, .2)), 
            color-stop(.25, transparent), color-stop(.5, transparent), 
            color-stop(.5, rgba(255, 255, 255, .2)), 
            color-stop(.75, rgba(255, 255, 255, .2)), 
            color-stop(.75, transparent), to(transparent)
         );
      background-image: 
        -moz-linear-gradient(
          -45deg, 
            rgba(255, 255, 255, .2) 25%, 
            transparent 25%, 
            transparent 50%, 
            rgba(255, 255, 255, .2) 50%, 
            rgba(255, 255, 255, .2) 75%, 
            transparent 75%, 
            transparent
         );
      z-index: 1;
      -webkit-background-size: 50px 50px;
      -moz-background-size: 50px 50px;
      -webkit-animation: move 2s linear infinite;
         -webkit-border-top-right-radius: 8px;
      -webkit-border-bottom-right-radius: 8px;
             -moz-border-radius-topright: 8px;
          -moz-border-radius-bottomright: 8px;
                 border-top-right-radius: 8px;
              border-bottom-right-radius: 8px;
          -webkit-border-top-left-radius: 20px;
       -webkit-border-bottom-left-radius: 20px;
              -moz-border-radius-topleft: 20px;
           -moz-border-radius-bottomleft: 20px;
                  border-top-left-radius: 20px;
               border-bottom-left-radius: 20px;
      overflow: hidden;
    }
    
    .animate > span:after {
      display: none;
    }
    

.nostripes > span > span, .nostripes > span:after {
     -webkit-animation: none;
      background-image: none;
}

/* Sidebars Page ---------------------------------------------------------*/

aside{
	margin-bottom: 40px;
}
aside .list li{
	border-bottom: 1px solid #dedede;
	line-height: 40px;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
aside .list li:hover{
	background-color: #eee;
	cursor: pointer;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
aside .list li i{
	display: inline-block;
}
aside .list li a{
	display: inline-block;
	font-size: 14px;
	color: #131313;
}
aside .list li a:hover{
	text-decoration: none;
}
aside .search{
	width: 100%;
}

/* Tabs -------------------------------------*/

.tab-content{
	padding: 10px;
	border:solid #dedede 1px;
	border-top: 0;
	border-radius: 0 0 5px 5px;
}
.post-image{
	float: left;
	margin-right: 10px;
}
.post-info{
	font-size: 14px;
	line-height: 22px;
}
.simple-post-list li{
	border-bottom: 1px dotted #E2E2E2;
	min-height: 62px;
	padding: 15px 0;
}
.simple-post-list li:last-child{
	border-bottom: 0;	
}
.tabs .nav li i{
	padding-right: 5px;
}

/* Page Error ------------------------------------------------------------*/

.page-error{
	max-width: 80%;
	margin: 0 auto;
	text-align: center;
}
.page-error h1{
	font-size: 140px;
	line-height: 140px;
}
.page-error h1 i{
	font-size: 200px;
	line-height: 190px;
}
.page-error hr.tall{
	margin: 20px 0 30px 0;
}

/* ACCORDION ------------------------------------------*/

.accordion-trigger h3{
	margin: 0 10px;
}
.accordion-trigger{
	text-decoration: none;
	padding:10px 10px 10px 25px;
	margin:0 0 15px 0;
	cursor: pointer;
	border: 1px solid #f0f0f0;
	background: #f9f9f9 url("../img/toggle.png") no-repeat right 14px;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}
.accordion-trigger i{
	padding-right: 10px;
	font-size: 18px;
}
.accordion-trigger:hover{	
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}
.accordion-container{	
	padding:10px 0;
}
.accordion-container p{
	margin: 0 0 10px 0;
}

/* Sitemap ---------------------------------------------------------------*/

.sitemap{ 
	float:left; 
	display:inline; 
	width:370px; 
	margin-right:2px; 
	font-size: 14px;  
	padding:10px 0 0 0;
	background:url("../img/line_tree1.gif") left repeat-y;
}
.sitemap li{ 
	float:left; 
	width:347px; 
	padding-left:25px; 
	line-height: 35px;
	background:url("../img/line_tree2.gif") 0 center no-repeat;
}

.sitemap li.has_sub{ 
	background:url("../img/line_tree2.gif") 0 17px no-repeat;
}
.sitemap li a{ 
	color:#666; 
	position:relative; 

	text-decoration:none;
}
.sitemap li a:hover{
	color:#cbd6e2; 
	text-decoration:underline;
}
.sitemap ul{ 
	width:132px;  
	padding-top:0;
}

/* Blog -----------------------------------------------------------------*/

.post .post-meta{
	font-size: 12px;
	border: solid 1px #dedede;
	padding: 3px 7px;
	margin: 10px 0;
	display: block;
}
.post .post-meta span,
.post .post-meta i{
	padding: 0 0 0 3px;
	color: #333;
}
.post {
	border-bottom: 1px solid #DDD;
	margin-bottom: 50px;
	padding-bottom: 50px;
}
.post .post-image{
	width: 100%;
	margin-bottom: 5px;
}
.post .post-image img{
	width: 100%;
}
.post h3 a:hover,
.post h2 a:hover{
	text-decoration: none;
}
.post h3{
	padding: 0;
	font-weight: 200;
}
.tags a {
	border: 1px solid #e6e6e6;
	color: #696969;
	font-size: 12px;
	padding: 6px 10px;
	margin: 0 0px 4px 0;
	display: inline-block;
	border-radius: 2px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.tags a:hover {
	border: 1px solid #131313;
	text-decoration: none;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.tags i{
	padding-right: 5px;
}

/* BLOG POST Autor ------------------------------------------------------------*/

.autor{
	border-bottom: 1px solid #dedede;
	padding-bottom: 50px;
	margin-bottom: 50px;
}
.autor h4{
	padding-top: 5px;
}
.autor h3 i,
.comment-post h3 i{
	padding-right: 10px;
}
.content-autor{
	border:1px solid #ccc;
	border-radius: 5px;
	margin-bottom: 30px;
}
.content-autor p{
	margin:10px 0 0 0;
	padding: 0 10px 0 0;	
}
.image-autor{
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	border: solid 4px white;
	overflow: hidden;
	-webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15000000000000002);
	-moz-box-shadow: 2px 2px 15px rgba(0,0,0,0.15000000000000002);
	box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15000000000000002);
	width: 100px;
	height: 100px;
	-webkit-border-radius: 70.799999999999997px;
	-moz-border-radius: 70.799999999999997px;
	border-radius: 70.799999999999997px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
}
.image-autor img{
	width: 100%;
}

/* BLOG POST COMMENTS ------------------------------------------------------------*/

.image-visitor{
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 80px;
	height: 80px;
	-webkit-border-radius: 40.799999999999997px;
	-moz-border-radius: 40.799999999999997px;
	border-radius: 40.799999999999997px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background: #888;
	border: solid 4px white;
	overflow: hidden;
	-webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15000000000000002);
	-moz-box-shadow: 2px 2px 15px rgba(0,0,0,0.15000000000000002);
	box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15000000000000002);
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	transition: all .4s ease-out;
}
.image-visitor img{
	width: 100%;
}
.comment-post{
	border-bottom: 1px solid #dedede;
	padding-bottom: 50px;
	margin-bottom: 50px;
}
.comment-post h6{
	text-align: center;
	line-height:15px;
	padding-bottom: 5px;
	margin-top: 5px;
}
.comment-post .date{
	display: block;
	text-align: center;	
	font: 400 .75em/1 tahoma,sans-serif;
	margin: .2em;
	color: #888;
}
.comment-post  .info-comment{	
	position: relative;
	margin:30px 0;
	padding: 15px;
	border: solid 1px #EEE;	
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;		
	background: white;
	-webkit-box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.09999999999999998);
	-moz-box-shadow: -1px 1px 5px rgba(0,0,0,0.09999999999999998);
	box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.09999999999999998);
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease; 
}
.comment-post  .info-comment:hover {
	-webkit-box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 5px 15px rgba(0,0,0,0.2);
	box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.2);
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
	cursor: pointer;
}
.info-comment a{
	padding: 10px 10px;
	border-radius: 50%;
	font-size: 10px;
	color: #fff;
	position: absolute;
	top: -25px;
	right: -25px;
}
.info-comment p{
	margin: 0;
}
.child{
    margin-left: 10%;  
}
.arrow-comment{
	position: absolute;
	left: -16px;
	top: 20%;	
	width: 16px;
	height: 50px;
}
#form-comment .form-group{
	margin-bottom: 20px;
	overflow: auto;
}
#form-comment h3,
.comment-post h3, 
.autor h3,
.autor h4{
	font-weight: 200;
}

/* Contact ---------------------------------------------------------------*/

#contactUs,
#support{
	padding: 10px 20px 0 20px;
}
#map{
  display: block;
  width: 100%;
  height: 400px;
  margin: 0 auto;
  border-bottom: solid 1px #dedede;
  -moz-box-shadow: 0px 5px 20px #eee;
  -webkit-box-shadow: 0px 5px 20px #eee;
  box-shadow: 0px 5px 20px #eee;
}
address{
	line-height: 35px;
}
address i{
	padding-right: 10px;
}
address strong{
	padding-right: 3px;
}
.form-contact input,
.form-contact select{
	margin-bottom: 20px;
}

/* Pricing Tables  -----------------------------------------------------*/

.item-table{
	background-color: #fff;
	border: 1px solid #d2d2d2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	margin-top: 20px;
	border-radius: 5px;
	text-align: center;
	position: relative;
}
.item-table:hover{
	box-shadow: 0px 3px 3px #adadad, 0px 6px 2px rgba(0,0,0,0.1);
}

.table-item-highlighted {
	margin-top: 0;
	padding-bottom: 20px;	
	z-index: 99;
}
.tables-together .item-table{
	width: 33%;
	float: left;
}
.tables-together .table-item-highlighted {
	margin-top: 0;
	padding-bottom: 20px;
	width: 34%;
}
.table-header {
	background: url("../img/patterns/premium.png");
	border-bottom: 1px solid #ddd;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	font-size: 30px;
	font-weight: 100;
	letter-spacing: -0.05em;
	line-height: 44px;
	padding: 30px 0 20px 0;
	margin: 0;
	text-shadow: 0 2px #fff;
}
.table-item-highlighted .table-header {
	padding-top: 60px;
	padding-bottom: 20px;
	background: url("../img/patterns/plus.png");
}

.table-tagline {
	background: #f2f2f2;
	background: -moz-linear-gradient(top, #fff 0%, #fcfcfc 100%);
	background: -webkit-linear-gradient(top, #fff 0%, #fcfcfc 100%);
	background: linear-gradient(to bottom, #fff 0%, #fcfcfc 100%);	
	border-bottom: 1px solid #ddd;
	color: #ababab;
	font-size: 0.7em;
	font-weight: 400;
	line-height: 2.1em;
	margin-bottom: 4.7em;
	padding-top: 0.1em;
	text-transform: uppercase;
}
.table-price-container {
	min-height: 75px;
	width: 90%;
	margin: 0 auto;
}
.table-price {
	font-weight: 700;

}
.table-price-currency {
	font-size: 1.75em;
	margin-top: -0.7em;
	text-align: right;
}
.table-price-whole {
	font-size: 4em;
	margin-left: 19px;
	padding-bottom: 10px;
}
.table-price-decimals {
	font-size: 22px;
	margin: -19px 0;
	position: absolute;
}
.table-price-period {
	font-size: 16px;
	text-transform: uppercase;
}
.table-discount{	
	width:100%;
	height: 109px;
	position: absolute;	
	top: -40px;
	color: #fff;
	font-weight: bold;
	font-size: 25px;
	line-height: 35px;
	padding-top: 25px;
}
.table-price-discountinfo {
	color: #ababab;
	font-size: 14px;
	line-height: 24px;
	padding-top: 8px;
	text-align: center;
}
.table-features {
	border-top: 1px solid #ebebeb;
	margin: 2em 0;
}
.table-features-item {
	border-bottom: 1px solid #ebebeb;
	padding: 0.25em;
	font-size: 14px;
}
.table-cta {
	font-size: 0.7em;
	font-weight: bold;
	margin-top: 1em;
	text-transform: uppercase;
}
.button-base {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: none;
	box-shadow: 0px 3px 0px #adadad, 0px 6px 2px rgba(0,0,0,0.1);
	color: #fff;
	display: inline-block;
	font-family: 'Open Sans', sans-serif ;
	font-weight: 500;
	margin-bottom: 0.35em;
	padding: 0.8em 2em;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 2px rgba(0,0,0, 0.2);
}
.button-base:hover {
	text-decoration: none;
	color: #fff;
	opacity: 0.8;
}
.button-gray {
	background-color: #c1c1c1;	
}
.table-shadow-left {
	right: -1px;
}
.table-shadow-right {
	left: -1px;
}
.table-shadow {
	height: 557px;
	margin-top: -279px;
	position: absolute;
	top: 50%;
	width: 10px;
}


/* Register User -----------------------------------*/


.register input{
	border-radius: 0;
	height: 35px;
	margin-bottom: 20px;
	padding: 5px 10px;
	font-size: 13px;
	width: 100%;
}
.register .btn{
	height: auto;
	width: auto;
	float: right;
	border:none;
	padding: 10px 15px;
}
.custom_input_file {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    text-align: center;
}
.custom_input_file i{
	font-size: 8em;
}
.custom_input_file .input_file {
    margin: 0;
    padding: 0;
    outline: 0;
    font-size: 10000px;
    border: 10000px solid transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    right: -1000px;
    top: -1000px;
    cursor: pointer;
}


.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap,
.ce-textpic.ce-left .ce-gallery {
	float:left;
	width:30%;
}

.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap img,
.ce-textpic.ce-left .ce-gallery  img {
	width:400px;
	height:auto;
	max-width:80%;
}


.csc-textpic-intext-left-nowrap .csc-textpic-text,
.ce-textpic.ce-left .ce-bodytext {
	float:right;
	width:69%;
}


#banner img.image-embed-item {
	left:-55px;
	float:right;
	bottom:-30px;
	max-height:250px;
	width:auto;
	position:relative;
}

#banner img[width="672"],
#banner img[width="677"] {
	left:10px;
	float:right;
	bottom:-70px !important;
	max-height:160px;
	width:auto;
	position:relative;
}


.imgfullwidthbanner #banner img.image-embed-item {
	max-width:100% !important;
	position:relative;
	right:-60px;
	bottom:-45px;
	left:auto;
}

#banner p a {
	margin-right:5px;
	display:inline-block;
	position:relative;
	z-index:99999;
}
.fancybox-overlay {
	z-index:9999999 !important;
}

/*
#c9420 {
	position:relative;
	margin-top:-60px;
}
*/

.row.show-grid {
	padding-bottom:25px;
	padding-top:25px;
}

@media handheld, only screen and (max-width: 1980px) {

	.item-service-carousel{
		margin: 0 0 0 3% ;
	}
	.services-carousel{
		height: 385px;
	}
}

@media handheld, only screen and (max-width: 1680px) {

	.item-service-carousel{
		margin: 0 3% 0 3% ;
	}
	.item-service-carousel:hover{
		margin-top: -50px;
	}
}

@media handheld, only screen and (max-width: 1600px) {

	.item-service-carousel:hover{
		margin-top: -38px;
	}
	
}

@media handheld, only screen and (max-width: 1400px) {
	.item-service-carousel{
		margin: 0 0 0 7% ;
	}
	.item-service-carousel:hover{
		margin-top: -50px;
	}
	
}

/* ---------------------------------------------------------------------- */
/*	 0.5 Version 1024px
/* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 1024px) {
	
	/* Nav --------------------------------------------------------------*/

	.sf-menu > li{
		margin:0 30px 0 0;	
	}

	/* Slide Responsive---------------------------------------------------*/
	
	.camera_wrap {	
		height: 400px;
	}
	.style_one,
	.style_two{
		margin-top: 6%;
		position: relative;

	}
	.style_one h1,
	.style_two h1{
		font-size: 24px;
		line-height: 40px;
		margin-bottom: 8px;
	}
	.style_one h1 span,
	.style_two h1 span{
		font-size: 42px;
		line-height: 52px;
	}
	.style_one h1 span span{
		padding-bottom: 15px;
	}
	.style_one p,
	.style_two p{
		margin-bottom: 20px;
	}

	/*  Box Action -------------------------------------------------------*/

	.box-action h2{
		font-size: 24px;
		line-height: 35px;
	}
	.box-action .button a{
		font-size: 28px;
	}

	/* Carousel services items -------------------------------------------*/

	#services .owl-prev{
		left: 20%;
	}
	#services  .owl-next{
		right: 20%;
	}
	.services .owl-item{
		margin-top: 76px;
	}
	h1{
		font-size: 30px;
		line-height: 40px;	
	}
	h2{
		font-size: 26px;
		line-height: 36px;
	}

	/* Coments - Post -------------------------------------------*/

	.box .name h4{
		margin-bottom: 0;
	}
	.box p{
		font-size: 14px;
		line-height: 22px;
	}

	/* Title Heading ---------------------------------------------*/

	.titles-heading h2{
		width: auto !important;
	}
	.titles-heading h1{
		width: 35%;
	}
	/* Feature Element ------------------------------------------*/
	
	.feature-element li .cirle-feature{
		width: 65px;
		height: 65px;		
	}	

}

/* ---------------------------------------------------------------------- */
/*	 0.6 Version 1000px
/* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 1000px) {
	
	header{		
		position: relative;		
	}

	/* Nav Responsive ---------------------------------------------*/

	#menu{
		display: none;	
	}
	.tinynav {
		display: inline;
		width: 30%;				
		position:absolute;
		top: -27px;
		right: 20px;
		border-radius: 0;
		font-size: 14px;
		padding: 5px 10px;
		border: 1px solid #dbdbdb;
		height: 30px;	
	} 

	/* Slide Responsive ------------------------------------------*/
	
	.camera_wrap {	
		height: 350px;
		margin-top: 0;
	}
	/* Slide Responsive ------------------------------------------*/
	
	.camera_wrap {	
		height: 300px;
	}
	.style_one,
	.style_two{
		margin-top: 4%;
		position: relative;
	}
	.style_one h1,
	.style_two h1{
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 0px;
	}
	.style_one h1 span,
	.style_two h1 span{
		font-size: 30px;
		line-height: 40px;
	}
	.style_one h1 span span{
		padding-bottom: 10px;
	}
	.style_one p.lead,
	.style_two p.lead{
		margin-bottom: 15px;
		font-size: 16px;
		line-height: 24px;
		margin-top: 15px;
	}
	.style_two .btn,
	.style_one .btn{
		font-size: 13px;
		padding: 5px;
	}
	.style_one .col-md-8,
	.style_two .col-md-8{
		max-width: 70%;
	}
	.style_two .col-md-4,
	.style_one .col-md-4{
		width: 32%;
		position: absolute;
		right: 20px;
		top: 18%;
	}
	.style_one .boxes-info{
		display: none;
	}

	/*  Box Action -------------------------------------------------------*/

	.box-action .title{
		width: 75%;
		float: left;
	}
	.box-action .lead{
		font-size: 20px;
		line-height: 30px;
		font-weight: 300;
	}
	.box-action .button a{
		font-size: 18px;
	}
	.box-action .button a{
		text-decoration: none;
	}

	/* Title Section ------------------------------------------------------*/

	.title-section{		
		margin-top: 0;			
	}		
	.search{
		position: absolute;
		max-width: 30%;
		right: 20px;
		top: -45px;
	}
	.important-info .title h1{
		font-size: 120px;
		line-height: 130px;
	}
	aside .search{
		position: relative;
		max-width: 100%;
		right: 0;
		top: 0;
	}

	/* Carousel - Slide-Services ------------------------------------------------------*/

	.animation-services iframe{	
		height: 250px
	}
	#slide-services .btn{
		margin-bottom: 30px;
	}
	#slide-services .container{
		max-width: 500px;
		text-align: center;
		margin: 0 auto;
	}
	#slide-team{
		text-align: center;
	}
	#slide-team .meter{
		text-align: left;
	}

	/* Clients ----------------------------------------------------------*/

	.responsive-numbers{
		display: block;
	}
	.clients .title-downloads .responsive-numbers span{
		line-height: 70px;
	}
	.image-clients-downloads li{
		margin-bottom: 10px;
	}

	/* Works ------------------------------------------------------*/

	.item-work,
	.carousel{
		max-width: 480px;
		margin: auto auto;
	}
	.item-work img{
		width: 100%;
	}

	.portfolioContainer .col-md-3,
	.portfolioContainer .col-md-4,
	.portfolioContainer .col-md-2{
		margin: 0 auto;
		width: 100%;
	}
	.portfolioFilter a{
		line-height: 50px;	
	}

	.sitemap{
		margin-bottom: 50px;
	}
	
	.arrow-comment{
		position: absolute;		
		top: -16px;	
		width: 100%;
		height: 16px;
		left: 0;
	}
	.info-comment a{
		display: none;
	}
	.child{
		margin: 0 auto;
		width: 80%;
	}

	/* Tables Pricing --------------------------------------------------*/

	.item-table{
		max-width: 500px;
		margin: 0 auto;
		margin-bottom: 50px;
	}
	
	/* Item Services --------------------------------------------------*/
	
	.icon-section{
		display: none;
	}
	.item-service{
		text-align: center;
		max-width: 350px;
		margin: 0 auto 30px auto;
	}
	.feature-element li .col-md-7{
		display: block;
		width: 100%;
		margin-top: 20px;
	}
	.feature-element li .cirle-feature{
		float: none;
	}
	.feature-element li .line-feature{
		width: 80%;
		float: right;
	}
	.border-right{
		border:0;
	}
	.titles-heading h2{
		width: 50%;
	}
	.titles-heading h1{
		width: 50%;
	}

	.boxes-info{
		max-width: 350px;
		margin: 0 auto 30px auto;
	}

	/* Post - Testimonials ----------------------------------------------*/

	.post-testimonials h3, .box{
		max-width: 480px;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.box .link{
		margin-top: 5%;
	}
	.box .info{
		border:0;
		text-align: center;
	}
	.box .date, 
	.box .photo{
		max-width: 40%;
		margin: 0 auto;
	}
	.box .col-md-9{
		text-align: center;
	}
	.box .name h4{
		border:0;
	}

	/* Important Info ---------------------------------------------------*/

	.important-info{
		text-align: center;
	}
	.important-info .btn{
		margin-bottom: 20px;
	}

	.jBar .container{
		max-width: 400px;
		margin: 0 auto;
		text-align: center;
	}
}

/* ---------------------------------------------------------------------- */
/*	0.7 Mobile Version 767px
/* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 768px) {
	
	
	/* Sponsors ----------------------------------------------------------*/

	#sponsors .owl-prev{
		left: 42%;
	}
	#sponsors  .owl-next{
		right: 42%;
	}
	.sponsors h2{
		font-size: 22px;
		line-height: 30px;
	}
	.sponsors h2 span{
		font-size: 30px;
		line-height: 40px;
	}
	#sponsors{		
		margin: 20px 0 80px 0;	
	}
	.sponsors .circle{
		left: 45.5%;
	}
		
	
	/* Footer ----------------------------------------------------------*/

	footer{
		text-align: center;
	}
	.arrow_footer{
		display: none;
	}
	footer .border-right{
		border: 0;
		border-bottom: 1px solid #333;
		padding: 0 0 20px 0;
		margin-bottom: 20px;
	}
	footer .input-group{
		max-width: 420px;
		margin: 0 auto;
	}
	footer form{
		padding-bottom: 10px;
	}
	footer .social{
		display: table;
		margin: 0 auto;
		text-align: center;
		margin-top: 20px;
	}
	footer .social li{
		margin-bottom: 10px;
	}
	.logo-footer{
		text-align: center;
		float: none;
		padding: 0;
		margin: 0;
	}
	.footer-center .fa-twitter{	
		float: none;
		margin-right: 0;
	}	 

	.important-info .title h1{
		font-size: 100px;
		line-height: 110px;
	}

	#map{
		display: none;
	}

	/* Tables pricing --------------------------------------------------*/

	.tables-together .item-table{
		max-width: 500px;
		width: 100%;
		float: none;	
		margin: 0 auto;
		margin-bottom: 50px;	
	}
	.tables-together .item-table img{
		display: none;
	}

}


/* ---------------------------------------------------------------------- */
/*	 8	 Version 600px
/* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 600px) {

	
	/* Slide Responsive ------------------------------------------*/

	.camera_wrap {	
		height: 250px;
	}
	.style_one h1,
	.style_two h1{
		font-size: 15px;
		line-height: 25px;
	}
	.style_one h1 span,
	.style_two h1 span{
		font-size: 20px;
		line-height: 30px;
	}
	.style_one h1 span span{
		padding-bottom: 5px;
	}
	.style_one p.lead,
	.style_two p.lead{
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 23px;
	}
	.style_two .btn,
	.style_one .btn{
		font-size: 12px;
		padding: 3px 8px;
	}
	.style_two .col-md-4,
	.style_one .col-md-4{
		width: 30%;		
	}
	.style_two h1 span .border{
		margin-top: 0;
	}
	
	/*  Box Action -------------------------------------------------------*/

	.box-action{
		display: none;
	}

	
	.animation-services iframe{
		height: 280px;
	}

	#theme-options{
		opacity: 0;
	}

	.search{
		display: none;
	}
	aside .search{
		display: block;
	}
	
	.important-info .title{
		bottom: -30px;
	}
	.important-info .title h1{
		font-size: 70px;
		line-height: 80px;
	}

	/* Works -----------------------*/

	.item-work{
		max-width: 400px;	
		margin: 0 auto;	
	}
		#works .item-work {
		max-width: 400px;	
		margin: 0 auto;	
	}
	#works .item-work:first-child{
		margin-left: auto;
	}

}

/* ---------------------------------------------------------------------- */
/*	 11 Version 480px
/* ---------------------------------------------------------------------- */

/*
@media handheld, only screen and (max-width: 480px) {
	
	
	.logo img{
		width: 40%;
	}



	#sponsors .owl-prev{
		left: 40%;
	}
	#sponsors  .owl-next{
		right: 40%;
	}	
	.sponsors .circle{
		left: 42.5%;
	}
	


	.title-section {
		text-align: center;
	}	
	.title-section .subtitle-section{
		display: block;
		height: 33px;
		line-height: 14px;
		left: 0;
		margin: 20px 0 0 0;
	}	
	.title-section .title{
		margin: 0;
		border: 0;
	}
	.title-section .title h1 {
		display: block;
		padding: 0;
	}
	.line-title{
		display: none;
	}

}

*/

/* ---------------------------------------------------------------------- */
/*	13 Mobile Version 320px
/* ---------------------------------------------------------------------- */

/*

@media handheld, only screen and (max-width: 320px) {

	.camera_wrap {	
		height: 230px;
	}
	.style_one h1,
	.style_two h1{
		font-size: 13px;
		line-height: 22px;
	}
	.style_one h1 span,
	.style_two h1 span{
		font-size: 17px;
		line-height: 27px;
	}
	.style_one h1 span span{
		padding-bottom: 5px;
	}
	.style_one p.lead,
	.style_two p.lead{
		margin-bottom: 10px;
		font-size: 12px;
		line-height: 20px;
	}


	#sponsors .owl-prev{
		left: 37%;
	}
	#sponsors  .owl-next{
		right: 37%;
	}	
	#sponsors li{
		max-width: 120px;
		margin: auto 10px;
	}
	#sponsors li img{
		width: 100%;
	}
	.sponsors .circle{
		left: 40%;
	}


}
*/
/* ---------------------------------------------------------------------- */
/*	11 Mobile Version 240px
/* ---------------------------------------------------------------------- */

/*
@media handheld, only screen and (max-width: 240px) {
	.logo img{
		max-width: 30%;
	}
}
*/

/* ---------------------------------------------------------------------- */
/*	Slider
/* ---------------------------------------------------------------------- */

div.adv-custom-pager span {
	background-color: #fff;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom:4px;
	padding-top:4px;
	margin-right: 16px;
	z-index: 1;
	font-size: 8px;
}

div.adv-custom-pager span a {
	font-size: 8px;
	background-color: #fff;
	padding-left: 4px;
	padding-right: 4px;
}

div.adv-custom-pager span.cycle-pager-active a {
	background-color: blue;
	padding-left: 4px;
	padding-right: 4px;
	margin-bottom: 2px;
	z-index: 11;
	font-size: 8px;
}

#next3, #prev3 {
	cursor: pointer;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
}

/* custom ------------------- */


.show-grid .col-md-3{
	width:24.8%;
}

#c5917,
#c6920,
#c6907,
#c6908,
#c6909,
#c6906,
#c1792,
#c1788,
#c1784,
#c5929,
#c1791,
#c1787,
#c1783,
#c5928,
#c6897,
#c6900,
#c6903,
#c6892{
	text-align:center;
	min-height:100px;
	display:block;
}

#c5917,
#c1791,
#c1787,
#c1783,
#c5928 {
	max-width:200px;
	margin-left:auto;
	margin-right:auto;
}

#c9269 {
	padding-top:20px;
	pointer-events:none;
}

#c9269 a {
	width:119px;
}


#c9278,
#c9277,
#c9265,
#c9264,
#c9263,
#c9279,
#c9269,
#c9261,
#c9260,
#c9268,
#c9273,
#c9272,
#c9265,
#c9264,
#c5918,
#c6921,
#c11254,
#c6898,
#c6901,
#c6893,
#c6904 {
	text-align:center;
}


#c9266,
#c9258,
#c9270,
#c9262,
#c6907,
#c6908,
#c6909,
#c6906,
#c6894,
#c6895,
#c6889,
#c6890 {
	max-width:200px;
	margin-left:auto;
	margin-right:auto;
}

#c9288 img,
#c9267 img {
	display:block;
	margin-left:auto;
	margin-right:auto;
	max-width:150px;
	position:relative;
	padding-top:10px;
	padding-bottom:20px;
}


#c9259 img,
#c9271 img,
#c9263 img,
#c5916 img,
#c6919 img,
#c1790 img,
#c1786 img,
#c1782 img,
#c5927 img,
#c6896 img,
#c6899 img,
#c6902 img,
#c6891 img{
	display:block;
	margin-left:auto;
	margin-right:auto;
	max-width:150px;
	position:relative;
	padding-top:10px;
	padding-bottom:20px;
}


#c9283 h3,
#c9275 h3,
#c9284 h3,
#c9265 h3,
#c9264 h3,
#c9263 h3,
#c9279 h3,
#c9266 h3,
#c9258 h3,
#c9270 h3,
#c9262 h3,
#c5919 h3,
#c5920 h3,
#c5921 h3,
#c5922 h3,
#c6907 h3,
#c6908 h3,
#c6909 h3,
#c6906 h3,
#c5923 h3,
#c5924 h3,
#c5925 h3,
#c5926 h3,
#c6894 h3,
#c6895 h3,
#c6889 h3,
#c6890 h3 {
	line-height:110%;
	letter-spacing:0;
	font-weight:bold;
	text-align:center;
}

#c1794 .col-md-3  > div:nth-child(3),
#c4080 .col-md-3  > div:nth-child(3),
#c6922 .col-md-3  > div:nth-child(3),
#c6905 .col-md-3  > div:nth-child(3){
	min-height:100px;
}


#c5929,
#c5928,
#c5927,
#c5926,
#c5925,
#c5918,
#c5917,
#c5916,
#c5922,
#c5921,
#c1782,
#c1783,
#c1784 {
	display:none;
}

#c9774 img {
	width:300px;
	max-width:100%;
}

figure.image a {
	border-bottom:0px;
}

.titles-heading h5,
.titles-heading h6 {
	position:absolute;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	font-size:16px;
	z-index:0;
}

.titles-heading  {
	margin-bottom:0px !important;
	/* margin-top:50px !important; */
	margin-top:-10px !important;
}

header.delay1 {
    border-bottom: 1px solid #193c8b !important;
	box-shadow:none !important;
}

/* testimonials ----------------- */

.cctt {
	margin-bottom:50px;
}

.testimonials-slider img  {
	height:150px !important;
	width:auto !important;
}

.testimonials-slider h2,
.testimonials-slider h3 {
	font-size:14px;
	font-weight:bold;
	color:#16398d;
	line-height:18px;
	text-align:center;
	border:none;
	padding-bottom:0px;
}

.testimonials-slider .currentcustom h2,
.testimonials-slider .currentcustom h3 {
	text-decoration:underline;
}

.testimonials-slider h3 {
	font-weight:normal;
}

.testimonials-slider h2 a {
  pointer-events: none;
}

.testimonials-slider p,
.testimonials-slider img {
	display:none !important;
}

.testimonials-slider .owl-wrapper-outer {
	overflow:hidden;
}

.testimonials-slider .owl-prev {
    left: -120px;
	margin-top:-30px !important;
}

.testimonials-slider .owl-prev:before {
	content: "\f104";
	font-family: "FontAwesome";
}


.testimonials-slider .owl-next {
    right: -120px;
	margin-top:-30px !important;
}

.testimonials-slider .owl-next:before {
	content: "\f105";
	font-family: "FontAwesome";
}

.testimonials-slider .owl-next:before,
.testimonials-slider .owl-prev:before {
	position:relative;
	top:30px;
}

.testimonials-slider  {
	padding-bottom:50px;
}


.csc-textpic-text {
	position:relative;
	padding-left:25px;
	padding-right:25px;
}

.csc-textpic-text:after {
	height:40px;
	width:2px;
	background:#506baa;
	content:'';
	position:absolute;
	top:5px;
	right:0;
}



/* ------- */

.testimonials-popup  {
	border:2px solid #16398d;
	padding:40px 20px;
	width:100%;
	height:auto;
	margin-bottom:100px;
	position:relative;
}

.testimonials-popup:after {
	content:'';
	background:url('../img/arr.png') no-repeat;
	width:52px;
	height:34px;
	position:absolute;
	left:35%;
	top:-34px;	
}

.testimonials-popup p.bodytext {
	color:#173a8d;
	font-size:16px;
	padding-top:10px;
}

.testimonials-popup img {
	height:150px;
	width:auto !important;
}

.testimonials-popup .cctextcol:before {
	position:absolute;
	left:-30px;
	font-size:28px;
	color:#173a8d;
	top:15px;
	content: "\f10d";
	font-family:"FontAwesome";
}


/* owl custom ------------- */

#next2 {
	right:-60px !important;
}

#c6490 .col-xs-5 .csc-default,
#c6489 .col-xs-5 .csc-default,
#c6475 .col-xs-5 .csc-default,
#c4784 .col-xs-5 .csc-default {
	right:-65px;
	position:relative;
	bottom:-45px;
}


.ankernav header {
	background:none;
	padding:0;
	border-bottom:0px !important;
}



	
	#cSlider #slide-services{
		z-index:99999 !important;
	}


/* rwd -------------------------------------------------------- */

.startpage-slider  .owl-theme .owl-controls .owl-nav {
    display: block !important;
}

.startpage-slider  {
	position:relative;
}

.startpage-slider  .owl-prev {
	position:absolute;
	left:30px;
	top:50%;
	font-size:40px;
	color:#fff;
	display:block !important;
	background:none !important;
	margin-top:-15px !important;
}

.startpage-slider  .owl-prev:after {
	font-family: FontAwesome;
	content: "\f104";
	font-size:50px;
	text-shadow:0 0 20px #333;
}

.startpage-slider  .owl-next {
	position:absolute;
	right:30px;
	top:50%;
	font-size:40px;
	color:#fff;
	display:block !important;
	background:none !important;
	margin-top:-15px !important;
}


.startpage-slider  .owl-next:after {
	font-family: FontAwesome;
	content: "\f105";
	font-size:50px;
	text-shadow:0 0 20px #333;
}


.startpage-slider .csc-textpic-imagecolumn *,
.startpage-slider .csc-textpic-imagecolumn,
.startpage-slider img {
	width:100% !important;
	height:auto !important;
}

.mobile-language-menu {
	display:none;
}

.startpage-slider img {
	display:none !important;
}

.startpage-slider .owl-item img {
	display:block !important;
}

#c6034 img {
	margin-left:140px;
	width:auto !important;
}

#c5995 img {
	margin-right:80px;
	width:auto !important;
}

#c367 {
	margin-top:30px;
}



#undefined-sticky-wrapper h2{
	line-height:120% !important;
	padding-top:15px !important;
	padding-bottom:15px !important;
}

@media screen and (max-width: 1235px) {
	.startpage-slider img {
		max-width:100%;
		height:auto;
	}
	.container {
		max-width: 100% !important;
	}
}

@media screen and (max-width: 991px) {
	.arrow_footer {
		display:none !important;
	}
	
	.mobile-language-menu {
		display:block;
		position:absolute;
		top:35px;
		right:80px;
		z-index:99999;
	}
	
	.is-sticky.delay1 .mobile-language-menu {
		top:22px;
	}
		
	.info-head {
		display:none;
	}
	
	html[lang="en"] .mobile-language-menu a:first-child{
		text-decoration:underline !important;
	}
	html[lang="de"] .mobile-language-menu a:last-child{
		text-decoration:underline !important;
	}
	
	.show-grid .col-md-3,
	.show-grid .col-md-3,
	.show-grid .col-md-3,
	.show-grid .col-md-3  {
		margin-left:auto;
		margin-right:auto;
		clear:both;
		width:310px;
		box-shadow:0 0 15px rgba(0,0,0,0.15);
		padding-top:30px;
		padding-bottom:15px;
		margin-bottom:30px;
	}
	
	#c5917,
	#c6920,
	#c6907,
	#c6908,
	#c6909,
	#c6906,
	#c1792,
	#c1788,
	#c1784,
	#c5929,
	#c1791,
	#c1787,
	#c1783,
	#c5928,
	#c6897,
	#c6900,
	#c6903,
	#c6892{
		text-align:center;
		min-height:0px;
		display:block;
	}
	
	#c6905 p:empty,
	#c6922 p:empty,
	#c4080 p:empty,
	#c1794 p:empty {
		display:none;
	}
	
	
	.flexinav_menu select {
		border:0px;
		width:35px;
		height:35px;
		background:url('../img/respmenubutton.png') no-repeat;
		background-size:35px auto;
		color:#fff !important;
		text-indent:-9999;
		cursor:pointer;
		overflow:visible;
		padding-left:45px !important;
		right:-15px;
		margin-top:-10px;
	}
	
	.logo {
		padding-left:0px !important;
	}
	
	/* --------------------- */
	
	.contentsliderdh {
		width:100% !important;
		max-width:100% !important;
	}

	.contentsliderdh #cSlider {
		max-width:100%  !important;
		position:relative !important;
	}
	
	
	#c1794  > div:nth-child(1) > div:nth-child(2),
	#c1442 > div:nth-child(1) > div:nth-child(2),
	#c4089  > div:nth-child(1) > div:nth-child(2),
	#c4085 > div:nth-child(1) > div:nth-child(2) {
		display:table !important;
		width:310px !important;
		margin-left:auto !important;
		margin-right:auto !important;
		padding-left:30px !important;
		right:-35px !important;
		position:relative;
		padding-top:30px !important;
	}
	
	#c1794 > div:nth-child(1) > div:nth-child(2) {
		right:0px !important;
	}
	
	.owl-theme .owl-controls .owl-nav div, 
	.owl-theme .owl-controls .owl-buttons div {
		color: #FFF !important;
		display: inline-block !important;
		zoom: 1 !important;
		*display: inline !important;
		margin: 5px !important;
		padding: 0 12px !important;
			padding-top: 0px !important;
		font-size: 12px !important;
		background: none !important;
		opacity: 0.9 !important;
		color: #000 !important;
		font-size:40px !important;
		display:none !important;
	}
	
	.owl-theme .owl-controls #slider_btns i.fa {
		font-size:38px !important;
	}
	
	#slide-services .owl-prev {
		left: -50px !important;
	}
	
	#slide-services .owl-next {
		right: -50px !important;
	}
	
	/* -------------------------------- */
	
	div#refSlider .cycle-slide {
		width:120px !important;
	}


	/*
	div#refSlider #slider_btns {
		right:-40px !important;
		position:relative !important;
		top:-10px !important;
	}
	
	
	div#refSlider #slider_btns  .circle {
		bottom:-70px !important;
		margin-left:-5px !important; 
	}
	
	
	div#refSlider #slider_btns i.fa {
		font-size:36px !important;
	}
	*/
	
	.testimonials-popup  .cctextcol {
		position:relative;
		padding-left:100px !important;
	}
	
	.testimonials-popup .cctextcol:before {
		left: 30px;
	}
	
	.testimonials-popup  .ccimgcol img {
		margin-left:auto;
		margin-right:auto;
	}
	
	/* --------------------- */
	
	html[lang="en"] .post-testimonials {
		display:none !important;
	}
	
	
	.zopim {
		display:none !important;
	}
	
	.contentsliderdh .cycle-slideshow {
		height:500px !important;
	}
	
	.contentsliderdh img {
		width:80vw !important;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:50px;
	}
	

}

@media screen and (max-width: 851px) {
	#cSlider .csc-default,
	#cSlider .csc-textpic-imagewrap,
	#cSlider .csc-textpic-center-outer,
	#cSlider  .csc-textpic-center-inner {
		max-width:580px !important;
		margin-left:0px !important;
	}

	
	#c1794  > div:nth-child(1) > div:nth-child(2),
	#c1442 > div:nth-child(1) > div:nth-child(2),
	#c4089  > div:nth-child(1) > div:nth-child(2),
	#c4085 > div:nth-child(1) > div:nth-child(2) {
		display:table !important;
		width:auto !important;
		margin-left:auto !important;
		margin-right:auto !important;
		padding-left:30px !important;
		right:-105px !important;
		position:relative;
	}
}

@media screen and (max-width: 730px) {

	#c1794  > div:nth-child(1) > div:nth-child(2),
	#c1442 > div:nth-child(1) > div:nth-child(2),
	#c4089  > div:nth-child(1) > div:nth-child(2),
	#c4085 > div:nth-child(1) > div:nth-child(2) {
		display:table !important;
		width:auto !important;
		margin-left:auto !important;
		margin-right:auto !important;
		padding-left:30px !important;
		right:-55px !important;
		position:relative;
	}

}

@media screen and (max-width: 680px) {
	.titles-heading h2 {
		font-size: 18px;
		width:65%;
	}
	
	.titles-heading .line {
		width: 100%;
		left: 0px;
	}
	
	body {
		max-width:100%;
	}
	

	#cSlider .csc-default,
	#cSlider .csc-textpic-imagewrap,
	#cSlider .csc-textpic-center-outer,
	#cSlider  .csc-textpic-center-inner {
		max-width:580px !important;
		margin-left:0px !important;
	}
	#cSlider #c1489,
	#cSlider #c2196,
	#cSlider #c4088,
	#cSlider  #c4084 {
		margin-left:60px !important;
	}
	
	#c1794  > div:nth-child(1) > div:nth-child(2),
	#c1442 > div:nth-child(1) > div:nth-child(2),
	#c4089  > div:nth-child(1) > div:nth-child(2),
	#c4085 > div:nth-child(1) > div:nth-child(2) {
		display:table !important;
		width:auto !important;
		margin-left:auto !important;
		margin-right:auto !important;
		padding-left:30px !important;
		right:-35px !important;
		position:relative;
	}
}

@media screen and (max-width: 600px) {
	#cSlider .csc-default,
	#cSlider .csc-textpic-imagewrap,
	#cSlider .csc-textpic-center-outer,
	#cSlider  .csc-textpic-center-inner {
		max-width:500px !important;
		margin-left:0px !important;
	}
	#cSlider #c1489,
	#cSlider #c2196,
	#cSlider #c4088,
	#cSlider  #c4084 {
		margin-left:40px !important;
	}
	
	#c1794  > div:nth-child(1) > div:nth-child(2),
	#c1442 > div:nth-child(1) > div:nth-child(2),
	#c4089  > div:nth-child(1) > div:nth-child(2),
	#c4085 > div:nth-child(1) > div:nth-child(2) {
		display:table !important;
		width:auto !important;
		margin-left:auto !important;
		margin-right:auto !important;
		padding-left:30px !important;
		right:-35px !important;
		position:relative;
	}
	
	
	.testimonials-popup{
		display:none !important;
	}
	
	.testimonials-slider p, 
	.testimonials-slider img {
		display: block !important;
	}
	
	.testimonials-slider .csc-textpic-center-outer,
	.testimonials-slider .csc-textpic-center-inner,
	.testimonials-slider figure {
		width:100% !important;
	}
	
	.testimonials-slider img {
		margin-left:auto;
		margin-right:auto;
		display:block;
	}
	
	.testimonials-slider .csc-textpic-text:before {
		height: 40px;
		width: 2px;
		background: #506baa;
		content: '';
		position: absolute;
		top: 35px;
		left: 30px;
	}
	
	.testimonials-slider .csc-textpic-imagewrap {
		bottom:-280px !important;
		position:relative !important;
	}
	
	.testimonials-slider .csc-textpic-text .bodytext {
		padding-top:190px !important;
		color:#003399;
		text-align:center;
	}
	
	
	.testimonials-slider .csc-textpic-text {
		margin-left: auto;
		margin-right: auto;
		clear: both;
		box-shadow: 0 0 15px rgba(0,0,0,0.15);
		padding-top: 30px;
		padding-bottom: 15px;
		margin-bottom: 30px;
		margin-left:30px;
		margin-right:30px;
		padding-left:30px;
		padding-right:30px;
	}
	
	.testimonials-slider .csc-textpic-text:after {
		right:30px;
		top:35px;
	}
		
	.testimonials-slider {
		margin-top:-150px;
		position:relative;
	}
	
	.testimonials-slider  .csc-textpic-text .bodytext {
		position:relative;
		padding-bottom:50px;
	}
	
	.testimonials-slider  .csc-textpic-text .bodytext:after {
		position: absolute;
		font-size: 28px;
		color: #173a8d;
		bottom:0px;
		left:0px;
		right:0;
		margin-left:auto;
		margin-right:auto;
		content: "\f10d";
		font-family: "FontAwesome";
	}
	
	.testimonials-slider .csc-textpic-text h2,
	.testimonials-slider .csc-textpic-text h3 {
		padding-left:15px;
		padding-right:15px
	}
	
	.footer-center .row.top {
		display:none !important;
	}
	
	.footer-center  {
		padding-top:30px !important;
	}
}

@media screen and (max-width: 575px) {

}

@media screen and (max-width: 535px) {
	#cSlider .csc-default,
	#cSlider .csc-textpic-imagewrap,
	#cSlider .csc-textpic-center-outer,
	#cSlider  .csc-textpic-center-inner {
		max-width:460px !important;
		margin-left:0px !important;
	}
	#cSlider #c1489,
	#cSlider #c2196,
	#cSlider #c4088,
	#cSlider  #c4084 {
		margin-left:15px !important;
	}
	
	#c1794  > div:nth-child(1) > div:nth-child(2),
	#c1442 > div:nth-child(1) > div:nth-child(2),
	#c4089  > div:nth-child(1) > div:nth-child(2),
	#c4085 > div:nth-child(1) > div:nth-child(2) {
		display:table !important;
		width:auto !important;
		margin-left:auto !important;
		margin-right:auto !important;
		padding-left:30px !important;
		right:-15px !important;
		position:relative;
	}

}

@media screen and (max-width: 480px) {
	#cSlider .csc-default,
	#cSlider .csc-textpic-imagewrap,
	#cSlider .csc-textpic-center-outer,
	#cSlider  .csc-textpic-center-inner {
		max-width:420px !important;
		margin-left:0px !important;
	}
	#cSlider #c1489,
	#cSlider #c2196,
	#cSlider #c4088,
	#cSlider  #c4084 {
		margin-left:0px !important;
	}
	
	#c1794  > div:nth-child(1) > div:nth-child(2),
	#c1442 > div:nth-child(1) > div:nth-child(2),
	#c4089  > div:nth-child(1) > div:nth-child(2),
	#c4085 > div:nth-child(1) > div:nth-child(2) {
		display:table !important;
		width:auto !important;
		margin-left:auto !important;
		margin-right:auto !important;
		padding-left:30px !important;
		right:-15px !important;
		position:relative;
	}
	
}

@media screen and (max-width: 440px) {
	#cSlider .csc-default,
	#cSlider .csc-textpic-imagewrap,
	#cSlider .csc-textpic-center-outer,
	#cSlider  .csc-textpic-center-inner {
		max-width:380px !important;
		margin-left:0px !important;
	}
	#cSlider #c1489,
	#cSlider #c2196,
	#cSlider #c4088,
	#cSlider  #c4084 {
		margin-left:0px !important;
	}
	
	#c1794  > div:nth-child(1) > div:nth-child(2),
	#c1442 > div:nth-child(1) > div:nth-child(2),
	#c4089  > div:nth-child(1) > div:nth-child(2),
	#c4085 > div:nth-child(1) > div:nth-child(2) {
		display:table !important;
		width:auto !important;
		margin-left:auto !important;
		margin-right:auto !important;
		padding-left:30px !important;
		right:-5px !important;
		position:relative;
	}
}

@media screen and (max-width: 440px) {
	#cSlider .csc-default,
	#cSlider .csc-textpic-imagewrap,
	#cSlider .csc-textpic-center-outer,
	#cSlider  .csc-textpic-center-inner {
		max-width:360px !important;
		margin-left:0px !important;
	}
	#cSlider #c1489,
	#cSlider #c2196,
	#cSlider #c4088,
	#cSlider  #c4084 {
		margin-left:20px !important;
	}
	
	#c1794  > div:nth-child(1) > div:nth-child(2),
	#c1442 > div:nth-child(1) > div:nth-child(2),
	#c4089  > div:nth-child(1) > div:nth-child(2),
	#c4085 > div:nth-child(1) > div:nth-child(2) {
		display:table !important;
		width:auto !important;
		margin-left:auto !important;
		margin-right:auto !important;
		padding-left:30px !important;
		right:-5px !important;
		position:relative;
	}
}

@media screen and (max-width: 390px) {
	#cSlider .csc-default,
	#cSlider .csc-textpic-imagewrap,
	#cSlider .csc-textpic-center-outer,
	#cSlider  .csc-textpic-center-inner {
		max-width:360px !important;
		margin-left:0px !important;
	}
	#cSlider #c1489,
	#cSlider #c2196,
	#cSlider #c4088,
	#cSlider  #c4084 {
		margin-left:0px !important;
	}
	
	#c1794  > div:nth-child(1) > div:nth-child(2),
	#c1442 > div:nth-child(1) > div:nth-child(2),
	#c4089  > div:nth-child(1) > div:nth-child(2),
	#c4085 > div:nth-child(1) > div:nth-child(2) {
		display:table !important;
		width:auto !important;
		margin-left:auto !important;
		margin-right:auto !important;
		padding-left:30px !important;
		right:-5px !important;
		position:relative;
	}
	
}

@media screen and (max-width: 375px) {
	.titles-heading h2 {
		font-size: 16px;
		width:65%;
	}
	
	#cSlider .csc-default,
	#cSlider .csc-textpic-imagewrap,
	#cSlider .csc-textpic-center-outer,
	#cSlider  .csc-textpic-center-inner {
		max-width:300px !important;
		margin-left:0px !important;
	}
}

html[lang="en"] .show-de {
	display:none !important;
}

html[lang="de"] .show-en {
	display:none !important;
}


.is-sticky:not(.delay1) {
	position:relative !important;
}

.info-head > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) {
	display:none !important;
}

#c4381 {
	display:none !important;
}

#c1270 img {
	margin-bottom:20px;
}