ha:hover,a:active,a:focus {
	text-decoration: none;
	outline: 0 none;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

ul {
	padding-left: 0;
	list-style: none;
}

ul.list-styled ul {
	padding-left: 43px;
}

ul.list-styled li {
	margin: 14px 0;
}

ul.list-styled li:before {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	display: inline-block;
	margin-right: 30px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

ul.list-styled li.disabled {
	color: #c8c9cc;
}

ul.list-styled.list-style-ok li::before {
	content: '\f00c';
	color: #006fc5;
}

ul.list-styled.list-style-ok li.disabled::before {
	content: '\f00d';
	color: #c8c9cc;
}

ul.list-styled.list-style-standart li::before {
	font-size: 9px;
	width: 1.555em;
	content: '\f111';
	text-align: center;
	vertical-align: middle;
}

ul.list-styled.list-style-standart ul li::before {
	content: '\f10c';
}

.text-inverse {
	color: #fff;
}

.no-border {
	border: none !important;
}

.no-margin-top {
	margin-top: 0 !important;
}

@media ( max-width : 768px) {
	.container {
		padding-right: 40px;
		padding-left: 40px;
	}
	.gallery .nav-tabs-one>li.active>a,.gallery .nav-tabs-one>li.active>a:hover,.gallery .nav-tabs-one>li.active>a:focus,.gallery .nav-tabs-one>li>a
		{
		border: none !important;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
}

.under {
	z-index: 0;
}

.row.no-gutter {
	margin-right: 0;
	margin-left: 0;
}

.row.no-gutter [class*='col-']:not (:first-child ),.row.no-gutter [class*='col-']:not
	(:last-child ) {
	padding-right: 0;
	padding-left: 0;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	/*text-transform: capitalize;*/
}

h1,h2 {
	font-weight: 300;
}

h3,h4 {
	font-weight: 400;
}

h5,h6 {
	font-weight: 600;
}

h2 {
	margin-bottom: .6em;
}

h3 {
	margin-bottom: .8em;
}

h4 {
	margin-bottom: .7em;
}

h5 {
	margin-bottom: .8em;
}

p {
	margin: 0 0 2.14em;
}

p.large {
	font-size: 128%;
	line-height: 2;
	margin: 0 0 1.8em;
}

p.subhead {
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 1em;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #da0000;
}

.dark h1,.dark h2,.dark h3,.dark h4,.dark h5,.dark h6,.dark p,.dark i,.dark [class^='icon']
	{
	color: #fff;
}

.btn:active,.btn.active {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn:hover.btn-primary,.btn:focus.btn-primary,.btn.focus.btn-primary,.btn:active.btn-primary,.btn.active.btn-primary
	{
	border-color: transparent;
	background: #52bf81;
}

.btn:hover.btn-success,.btn:focus.btn-success,.btn.focus.btn-success,.btn:active.btn-success,.btn.active.btn-success
	{
	border-color: transparent;
	background: #eda668;
}

.btn:hover.btn-info,.btn:focus.btn-info,.btn.focus.btn-info,.btn:active.btn-info,.btn.active.btn-info
	{
	color: #7f858f;
	border-color: #e8e9ed;
}

.btn:hover.btn-warning,.btn:focus.btn-warning,.btn.focus.btn-warning,.btn:active.btn-warning,.btn.active.btn-warning
	{
	border-color: rgba(255, 255, 255, .25);
	background: rgba(255, 255, 255, .5);
}

.btn.btn-info {
	color: #2b2e33;
}

.btn-group .btn.btn-info.active {
	color: #fff;
	background: #006fc5;
}

.btn-short {
	padding-right: 30px;
	padding-left: 30px;
}

.divider {
	position: relative;
	margin: 60px 0;
}

.striped-icon.divider:before {
	display: none;
}

.divider:before {
	position: absolute;
	z-index: -2;
	top: 50%;
	width: 100%;
	height: 1px;
	content: '';
	background: #e8e9ed;
}

.striped-icon {
	font-size: 18px;
	line-height: 60px;
	position: relative;
	z-index: 2;
	width: 60px;
	height: 60px;
	margin: auto;
	cursor: pointer;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	text-align: center;
	color: #006fc5;
	border-radius: 50%;
	background: rgba(232, 233, 237, .5);
}

.striped-icon:after {
	position: absolute;
	z-index: -1;
	top: 4px;
	right: 4px;
	bottom: 4px;
	left: 4px;
	content: '';
	border: 1px solid rgba(0, 0, 0, .08);
	border-radius: 50%;
	background: content-box #fff;
}

.striped-icon:hover {
	background: rgba(40, 173, 98, .3);
}

.striped-icon-small {
	font-size: 14px;
	font-weight: 700;
	line-height: 36px;
	position: relative;
	width: 36px;
	height: 36px;
	margin: auto;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	background: rgba(232, 143, 65, .3);
}

.striped-icon-small:after {
	position: absolute;
	z-index: -1;
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	content: '';
	border-radius: 50%;
	background: content-box #e88f41;
}

.striped-icon-xlarge {
	font-size: 36px;
	font-weight: 700;
	line-height: 100px;
	position: relative;
	width: 100px;
	height: 100px;
	margin: auto;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	background: rgba(40, 173, 98, .6);
}

.striped-icon-xlarge:after {
	position: absolute;
	z-index: -1;
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
	content: '';
	border-radius: 50%;
	background: content-box #006fc5;
}

.striped-icon-xlarge span {
	vertical-align: middle;
}

.striped-icon-large {
	font-size: 35px;
	position: relative;
	z-index: 2;
	width: 80px;
	height: 80px;
	margin: auto;
	cursor: pointer;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	text-align: center;
	color: #006fc5;
	border-radius: 50%;
	background: rgba(232, 233, 237, .5);
}

.striped-icon-large span {
	line-height: 80px;
}

.striped-icon-large:after {
	position: absolute;
	z-index: -1;
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
	content: '';
	border: 2px solid #e8e9ed;
	border-radius: 50%;
	background: content-box #fff;
}

.icon-skype:before {
	content: '\f17e';
}

.icon-skype.active::before,.icon-skype:hover::before {
	border-color: #00aff0;
	background: #00aff0;
}

.icon-vk:before {
	content: '\f189';
}

.icon-vk.active::before,.icon-vk:hover::before {
	border-color: #45668e;
	background: #45668e;
}

.icon-dribbble:before {
	content: '\f17d';
}

.icon-dribbble.active::before,.icon-dribbble:hover::before {
	border-color: #ea4c89;
	background: #ea4c89;
}

.icon-instagram:before {
	content: '\f16d';
}

.icon-instagram.active::before,.icon-instagram:hover::before {
	border-color: #3f729b;
	background: #3f729b;
}

.icon-vine:before {
	content: '\f1ca';
}

.icon-vine.active::before,.icon-vine:hover::before {
	border-color: #00bf8f;
	background: #00bf8f;
}

.icon-rss:before {
	content: '\f09e';
}

.icon-rss.active::before,.icon-rss:hover::before {
	border-color: #ee802f;
	background: #ee802f;
}

.icon-google-plus:before {
	content: '\f0d5';
}

.icon-google-plus.active::before,.icon-google-plus:hover::before {
	border-color: #dd4b39;
	background: #dd4b39;
}

.icon-android:before {
	content: '\f17b';
}

.icon-android.active::before,.icon-android:hover::before {
	border-color: #89c507;
	background: #89c507;
}

.icon-apple:before {
	content: '\f179';
}

.icon-apple.active::before,.icon-apple:hover::before {
	border-color: #2a2d32;
	background: #2a2d32;
}

.icon-youtube-play:before {
	content: '\f16a';
}

.icon-youtube-play.active::before,.icon-youtube-play:hover::before {
	border-color: #c4302b;
	background: #c4302b;
}

.icon-facebook:before {
	content: '\f09a';
}

.icon-facebook.active::before,.icon-facebook:hover::before {
	border-color: #3b5998;
	background: #3b5998;
}

.icon-twitter:before {
	content: '\f099';
}

.icon-twitter.active::before,.icon-twitter:hover::before {
	border-color: #00acee;
	background: #00acee;
}

.icon-circle {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
}

.icon-circle::before {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	font-size: 1.28em;
	line-height: 50px;
	position: absolute;
	display: inline-block;
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #7f858f;
	border: 1px solid #e8e9ed;
	border-radius: 50%;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-circle.active::before,.icon-circle:hover::before {
	color: #fff;
}

.icon-circle+.icon-circle {
	margin-left: 20px;
}

label {
	font-weight: 400;
	margin-bottom: .7em;
}

.form-control {
	padding-left: 22px;
	border: 0;
	-webkit-box-shadow: inset 0 1px #e8e9ed;
	box-shadow: inset 0 1px #e8e9ed;
}

.form-control-feedback {
	line-height: .75em;
	top: 50%;
	height: 14px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #006fc5;
}

.panel {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.panel-alt-one>.panel-heading {
	border-top: 1px solid #e8e9ed;
	border-bottom: 0;
}

.panel-alt-one>.panel-heading:first-child {
	border-top: 0;
}

.panel-alt-one>.panel-heading .panel-title {
	font-size: 14px;
	font-weight: 700;
}

.panel-alt-one>.panel-heading .panel-title a i {
	color: #e8e9ed;
}

.panel-alt-one>.panel-heading .panel-title a:hover,.panel-alt-one>.panel-heading .panel-title a:hover i
	{
	color: #006fc5;
}

.panel-alt-one>.panel-heading.active a {
	color: #2b2e33;
}

.panel-alt-one>.panel-heading.active a i {
	color: #006fc5;
}

.panel-alt-two {
	position: relative;
	border: 0;
}

.panel-alt-two::after {
	position: absolute;
	top: 25px;
	bottom: 25px;
	left: 25px;
	width: 2px;
	content: '';
	background: #e8e9ed;
}

.panel-alt-two:before {
	position: absolute;
	bottom: 25px;
	left: 22px;
	width: 8px;
	height: 8px;
	content: '';
	border-radius: 50%;
	background: #e8e9ed;
}

.panel-alt-two .panel-heading,.panel-alt-two .panel-body {
	padding-left: 70px;
}

.panel-alt-two .panel-body {
	padding-top: 0;
}

.panel-alt-two .panel-heading {
	padding-bottom: 45px;
	border: 0;
}

.panel-alt-two .panel-heading .panel-title {
	font-weight: 700;
	position: relative;
}

.panel-alt-two .panel-heading .panel-title a {
	color: #2b2e33;
}

.panel-alt-two .panel-heading .panel-title a:hover {
	color: #006fc5;
}

.panel-alt-two .panel-heading a:hover .accordion-icon {
	background: rgba(202, 205, 219, .3);
}

.panel-alt-two .panel-heading.active .accordion-icon {
	background: rgba(40, 173, 98, .3);
}

.panel-alt-two .panel-heading.active .accordion-icon .stacked-icon {
	color: #fff;
	background: #006fc5;
}

.accordion-icon {
	line-height: 50px;
	position: absolute;
	z-index: 3;
	top: -18px;
	left: -72px;
	width: 56px;
	height: 56px;
	padding: 3px;
	border-radius: 50%;
	background: transparent;
}

.accordion-icon .stacked-icon {
	font-size: 18px;
	display: block;
	height: 100%;
	text-align: center;
	color: #cacddb;
	border: 2px solid #e8e9ed;
	border-radius: 50%;
	background: #fff;
}

.tab-content {
	margin: 35px 0 70px;
}

@media ( min-width : 769px) {
	.nav-tabs-alt>li {
		float: left;
	}
}

.nav-tabs-alt>li>a {
	font-weight: 700;
	line-height: 2.14285714;
}

.nav-tabs-one>li>a {
	border: 1px solid #e8e9ed;
	border-left: 0;
	border-radius: 0;
}

.nav-tabs-one>li>a:hover {
	color: #006fc5;
}

.nav-tabs-one>li:first-of-type>a {
	border-left: 1px solid #e8e9ed;
	border-radius: 3px 0 0 3px;
}

.nav-tabs-one>li:last-of-type>a {
	border-radius: 0 3px 3px 0;
}

.nav-tabs-one>li.active>a,.nav-tabs-one>li.active>a:hover,.nav-tabs-one>li.active>a:focus
	{
	cursor: default;
	color: #fff;
	border-color: #006fc5;
	background-color: #006fc5;
}

.nav-tabs-two>li>a {
	border-bottom: 2px solid #e8e9ed;
	border-radius: 0;
}

.nav-tabs-two>li>a:hover {
	color: #006fc5;
}

.nav-tabs-two>li.active>a,.nav-tabs-two>li.active>a:hover,.nav-tabs-two>li.active>a:focus
	{
	cursor: default;
	color: #2b2e33;
	border-color: #006fc5;
}

.nav-tabs-two.nav-tab-inverse>li.active>a,.nav-tabs-two.nav-tab-inverse>li.active>a:hover,.nav-tabs-two.nav-tab-inverse>li.active>a:focus
	{
	color: #fff;
}

.nav-tabs-vertical {
	display: inline-block;
}

.nav-tabs-vertical>li {
	padding: 15px 130px 15px 0;
	border-right: 2px solid #e8e9ed;
}

.nav-tabs-vertical>li i {
	color: #006fc5;
}

.nav-tabs-vertical>li>a {
	font-weight: 700;
	line-height: 2.14285714;
	padding-left: 1em;
}

.nav-tabs-vertical>li>a:hover {
	color: #006fc5;
}

.nav-tabs-vertical>li.active {
	border-color: #006fc5;
}

.nav-tabs-vertical>li.active>a,.nav-tabs-vertical>li.active>a:hover,.nav-tabs-vertical>li.active>a:focus
	{
	cursor: default;
	color: #2b2e33;
}

.tab-pane-vertical p {
	margin-bottom: 0;
}

.tab-pane-vertical p,.tab-pane-vertical h4 {
	margin-left: 40px;
}

@media ( max-width : 991px) {
	.tab-pane-vertical p,.tab-pane-vertical h4 {
		margin-left: 0;
	}
	.tab-pane-vertical h4 {
		margin-top: 36px;
	}
}

.row-same-height {
	display: table;
	width: 100%;
}

.col-xs-height {
	display: table-cell;
	float: none !important;
}

@media ( min-width : 769px) {
	.col-sm-height {
		display: table-cell;
		float: none !important;
	}
}

@media ( min-width : 992px) {
	.col-md-height {
		display: table-cell;
		float: none !important;
	}
}

@media ( min-width : 1200px) {
	.col-lg-height {
		display: table-cell;
		float: none !important;
	}
}

.img-responsive {
	width: 100%;
}

.col-top {
	vertical-align: top;
}

.col-middle {
	vertical-align: middle;
}

.col-bottom {
	vertical-align: bottom;
}

.animate {
	-webkit-transition: all .3s ease-in-out 0;
	-o-transition: all .3s ease-in-out 0;
	transition: all .3s ease-in-out 0;
}

.navbar {
	min-height: inherit;
	-webkit-transition: background-color .3s linear;
	-o-transition: background-color .3s linear;
	transition: background-color .3s linear;
}

.navbar-alt.navbar-default {
	border-color: #e8e9ed;
	background: rgb(255, 255, 255);
}

.navbar-alt.navbar-default .navbar-search {
	background: rgba(255, 255, 255, .9);
}

.navbar-alt .navbar-brand {
	padding-top: 17.5px;
	padding-bottom: 17.5px;
}

#flag{
	padding: 0 0px;
}

.navbar-alt .navbar-nav>li>a,.navbar-alt .toggle-button {
	padding-top: 25px;
	padding-bottom: 25px;
}

.navbar-alt .navbar-search {
	height: 79px;
}

.navbar-alt .navbar-search .form-control {
	height: 80px;
}

.navbar-brand {
	height: auto;
	padding: 27.5px 0;
	-webkit-transition: padding .3s linear;
	-o-transition: padding .3s linear;
	transition: padding .3s linear;
}

@media ( max-width : 768px) {
	.navbar-brand {
		position: absolute;
		right: 0;
		left: 0;
		display: block;
		width: 40px;
		margin-right: auto;
		margin-left: auto;
	}
}

.navbar-brand .inverse-logo {
	display: block;
	opacity: 1;
}

.navbar-alt .navbar-brand .inverse-logo {
	display: none;
	opacity: 0;
}

.navbar-brand .normal-logo {
	display: none;
	opacity: 0;
}

.navbar-alt .navbar-brand .normal-logo {
	display: block;
	opacity: 1;
}

.toggle-button {
	font-size: 17px;
	line-height: 29px;
	display: block;
	float: left;
	padding: 35px 0;
	cursor: pointer;
	-webkit-transition: padding .3s linear;
	-o-transition: padding .3s linear;
	transition: padding .3s linear;
	color: #7f858f;
}

.toggle-button:hover {
	color: #fff;
}

.navbar-header {
	float: left;
}

.navbar-nav {
	font-weight: 700;
}

.navbar-nav>li {
	padding: 0 20px;
	text-align: center;
}

@media ( min-width : 769px) and (max-width: 991px) {
	.navbar-nav>li {
		padding: 0 13px;
	}
	.navbar-with-inside>li .wrap-inside-nav {
		min-width: 240px;
	}
	.navbar-with-inside>li:last-child .wrap-inside-nav {
		right: 0;
		left: auto;
	}
}

@media ( min-width : 769px) and (max-width: 1060px) {
	.navbar-with-inside>li:last-child .wrap-inside-nav {
		right: 0;
		left: auto;
	}
}

.navbar-nav>li>a {
	line-height: 29px;
	padding: 35px 0;
	-webkit-transition: padding .3s linear;
	-o-transition: padding .3s linear;
	transition: padding .3s linear;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 0.9em;
	font-family: 'Open Sans', sans-serif;
}

.navbar-alt .navbar-nav>li>a,.navbar-alt .navbar-nav>li>a:focus {
	color: #7f858f;
}

.navbar-alt .navbar-nav>li>a:hover,.navbar-alt .navbar-nav>li>a:focus:hover
	{
	color: #2b2e33;
}

.navbar-nav>li.active>a {
	color: #2b2e33;
}

.navbar-nav.with-border>li>a:before {
	position: absolute;
	bottom: -1px;
	width: 100%;
	height: 2px;
	content: '';
	opacity: 0;
}

.navbar-default .navbar-nav.with-border>li>a:before {
	background: #fff;
}

.navbar-inverse .navbar-nav.with-border>li>a:before {
	background: #fff;
}

.navbar-nav.with-border>li>a:hover:before {
	opacity: 1;
}

.navbar-alt .navbar-nav.with-border>li>a:before {
	background: #006fc5;
}

.navbar-alt .navbar-nav.with-border>.active>a {
	color: #2b2e33;
}

.navbar-alt .navbar-nav.with-border>.active>a::before {
	background: #006fc5;
}

.navbar-nav.with-border>.active>a:before,.navbar-nav.with-border>.active>a:hover:before
	{
	opacity: 1;
}

.navbar-nav.nav-icons {
	float: right;
	margin: 0;
	margin-right: 0;
}

@media ( min-width : 769px) and (max-width: 991px) {
	.navbar-nav.nav-icons {
		margin-left: 50px;
	}
}

@media ( min-width : 992px) {
	.navbar-nav.nav-icons {
		margin-left: 50px;
	}
}

.navbar-nav.nav-icons li {
	display: inline-block;
	padding: 0;
}

.navbar-nav.nav-icons li a {
	font-size: 17px;
}

.navbar-nav.nav-icons li:last-child {
	padding-left: 20px;
}

@media ( min-width : 992px) {
	.navbar-nav.nav-icons li:last-child {
		padding-left: 35px;
	}
}

.navbar-nav.nav-icons li .fa-user {
	position: relative;
}

.navbar-nav.nav-icons li .fa-user::after {
	position: absolute;
	top: -2px;
	right: -5px;
	width: 5px;
	height: 5px;
	content: '';
	border-radius: 50%;
	background: #006fc5;
}

.navbar-search {
	position: absolute;
	top: 0;
	display: block;
	visibility: hidden;
	width: 100%;
	height: 99px;
	margin-top: 1px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	opacity: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	background-color: transparent;
}

@media ( max-width : 768px) {
	.navbar-search {
		top: 0;
		color: #fff;
		border: none;
		background-color: #2b2e33;
	}
	.navbar-search .search-close {
		color: #7f858f;
	}
	.navbar-search .search-close:hover {
		color: #fff;
	}
}

.navbar-search .form-control {
	font-size: 30px;
	line-height: 1;
	height: 100px;
	padding-right: 10px;
	padding-left: 0;
	color: #fff;
	background-color: transparent;
	box-shadow: none;
}

.navbar-search .form-control::-moz-placeholder {
	opacity: 1;
	color: #fff;
}

.navbar-search .form-control:-ms-input-placeholder {
	color: #fff;
}

.navbar-search .form-control::-webkit-input-placeholder {
	color: #fff;
}

.navbar-alt .navbar-search .form-control {
	color: #7f858f;
}

.navbar-alt .navbar-search .form-control::-moz-placeholder {
	opacity: 1;
	color: #7f858f;
}

.navbar-alt .navbar-search .form-control:-ms-input-placeholder {
	color: #7f858f;
}

.navbar-alt .navbar-search .form-control::-webkit-input-placeholder {
	color: #7f858f;
}

.navbar-search .search-close {
	padding: 0;
	color: #fff;
	background-color: transparent;
}

.navbar-alt .navbar-search .search-close {
	color: #7f858f;
}

.navbar-search.open {
	visibility: visible;
	opacity: 1;
}

@media ( max-width : 768px) {
	.floated {
		width: 100vw;
		margin: 80px -40px 0 !important;
		padding: 0;
		box-shadow: none;
	}
	.floated .navbar-nav {
		margin: 0;
	}
	.floated .navbar-nav>li {
		padding: 0 40px;
		text-align: left;
	}
	.floated .navbar-nav>li>a {
		padding: 15px 0;
	}
	.floated .navbar-nav>li:hover a {
		color: #006fc5;
	}
	.floated .navbar-nav>li.active {
		background-color: #26282d;
	}
	.floated .navbar-nav>li.active a {
		color: #006fc5;
	}
}

.navbar-inverse .navbar-collapse {
	border-color: #006fc5;
}

.light-map {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
}

.light-map::after {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	opacity: .02;
	background: url(../images/map.png) no-repeat center center;
}

.dark-map {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	background-color: #2b2e33;
}

.dark-map::after {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	opacity: .1;
	background: url(../images/map.png) no-repeat center center;
}

.contacts {
	padding: 40px 0 60px;
	border-top: 1px solid #e8e9ed;
	background-color: #f7f7fa;
}

.contacts h5 {
	margin-bottom: 25px;
}

.contacts article {
	margin-top: 40px;
}

@media ( min-width : 992px) {
	.contacts .offset {
		padding-left: 100px;
	}
	.contacts .left-border {
		border-left: 1px dotted #c5c5c7;
	}
}

@media ( max-width : 991px) {
	.contacts .bottom-border {
		border-bottom: 1px dotted #c5c5c7;
	}
}

.contacts .contacts-block p {
	margin-bottom: 0;
}

.contacts .contacts-block i {
	padding-right: 1em;
	color: #006fc5;
}

.contacts .twitter-block span {
	color: #006fc5;
}

.contacts .twitter-block strong {
	color: #2b2e33;
}

.contacts .twitter-block .twitter-wrap {
	position: relative;
}

@media ( min-width : 992px) {
	.contacts .twitter-block .twitter-wrap::before {
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		font-size: 36px;
		position: absolute;
		top: 15px;
		left: 38px;
		display: inline-block;
		content: '\f099';
		color: #006fc5;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
}

.contacts .twitter-block h5 a {
	font-size: 14px;
}

.contacts .subscribe-info .subscribe-wrap {
	padding-bottom: 1.5em;
}

.contacts .links-block li {
	margin-bottom: 6px;
}

.contacts .links-block a {
	font-weight: 500;
	color: #2683ad;
}

.contacts .links-block a:hover {
	text-decoration: underline;
}

.contacts .post-block .media {
	margin-top: 40px;
}

.contacts .post-block .media:first-of-type {
	margin-top: 35px;
}

.contacts .post-block .media-heading {
	display: block;
	overflow: hidden;
	min-width: 220px;
	max-width: 220px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.contacts .post-block .media-heading a {
	color: #2b2e33;
}

.contacts .post-block .media-heading a:hover {
	color: #006fc5;
}

.contacts .post-block .media-body ul {
	margin-bottom: 0;
}

.contacts .post-block .media-body li {
	font-size: .928em;
	color: #c8c9cc;
}

.contacts .post-block .media-body i {
	padding-right: 1em;
}

.contacts .post-block .media-left {
	padding-right: 20px;
}

.contacts .post-block .media-left .thumbnail-alt {
	display: block;
	overflow: hidden;
	width: 50px;
	height: 50px;
	border-radius: 5px;
}

.copyright {
	padding: 40px 0;
	border-top: 1px solid #e8e9ed;
	background-color: #f2f2f5;
}

.copyright p,.copyright ul {
	margin-bottom: 0;
}

.copyright ul li {
	margin-left: 1em;
}

.copyright ul li:first-of-type {
	margin-left: 0;
}

.copyright .copyright-links {
	text-align: right;
}

@media ( max-width : 991px) {
	.copyright .copyright-links {
		margin-top: 20px;
		text-align: left;
	}
}

.copyright-alt {
	padding: 100px 0 70px;
}

.copyright-alt p,.copyright-alt ul {
	margin-bottom: 0;
}

.copyright-alt ul li {
	margin-bottom: 20px;
	margin-left: 1em;
}

.copyright-alt ul li>a:hover {
	color: #fff;
}

.copyright-alt ul li:first-of-type {
	margin-left: 0;
}

.elements-header {
	height: 700px;
	background-image: url(../images/pictures/elements-bg-header.jpg);
	background-repeat: no-repeat;
	background-position: center bottom, center top;
	background-size: auto, cover;
}

.header-caption {
	position: relative;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-align: center;
}

.header-caption h1 {
	margin: 0;
}

.header-caption p {
	font-weight: 700;
	margin-top: 20px;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.elements {
	margin: 35px 0;
}

.elements .section-header {
	margin: 75px 0 45px;
}

.elements .transparent-buttons {
	margin-bottom: 30px;
	padding-top: 30px;
	background: url(../images/pictures/elements-bg-trans.jpg) no-repeat
		center top;
}

.section-header {
	margin: 90px 0 90px;
}

.section-header h2,.section-header p {
	text-align: center;
}

.divider.striped-icon {
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.divider.striped-icon:hover,.divider.striped-icon:focus {
	color: #006fc5;
}

section.divider.striped-icon {
	position: relative;
}

.parallax-section-1,.parallax-section-2,.parallax-section-3 {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: auto;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
/*
.home-header {
	padding-top: 250px;
	background-image: url(/images/home-bg-header.jpg);
	background-repeat: no-repeat;
	background-position: center top, center top;
	background-size: cover;
}
*/
.home-header a.btn-primary {
	margin-bottom: 40px;
}

.about-product {
	margin-top: -100px;
}

.about-product .section-header {
	margin-top: 30px;
}

.about-product article:before {
	position: absolute;
	z-index: 1;
	top: 5px;
	left: -20px;
	content: '';
}

@media ( max-width : 991px) {
	.about-product article:before {
		display: none;
	}
}

.about-product [class^='col-']:nth-of-type(1) article::before {
	width: 11px;
	height: 352px;
	background: url(../images/hl-1.png) no-repeat left top;
}

.about-product [class^='col-']:nth-of-type(2) article::before {
	width: 11px;
	height: 221px;
	background: url('../images/hl-2.png') no-repeat left top;
}

.about-product [class^='col-']:nth-of-type(3) article::before {
	width: 111px;
	height: 302px;
	background: url(../images/hl-3.png) no-repeat left top;
}

.features {
	position: relative;
	z-index: 1;
	padding: 40px 0 120px;
	background-image: url(../images/pictures/home-bg-price.jpg);
	oveflow: hidden;
}

.features::before {
	position: absolute;
	z-index: -1;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(40, 173, 98, .7);
}

.features article {
	margin-top: 90px;
}

.features article span {
	font-size: 30px;
	display: block;
	margin-bottom: .6em;
}

.features article p {
	margin-bottom: 0;
	color: #94f7be;
}

.steps {
	margin-bottom: 60px;
}

.steps article {
	position: relative;
	text-align: center;
}

.steps article:after {
	position: absolute;
	top: -50px;
	right: -180px;
	width: 100%;
	height: 100%;
	content: '';
	background: url(../images/arrow.png) no-repeat center center;
}

@media ( max-width : 1199px) {
	.steps article:after {
		right: -150px;
	}
}

@media ( max-width : 991px) {
	.steps article:after {
		display: none;
	}
}

.steps article img {
	margin-bottom: 30px;
}

.steps article .striped-icon-small {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 20%;
}

.steps [class^='col-']:last-child article:after {
	display: none;
}

.analytics {
	margin-bottom: 60px;
	border-top: 1px solid #e8e9ed;
}

.video.dark {
	position: relative;
	z-index: 1;
}

.video::before {
	position: absolute;
	z-index: -1;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
}

.YTPOverlay {
	background: rgba(0, 0, 0, .5);
}

#controlBar_bgndVideo {
	display: none !important;
}

.video>article {
	padding: 250px 0;
}

.video>article h2 {
	margin: 24px 0;
}

@media ( max-width : 991px) {
	.video>article h2 {
		text-align: center;
	}
}

.video>article .striped-icon-xlarge {
	padding-left: 10px;
}

.team.home-team {
	padding-bottom: 0;
}

.team .team-img {
	position: relative;
}

.team-description-container {
	padding-top: 65px;
}

.team .team-img::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100px;
	content: '';
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .7)
		0%, #fff 100%);
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, .7) 0%,
		#fff 100%);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, .7) 0%,
		#fff 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3ffffff',
		endColorstr='#ffffffff', GradientType=0);
}

.team .team-img img {
	padding: 0 60px;
}

.team .team-description p:last-of-type {
	margin: 0;
}

.team .skills {
	margin: 0;
	padding: 34px 0 130px;
}

@media ( max-width : 991px) {
	.team .skills {
		margin-top: 60px;
	}
}

.team .skills li {
	position: relative;
	height: 10px;
	margin-top: 70px;
	border-radius: 3px;
	background-color: #e8e9ed;
	-webkit-box-shadow: 0 1px #e0e1e6 inset;
	box-shadow: 0 1px #e0e1e6 inset;
}

.team .skills li:first-child {
	margin-top: 0;
}

.team .skills li .progress {
	position: absolute;
	top: 0;
	left: 0;
	overflow: visible !important;
	width: 0;
	height: 100%;
	-webkit-transition: width 1.2s ease-in-out 0;
	-o-transition: width 1.2s ease-in-out 0;
	transition: width 1.2s ease-in-out 0;
	border-radius: 3px;
	background-color: #006fc5;
}

.team .skills li .progress-percent {
	font-size: 11px;
	line-height: 20px;
	position: absolute;
	top: -28px;
	right: 0;
	height: 20px;
	padding: 0 9px;
	color: #fff;
	border-radius: 2px;
	background-color: rgba(0, 0, 0, .8);
}

.team .skills li .progress-percent:after,.team .skills li .progress-percent:before
	{
	position: absolute;
	top: 100%;
	width: 0;
	height: 0;
	content: ' ';
	pointer-events: none;
	border: medium solid transparent;
}

.team .skills li .progress-percent:after {
	left: 50%;
	margin-left: -4px;
	border-width: 4px;
	border-top-color: rgba(0, 0, 0, .8);
}

.team .skills li .progress-percent:before {
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-top-color: rgba(0, 0, 0, .8);
}

.team .skills li .progress-percent .counter {
	font-size: 11px;
	font-weight: 600;
}

.team .skills li>span {
	font-weight: 700;
	position: absolute;
	z-index: 1;
	top: -36px;
	left: 0;
	text-transform: capitalize;
	color: #2b2e33;
}

.team-carousel {
	position: relative;
}

.team-carousel::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100px;
	content: '';
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .7)
		0%, #fff 100%);
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, .7) 0%,
		#fff 100%);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, .7) 0%,
		#fff 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3ffffff',
		endColorstr='#ffffffff', GradientType=0);
}

.team-carousel .team-member {
	margin: 0 -70px;
}

.team-carousel .owl-item:nth-of-type(1) .team-member {
	margin: 0;
}

.team-carousel .owl-item:nth-of-type(3) {
	z-index: 2;
}

.team-carousel .owl-item:nth-of-type(4) {
	z-index: 1;
}

.team-carousel .owl-item:nth-of-type(4) .team-member {
	margin: 0 -120px;
}

.team-carousel .owl-item:nth-of-type(6) {
	z-index: 1;
}

.team-carousel .owl-item:nth-of-type(6) .team-member {
	margin: 0 -60px;
}

.team-carousel .owl-item:nth-of-type(7) {
	z-index: 2;
}

.team-carousel .owl-item:nth-of-type(7) .team-member {
	margin: 0 0 0 -120px;
}

.team-carousel.owl-carousel .owl-wrapper {
	display: table !important;
}

.team-carousel.owl-carousel .owl-item {
	display: table-cell;
	float: none;
	vertical-align: bottom;
}

.popover {
	max-width: 300px;
	border: 0;
	border-radius: 3px;
	box-shadow: none;
}

.popover .popover-content {
	padding: 0;
}

.popover .popover-content .member-info {
	float: left;
	min-width: 170px;
	padding: 30px;
	border-right: 1px solid #86d1a6;
}

.popover .popover-content .member-info h5 {
	margin-bottom: 10px;
	color: #fff;
}

.popover .popover-content .member-info p {
	line-height: 1;
	margin-bottom: 0;
	color: #94f7bf;
}

.popover .popover-content .member-contact {
	font-size: 30px;
	line-height: 1;
	float: right;
	padding: 40px 25px 30px;
	text-align: center;
	color: #fff;
}

.scroll-container {
	position: relative;
}

.scroll-content {
	position: relative;
	overflow: hidden;
}

.scroll-content .scroll-wrapper {
	display: table !important;
}

.scroll-content .scroll-wrapper .team-member {
	display: table-cell;
	float: none;
	vertical-align: bottom;
}

.scroll-content .scroll-wrapper .team-member img {
	margin: 0 -40px;
}

.scroll-slider-wrap {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100px;
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .7)
		0%, #fff 100%);
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, .7) 0%,
		#fff 100%);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, .7) 0%,
		#fff 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3ffffff',
		endColorstr='#ffffffff', GradientType=0);
}

.scroll-slider {
	width: 100%;
	height: 5px;
	margin-top: 40px;
	cursor: pointer;
	background: transparent;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	top: -12px;
	width: 25px;
	height: 25px;
	-webkit-border-radius: 12px 13px 13px 1px 12px 13px 13px;
	-moz-border-radius: 12px 13px 13px 1px 12px 13px 13px;
	border-radius: 12px 13px 13px 1px 12px 13px 13px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .05), 0 7px 2px
		rgba(0, 0, 0, .05);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .05), 0 7px 2px
		rgba(0, 0, 0, .05);
	box-shadow: 0 0 3px rgba(0, 0, 0, .05), 0 7px 2px rgba(0, 0, 0, .05);
}

.gallery {
	width: 100%;
/*	margin-bottom: 130px;*/
	border-top: 1px solid #e8e9ed;
}

.gallery .gallery-controls {
	margin-bottom: 70px;
	text-align: center;
}

@media ( max-width : 768px) {
	.gallery .gallery-controls .btn-group .btn {
		display: block;
		float: none;
		margin: auto;
		border-radius: 3px !important;
	}
	.gallery .gallery-controls .btn-group .btn,.gallery .gallery-controls .btn-group .btn:hover,.gallery .gallery-controls .btn-group .btn:focus
		{
		border-color: transparent;
	}
}

.gallery .gallery-items {
	width: 100%;
}

.gallery .gallery-items figure {
	position: relative;
	float: left;
	overflow: hidden;
	width: 10%;
	margin: 0;
}

.gallery .gallery-items a {
	margin: 0 5px;
}

.gallery .gallery-items figure.wide {
	width: 20%;
}

@media ( max-width : 991px) {
	.gallery .gallery-items figure {
		width: 20%;
	}
	.gallery .gallery-items figure.wide {
		width: 40%;
	}
}

@media ( max-width : 768px) {
	.gallery .gallery-items figure {
		width: 50%;
	}
	.gallery .gallery-items figure.wide {
		width: 100%;
	}
}

.gallery .gallery-items figure img {
	width: 100% !important;
	height: auto !important;
}

.gallery .gallery-items figure figcaption {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity .3s ease-in-out 0;
	-o-transition: opacity .3s ease-in-out 0;
	transition: opacity .3s ease-in-out 0;
	text-align: center;
	opacity: 0;
	background-color: rgba(40, 173, 98, .85);
}

.gallery .gallery-items figure figcaption a {
	font-size: 30px;
	position: relative;
	top: 50%;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
}

.gallery .gallery-items figure:hover figcaption {
	opacity: 1;
}

.gallery .gallery-load {
	padding-top: 80px;
	text-align: center;
}

.price {
	position: relative;
	z-index: 1;
	margin-bottom: 100px;
	border-top: 1px solid #e8e9ed;
	background: url(../images/pictures/home-bg-price.jpg) no-repeat center
		center;
}

.price::before {
	position: absolute;
	z-index: -1;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(255, 255, 255, .9);
}

.price .pricing-switcher {
	margin-bottom: 60px;
	text-align: center;
}

.price .pricing-switcher .btn.active {
	color: #fff;
	background-color: #006fc5;
}

.price .touch .cd-pricing-wrapper {
	-webkit-perspective: 2000px;
	-moz-perspective: 2000px;
	perspective: 2000px;
}

.price .cd-pricing-wrapper {
	position: relative;
}

.price .cd-pricing-wrapper .is-visible {
	position: relative;
	z-index: 5;
}

.price .cd-pricing-wrapper .is-hidden {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.price .cd-pricing-wrapper .is-selected {
	z-index: 3 !important;
}

.price .cd-pricing-wrapper.is-switched .is-visible {
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-animation: cd-rotate .5s;
	-o-animation: cd-rotate .5s;
	animation: cd-rotate .5s;
}

.price .cd-pricing-wrapper.is-switched .is-hidden {
	-webkit-transform: rotateY(0);
	-ms-transform: rotateY(0);
	-o-transform: rotateY(0);
	transform: rotateY(0);
	-webkit-animation: cd-rotate-inverse .5s;
	-o-animation: cd-rotate-inverse .5s;
	animation: cd-rotate-inverse .5s;
	opacity: 0;
}

.price .cd-pricing-wrapper.is-switched .is-selected {
	opacity: 1;
}

.price .cd-pricing-wrapper.is-switched.reverse-animation .is-visible {
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-animation: cd-rotate-back .5s;
	-o-animation: cd-rotate-back .5s;
	animation: cd-rotate-back .5s;
}

.price .cd-pricing-wrapper.is-switched.reverse-animation .is-hidden {
	-webkit-transform: rotateY(0);
	-ms-transform: rotateY(0);
	-o-transform: rotateY(0);
	transform: rotateY(0);
	-webkit-animation: cd-rotate-inverse-back .5s;
	-o-animation: cd-rotate-inverse-back .5s;
	animation: cd-rotate-inverse-back .5s;
	opacity: 0;
}

.price .cd-pricing-wrapper.is-switched.reverse-animation .is-selected {
	opacity: 1;
}

.price .cd-pricing-wrapper>li {
	outline: 1px solid transparent;
	background-color: #fff;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.price .cd-pricing-wrapper>li .is-ended::after {
	display: none;
}

.price .cd-pricing-wrapper.panel-highlited {
	margin: -10px;
}

.price .cd-pricing-wrapper.panel-highlited .panel {
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
}

.price .cd-pricing-wrapper.panel-highlited .panel .gap {
	width: 100%;
	height: 10px;
	margin: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: #006fc5;
}

.price .cd-pricing-wrapper.panel-highlited .panel .panel-footer {
	padding-bottom: 50px;
}

.price .no-js .cd-pricing-wrapper .is-hidden {
	position: relative;
	margin-top: 1em;
	-webkit-transform: rotateY(0);
	-ms-transform: rotateY(0);
	-o-transform: rotateY(0);
	transform: rotateY(0);
}

@
-webkit-keyframes cd-rotate { 0% {
	-webkit-transform: perspective(2000px) rotateY(0);
}

70%
{
-webkit-transform
:
 
perspective
(2000px)
 
rotateY
(200deg);

    
}
100%
{
-webkit-transform
:
 
perspective
(2000px)
 
rotateY
(180deg);

    
}
}
@
-moz-keyframes cd-rotate { 0% {
	-moz-transform: perspective(2000px) rotateY(0);
}

70%
{
-moz-transform
:
 
perspective
(2000px)
 
rotateY
(200deg);

    
}
100%
{
-moz-transform
:
 
perspective
(2000px)
 
rotateY
(180deg);

    
}
}
@
keyframes cd-rotate { 0% {
	-webkit-transform: perspective(2000px) rotateY(0);
	-moz-transform: perspective(2000px) rotateY(0);
	-ms-transform: perspective(2000px) rotateY(0);
	-o-transform: perspective(2000px) rotateY(0);
	transform: perspective(2000px) rotateY(0);
}

70%
{
-webkit-transform
:
 
perspective
(2000px)
 
rotateY
(200deg)
                                                                                                   
;
-moz-transform
:
 
perspective
(2000px)
 
rotateY
(200deg);-ms-transform
:
 
perspective
(2000px)
 
rotateY
(200deg);-o-transform
:
 
perspective
(2000px)
 
rotateY
(200deg);transform
:
 
perspective
(2000px)
 
rotateY
(200deg);

    
}
100%
{
-webkit-transform
:
 
perspective
(2000px)
 
rotateY
(180deg)
                                                                                                   
;
-moz-transform
:
 
perspective
(2000px)
 
rotateY
(180deg);-ms-transform
:
 
perspective
(2000px)
 
rotateY
(180deg);-o-transform
:
 
perspective
(2000px)
 
rotateY
(180deg);transform
:
 
perspective
(2000px)
 
rotateY
(180deg);

    
}
}
@
-webkit-keyframes cd-rotate-inverse { 0% {
	-webkit-transform: perspective(2000px) rotateY(-180deg);
}

70%
{
-webkit-transform
:
 
perspective
(2000px)
 
rotateY
(20deg);

    
}
100%
{
-webkit-transform
:
 
perspective
(2000px)
 
rotateY
(0);

    
}
}
@
-moz-keyframes cd-rotate-inverse { 0% {
	-moz-transform: perspective(2000px) rotateY(-180deg);
}

70%
{
-moz-transform
:
 
perspective
(2000px)
 
rotateY
(20deg);

    
}
100%
{
-moz-transform
:
 
perspective
(2000px)
 
rotateY
(0);

    
}
}
@
keyframes cd-rotate-inverse { 0% {
	-webkit-transform: perspective(2000px) rotateY(-180deg);
	-moz-transform: perspective(2000px) rotateY(-180deg);
	-ms-transform: perspective(2000px) rotateY(-180deg);
	-o-transform: perspective(2000px) rotateY(-180deg);
	transform: perspective(2000px) rotateY(-180deg);
}

70%
{
-webkit-transform
:
 
perspective
(2000px)
 
rotateY
(20deg)
                                                                                                   
;
-moz-transform
:
 
perspective
(2000px)
 
rotateY
(20deg);-ms-transform
:
 
perspective
(2000px)
 
rotateY
(20deg);-o-transform
:
 
perspective
(2000px)
 
rotateY
(20deg);transform
:
 
perspective
(2000px)
 
rotateY
(20deg);

    
}
100%
{
-webkit-transform
:
 
perspective
(2000px)
 
rotateY
(0)
                                                                                                   
;
-moz-transform
:
 
perspective
(2000px)
 
rotateY
(0);-ms-transform
:
 
perspective
(2000px)
 
rotateY
(0);-o-transform
:
 
perspective
(2000px)
 
rotateY
(0);transform
:
 
perspective
(2000px)
 
rotateY
(0);

    
}
}
@
-webkit-keyframes cd-rotate-back { 0% {
	-webkit-transform: perspective(2000px) rotateY(0);
}

70%
{
-webkit-transform
:
 
perspective
(2000px)
 
rotateY
(-200deg);

    
}
100%
{
-webkit-transform
:
 
perspective
(2000px)
 
rotateY
(-180deg);

    
}
}
@
-moz-keyframes cd-rotate-back { 0% {
	-moz-transform: perspective(2000px) rotateY(0);
}

70%
{
-moz-transform
:
 
perspective
(2000px)
 
rotateY
(-200deg);

    
}
100%
{
-moz-transform
:
 
perspective
(2000px)
 
rotateY
(-180deg);

    
}
}
@
keyframes cd-rotate-back { 0% {
	-webkit-transform: perspective(2000px) rotateY(0);
	-moz-transform: perspective(2000px) rotateY(0);
	-ms-transform: perspective(2000px) rotateY(0);
	-o-transform: perspective(2000px) rotateY(0);
	transform: perspective(2000px) rotateY(0);
}

70%
{
-webkit-transform
:
 
perspective
(2000px)
 
rotateY
(-200deg)
                                                                                                   
;
-moz-transform
:
 
perspective
(2000px)
 
rotateY
(-200deg);-ms-transform
:
 
perspective
(2000px)
 
rotateY
(-200deg);-o-transform
:
 
perspective
(2000px)
 
rotateY
(-200deg);transform
:
 
perspective
(2000px)
 
rotateY
(-200deg);

    
}
100%
{
-webkit-transform
:
 
perspective
(2000px)
 
rotateY
(-180deg)
                                                                                                   
;
-moz-transform
:
 
perspective
(2000px)
 
rotateY
(-180deg);-ms-transform
:
 
perspective
(2000px)
 
rotateY
(-180deg);-o-transform
:
 
perspective
(2000px)
 
rotateY
(-180deg);transform
:
 
perspective
(2000px)
 
rotateY
(-180deg);

    
}
}
@
-webkit-keyframes cd-rotate-inverse-back { 0% {
	-webkit-transform: perspective(2000px) rotateY(180deg);
}

70%
{
-webkit-transform
:
 
perspective
(2000px)
 
rotateY
(-20deg);

    
}
100%
{
-webkit-transform
:
 
perspective
(2000px)
 
rotateY
(0);

    
}
}
@
-moz-keyframes cd-rotate-inverse-back { 0% {
	-moz-transform: perspective(2000px) rotateY(180deg);
}

70%
{
-moz-transform
:
 
perspective
(2000px)
 
rotateY
(-20deg);

    
}
100%
{
-moz-transform
:
 
perspective
(2000px)
 
rotateY
(0);

    
}
}
@
keyframes cd-rotate-inverse-back { 0% {
	-webkit-transform: perspective(2000px) rotateY(180deg);
	-moz-transform: perspective(2000px) rotateY(180deg);
	-ms-transform: perspective(2000px) rotateY(180deg);
	-o-transform: perspective(2000px) rotateY(180deg);
	transform: perspective(2000px) rotateY(180deg);
}

70%
{
-webkit-transform
:
 
perspective
(2000px)
 
rotateY
(-20deg)
                                                                                                   
;
-moz-transform
:
 
perspective
(2000px)
 
rotateY
(-20deg);-ms-transform
:
 
perspective
(2000px)
 
rotateY
(-20deg);-o-transform
:
 
perspective
(2000px)
 
rotateY
(-20deg);transform
:
 
perspective
(2000px)
 
rotateY
(-20deg);

    
}
100%
{
-webkit-transform
:
 
perspective
(2000px)
 
rotateY
(0)
                                                                                                   
;
-moz-transform
:
 
perspective
(2000px)
 
rotateY
(0);-ms-transform
:
 
perspective
(2000px)
 
rotateY
(0);-o-transform
:
 
perspective
(2000px)
 
rotateY
(0);transform
:
 
perspective
(2000px)
 
rotateY
(0);

    
}
}
.price .price-select {
	display: inline-block;
	margin-bottom: 60px;
}

.price .panel-price .panel-heading {
	padding: 35px 0 20px;
}

.price .panel-price .panel-heading .subhead {
	margin-bottom: 5px;
}

.price .panel-price .panel-heading h2 {
	font-size: 60px;
	line-height: 60px;
	margin: 0;
}

.price .panel-price .panel-heading .currency,.price .panel-price .panel-heading .period
	{
	font-size: 14px;
	font-weight: 600;
	color: #c8c9cc;
}

.price .panel-price .panel-heading .currency {
	font-size: 18px;
	vertical-align: text-top;
}

.price .panel-price .panel-heading .period {
	vertical-align: sub;
}

.price .panel-price .panel-body {
	padding: 20px;
}

.price .panel-price .panel-body .list-style-ok li::before {
	margin-right: .5em;
}

.price .panel-price .panel-footer {
	padding: 0 0 40px;
	border-top: 0;
}

.testimonials {
	margin-bottom: 100px;
	border-top: 1px solid #e8e9ed;
}

@media ( min-width : 1200px) {
	.testimonials .owl-carousel .owl-controls .owl-buttons {
		position: absolute;
		top: 50%;
		width: 100%;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	.home-header .btn-warning {
		margin-left: -45px;
	}
}

@media ( max-width : 1199px) {
	.testimonials .owl-carousel .owl-controls .owl-buttons {
		text-align: center;
	}
}

.testimonials .owl-carousel .owl-controls .owl-buttons .owl-prev,.testimonials .owl-carousel .owl-controls .owl-buttons .owl-next
	{
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
}

.testimonials .owl-carousel .owl-controls .owl-buttons .owl-prev {
	left: -50px;
	background-image: url(../images/arrow-left.png);
}

@media ( max-width : 1199px) {
	.testimonials .owl-carousel .owl-controls .owl-buttons .owl-prev {
		left: -15px;
	}
}

.testimonials .owl-carousel .owl-controls .owl-buttons .owl-next {
	right: -50px;
	float: right;
	background-image: url(../images/arrow-right.png);
}

@media ( max-width : 1199px) {
	.testimonials .owl-carousel .owl-controls .owl-buttons .owl-next {
		right: -15px;
		float: none;
	}
}

.reviews {
	text-align: center;
}

.client {
	display: inline-block;
}

.client .comment {
	position: relative;
	max-width: 500px;
	padding: 25px 70px;
	text-align: left;
	color: #fff;
	border-radius: 3px;
}

.client .comment::after {
	position: absolute;
	right: 130px;
	bottom: -30px;
	width: 0;
	height: 0;
	content: '';
	border-right: 30px solid transparent;
}

.client.left .comment {
	background-color: rgba(40, 173, 98, .8);
}

.client.left .comment::after {
	border-top: 30px solid rgba(40, 173, 98, .8);
}

.client.right .comment {
	background-color: rgba(232, 143, 65, .8);
}

.client.right .comment::after {
	border-top: 30px solid rgba(232, 143, 65, .8);
}

@media ( min-width : 1200px) {
	.client.right {
		position: relative;
		top: 30px;
		left: -30px;
	}
}

.client .avatar {
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.client .media {
	margin-left: 30px;
}

.brands {
	margin-top: 70px;
}

.brand-logo {
	display: table;
	width: 100%;
	height: 120px;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 0 0 1px #e8e9ed;
}

.brand-logo .brand-logo-wrap {
	display: table-cell;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	vertical-align: middle;
	opacity: .7;
}

.brand-logo .brand-logo-wrap:hover {
	opacity: 1;
}

.twitter {
	position: relative;
	z-index: 1;
	background: url(../images/pictures/twitter-bg22.jpg) no-repeat center
		center;
	background-attachment: fixed;
	background-size: cover;
}

.twitter::before {
	position: absolute;
	z-index: -1;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(40, 173, 98, .8);
}

.twitter article {
	padding: 120px 0 110px;
	text-align: center;
}

.twitter article i {
	font-size: 36px;
	margin-bottom: 24px;
}

.twitter article p {
	font-size: 24px;
	line-height: 1.6;
	margin-bottom: 0;
}

.twitter article p a {
	text-decoration: underline;
	color: #fff;
}

.twitter article footer {
	font-weight: 700;
	margin-top: 25px;
	letter-spacing: -.03em;
	text-transform: uppercase;
	color: #fff;
}

.twitter article footer cite {
	letter-spacing: -.1em;
	text-transform: none;
	color: rgba(255, 255, 255, .4);
}

.twitter .owl-carousel .owl-controls .owl-pagination {
	margin-top: 40px;
}

.twitter .owl-carousel .owl-controls .owl-pagination .owl-page {
	display: inline-block;
}

.twitter .owl-carousel .owl-controls .owl-pagination .owl-page:not (:first-of-type
	) {
	margin-left: 18px;
}

.twitter .owl-carousel .owl-controls .owl-pagination .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .4);
}

.twitter .owl-carousel .owl-controls .owl-pagination .owl-page.active span
	{
	background-color: #fff;
}

.blog {
	margin-bottom: 130px;
}

.blog .post {
	display: block;
	max-width: 370px;
	margin-right: auto;
	margin-left: auto;
	
}

.blog .post .post-heading {
	position: relative;
}

.blog .post .post-body h5 {
	height: 60px !important;
}
.blog .post .post-heading .post-image {
	display: block;
	overflow: hidden;
	/*height: 230px;*/
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.post-preview {
		display: block;
	
	  display: -webkit-box;
	max-width: 370px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 25px;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; 
}

.blog .post .post-heading .post-image:hover {
	background: #006fc5;
}

.blog .post .post-heading .post-image:hover img {
	opacity: .7;
}

.blog .post .post-heading .post-avatar {
	position: absolute;
	right: 25px;
	bottom: -35px;
}

.blog .post .post-heading .post-avatar>img {
	width: 70px;
	height: 70px;
	border: 5px solid #fff;
	border-radius: 50%;
}

.blog .post .post-body {
	padding: 10px 30px 20px;
	border: 1px solid #e8e9ed;
	border-top: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	background-color: white;
}

.blog .post {
	text-align: left;
}
.read-more {
	text-align: right;
	font-size: 0.8em;
	padding-top: 10px;
	
}

.read-more a {
	color: #006fc5;
}

a h5:hover {
	color: #006fc5;
}

.blog .post .post-body p {
	margin-bottom: 0;
	height: 125px;
    overflow: hidden;
}

.blog .post .post-body ul li {
	font-size: .928em;
	color: #c8c9cc;
}

.blog .post .post-body ul li:first-of-type {
	margin-right: 20px;
}

.blog .post .post-body ul i {
	margin-right: .5em;
}

.blog .subscribe {
	padding: 4px;
	border: 1px solid #e8e9ed;
	border-radius: 28px;
}

.blog .subscribe input {
	width: 55%;
	padding-right: 10px;
	background-color: transparent;
}

.blog .subscribe input,.blog .subscribe input:focus {
	border: 0;
	box-shadow: none;
}

.blog .btn-round {
	border-radius: 28px;
}

.blog .btn-round-small {
	width: 49px;
	padding: 9px;
	border-radius: 50%;
}

.application {
	border-top: 1px solid #e8e9ed;
}

@media ( max-width : 991px) {
	.application {
		margin-bottom: 130px;
	}
}

.application .section-header ul li {
	padding: 0 15px;
}

.application .app-features {
	position: relative;
	width: 100%;
	margin-bottom: 60px;
}

@media ( min-width : 992px) {
	.application .app-features p {
		margin: 0;
	}
}

.application .app-features:first-of-type {
	margin-top: 35px;
}

.application .app-features:last-of-type {
	margin-bottom: 0;
}

.application .app-features .striped-icon-large {
	position: absolute;
	top: 0;
}

.application .app-features.right-features,.application .app-features.left-features
	{
	padding-left: 100px;
	text-align: left;
	line-height: 1.5em;
}

.application .app-features.right-features .striped-icon-large,.application .app-features.left-features .striped-icon-large
	{
	left: 0;
}

@media ( min-width : 992px) {
	.application .app-features.left-features {
		padding-right: 100px;
		padding-left: 0;
		text-align: right;
	}
	.application .app-features.left-features .striped-icon-large {
		right: 0;
		left: auto;
	}
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.application .app-demo {
		margin-left: -25px;
	}
}

@media ( min-width : 1200px) {
	.application .app-demo {
		margin-left: 5px;
	}
}

.home-footer {
	padding: 100px 0 0;
	text-align: center;
}

.home-footer .nav {
	display: inline-block;
}

.home-footer .nav-tabs-two li:not (.active ) a {
	border-color: rgba(255, 255, 255, .3);
}

.home-footer .tab-content {
	margin: 70px 0 0;
}

.home-footer .footer-header {
	margin-bottom: 50px;
}

.home-footer .footer-header h2 {
	color: #fff;
}

.home-footer .contact-item h5,.home-footer .contact-item p {
	color: #fff;
}

.home-footer .contact-item h5 {
	margin-top: 27px;
}

.home-footer form .form-control {
	width: 100%;
	padding-left: 22px;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, .3);
	border-bottom: 0;
	border-radius: 0;
	background-color: rgba(255, 255, 255, .2);
	box-shadow: none;
}

.home-footer form .form-control:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.home-footer form .btn {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.home-footer #mapCanvas {
	width: 100%;
	height: 470px;
}

.dotted-line {
	position: absolute;
	top: 0;
	right: -51%;
	overflow: hidden;
	width: 100%;
}

.dotted-line:after {
	font-size: 30px;
	line-height: 100px;
	content: '\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022';
	letter-spacing: 10px;
	color: #6b6c70;
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.dotted-line:after {
		content: '\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022';
	}
}

#filters button {
	color: #7f858f;
}

#filters button.active {
	color: #fff;
}

#page-preloader {
	position: fixed;
	z-index: 100500;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #2e2e2e;
}

#page-preloader .spinner {
	position: absolute;
	z-index: 1001;
	top: 50%;
	left: 50%;
	display: block;
	width: 100px;
	height: 100px;
	margin-top: -50px;
	margin-left: -50px;
	-webkit-animation: spin 2.5s infinite linear;
	animation: spin 2.5s infinite linear;
	border: 3px solid transparent;
	border-top-color: #3498db;
	border-radius: 50%;
}

#page-preloader .spinner:before,#page-preloader .spinner:after {
	position: absolute;
	content: '';
	border-radius: 50%;
}

#page-preloader .spinner:before {
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
	-webkit-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
	border: 3px solid transparent;
	border-top-color: #e74c3c;
}

#page-preloader .spinner:after {
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	-webkit-animation: spin 1s infinite linear;
	animation: spin 1s infinite linear;
	border: 3px solid transparent;
	border-top-color: #f9c922;
}

@
-webkit-keyframes spin { 0% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

100%
{
-webkit-transform
:
 
rotate
(360deg)
                                                
;
transform
:
 
rotate
(360deg);

    
}
}
@
keyframes spin { 0% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

100%
{
-webkit-transform
:
 
rotate
(360deg)
                                                
;
transform
:
 
rotate
(360deg);

    
}
}
.about-header {
	position: relative;
	background-image: url(/images/background.png) !important;
	background-size: cover;
}

.about-header .bg-overlay {
	/*background: rgba(6, 18, 37, 0.7);*/
    
}

.about-header h1 {
	/*font-family: 'Raleway', sans-serif;
	font-size: 60px;
	font-weight: 300;
	margin-bottom: 25px;
	text-transform: capitalize;
	color: #fff;
	*/
	    padding-top: 50px;
	text-shadow: 2px 2px 2px #000;
    font-weight: 400 !important;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 10px;
	color: #fff;
}

.about-header p {
	color: #fff;
	line-height: 1.6em;
}
.about-header .path {
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	font-weight: 300;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}

.about-header .bottom-line {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 2px;
	height: 150px;
	margin-left: -1px;
	background: #fff;
}

.about-header .bottom-line:after {
	position: absolute;
	bottom: 150px;
	left: 50%;
	display: block;
	width: 16px;
	height: 16px;
	margin-left: -8px;
	content: '';
	border: 2px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.wrap-services {
	padding: 130px 0 60px;
}

.wrap-services .service-icon {
	font-size: 32px;
	line-height: 38px;
	width: 15%;
	color: #006fc5;
}

.wrap-services .service-item {
	margin-bottom: 30px;
}

.wrap-services .service-text {
	width: 84%;
	min-height: 145px;
}

.wrap-services .service-text .text-title {
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	margin-bottom: 15px;
	color: #2a2d32;
}

.wrap-services .service-text {
	font-size: 14px;
	line-height: 32px;
	color: #7e848e;
}

.wrap-programs {
	position: relative;
	min-height: 590px;
	padding-top: 170px;
	padding-bottom: 140px;
	text-align: center;
	background: url(../images/about-me/background-features.jpg) center
		no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.wrap-programs:before {
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(40, 173, 98, .8);
}

section.team {
	padding-bottom: 170px;
}

.wrap-programs .program-item {
	margin-bottom: 20px;
}

.wrap-programs .program-item canvas {
	padding: 8px;
	border: 2px solid #7ec092;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.wrap-programs .program-item .program-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 2px;
	color: #fff;
}

.wrap-programs .program-item .program-text {
	font-size: 14px;
	line-height: 29px;
	min-height: 58px;
	margin-bottom: 15px;
	color: #94f7be;
}

.wrap-programs .program-item .program-icon {
	position: relative;
}

.wrap-programs .program-item .program-icon p {
	font-size: 40px;
	font-weight: 300;
	position: absolute;
	top: 27px;
	right: 0;
	left: 0;
	color: #fff;
}

.wrap-timeline {
	position: relative;
	border-top: 1px solid #e7e8ec;
	background: #f9f9fa;
}

.wrap-timeline:after {
	position: absolute;
	top: 0;
	bottom: 110px;
	left: 50%;
	display: block;
	width: 2px;
	margin-left: -1px;
	content: '';
	background: #cacddc;
}

.wrap-timeline .top-row .time-title {
	font-size: 14px;
	font-weight: 800;
	position: relative;
	margin-top: -125px;
	margin-bottom: 27px;
	padding-bottom: 100px;
	text-align: center;
	text-transform: uppercase;
	color: #e89042;
}

.round-ico {
	width: 40px;
	height: 40px;
	border: 5px solid #eeeef2;
	border-radius: 50%;
	background: #fff;
	-webkit-box-shadow: inset 0 0 0 2px rgba(202, 205, 220, 1);
	-moz-box-shadow: inset 0 0 0 2px rgba(202, 205, 220, 1);
	box-shadow: inset 0 0 0 2px rgba(202, 205, 220, 1);
}

.round-ico.little {
	width: 25px;
	height: 25px;
	border: 5px solid #eeeef2;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	-webkit-box-shadow: inset 0 0 0 2px rgba(202, 205, 220, 1);
	-moz-box-shadow: inset 0 0 0 2px rgba(202, 205, 220, 1);
	box-shadow: inset 0 0 0 2px rgba(202, 205, 220, 1);
}

.wrap-timeline .top-row .time-title .round-ico {
	position: absolute;
	z-index: 1;
	bottom: 40px;
	left: 50%;
	margin-left: -20px;
}

.wrap-timeline .top-row .time-title .round-ico:after {
	position: absolute;
	top: 30px;
	left: 50%;
	display: block;
	width: 2px;
	height: 40px;
	margin-left: -1px;
	content: '';
	background: #cacddc;
}

.wrap-timeline .row {
	position: relative;
}

.wrap-timeline .row>.round-ico.big {
	position: absolute;
	z-index: 1;
	top: -5px;
	left: 50%;
	margin-left: -20px;
}

.wrap-timeline .row>.round-ico.big:after {
	position: absolute;
	top: 13px;
	left: 100%;
	display: block;
	width: 34px;
	height: 1px;
	content: '';
	background: #cacddc;
}

.wrap-timeline .row>.round-ico.big:before {
	position: absolute;
	top: 10px;
	right: -37px;
	display: block;
	width: 7px;
	height: 7px;
	content: '';
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #cacddc;
}

.wrap-timeline .row>.round-ico.little {
	position: absolute;
	z-index: 1;
	top: 4px;
	left: 50%;
	margin-left: -13px;
}

.wrap-timeline .row>.round-ico.little:after {
	position: absolute;
	top: 6px;
	right: 100%;
	display: block;
	width: 34px;
	height: 1px;
	content: '';
	background: #cacddc;
}

.wrap-timeline .row>.round-ico.little:before {
	position: absolute;
	top: 3px;
	left: -37px;
	display: block;
	width: 7px;
	height: 7px;
	content: '';
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #cacddc;
}

.wrap-timeline .left-row {
	margin-bottom: 20px;
	text-align: right;
}

.wrap-timeline .right-row {
	margin-bottom: 20px;
	text-align: left;
}

.wrap-timeline .right-row .time-item {
	padding-left: 80px;
}

.wrap-timeline .left-row .time-item {
	padding-right: 80px;
}

.wrap-timeline .time-item .date {
	font-size: 14px;
	font-weight: 600;
	color: #006fc5;
}

.wrap-timeline .time-item .time-image img {
	width: auto;
	max-width: 100%;
	margin-bottom: 20px;
}

.wrap-timeline .time-item .title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 6px;
	color: #2a2d32;
}

.wrap-timeline .time-item .text {
	font-size: 14px;
	color: #7e848e;
}

.wrap-timeline .plus {
	padding-bottom: 90px;
}

.wrap-timeline .plus .plus-ico {
	font-size: 40px;
	line-height: 40px;
	position: relative;
	z-index: 1;
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	text-decoration: none;
	color: #cacddc;
	border: 5px solid #eeeef2;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	-webkit-box-shadow: inset 0 0 0 2px rgba(202, 205, 220, 1);
	-moz-box-shadow: inset 0 0 0 2px rgba(202, 205, 220, 1);
	box-shadow: inset 0 0 0 2px rgba(202, 205, 220, 1);
}

.wrap-timeline .plus .plus-ico:after {
	position: absolute;
	bottom: 100%;
	left: 50%;
	display: block;
	width: 2px;
	height: 10px;
	margin-left: -1px;
	content: '';
	background: #cacddc;
}

.wrap-timeline .plus .plus-ico:hover {
	color: #fff;
	background: #006fc5;
	box-shadow: none;
}

@media screen and (max-width: 769px) {
	.wrap-timeline {
		border-top: 1px solid #e7e8ec;
	}
	.wrap-timeline:after {
		position: absolute;
		top: 0;
		bottom: 110px;
		left: 60px;
		display: block;
		width: 2px;
		margin-left: -1px;
		content: '';
		background: #cacddc;
	}
	.wrap-timeline .top-row .time-title {
		margin-top: -130px;
		margin-bottom: 33px;
		padding-bottom: 105px;
		text-align: left;
	}
	.wrap-timeline .top-row .time-title .round-ico {
		position: absolute;
		bottom: 40px;
		left: 0;
		margin-left: 0;
	}
	.wrap-timeline .row>.round-ico.little {
		left: 22px;
		margin-left: 0;
	}
	.wrap-timeline .row>.round-ico.little:after {
		left: 100%;
	}
	.wrap-timeline .row>.round-ico.little:before {
		right: -37px;
		left: auto;
	}
	.wrap-timeline .row>.round-ico.big {
		position: absolute;
		top: -5px;
		left: 35px;
		margin-left: -20px;
	}
	.wrap-timeline .right-row .time-item {
		padding-left: 110px;
		text-align: left;
	}
	.wrap-timeline .left-row .time-item {
		padding-right: 0;
		padding-left: 110px;
		text-align: left;
	}
	.wrap-timeline .time-item .time-image img {
		width: auto;
		max-width: 100%;
	}
	.wrap-timeline .plus {
		padding-bottom: 90px;
	}
	.wrap-timeline .plus .plus-ico {
		display: block;
		margin: 0 0 0 -5px;
	}
}

section.team .ui-slider-horizontal .ui-slider-handle {
	top: -10px;
	outline: none;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .37), 0 7px 2px rgba(0, 0, 0, .05);
}

section.team .ui-widget-content {
	height: 5px;
	background: rgba(0, 0, 0, .1);
	background-color: #fff;
}

section.team .ui-slider-horizontal .ui-slider-handle {
	top: -10px;
	outline: none;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .37), 0 7px 2px rgba(0, 0, 0, .05);
}

section.team .team-description h3 {
	font-size: 30px;
}

section.team .team-description p {
	font-size: 14px;
}

section.team .team-description {
	margin-bottom: 40px;
	padding-top: 70px;
}

section.team .team-description.no-padding {
	padding-top: 0;
}

section.team .section-header {
	margin-bottom: 30px;
}

section.team .ui-widget-content {
	height: 5px;
	background: rgba(0, 0, 0, .1);
	background-color: #fff;
}

section.team .team-description h3 {
	font-size: 30px;
}

section.team .team-description p {
	font-size: 14px;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -10px;
	outline: none;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .37), 0 7px 2px rgba(0, 0, 0, .05);
}

.about-me-header {
	min-height: 700px;
	text-align: left;
	background: url(../images/about-me/heading-background.jpg) top center
		no-repeat;
	background-size: cover;
}

.about-me-header h1 {
	font-family: 'Raleway', sans-serif;
	font-size: 60px;
	font-weight: 300;
	margin-bottom: 25px;
	padding-top: 300px;
	text-transform: capitalize;
	color: #fff;
}

.about-me-header .path {
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	font-weight: 300;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}

.section-info {
	padding: 125px 0;
}

.section-info .skills {
	padding-bottom: 0;
}

.wrap-features {
	position: relative;
	min-height: 700px;
	padding: 100px 0;
	background: url(../images/about-me/background-features.jpg) center
		no-repeat;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.wrap-features:before {
	position: absolute;
	z-index: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(40, 173, 98, .7);
}

.wrap-features .divider.striped-icon {
	top: -1px;
}

.wrap-features .wrap-feature-item {
	position: relative;
	z-index: 1;
	perspective: 1000px;
}

.wrap-features .wrap-feature-item:hover .feature-item {
	-webkit-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.wrap-features .wrap-feature-item .feature-item {
	width: 100%;
	max-width: 300px;
	height: 286px;
	height: 286px;
	margin: 0 auto 25px;
	padding: 40px 0;
	transition: all .2s linear;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	transform-style: preserve-3d;
}

.wrap-features .wrap-feature-item .feature-item .face {
	position: absolute;
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.wrap-features .wrap-feature-item .feature-item .face.back {
	top: 0;
	box-sizing: border-box;
	padding: 10px;
	-webkit-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	text-align: center;
	color: #fff;
	background-color: #fff;
}

.wrap-features .wrap-feature-item .feature-item .face.back .title {
	font-size: 14px;
}

.wrap-features .wrap-feature-item .feature-item .face.back .ico {
	height: 35px;
	border: none;
	box-shadow: none;
}

.wrap-features .wrap-feature-item .feature-item .ico {
	font-size: 36px;
	display: inline-block;
	width: 120px;
	height: 120px;
	margin-bottom: 10px;
	padding-top: 17px;
	color: #006fc5;
	border: 5px solid #f3f3f5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 2px #e7e8ec inset;
	-moz-box-shadow: 0 0 0 2px #e7e8ec inset;
	box-shadow: 0 0 0 2px #e7e8ec inset;
}

.wrap-features .wrap-feature-item .feature-item .text {
	font-size: 14px;
	line-height: 28px;
	padding: 0 20px;
	text-align: center;
	color: #7e848e;
}

.wrap-features .wrap-feature-item .feature-item .title {
	font-size: 18px;
	font-weight: 600;
	color: #2a2d32;
}

.wrap-features .wrap-feature-item .feature-item .number {
	font-size: 18px;
	font-weight: 600;
	color: #e89042;
}

.wrap-tabs {
	padding: 100px 0;
}

.wrap-tabs .nav-tabs-vertical>li {
	min-width: 220px;
}

.wrap-works {
	margin-bottom: 50px;
}

.wrap-works .section-header {
	margin-bottom: 60px;
}

.wrap-works .post {
	display: block;
	max-width: 370px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 70px;
}

.wrap-works .post .post-heading {
	position: relative;
}

.wrap-works .post .post-heading .post-image {
	display: block;
	overflow: hidden;
	height: 230px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.wrap-works .post .post-heading .post-image img {
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}

.wrap-works .post .post-heading .post-image .mask {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 30px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	opacity: 0;
	color: #fff;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	background: #006fc5;
	background: rgba(39, 174, 96, .8);
}

.wrap-works .post .post-heading .post-image .mask i {
	color: #fff;
}

.wrap-works .post .post-heading .post-image .mask .icons {
	margin-top: 23%;
	text-align: center;
}

.wrap-works .post .post-heading .post-image .mask .icons i {
	font-size: 30px;
	margin: 0 10px;
}

.wrap-works .post .post-heading .post-image:hover {
	background: #006fc5;
}

.wrap-works .post .post-heading .post-image:hover .mask {
	opacity: 1;
}

.wrap-works .post .post-body {
	padding: 25px 30px 20px;
	text-align: center;
	border: 1px solid #e7e8ec;
	border-top: none;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
}

.wrap-works .post .post-body p {
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 0;
	color: #7e848e;
}

.wrap-works .post .post-body h5 {
	font-size: 14px;
	font-weight: 700;
	color: #2a2d32;
}

.wrap-counters {
	position: relative;
	min-height: 540px;
	padding: 170px 0 120px;
	background: url(../images/about-me/background-features.jpg) center
		no-repeat;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.wrap-counters:before {
	position: absolute;
	z-index: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(40, 173, 98, .7);
}

.wrap-counters .row-counters>div:last-child .count:before {
	display: none;
}

.wrap-counters .row-counters .counter-item {
	margin-bottom: 30px;
	text-align: center;
	color: #fff;
}

.wrap-counters .row-counters .counter-item .icon {
	margin-bottom: 20px;
}

.wrap-counters .row-counters .counter-item .icon i {
	font-size: 36px;
}

.wrap-counters .row-counters .counter-item .count {
	font-size: 48px;
	font-weight: 300;
	position: relative;
	padding-top: 25px;
}

.wrap-counters .row-counters .counter-item .count:after {
	position: absolute;
	top: 0;
	left: 50%;
	width: 15px;
	height: 15px;
	margin-left: -7px;
	content: '';
	border: 3px solid #7abf91;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
}

.wrap-counters .row-counters .counter-item .count:before {
	position: absolute;
	top: 7px;
	left: 50%;
	width: 200px;
	height: 1px;
	content: '';
	background: #6bb986;
	background: rgba(255, 255, 255, .22);
}

.wrap-counters .row-counters .counter-item p {
	font-size: 14px;
	font-weight: 400;
}

.price-header {
	position: relative;
	height: 700px;
	text-align: center;
	background: url(../images/pictures/price-bg-header.jpg) top center
		no-repeat;
	background-size: cover;
}

.price-header h1 {
	font-family: 'Raleway', sans-serif;
	font-size: 60px;
	font-weight: 300;
	margin-bottom: 25px;
	padding-top: 300px;
	text-transform: capitalize;
	color: #fff;
}

.price-header .path {
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	font-weight: 300;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}

.price-header .bottom-line {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 2px;
	height: 150px;
	margin-left: -1px;
	background: #fff;
}

.price-header .bottom-line:after {
	position: absolute;
	bottom: 150px;
	left: 50%;
	display: block;
	width: 16px;
	height: 16px;
	margin-left: -8px;
	content: '';
	border: 2px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.price-page {
	margin-bottom: 50px;
	background: none;
}

.rates-title {
	padding: 60px 0 0;
	text-align: center;
}

.rates-title h5 {
	font-size: 36px;
	font-weight: 300;
	margin-bottom: 20px;
	color: #2a2d32;
}

.rates-title p {
	font-size: 14px;
	color: #7e848e;
}

.wrap-rates {
	position: relative;
	padding: 100px 0 80px;
	background: url(../images/pictures/price-bg-rates.jpg) center no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.wrap-rates .divider.striped-icon {
	top: -1px;
}

.wrap-rates:before {
	position: absolute;
	z-index: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(40, 173, 98, .7);
}

.wrap-rates ul {
	margin-bottom: 20px;
}

.wrap-rates ul li {
	font-size: 14px;
	padding: 18px 0;
	color: #fff;
	border-bottom: 1px solid #75b78a;
}

.wrap-rates ul li i {
	padding-top: 8px;
}

.wrap-rates ul li:last-child {
	border: none;
}

.wrap-downloads {
	padding: 55px 0 70px;
}

.wrap-downloads .download-item {
	margin-bottom: 25px;
}

.wrap-downloads .download-item .ico {
	padding-bottom: 30px;
}

.wrap-downloads .download-item .ico .down-ico {
	display: block;
	width: 30px;
	height: 40px;
	background: url(../images/icons/download-icon.png) center no-repeat;
}

.wrap-downloads .download-item .title {
	font-size: 14px;
	font-weight: 700;
	color: #2a2d32;
}

.wrap-downloads .download-item .text {
	font-size: 14px;
	font-weight: 400;
	color: #7e848e;
}

.wrap-downloads .download-item a {
	display: block;
	color: #2783ae;
}

.wrap-downloads .download-item a:hover {
	color: #0097de;
}

.wrap-questions {
	position: relative;
	padding: 60px 0 70px;
	border-top: 1px solid #e7e8ec;
	background: #f9f9fa;
}

.wrap-questions .info-icon {
	position: absolute;
	top: -40px;
	left: 50%;
	width: 80px;
	height: 80px;
	margin-left: -40px;
	padding-top: 16px;
	text-align: center;
	border: 5px solid #bee6cf;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #006fc5;
}

.wrap-questions .info-icon i {
	font-size: 36px;
	color: #fff;
}

.wrap-questions h4 {
	margin-bottom: 40px;
	text-align: center;
	text-transform: none;
}

.wrap-questions .wrap-ask {
	padding: 20px 0;
}

.gallery-header {
	position: relative;
	height: 700px;
	text-align: center;
	background: url(../images/pictures/elements-bg-header.jpg) top center
		no-repeat;
	background-size: cover;
}

.gallery-header h1 {
	font-family: 'Raleway', sans-serif;
	font-size: 60px;
	font-weight: 300;
	margin-bottom: 25px;
	padding-top: 300px;
	text-transform: capitalize;
	color: #fff;
}

.gallery-header .path {
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	font-weight: 300;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}

.gallery-header .bottom-line {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 2px;
	height: 150px;
	margin-left: -1px;
	background: #fff;
}

.gallery-header .bottom-line:after {
	position: absolute;
	bottom: 150px;
	left: 50%;
	display: block;
	width: 16px;
	height: 16px;
	margin-left: -8px;
	content: '';
	border: 2px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.wrap-contacts {
	position: relative;
	padding: 70px 0 100px;
	border-top: 1px solid #e7e8ec;
	background: #f9f9fa;
}

.wrap-contacts .anchor-icon {
	position: absolute;
	top: -40px;
	left: 50%;
	width: 80px;
	height: 80px;
	margin-left: -40px;
	padding-top: 16px;
	text-align: center;
	border: 5px solid #bee6cf;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #006fc5;
}

.wrap-contacts .anchor-icon i {
	font-size: 36px;
	color: #fff;
}

.wrap-contacts .copyright-links li {
	padding: 0 20px;
}

.wrap-contacts .copyright-links li i {
	font-size: 36px;
	color: #c5c7cb;
}

.wrap-contacts .copyright-links li i:hover {
	color: #006fc5;
}

.contact-footer {
	padding: 180px 0 0;
	text-align: center;
}

.contact-footer .container-tabs {
	padding-bottom: 80px;
}

.contact-footer .nav {
	display: inline-block;
}

.contact-footer .nav-tabs-two li:not (.active ) a {
	border-color: rgba(255, 255, 255, .3);
}

.contact-footer .tab-content {
	margin: 70px 0 0;
}

.contact-footer .footer-header {
	margin-bottom: 50px;
}

.contact-footer .footer-header h2 {
	color: #fff;
}

.contact-footer .contact-item h5,.contact-footer .contact-item p {
	color: #fff;
}

.contact-footer .contact-item h5 {
	margin-top: 27px;
}

.contact-footer form .form-control {
	width: 100%;
	padding-left: 22px;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, .3);
	border-bottom: 0;
	border-radius: 0;
	background-color: rgba(255, 255, 255, .2);
	box-shadow: none;
}

.contact-footer form .form-control:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.contact-footer form .btn {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.contact-footer #mapCanvas {
	width: 100%;
	height: 470px;
}

.wrap-map {
	width: 100%;
	height: 700px;
	padding-top: 100px;
}

#mapCanvas {
	height: 600px;
}

.white-navbar .navbar-nav.with-border>li>a:before {
	background: #006fc5;
}

.white-navbar .navbar-default {
	border-color: #e8e9ed;
	background: rgba(255, 255, 255, .9);
}

.white-navbar .navbar-search {
	background: #fff;
	background: rgba(255, 255, 255, .9);
}

.white-navbar .navbar-search .form-control {
	color: #7f858f;
}

.white-navbar .navbar-search .form-control::-webkit-input-placeholder {
	opacity: 1;
	color: #7f858f !important;
}

.white-navbar .navbar-search .form-control::-moz-placeholder {
	opacity: 1;
	color: #7f858f !important;
}

.white-navbar .navbar-search .form-control:-moz-placeholder {
	opacity: 1;
	color: #7f858f !important;
}

.white-navbar .navbar-search .fa {
	color: #7f858f;
}

.white-navbar .navbar-brand .normal-logo {
	display: block;
	opacity: 1;
}

.white-navbar .navbar-brand .inverse-logo {
	display: none;
	opacity: 0;
}

.white-navbar .navbar-nav>li>a {
	color: #7f858f;
}

.white-navbar .navbar-nav>li>a:hover,.white-navbar .navbar-nav>li>a:active,.white-navbar .navbar-nav>li>a:focus
	{
	color: #2b2e33;
}

.white-navbar .navbar-nav>li.active>a {
	color: #2b2e33;
}

.white-navbar .navbar-nav>li.active>a:before {
	background: #006fc5;
}

.white-navbar .navbar-nav>li.active>a:hover,.white-navbar .navbar-nav>li.active>a:active,.white-navbar .navbar-nav>li.active>a:visited,.white-navbar .navbar-nav>li.active>a:focus
	{
	color: #2b2e33;
}

.wrap-contact-info {
	padding: 80px 0 100px;
}

.wrap-contact-info .wrap-contact-form h4 {
	margin-bottom: 44px;
}

.wrap-contact-info .wrap-contact-form .form-group {
	margin-bottom: 20px;
}

.wrap-contact-info .wrap-contact-form .form-group .form-control {
	margin-bottom: 10px;
}

.wrap-contact-info .wrap-contact-form .form-group textarea {
	max-width: 100%;
	min-height: 130px;
	margin-bottom: 10px;
}

.wrap-contact-info .wrap-contact-info-text h4 {
	margin-bottom: 36px;
}

.wrap-contact-info .wrap-contact-info-text .type-info {
	font-weight: 700;
	margin-bottom: 15px;
	color: #2a2d32;
}

.wrap-contact-info .wrap-contact-info-text .fa {
	min-width: 20px;
	margin-right: 15px;
	color: #006fc5;
}

.wrap-contact-info .wrap-contact-info-text .copyright-links li .fa {
	color: #7e848e;
}

.wrap-contact-info .wrap-contact-info-text .copyright-links li .fa:hover
	{
	color: #2a2d32;
}


.wrap-who-we {
	padding: 100px 0;
	background: #fff;
}

.video {
	position: relative;
}

.video #custom {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.video .video-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	background: url(../images/about-me/background-features.jpg) center
		no-repeat;
	background-attachment: fixed;
}

.wrap-dream-team {
	padding: 80px 0 100px;
	background: #fff;
}

.wrap-dream-team .list-dream-team .team-item {
	margin-bottom: 50px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.wrap-dream-team .list-dream-team .team-item:hover .image .mask {
	opacity: 1;
}

.wrap-dream-team .list-dream-team .team-item.add-new {
	border: 1px solid #e7e8ec;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.wrap-dream-team .list-dream-team .team-item.add-new .bottom-info {
	border: none;
}

.wrap-dream-team .list-dream-team .team-item.add-new .image .mask {
	display: block;
	padding-top: 43%;
	text-align: center;
	opacity: 1 !important;
	background: #fff;
}

.wrap-dream-team .list-dream-team .team-item.add-new .image .mask p {
	color: #7e848e;
}

.wrap-dream-team .list-dream-team .team-item.add-new .image .mask p.large
	{
	margin-bottom: 5px;
	color: #2a2d32;
}

.wrap-dream-team .list-dream-team .team-item.add-new .image .mask i {
	font-size: 36px;
	color: #006fc5;
}

.wrap-dream-team .list-dream-team .team-item .image {
	position: relative;
}

.wrap-dream-team .list-dream-team .team-item .image img {
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}

.wrap-dream-team .list-dream-team .team-item .image .mask {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 30px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	opacity: 0;
	color: #fff;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	background: #006fc5;
	background: rgba(39, 174, 96, .8);
}

.wrap-dream-team .list-dream-team .team-item .image .mask .fa {
	color: #fff;
}

.wrap-dream-team .list-dream-team .team-item .bottom-info {
	height: 100px;
	padding: 20px;
	text-align: center;
	border: 1px solid #e7e8ec;
	border-top: none;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}

.wrap-dream-team .list-dream-team .team-item .bottom-info .name {
	font-weight: 700;
	color: #2a2d32;
}

.wrap-dream-team .list-dream-team .team-item .bottom-info .post {
	font-size: 13px;
	color: #7e848e;
}

.wrap-in-work {
	position: relative;
	margin: 0;
	padding: 80px 0 0;
	border-top: 1px solid #e7e8ec;
	background: #f9f9fa;
}

.wrap-in-work .section-header {
	margin-bottom: 50px;
}

.gallery-squares .gallery-item {
	margin-bottom: 50px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.gallery-squares .gallery-item:hover .image .mask {
	opacity: 1;
}

.gallery-squares .gallery-item .image {
	position: relative;
}

.gallery-squares .gallery-item .image img {
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}

.gallery-squares .gallery-item .image .mask {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 30px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	opacity: 0;
	color: #fff;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	background: #006fc5;
	background: rgba(39, 174, 96, .8);
}

.gallery-squares .gallery-item .image .mask i {
	color: #fff;
}

.gallery-squares .gallery-item .image .mask .icons {
	margin-top: 23%;
	text-align: center;
}

.gallery-squares .gallery-item .image .mask .icons i {
	font-size: 30px;
	margin: 0 10px;
}

.gallery-squares .gallery-item .bottom-info {
	min-height: 100px;
	padding: 30px;
	text-align: center;
	border: 1px solid #e7e8ec;
	border-top: none;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}

.gallery-squares .gallery-item .bottom-info .name {
	font-weight: 700;
	color: #2a2d32;
}

.gallery-squares .gallery-item .bottom-info .post {
	font-size: 13px;
	color: #7e848e;
}

.gallery-2 .section-header {
	margin-bottom: 10px;
}

.gallery-2 .btn-group {
	margin-bottom: 30px;
}

.gallery-2 .gallery-load {
	padding-top: 0;
}

.gallery-3 .section-header {
	margin-bottom: 10px;
}

.gallery-3 .btn-group {
	margin-bottom: 30px;
}

.gallery-3 .gallery-load {
	padding-top: 0;
}

.gallery-single-header {
	padding: 200px 0 50px;
}

.gallery-single-header .path {
	font-size: 12px;
	font-weight: 700;
	padding-top: 15px;
	text-transform: uppercase;
	color: #006fc5;
}

.wrap-gallery-item .carousel .carousel-control {
	top: 50%;
	bottom: auto;
	width: 70px;
	height: 70px;
	margin-top: -35px;
	background: #333;
	background: rgba(0, 0, 0, .4);
}

.wrap-gallery-item .carousel .carousel-control .fa {
	font-size: 36px;
	line-height: 70px;
	text-align: center;
}

.wrap-gallery-item .carousel .carousel-control.left {
	left: 0;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
}

.wrap-gallery-item .carousel .carousel-control.right {
	right: 0;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
}

.wrap-gallery-item .wrap-decription {
	margin-top: 65px;
}

.wrap-gallery-item .wrap-decription h5 {
	margin-bottom: 22px;
}

.wrap-gallery-item .wrap-info {
	position: relative;
	margin-top: 65px;
}

.wrap-gallery-item .wrap-info:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -10%;
	content: '';
	border-right: 1px solid #e7e8ec;
}

.wrap-gallery-item .wrap-info .col-share {
	padding-top: 10px;
}

.wrap-gallery-item .wrap-info h5 {
	margin-bottom: 22px;
}

.wrap-gallery-item .wrap-info .type-info {
	font-weight: 700;
	margin-bottom: 15px;
	color: #2a2d32;
}

.wrap-gallery-item .wrap-info .type-info h5 {
	margin: 0;
	padding-top: 5px;
}

.wrap-gallery-item .wrap-info .info a {
	color: #2783ae;
}

.wrap-gallery-item .wrap-info .info a:hover {
	text-decoration: underline;
}

.wrap-gallery-item .wrap-info .fa {
	min-width: 20px;
	margin-right: 15px;
	color: #006fc5;
}

.wrap-gallery-item .wrap-info .copyright-links li .fa {
	font-size: 18px;
	margin-right: 0;
	color: #7e848e;
}

.wrap-gallery-item .wrap-info .copyright-links li .fa:hover {
	color: #2a2d32;
}

.wrap-recents-projects {
	padding: 40px 0;
}

.gallery-single-2 {
	padding-bottom: 20px;
}

.gallery-single-2 .carousel {
	margin-bottom: 60px;
}

.gallery-single-2 .wrap-decription {
	margin-top: 0;
}

.gallery-single-2 .wrap-info {
	margin-top: 20px;
}

.gallery-single-2 .wrap-info:before {
	display: none;
}

.blog-header {
	position: relative;
	height: 700px;
	padding-top: 300px;
	text-align: center;
	background: url(../images/pictures/blog-bg-header.jpg) center no-repeat;
	background-size: cover;
}

.blog-header.blog-post-header {
	background-image: url(../images/pictures/blog-bg-header-post.jpg);
}

.blog-header h1 {
	font-family: 'Raleway', sans-serif;
	font-size: 60px;
	font-weight: 300;
	margin-bottom: 25px;
	text-transform: none;
	color: #fff;
}

.blog-header .path {
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	font-weight: 300;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}

.blog-header .bottom-line {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 2px;
	height: 150px;
	margin-left: -1px;
	background: #fff;
}

.blog-header .bottom-line:after {
	position: absolute;
	bottom: 150px;
	left: 50%;
	display: block;
	width: 16px;
	height: 16px;
	margin-left: -8px;
	content: '';
	border: 2px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.wrap-blog-content .left-column .wrap-blog-post {
	margin-bottom: 50px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.wrap-blog-content .left-column .wrap-blog-post .carousel .carousel-control
	{
	top: 50%;
	bottom: auto;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	background: #333;
	background: rgba(0, 0, 0, .4);
}

.wrap-blog-content .left-column .wrap-blog-post .carousel .carousel-control .fa
	{
	font-size: 30px;
	line-height: 50px;
	text-align: center;
}

.wrap-blog-content .left-column .wrap-blog-post .carousel .carousel-control.left
	{
	left: 0;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
}

.wrap-blog-content .left-column .wrap-blog-post .carousel .carousel-control.right
	{
	right: 0;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
}

.wrap-blog-content .left-column .wrap-blog-post .carousel .item img {
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
}

.wrap-blog-content .left-column .wrap-blog-post .carousel .carousel-indicators
	{
	margin-bottom: 0;
}

.wrap-blog-content .left-column .wrap-blog-post .carousel .carousel-indicators li
	{
	margin: 0 5px;
	opacity: .3;
	border: none !important;
	background: #000;
}

.wrap-blog-content .left-column .wrap-blog-post .carousel .carousel-indicators li:hover
	{
	opacity: 1;
	background: #006fc5;
}

.wrap-blog-content .left-column .wrap-blog-post .carousel .carousel-indicators li.active
	{
	width: 10px;
	height: 10px;
	opacity: 1;
	background: #006fc5;
}

.wrap-blog-content .left-column .wrap-blog-post .wrap-video {
	position: relative;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
}

.wrap-blog-content .left-column .wrap-blog-post .wrap-video .striped-icon-xlarge
	{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -50px 0 0 -50px;
	padding-left: 10px;
	cursor: pointer;
}

.wrap-blog-content .left-column .wrap-blog-post .wrap-video .striped-icon-xlarge:after
	{
	z-index: 1;
}

.wrap-blog-content .left-column .wrap-blog-post .wrap-video .striped-icon-xlarge .fa
	{
	position: relative;
	z-index: 2;
}

.wrap-blog-content .left-column .wrap-blog-post.only-description .wrap-post-description
	{
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
}

.wrap-blog-content .left-column .wrap-blog-post .wrap-post-description {
	position: relative;
	margin-top: -1px;
	padding: 20px 65px 35px;
	text-align: left;
	border: 1px solid #e7e8ec;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
	background: #fff;
}

.wrap-blog-content .left-column .wrap-blog-post .wrap-post-description .post-avatar
	{
	position: absolute;
	top: -35px;
	right: 65px;
}

.wrap-blog-content .left-column .wrap-blog-post .wrap-post-description .post-avatar img
	{
	width: 70px;
	height: 70px;
	border: 5px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.wrap-blog-content .left-column .wrap-blog-post .wrap-post-description .share
	{
	line-height: 50px;
}

.wrap-blog-content .left-column .wrap-blog-post .wrap-post-description .share .fa
	{
	font-size: 18px;
	color: #c5c7cb;
}

.wrap-blog-content .left-column .wrap-blog-post .wrap-post-description .list-inline
	{
	margin-right: 85px;
}

.wrap-blog-content .left-column .wrap-blog-post .wrap-post-description .list-inline li
	{
	font-size: 13px;
	margin-right: 6%;
	color: #c5c7cb;
}

.wrap-blog-content .left-column .wrap-blog-post .wrap-post-description .list-inline li .fa
	{
	margin-right: 7px;
}

.wrap-blog-content .left-column .wrap-blog-post .wrap-post-description h2
	{
	font-size: 30px;
	font-weight: 400;
	text-transform: none;
	color: #2a2d32;
}

.wrap-blog-content .left-column .wrap-blog-post .wrap-post-description p
	{
	font-size: 14px;
	color: #7e848e;
}

.wrap-blog-content .left-column .wrap-pagination .pagination-list li {
	float: left;
	min-width: 50px;
	margin-bottom: 10px;
	text-align: center;
}

.wrap-blog-content .left-column .wrap-pagination .pagination-list li:first-child a
	{
	width: 137px;
	border-left: 1px solid #e7e8ec;
}

.wrap-blog-content .left-column .wrap-pagination .pagination-list li:last-child a
	{
	width: 115px;
}

.wrap-blog-content .left-column .wrap-pagination .pagination-list li a,.wrap-blog-content .left-column .wrap-pagination .pagination-list li span
	{
	font-size: 14px;
	font-weight: 700;
	line-height: 50px;
	display: block;
	width: auto;
	min-width: 50px;
	height: 50px;
	margin-left: -1px;
	padding: 0 15px;
	text-align: center;
	color: #7e848e;
	border: 1px solid #e7e8ec;
}

.wrap-blog-content .left-column .wrap-pagination .pagination-list li a:hover
	{
	color: #fff;
	border-color: #006fc5;
	background: #006fc5;
}

.wrap-blog-content .left-column .wrap-pagination .pagination-list li.active a
	{
	color: #fff;
	border-color: #006fc5;
	background: #006fc5;
}

.wrap-blog-content .sidebar h5 .fa {
	font-size: 18px;
	margin-right: 14px;
	color: #006fc5;
}

.wrap-blog-content .sidebar .search {
	margin-bottom: 40px;
}

.wrap-blog-content .sidebar .search .fa {
	color: #c5c7cb;
}

.wrap-blog-content .sidebar .categories {
	margin-bottom: 40px;
	padding: 0 0 15px;
	border-bottom: 1px dotted #d0d2d7;
}

.wrap-blog-content .sidebar .categories ul li {
	line-height: 35px;
}

.wrap-blog-content .sidebar .categories ul li a {
	font-size: 14px;
	color: #2783ae;
}

.wrap-blog-content .sidebar .categories ul li a:hover {
	text-decoration: underline;
}

.wrap-blog-content .sidebar .categories ul li span {
	font-weight: 600;
	color: #c5c7cb;
}

.wrap-blog-content .sidebar .calendar {
	margin-bottom: 40px;
	padding: 0 0 15px;
	border-bottom: 1px dotted #d0d2d7;
}

.wrap-blog-content .sidebar .calendar #my-calendar {
	max-width: 350px;
}

.wrap-blog-content .sidebar .calendar #my-calendar .ui-datepicker-header
	{
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	color: #2a2d32;
	border: none;
	background: none;
}

.wrap-blog-content .sidebar .calendar #my-calendar .ui-datepicker-header .ui-datepicker-year
	{
	font-weight: 400;
	color: #27ad60;
}

.wrap-blog-content .sidebar .calendar #my-calendar .ui-datepicker-header .ui-datepicker-prev
	{
	float: left;
}

.wrap-blog-content .sidebar .calendar #my-calendar .ui-datepicker-header .ui-datepicker-prev span
	{
	margin-top: 7px;
	cursor: pointer;
	background: url(../images/calendar-left.png) left center no-repeat;
}

.wrap-blog-content .sidebar .calendar #my-calendar .ui-datepicker-header .ui-datepicker-next
	{
	float: right;
}

.wrap-blog-content .sidebar .calendar #my-calendar .ui-datepicker-header .ui-datepicker-next span
	{
	margin-top: 7px;
	cursor: pointer;
	background: url(../images/calendar-right.png) left center no-repeat;
}

.wrap-blog-content .sidebar .calendar #my-calendar .ui-datepicker-calendar
	{
	width: 100%;
}

.wrap-blog-content .sidebar .calendar #my-calendar .ui-datepicker-calendar tr th
	{
	font-size: 12px;
	color: #d0d5d9;
}

.wrap-blog-content .sidebar .calendar #my-calendar .ui-datepicker-calendar tr td
	{
	font-size: 14px;
	font-weight: 400;
	color: #7e848e;
}

.wrap-blog-content .sidebar .calendar #my-calendar .ui-datepicker-calendar tr td a
	{
	font-size: 14px;
	font-weight: 400;
	color: #7e848e;
}

.wrap-blog-content .sidebar .calendar #my-calendar .ui-datepicker-calendar tr td a.ui-state-active
	{
	color: #27ad60;
}

.wrap-blog-content .sidebar .calendar #my-calendar .ui-datepicker-calendar tr td a.ui-state-highlight
	{
	border: none;
	background: none;
	box-shadow: none;
}

.wrap-blog-content .sidebar .tags {
	margin-bottom: 40px;
	padding: 0 0 15px;
	border-bottom: 1px dotted #d0d2d7;
}

.wrap-blog-content .sidebar .tags ul li {
	float: left;
}

.wrap-blog-content .sidebar .tags ul li a,.wrap-blog-content .sidebar .tags ul li a:hover,.wrap-blog-content .sidebar .tags ul li a:visited
	{
	font-size: 14px;
	padding: 0 5px;
	color: #2783ae;
}

.wrap-blog-content .sidebar .tags ul li a:hover,.wrap-blog-content .sidebar .tags ul li a:hover:hover,.wrap-blog-content .sidebar .tags ul li a:visited:hover
	{
	text-decoration: underline;
}

.wrap-blog-content .sidebar .popular-posts {
	margin-bottom: 40px;
	padding: 0;
	border-bottom: 1px dotted #d0d2d7;
}

.wrap-blog-content .sidebar .popular-posts>ul {
	padding-top: 10px;
}

.wrap-blog-content .sidebar .popular-posts>ul>li {
	display: block;
	margin-bottom: 35px;
}

.wrap-blog-content .sidebar .popular-posts>ul>li .avatar {
	margin-right: 20px;
}

.wrap-blog-content .sidebar .popular-posts>ul>li .title {
	font-size: 14px;
	font-weight: 700;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #2a2d32;
}

.wrap-blog-content .sidebar .popular-posts>ul>li .title:hover {
	text-decoration: underline;
}

.wrap-blog-content .sidebar .popular-posts>ul>li .list-inline li {
	font-size: 13px;
}

.wrap-blog-content .sidebar .popular-posts>ul>li .list-inline .fa {
	margin-right: 4px;
}

.wrap-subscribe {
	position: relative;
	margin: 0;
	padding: 100px 0;
	border-top: 1px solid #e7e8ec;
	background: #f9f9fa;
}

.wrap-blog-content .left-column {
	position: relative;
	margin-bottom: 60px;
}

.wrap-blog-content .left-column:after {
	position: absolute;
	top: 0;
	right: -50px;
	bottom: 0;
	content: '';
	border-left: 1px solid #e7e8ec;
}

.wrap-blog-content.blog {
	margin-bottom: 0;
	padding-bottom: 60px;
}

.wrap-blog-content.blog .post .post-image {
	max-height: 215px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.wrap-blog-content.blog .post .post-image img {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	vertical-align: middle;
}

.wrap-blog-content.blog .post .post-body {
	position: relative;
}

.wrap-blog-content.blog .post .post-body .post-avatar {
	position: absolute;
	top: -50px;
	right: 30px;
}

.wrap-blog-content.blog .post .post-body .post-avatar img {
	width: 70px;
	height: 70px;
	border: 5px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.wrap-blog-content.blog .post .post-body h5 {
	line-height: 1.2;
}

.wrap-blog-content.blog .post .post-body h5:hover {
	color: #006fc5;
}

.wrap-blog-content.blog-third-col {
	padding-bottom: 100px;
}

.wrap-controls {
	min-height: 80px;
	border-bottom: 1px solid #e7e8ec;
}

.wrap-controls .rss {
	padding-top: 25px;
	color: #ea813b;
}

.wrap-controls .dropdown {
	margin-right: 20px;
	padding-top: 32px;
}

.wrap-controls .dropdown h5 {
	font-size: 14px;
	cursor: pointer;
	color: #2a2d32;
}

.wrap-controls .dropdown .fa {
	margin-right: 10px;
	color: #006fc5;
}

.wrap-controls .dropdown .fa.fa-caret-down {
	margin-right: 0;
	margin-left: 10px;
	color: #c5c7cb;
}

.wrap-controls .dropdown ul li {
	padding: 0 10px;
}

.wrap-controls .dropdown-calendar #my-calendar .ui-datepicker-header {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	color: #2a2d32;
	border: none;
	background: none;
}

.wrap-controls .dropdown-calendar #my-calendar .ui-datepicker-header .ui-datepicker-year
	{
	font-weight: 400;
	color: #27ad60;
}

.wrap-controls .dropdown-calendar #my-calendar .ui-datepicker-header .ui-datepicker-prev
	{
	float: left;
}

.wrap-controls .dropdown-calendar #my-calendar .ui-datepicker-header .ui-datepicker-prev span
	{
	margin-top: 7px;
	cursor: pointer;
	background: url(../images/calendar-left.png) left center no-repeat;
}

.wrap-controls .dropdown-calendar #my-calendar .ui-datepicker-header .ui-datepicker-next
	{
	float: right;
}

.wrap-controls .dropdown-calendar #my-calendar .ui-datepicker-header .ui-datepicker-next span
	{
	margin-top: 7px;
	cursor: pointer;
	background: url(../images/calendar-right.png) left center no-repeat;
}

.wrap-controls .dropdown-calendar #my-calendar .ui-datepicker-calendar {
	width: 100%;
}

.wrap-controls .dropdown-calendar #my-calendar .ui-datepicker-calendar tr th
	{
	font-size: 12px;
	text-align: center;
	color: #d0d5d9;
}

.wrap-controls .dropdown-calendar .dropdown-menu {
	min-width: 230px;
}

.wrap-controls .dropdown-calendar #my-calendar .ui-datepicker-calendar tr td
	{
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: #7e848e;
}

.wrap-controls .dropdown-calendar #my-calendar .ui-datepicker-calendar tr td a
	{
	font-size: 14px;
	font-weight: 400;
	color: #7e848e;
}

.wrap-controls .dropdown-calendar #my-calendar .ui-datepicker-calendar tr td a.ui-state-active
	{
	color: #27ad60;
}

.wrap-controls .dropdown-calendar #my-calendar .ui-datepicker-calendar tr td a.ui-state-highlight
	{
	border: none;
	background: none;
	box-shadow: none;
}

.wrap-controls .dropdown-categories ul li {
	line-height: 35px;
	min-width: 220px;
}

.wrap-controls .dropdown-categories ul li a {
	font-size: 14px;
	float: left;
	padding: 0;
	color: #2783ae;
}

.wrap-controls .dropdown-categories ul li a:hover {
	text-decoration: underline;
	background: none;
}

.wrap-controls .dropdown-categories ul li span {
	font-weight: 600;
	color: #c5c7cb;
}

.wrap-controls .dropdown-tags ul {
	z-index: 3;
	min-width: 220px;
}

.wrap-controls .dropdown-tags ul li {
	float: left;
}

.wrap-controls .dropdown-tags ul li a,.wrap-controls .dropdown-tags ul li a:hover,.wrap-controls .dropdown-tags ul li a:visited
	{
	font-size: 14px;
	padding: 0 5px;
	color: #2783ae;
}

.wrap-controls .dropdown-tags ul li a:hover,.wrap-controls .dropdown-tags ul li a:hover:hover,.wrap-controls .dropdown-tags ul li a:visited:hover
	{
	text-decoration: none;
}

.wrap-blog-content .post-column .post-header {
	margin-bottom: 40px;
}

.wrap-blog-content .post-column .post-header .avatar {
	width: 70px;
	height: 70px;
	margin-right: 25px;
}

.wrap-blog-content .post-column .post-header .avatar img {
	width: 70px;
	height: 70px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.wrap-blog-content .post-column .post-header .wrap-post-info {
	margin-left: -15px;
	padding: 0;
}

.wrap-blog-content .post-column .post-header .post-info {
	border-bottom: 1px dotted #d0d2d7;
}

.wrap-blog-content .post-column .post-header .post-info h5 {
	padding-top: 20px;
}

.wrap-blog-content .post-column .post-header .post-info ul li {
	margin-right: 0;
	margin-left: 12px;
	padding-top: 20px;
}

.wrap-blog-content .post-column .post-header .post-info ul li .fa {
	margin-right: 7px;
}

.wrap-blog-content .post-column .post-content {
	margin-bottom: 40px;
	    color: #2b2e33;
	line-height: 24px;
}

.wrap-blog-content .post-column .post-content h1 {
	margin-bottom: 40px;
	font-size: 40px;
}

.wrap-blog-content .post-column .post-content img {
	margin-bottom: 30px;
}

.wrap-blog-content .post-column .post-content .text-separator {
	margin: 40px 0;
	border-top: 1px dotted #d0d2d7;
}

.wrap-blog-content .post-column .post-content h3 {
	text-transform: none;
}

.wrap-blog-content .post-column .post-content img.pull-right {
	margin: 10px 0 15px 15px;
}

.wrap-blog-content .post-column .post-content img.pull-left {
	margin: 10px 15px 15px 0;
}

.wrap-blog-content .post-column .share {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 50px;
	color: #2a2d32;
}

.wrap-blog-content .post-column .share ul li .fa {
	font-size: 18px;
	margin-right: 5px;
	color: #7e848e;
}

.wrap-blog-content .post-column .tags {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 50px;
	color: #2a2d32;
}

.wrap-blog-content .post-column .tags ul li {
	float: left;
}

.wrap-blog-content .post-column .tags ul li a {
	font-size: 14px;
	font-weight: 400;
	margin-right: 10px;
	color: #2783ae;
}

.wrap-blog-content .post-column .tags ul li a:hover {
	text-decoration: underline;
}

.wrap-blog-content .post-column .wrap-comments .comments-heading {
	margin-bottom: 40px;
}

.wrap-blog-content .post-column .wrap-comments .comments-heading h4 {
	margin: 0;
	padding-top: 10px;
}

.wrap-blog-content .post-column .wrap-comments .comments-heading h4 span
	{
	color: #006fc5;
}

.wrap-blog-content .post-column .wrap-comments .comments-heading .btn {
	font-size: 14px;
	font-weight: 700;
	padding-right: 35px;
	padding-left: 35px;
	color: #2a2d32;
	border-color: #e7e8ec;
}

.wrap-blog-content .post-column .wrap-comments .list-comments {
	margin-bottom: 60px;
	border-bottom: 1px solid #e7e8ec;
}

.wrap-blog-content .post-column .wrap-comments .list-comments>ul li .avatar img
	{
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.wrap-blog-content .post-column .wrap-comments .list-comments>ul li .comment-info
	{
	min-height: 50px;
	margin-bottom: 25px;
	border-bottom: 1px dotted #d0d2d7;
}

.wrap-blog-content .post-column .wrap-comments .list-comments>ul li .comment-info h5
	{
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	padding-top: 16px;
	color: #2a2d32;
}

.wrap-blog-content .post-column .wrap-comments .list-comments>ul li .comment-info ul li
	{
	margin-right: 0;
	margin-left: 12px;
	padding-top: 12px;
	color: #c5c7cb;
}

.wrap-blog-content .post-column .wrap-comments .list-comments>ul li .comment-info ul li .fa
	{
	margin-right: 7px;
	color: #c5c7cb;
}

.wrap-blog-content .post-column .wrap-comments .wrap-comment-form .form-group
	{
	margin-bottom: 0;
}

.wrap-blog-content .post-column .wrap-comments .wrap-comment-form .form-control
	{
	margin-bottom: 25px;
}

.wrap-blog-content .post-column .wrap-comments .wrap-comment-form textarea
	{
	max-width: 100%;
}

.wrap-service-nav {
	padding: 0 0 100px;
	font-family: 'Open Sans', sans-serif;
}

.wrap-service-nav .section-header {
	margin-bottom: 0;
}

.wrap-service-nav .list-nav .list-wrap:last-child .nav-item:after {
	display: none;
}

.wrap-service-nav .list-nav .list-wrap .nav-item {
	position: relative;
	height: 145px;
	padding: 18px 10px 0;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.wrap-service-nav .list-nav .list-wrap .nav-item:after {
	position: absolute;
	top: 45px;
	right: -15px;
	width: 1px;
	height: 50px;
	content: '';
	border-left: 1px solid #e7e8ec;
}
/*
.wrap-service-nav .list-nav .list-wrap .nav-item:before {
	position: absolute;
	top: 100%;
	left: 50%;
	display: none;
	margin-left: -16px;
	content: '';
	border-top: 16px solid #006fc5;
	border-right: 16px solid transparent;
	border-left: 16px solid transparent;
}
*/
.wrap-service-nav .list-nav .list-wrap .nav-item span {
	font-size: 36px;
	color: #006fc5;
	margin-bottom: 30px;
}

.wrap-service-nav .list-nav .list-wrap .nav-item .text {
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
	color: #2a2d32;
}

.wrap-service-nav .list-nav .list-wrap .nav-item .small-text {
	font-size: 11px;
	line-height: 18px;
	padding-top: 10px;
}

.wrap-service-nav .list-nav .list-wrap .nav-item:hover .small-text {
	color: #fff
} 

.wrap-service-nav .list-nav .list-wrap .nav-item:hover,.wrap-service-nav .list-nav .list-wrap .nav-item.active
	{
	background: #006fc5;
}

.wrap-service-nav .list-nav .list-wrap .nav-item:hover span,.wrap-service-nav .list-nav .list-wrap .nav-item.active span
	{
	color: #fff;
}

.wrap-service-nav .list-nav .list-wrap .nav-item:hover .text,.wrap-service-nav .list-nav .list-wrap .nav-item.active .text
	{
	color: #fff;
}

.wrap-service-nav .list-nav .list-wrap .nav-item:hover:before,.wrap-service-nav .list-nav .list-wrap .nav-item.active:before
	{
	display: block;
}

.wrap-technical {
	position: relative;
	padding: 80px 0;
	border-top: 1px solid #e7e8ec;
}

.wrap-technical .wrap-texts .item {
	margin-bottom: 10px;
}

.wrap-technical .wrap-texts .item span {
	font-size: 36px;
	line-height: 51px;
	padding-top: 5px;
	color: #006fc5;
}

.wrap-technical .wrap-texts .item .title {
	font-size: 14px;
	font-weight: 700;
	color: #2a2d32;
}

.wrap-technical .wrap-texts .item p {
	color: #7e848e;
}

.wrap-technical .map-column .wrap-map-item {
	position: relative;
}

.wrap-technical .map-column .wrap-map-item .map-marker {
	position: absolute;
	width: 18px;
	height: 18px;
	cursor: pointer;
	border: 2px solid #006fc5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.wrap-technical .map-column .wrap-map-item .map-marker:after {
	display: block;
	width: 10px;
	height: 10px;
	margin: 2px 0 0 2px;
	content: '';
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #006fc5;
}

.wrap-technical .map-column .wrap-map-item .map-marker.marker-1 {
	top: 29%;
	left: 5%;
}

.wrap-technical .map-column .wrap-map-item .map-marker.marker-2 {
	top: 32.5%;
	left: 15.5%;
}

.wrap-technical .map-column .wrap-map-item .map-marker.marker-3 {
	top: 56%;
	left: 25%;
}

.wrap-technical .map-column .wrap-map-item .map-marker.marker-4 {
	top: 80%;
	left: 50%;
}

.wrap-technical .map-column .wrap-map-item .map-marker.marker-5 {
	top: 32.5%;
	left: 56.5%;
}

.wrap-technical .map-column .wrap-map-item .map-marker.marker-6 {
	top: 27%;
	left: 80.5%;
}

.wrap-technical .map-column .wrap-map-item .map-marker.marker-7 {
	top: 78%;
	left: 87.5%;
}

.wrap-technical .map-column .wrap-map-item .map-marker.marker-8 {
	top: 28.5%;
	left: 89%;
}

.wrap-technical .map-column .wrap-map-item .popover {
	border: none !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: none;
	-webkit-box-shadow: 0 2px 5px rgba(30, 30, 28, .1);
	-moz-box-shadow: 0 2px 5px rgba(30, 30, 28, .1);
	box-shadow: 0 2px 5px rgba(30, 30, 28, .1);
}

.wrap-technical .map-column .wrap-map-item .popover .arrow:after {
	border-top-color: #fff;
}

.wrap-technical .map-column .wrap-map-item .popover .popover-content {
	border: none !important;
}

.wrap-technical .map-column .wrap-map-item .popover .popover-content .map-popover
	{
	width: 250px;
	border: none !important;
	background: #fff;
}

.wrap-technical .map-column .wrap-map-item .popover .popover-content .map-popover .title
	{
	font-size: 10px;
	font-weight: 700;
	line-height: 30px;
	height: 30px;
	padding-left: 20px;
	text-transform: uppercase;
	color: #fff;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	background: #006fc5;
}

.wrap-technical .map-column .wrap-map-item .popover .popover-content .map-popover .count
	{
	font-size: 24px;
	font-weight: 700;
	line-height: 33px;
	float: left;
	max-width: 100px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0 20px;
	letter-spacing: -1px;
	color: #2a2d32;
	border-right: 1px dashed #d0d2d7;
}

.wrap-technical .map-column .wrap-map-item .popover .popover-content .map-popover .text
	{
	font-size: 12px;
	line-height: 18px;
	float: left;
	max-width: 130px;
	padding: 15px 20px;
	color: #7e848e;
}

.wrap-semantic {
	position: relative;
	padding: 80px 0 100px;
	border-top: 1px solid #e7e8ec;
}

.wrap-semantic .nav-tabs-alt li {
	display: inline-block;
	float: none;
	margin-right: -4px;
}

.wrap-internal {
	position: relative;
	margin-bottom: 0;
	padding: 80px 0 100px;
	border-top: 1px solid #e7e8ec;
}

.wrap-text-pages {
	position: relative;
	margin-bottom: 0;
	padding: 80px 0 100px;
	border-top: 1px solid #e7e8ec;
}

.wrap-text-pages .col-image img {
	display: block;
	max-width: 100%;
	height: auto;
}

.wrap-text-pages .text-item {
	position: relative;
	margin-bottom: 57px;
}

.wrap-text-pages .text-item:after {
	position: absolute;
	top: 3px;
	right: -10px;
	width: 10px;
	height: 10px;
	content: '';
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #006fc5;
}

.wrap-text-pages .text-item h5 {
	font-size: 14px;
}

.wrap-text-pages .text-item .dot-line {
	position: absolute;
	top: 6px;
	right: -111px;
	width: 82px;
	height: 5px;
	border-top: 1px solid #e7e8ec;
}

.wrap-text-pages .text-item .dot-line:after {
	position: absolute;
	top: -3px;
	right: 0;
	width: 5px;
	height: 5px;
	content: '';
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #e7e8ec;
}

.wrap-text-pages .text-item .dot-line:before {
	position: absolute;
	top: -3px;
	left: 0;
	width: 5px;
	height: 5px;
	content: '';
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #e7e8ec;
}

.wrap-text-pages .text-item.left-item {
	padding-right: 20px;
	text-align: right;
}

.wrap-text-pages .text-item.right-item {
	padding-left: 20px;
}

.wrap-text-pages .text-item.right-item:after {
	right: auto;
	left: -10px;
}

.wrap-text-pages .text-item.right-item .dot-line {
	right: auto;
	left: -111px;
}

.wrap-text-pages .text-item.right-item.middle-item .dot-line {
	left: -39px;
	width: 18px;
}

.wrap-text-pages .text-item.top-item {
	margin-bottom: 61px;
	padding-top: 19px;
}

.wrap-text-pages .text-item.top-item:after {
	top: 21px;
}

.wrap-text-pages .text-item.top-item .dot-line {
	top: 25px;
}

.wrap-text-pages .text-item.middle-item {
	margin-bottom: 62px;
}

.wrap-text-pages .text-item.middle-item .dot-line {
	right: -39px;
	width: 18px;
}

.wrap-text-pages .text-item.middle-item:after {
	top: 2px;
}

.wrap-seo-audit {
	position: relative;
	margin-bottom: 0;
	padding: 80px 0 100px;
	border-top: 1px solid #e7e8ec;
}

.wrap-organizing {
	position: relative;
	margin-bottom: 0;
	padding: 80px 0 100px;
	border-top: 1px solid #e7e8ec;
}

.wrap-organizing .text-item {
	position: relative;
	margin-left: 50px;
	padding-top: 50px;
}

.wrap-organizing .text-item h5 {
	font-size: 14px;
}

.wrap-organizing .text-item.green-item:before {
	border-color: #006fc5;
}

.wrap-organizing .text-item:before {
	position: absolute;
	left: -32px;
	width: 12px;
	height: 12px;
	content: '';
	border: 2px solid #ffc90c;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.service-header {
	position: relative;
	height: 700px;
	padding-top: 300px;
	text-align: center;
	background: url(../images/pictures/service-2-bg.jpg) center no-repeat;
	background-size: cover;
}

.service-header h1 {
	font-family: 'Raleway', sans-serif;
	font-size: 60px;
	font-weight: 300;
	margin-bottom: 25px;
	text-transform: none;
	color: #fff;
}

.service-header .path {
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	font-weight: 300;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}

.service-header .bottom-line {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 2px;
	height: 150px;
	margin-left: -1px;
	background: #fff;
}

.service-header .bottom-line:after {
	position: absolute;
	bottom: 150px;
	left: 50%;
	display: block;
	width: 16px;
	height: 16px;
	margin-left: -8px;
	content: '';
	border: 2px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.service-nav {
	border-bottom: 1px solid #f3f3f5;
}

.nav.std-nav {
	margin: 0 auto;
	text-align: center;
}

.nav.std-nav li {
	line-height: 80px;
	display: inline-block;
	margin: 0 30px 0 33px;
}

.nav.std-nav li.active a {
	position: relative;
	color: #2a2d32;
}

.nav.std-nav li.active a:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	height: 2px;
	content: '';
	background: #006fc5;
}

.nav.std-nav li a {
	font-weight: 700;
	padding: 0 5px;
}

.nav.std-nav li a:hover {
	position: relative;
	color: #2a2d32;
}

.nav.std-nav li a:hover:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	height: 2px;
	content: '';
	background: #006fc5;
}

.wrap-laptop {
	padding-bottom: 80px;
}

.wrap-laptop .laptop-item {
	position: relative;
	margin-right: -15px;
	margin-bottom: 60px;
	padding-left: 100px;
}

.wrap-laptop .laptop-item .striped-icon-large {
	position: absolute;
	top: 0;
	left: 0;
}

.service-about {
	position: relative;
	margin-top: 0;
	padding-top: 80px;
	border-top: 1px solid #f3f3f5;
}

.link-button {
	position: absolute;
	top: 0;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
}

.service-application {
	padding-bottom: 50px;
}

.wrap-cards {
	padding-bottom: 80px;
	border-top: 1px solid #e7e8ec;
}

.wrap-cards .divider:before {
	display: none;
}

.box {
	margin-bottom: 50px;
	padding: 40px 50px 40px 70px;
	border: 1px solid #e7e8ec;
	border-top: 2px solid #006fc5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.box .settings {
	line-height: 40px;
}

.box .settings .fa {
	color: #c5c7cb;
}

.box-heading {
	position: relative;
	min-height: 80px;
	padding-right: 100px;
}

.box-heading .striped-icon-large {
	position: absolute;
	top: 0;
	right: 0;
}

.box-heading h4,.box-heading h5,.box-heading h3 {
	text-transform: none;
}

.wrap-start {
	position: relative;
	padding: 70px 0;
	border-top: 1px solid #e7e8ec;
	background: #f9f9fa;
}

.relative-nav-container.open-search {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	opacity: 0;
}

.navbar-with-inside>li:hover .wrap-inside-nav {
	display: block;
}

.wrap-inside-nav {
	position: absolute;
	left: 0;
	display: none;
	
	margin-top: -1px;
	text-align: left;
	border-top: 2px solid #006fc5;
	background: #fff;
	box-shadow: 0 0 0 1px rgba(100,100,100,0.15);
	
}

.wrap-inside-nav h5 {
	padding-left: 30px;
	color: #fff;
}

.wrap-inside-nav .inside-col {
	padding: 15px 0;
}

.wrap-inside-nav .inside-col .inside-nav:after {
	display: table;
	clear: both;
	height: 0;
	content: '';
}

.wrap-inside-nav .inside-col .inside-nav:before {
	display: table;
	clear: both;
	height: 0;
	content: '';
}

.wrap-inside-nav .inside-col .inside-nav li {
	line-height: 30px;
	min-height: 30px;
}

.wrap-inside-nav .inside-col .inside-nav li a,.wrap-inside-nav .inside-col .inside-nav li a:active,.wrap-inside-nav .inside-col .inside-nav li a:visited,.wrap-inside-nav .inside-col .inside-nav li a:focus
	{
		font-family: 'Open Sans', sans-serif;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	color: #2b2e33 !important;
	white-space: nowrap;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 0.8em;		

}

.wrap-inside-nav .inside-col .inside-nav li a:hover,.wrap-inside-nav .inside-col .inside-nav li a:active:hover,.wrap-inside-nav .inside-col .inside-nav li a:visited:hover,.wrap-inside-nav .inside-col .inside-nav li a:focus:hover
	{
	color: #006fc5 !important;
	background-color: #e7e7e7;
		text-decoration: none;
}

.wrap-user-control {
	position: relative;
}

.wrap-user-control li.open-signup:hover .wrap-login-signup {
	display: block;
}

.wrap-user-control .wrap-login-signup {
	position: absolute;
	z-index: 5;
	right: 0;
	display: none;
	width: 300px;
	color: #fff;
	background: #2a2d32;
}

.wrap-user-control .wrap-login-signup .nav-tabs-alt:after {
	display: table;
	clear: both;
	height: 0;
	content: '';
}

.wrap-user-control .wrap-login-signup .nav-tabs-alt:before {
	display: table;
	clear: both;
	height: 0;
	content: '';
}

.wrap-user-control .wrap-login-signup .nav-tabs-alt li {
	float: left;
	width: 50%;
	margin-right: -5px;
	padding: 0;
	border: none;
	border-radius: 0 !important;
	background: #26282d;
}

.wrap-user-control .wrap-login-signup .nav-tabs-alt li.active {
	background: #2a2d32;
}

.wrap-user-control .wrap-login-signup .nav-tabs-alt li.active a {
	color: #006fc5;
	background: #2a2d32;
}

.wrap-user-control .wrap-login-signup .nav-tabs-alt li a {
	font-size: 14px;
	font-weight: 700;
	line-height: 60px;
	display: block;
	width: 100%;
	height: 60px;
	padding: 0;
	cursor: pointer;
	color: #7e848e;
	border: none;
	border-radius: 0;
	background: #26282d;
}

.wrap-user-control .wrap-login-signup .nav-tabs-alt li a:hover {
	color: #006fc5;
}

.wrap-user-control .wrap-login-signup .tab-content {
	margin: 0;
	padding: 20px 30px 10px;
}

.wrap-user-control .wrap-login-signup .tab-content .signup-content h5 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
	color: #fff;
}

.wrap-user-control .wrap-login-signup .tab-content .signup-content .signup-facebook
	{
	font-size: 14px;
	font-weight: 400;
	line-height: 50px;
	display: block;
	height: 50px;
	margin-bottom: 15px;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #3b5796;
}

.wrap-user-control .wrap-login-signup .tab-content .signup-content .signup-facebook:hover
	{
	background: #5075c8;
}

.wrap-user-control .wrap-login-signup .tab-content .signup-content .signup-facebook .fa
	{
	color: #fff;
}

.wrap-user-control .wrap-login-signup .tab-content .signup-content .or-sep
	{
	font-size: 14px;
	position: relative;
	display: block;
	margin-bottom: 15px;
	color: #7e848e;
}

.wrap-user-control .wrap-login-signup .tab-content .signup-content .or-sep:before
	{
	position: absolute;
	top: 15px;
	left: 0;
	width: 90px;
	height: 1px;
	content: '';
	border-top: 1px solid #3a3d43;
}

.wrap-user-control .wrap-login-signup .tab-content .signup-content .or-sep:after
	{
	position: absolute;
	top: 15px;
	right: 0;
	width: 90px;
	height: 1px;
	content: '';
	border-top: 1px solid #3a3d43;
}

.wrap-user-control .wrap-login-signup .tab-content .signup-content form input[type='text']
	{
	font-size: 14px;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 20px;
	color: #63656b;
	background: #26282d;
	-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, .2);
	-moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, .2);
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, .2);
}

.wrap-user-control .wrap-login-signup .tab-content .signup-content form input[type='text']:-moz-placeholder
	{
	opacity: 1;
	color: #3a3d43;
}

.wrap-user-control .wrap-login-signup .tab-content .signup-content form input[type='text']::-moz-placeholder
	{
	opacity: 1;
	color: #3a3d43;
}

.wrap-user-control .wrap-login-signup .tab-content .signup-content form input[type='text']::-webkit-input-placeholder
	{
	color: #3a3d43;
}

.wrap-user-control .wrap-login-signup .tab-content .signup-content form .submit-button
	{
	display: block;
	padding-right: 0;
	padding-left: 0;
	text-align: center;
	color: #fff;
	background: #006fc5;
	box-shadow: none;
}

.wrap-user-control .wrap-login-signup .tab-content .signup-content .forgot
	{
	font-size: 14px;
	display: block;
	padding-bottom: 11px;
	color: #7e848e;
}

.wrap-user-control .wrap-login-signup .tab-content .signup-content .forgot a
	{
	font-size: 14px;
	color: #2783ae;
}

.wrap-user-control .wrap-login-signup .tab-content .signup-content .forgot a:hover
	{
	text-decoration: underline;
}

.top-block-icon {
	position: absolute;
	top: -40px;
	left: 50%;
	width: 80px;
	height: 80px;
	margin-left: -40px;
	padding-top: 16px;
	text-align: center;
	border: 5px solid #bee6cf;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #006fc5;
}

.top-block-icon i {
	font-size: 36px;
	color: #fff;
}

.no-margin {
	margin: 0;
}

button {
	outline: none !important;
}

.clear {
	clear: both;
}

@media screen and (max-width: 1200px) {
	.wrap-counters .row-counters .counter-item .count:before {
		width: 170px;
	}
	.wrap-dream-team .list-dream-team .team-item .image .mask {
		padding: 15px;
	}
	.wrap-dream-team .list-dream-team .team-item .image .mask p {
		line-height: 22px;
	}
	.wrap-blog-content .post-column .post-header .wrap-post-info {
		margin-left: 0;
		padding: 0 15px;
	}
	.wrap-text-pages .text-item .dot-line {
		top: 6px;
		right: -98px;
		width: 73px;
	}
	.wrap-text-pages .text-item.top-item {
		margin-bottom: 34px;
		padding-top: 15px;
	}
	.wrap-text-pages .text-item.top-item:after {
		top: 16px;
	}
	.wrap-text-pages .text-item.top-item .dot-line {
		top: 20px;
	}
	.wrap-text-pages .text-item.right-item.top-item .dot-line {
		left: -98px;
	}
	.wrap-text-pages .text-item.right-item.bottom-item .dot-line {
		left: -98px;
	}
	.wrap-text-pages .text-item.middle-item {
		margin-bottom: 33px;
	}
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
	.gallery-squares .gallery-item .bottom-info {
		min-height: 150px;
	}
}

@media screen and (max-width: 992px) {
	.wrap-counters .row-counters>div:nth-child(3) .count:before {
		display: none;
	}
	.wrap-counters .row-counters .counter-item .count:before {
		width: 245px;
	}
	.wrap-gallery-item .wrap-info:before {
		display: none;
	}
	.wrap-blog-content .left-column:after {
		display: none;
	}
	.wrap-service-nav .list-nav .list-wrap:nth-child(even) .nav-item:after {
		display: none;
	}
	.wrap-text-pages .text-item .dot-line {
		display: none;
	}
	.wrap-text-pages .text-item.left-item {
		padding-right: 0;
		padding-left: 20px;
		text-align: left;
	}
	.wrap-text-pages .text-item.left-item:after {
		right: auto;
		left: -10px;
	}
}

@media screen and (max-width: 769px) {
	.wrap-service-nav .list-nav .list-wrap .nav-item {
		padding-right: 10px;
		padding-left: 10px;
	}
	.about-header h1 {
		font-size: 55px;
	}
	.client .comment {
		padding: 25px 20px;
	}
	.twitter article p a {
		font-size: 11px;
	}
	.wrap-counters .row-counters .counter-item .count:before {
		display: none;
	}
	.wrap-gallery-item .wrap-info .type-info {
		margin-bottom: 0;
	}
	.wrap-gallery-item .wrap-info .info {
		width: 100%;
		margin-bottom: 15px;
		text-align: left;
	}
	.wrap-contact-info .wrap-contact-info-text .type-info {
		margin-bottom: 0;
	}
	.wrap-contact-info .wrap-contact-info-text .info {
		width: 100%;
		margin-bottom: 15px;
		text-align: left;
	}
	.wrap-contact-info .wrap-contact-form {
		margin-bottom: 120px;
	}
	.wrap-contact-info .wrap-contact-form .form-group {
		margin-bottom: 0;
	}
	.wrap-contact-info .wrap-contact-form .form-group .form-control {
		margin-bottom: 30px;
	}
	.wrap-blog-content .left-column .wrap-blog-post .wrap-post-description {
		padding: 15px 20px 20px;
	}
	.blog-header {
		padding-top: 150px;
	}
	.blog-header h1 {
		font-size: 55px;
	}
	.wrap-controls .rss {
		float: none !important;
	}
	.wrap-controls .dropdown {
		float: none !important;
	}
	.box {
		padding-right: 25px;
		padding-left: 25px;
	}
	.box-heading {
		padding-top: 100px;
		padding-right: 0;
	}
	.box-heading .striped-icon-large {
		right: 50%;
		margin-right: -40px;
	}
	.wrap-start .buttons {
		text-align: center;
	}
	.wrap-start .buttons .btn {
		display: inline-block;
		float: none !important;
		margin: 0 auto;
		margin-bottom: 25px;
	}
	.wrap-service-nav .list-nav .list-wrap .nav-item:after {
		display: none;
	}
	#graph {
		max-width: 100%;
	}
	#radar {
		max-width: 100%;
		min-height: 200px;
	}
	.service-header h1 {
		font-size: 55px;
	}
	.relative-nav-container {
		position: static;
	}
	.navbar-with-inside {
		background: #2a2d32;
	}
	.wrap-inside-nav {
		position: static;
		padding: 0;
	}
	.wrap-inside-nav .inside-col {
		padding: 15px 0;
		border-right: none;
		border-bottom: 1px solid #26282d;
	}
	.wrap-inside-nav .inside-col h5 {
		display: none;
	}
	.wrap-inside-nav .inside-col .inside-nav li {
		float: left;
		width: 49%;
	}
	.wrap-inside-nav .inside-col .inside-nav li a {
		font-size: 12px;
		padding-left: 17px;
	}
	.wrap-user-control .wrap-login-signup {
		right: -30px;
	}
	.wrap-semantic .nav-tabs-alt li {
		display: block;
		max-width: 230px;
		margin: 0 auto;
		border: none;
	}
	.wrap-semantic .nav-tabs-alt li a {
		border: none;
	}
}

#radar {
	max-width: 100%;
	min-height: 400px;
}

#google-graph {
	width: 100% !important;
}

#google-graph .highcharts-container {
	width: 100% !important;
}

#google-graph2 {
	width: 100% !important;
}

#google-graph2 .highcharts-container {
	width: 100% !important;
}

#google-graph3 {
	width: 100% !important;
}

#google-graph3 .highcharts-container {
	width: 100% !important;
}

#google-graph4 {
	width: 100% !important;
}

#google-graph4 .highcharts-container {
	width: 100% !important;
}

.popover {
	min-width: 280px;
	max-width: 330px;
}

.member-contact {
	padding: 32px 38px !important;
}

.member-info {
	padding: 28px 30px !important;
}

.member-info .large {
	font-size: 14px;
	font-weight: 400;
}

.is-divider {
	position: relative;
}

.is-divider .divider {
	top: 0;
}

@media ( min-width : 2100px) {
	.home-header {
		background-position: center bottom, center top;
	}
}

/* Home slider */
.wrap-header-slider .carousel-inner>.item>img,.carousel-inner>.item>a>img
	{
	/*height: 100%;*/
	width: auto;
	min-height: 100%;
	max-width: none;
	min-width: 100%;
}

.wrap-header-slider .carousel-inner {
	height: 100%;
}

.wrap-header-slider .carousel-inner>.item {
	height: 100%;
	overflow: hidden;
}

.wrap-header-slider {
	padding-top: 0;
	padding-bottom: 0;
	background: none;
	position: relative;
	min-height: 0;
	height: 1000px;
}

.wrap-header-slider:after {
	content: '';
	position: absolute;
	display: block;
	z-index: 1;
	/*top: 0;*/
	left: 0;
	height: 350px;
	right: 0;
	bottom: 0;
	background: url(../images/graph-home2.svg) top center no-repeat;
	background-size: cover;
}

.home-slider {
	height: 100%;
}

.home-slider .carousel-control {
	z-index: 20;
}

.home-slider .subscribe {
	background: #fff;
}

.home-slider .carousel-caption {
	left: 15%;
	right: 15%;
	bottom: auto;
	top: 200px;
	text-align: left;
	z-index: 20;
}

.home-slider .carousel-caption * {
	text-shadow: none;
}

.home-slider .carousel-control {
	top: 50%;
	bottom: auto;
	width: 70px;
	height: 70px;
	margin-top: -35px;
	background: #333;
	background: rgba(0, 0, 0, .4);
}

.home-slider .item {
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}

.home-slider .carousel-control .fa {
	font-size: 36px;
	line-height: 70px;
	text-align: center;
}

.home-slider .carousel-control.left {
	left: 0;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
}

.home-slider .carousel-control.right {
	right: 0;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
}

.home-slider .wrap-contact-form {
	max-width: 850px;
	margin: 0 auto;
}

@media ( max-width : 1400px) {
	.wrap-header-slider .carousel-inner>.item>img,.carousel-inner>.item>a>img
		{
		margin-left: -150px;
	}
}

@media ( max-width : 1155px) {
	.wrap-header-slider .carousel-inner>.item>img,.carousel-inner>.item>a>img
		{
		margin-left: -450px;
	}
}

@media ( max-width : 780px) {
	.home-slider .carousel-caption {
		top: 100px;
	}
	.wrap-header-slider {
		height: 1200px;
	}
	.home-slider .carousel-control {
		top: 50%;
		bottom: auto;
		width: 35px;
		height: 35px;
		margin-top: -17.5px;
		background: #333;
		background: rgba(0, 0, 0, .4);
	}
	.home-slider .carousel-caption {
		left: 50px;
		right: 50px;
	}
	.home-slider .carousel-control .fa {
		line-height: 35px;
		font-size: 20px;
	}
}



video#bgvid { 
	position: absolute; 
	right: 0; top: 0;
	min-width: 100%; 
	width: auto; 
	height: auto; z-index: -100; 
	 
}

#grey-bar {
	background:#e7e7e7;
	padding-top: 20px;
    padding-bottom: 20px;
}

#grey-bar h1{
		font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 2em;
}

#grey-bar h2{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 1.2em;
	padding-top: 10px;
}

#video-bg {
    /*background: rgba(6, 18, 37, 0.7);*/
	background: rgba(15, 67, 107, 0.7);
	padding-top: 150px;
	padding-bottom: 50px;
	font-family: 'Open Sans', sans-serif;
	
}

#video-bg h2 {
	text-shadow: 2px 2px 2px #000;
	padding-top: 50px;
	font-weight: 400 !important;
    font-size: 40px;
    line-height: 40px;
	margin-bottom: 10px;
}

#video-bg p {
	padding-top: 10px;
	line-height: 30px;
}
.navbar-alt .li-red a span {
	color: #da0000 !important;
	/*background-color: #da0000 !important;
	padding: 4px 5px;
	border-radius: 3px;*/
}

.navbar-alt .navbar-nav.with-border>li.li-red>a:before {
    background: #da0000 !important; 
}


.btn-kross-red {
	background-color: #da0000;
	border-color: #da0000;
	color: #fff;
	box-shadow: 0 0 0 1px rgba(255,255,255,0.5);
}

.btn-kross-blu {
	background-color: #006fc5;
	border-color: #006fc5;
	color: #fff;
	box-shadow: 0 0 0 1px rgba(255,255,255,0.5);
}

a.hoverIphone:hover, a.hoverIphone.hover {
	color: #006fc5;
}

.btn-kross-blu:hover, .btn-kross-blu:focus, .btn-kross-blu:active {
	background-color: #045a9c;
	color: #fff;
}

.btn-kross-red:hover, .btn-kross-red:active, .btn-kross-red:focus {
	background-color: #aa0000;
	border-color: #aa0000;
	color: #fff;
}

#white-container {
	background-color: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}

#a-partire-da {
	text-align: center;
	border: 1px solid #52bf81;
	background-color: #52bf81;
	color: #fff;
	font-weight: bold;
}

#s-why-choose-us {
	background-color: #fff;
	font-family: 'Open Sans', sans-serif;
}

/* Why Choose Us Section
================================================================ */
.section.why-choose-us .wcu-content {
  position: relative;
  min-height: 450px;
}
.section.why-choose-us .wcu-graphic {
  width: 60%;
  margin: auto;
}
.section.why-choose-us .wcu-feature {
  text-align: center;
  transition: 0.4s;
  opacity: 1;
}
.section.why-choose-us .wcu-feature:nth-child(1) {
  top: 0;
  left: 0;
}
.section.why-choose-us .wcu-feature:nth-child(2) {
  left: 0;
  bottom: 30px;
}
.section.why-choose-us .wcu-feature:nth-child(3) {
  top: 0;
  right: 0;
}
.section.why-choose-us .wcu-feature:nth-child(4) {
  bottom: 30px;
  right: 0;
}
.section.why-choose-us .wcu-feature:hover:after {
  border-bottom-color: #006fc5;
}
.section.why-choose-us.inactive .wcu-feature {
  opacity: 0;
}
.section.why-choose-us.inactive .wcu-left {
  left: -3rem !important;
}
.section.why-choose-us.inactive .wcu-right {
  right: -3rem !important;
}
.section.why-choose-us.section-map:after {
  bottom: -5rem;
}
@media (max-width: 940px) {
  .section.why-choose-us .wcu-graphic {
    margin-bottom: 4rem;
  }
  .section.why-choose-us .wcu-feature:not(:last-child) {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 940px) {
  .section.why-choose-us .wcu-feature {
    position: absolute;
    width: 30%;
  }
  .section.why-choose-us .wcu-feature:after {
    content: "";
    position: absolute;
    top: 1.75rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 130px;
    transition: 0.4s;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .section.why-choose-us .wcu-feature.wcu-left {
    padding-right: 2rem;
  }
  .section.why-choose-us .wcu-feature.wcu-left:after {
    -webkit-transform: translateX(70%);
        -ms-transform: translateX(70%);
            transform: translateX(70%);
  }
  .section.why-choose-us .wcu-feature.wcu-right {
    padding-left: 2rem;
  }
  .section.why-choose-us .wcu-feature.wcu-right:after {
    -webkit-transform: translateX(-70%);
        -ms-transform: translateX(-70%);
            transform: translateX(-70%);
  }
  .section.why-choose-us .wcu-graphic {
    width: 40%;
  }
}

/* Widgets
================================================================ */
.widget {
  color: #111111;
  border-bottom: none;
  text-align: center;
}
.widget:hover path {
  fill: #006fc5;
}
.widget .title {
  margin-bottom: 0.75em;
}
.widget .title > * {
  margin: 0.25em 0;
}
.widget .title > *:first-child {
  margin-top: 0;
}
.widget .title > *:last-child {
  margin-bottom: 0;
}
.widget .title:not(:first-child) {
  margin-top: 0.75em;
}
.widget h4 {
  font-size: 1.4rem;
  font-weight: 700;
}
.widget h5 {
  font-size: 1.2rem;
  font-weight: 300;
  color: #006fc5;
}
.widget p,
.widget ul {
  margin-top: 0.25em;
	line-height: 20px;
}
.widget ul {
  list-style: none;
  padding-left: 0;
}
.widget ul li {
  position: relative;
}
.widget ul li:before {
  font-family: FontAwesome;
  content: "\f105";
  margin-right: 0.5rem;
  color: #C1C1C1;
}
@media (min-width: 940px) {
  .widget {
    padding: 0;
    text-align: left;
  }
  .widget > .fa,
  .widget > .fa + .widget-content,
  .widget > .livicon,
  .widget > .livicon + .widget-content {
    display: table-cell;
    vertical-align: middle;
  }
  .widget > .fa + .widget-content,
  .widget > .livicon + .widget-content {
    padding-left: 1em;
  }
  .widget .widget-content header {
    width: 100%;
    display: table;
    text-align: left;
  }
  .widget .widget-content header .fa,
  .widget .widget-content header .livicon,
  .widget .widget-content header .title {
    display: table-cell;
    vertical-align: middle;
  }
  .widget .widget-content header .title {
    padding-left: 0.5em;
  }
  
}

.livicon.fa {
	font-size: 4em;
	color: rgb(193, 193, 193);
}

.livicon.fa:hover {
	color: #006fc5 !important;
}




.wcu-full {
	width: 100% !important;
	padding-top: 15px;
}


.wcu-full:after {
	border: 0px !important;
}

.wcu-full.left {
	padding-right: 10%;
}

.wcu-full.right {
	padding-left: 10%;
}


/*** SECTION ****/

.section {
  padding: 6rem 0;
}
.section .section {
  padding: 0;
}
.section header {
  text-align: center;
}
.section header.sep {
  position: relative;
  margin-bottom: 3.25em;
}
.section header.sep:after {
  content: ". . .";
  position: absolute;
  font-size: 24px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.2);
  bottom: -3.25rem;
  left: 0;
  right: 0;
  margin: auto;
}
.section header ul {
  font-size: 1rem;
}
.section header ul li {
  display: inline-block;
}

.section header ul li:last-child:after {
  display: none;
}
.section header ul li .fa {
  color: #006fc5;
}
.section header ul li .fa-calendar {
  font-size: 0.9rem;
}
.section {
	font-family: 'Open Sans', sans-serif;
}
.section .section-title h2,
.section .section-title h3 {
  margin: 0.25em 0;
}
.section .section-title h2:first-child,
.section .section-title h3:first-child {
  margin-top: 0;
}
.section .section-title h2:last-child,
.section .section-title h3:last-child {
  margin-bottom: 0;
}
.section .section-title h2 {
  font-size: 1.8rem;
}
.section .section-title h3 {
  font-size: 1.4rem;
  line-height: 1.2;
  text-transform: uppercase;
}
.section .section-title p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8rem;
  line-height: 1;
  color: #006fc5;
}
.section.section-map {
  position: relative;
}
.section.section-map:after {
  display: none;
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  width: 60%;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0.05;
  height: 20%;
  position: absolute;
  bottom: 0;
}
.section .lead {
  font-size: 1.4rem;
}
.section .nav-carousel {
  visibility: visible;
  opacity: 1;
  transition: 0.4s;
}
.section .nav-carousel [class*="nav-"] {
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
.section .nav-carousel [class*="nav-"] .fa {
  cursor: pointer;
}
.section .nav-carousel .nav-prev {
  left: 3rem;
}
.section .nav-carousel .nav-next {
  right: 3rem;
}
@media (min-width: 720px) {
  .section header {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .section header ul {
    font-size: 1.4rem;
  }
  .section .section-title h2 {
    font-size: 2.2rem;
  }
  .section .section-title h3 {
    font-size: 1.8rem;
    line-height: 0.9;
  }
}
@media (min-width: 940px) {
  .section header p {
    font-size: 1.4rem;
  }
  .section.section-map {
    padding-bottom: 11em !important;
  }
  .section.section-map:after {
    display: block;
  }
  .section .section-title h2 {
    font-size: 2.85rem;
  }
  .section .section-title h3 {
    font-size: 2rem;
  }
}


/* Primary Section
================================================================ */
.section.primary {
  background: #f7f7f7;
}
.section.primary:not(.welcome) header {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  transition: 0.4s;
}
.section.primary:not(.welcome) header.inactive {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.section.primary + .primary {
  padding-top: 0;
}
.section .section-title h2 {
  font-weight: 100;
}
.section .section-title h2 b {
  display: inline-block;
  line-height: 1.1;
  color: white;
  background: #006fc5;
  padding: 0 0.125em;
}
.section .section-title h2 span {
  font-family: "Open Sans", sans-serif;
  font-weight: 400; 
  color: #006fc5;
}
.section .section-title h2 strong {
  text-transform: none;
  font-weight: 900;
}
.section .section-title h3 {
  font-weight: 800;
}
.section .section-title h4 {
  position: relative;
  font-weight: 100;
  font-size: 1.8rem;
}
.section .section-title h4:before {
  content: "";
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0.3em;
  z-index: 0;
}
.section .section-title h4 span {
  background: #f7f7f7;
  padding: 0 0.5em;
  position: relative;
}
.section.primary .nav-carousel [class*="nav-"] {
  border-color: #c1c1c1;
  color: #c1c1c1;
}
.section.primary .nav-carousel [class*="nav-"]:hover {
  border-color: #006fc5;
  background: #006fc5;
  color: white;
}
@media (min-width: 940px) {
  .section.primary .section-title h4 {
    font-size: 2.2rem;
  }
}

.blu-kross {
	color: #006fc5 !important;
	font-family: 'Open Sans', sans-serif !important;

}

.section-title h3 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.bg-gr {
	background-color: #7f858f;	
	font-family: 'Open Sans', sans-serif;
}

.dest-img {
	height:120px;
	background-size: cover;
	background-position: center;
}

.dest-type {
	font-weight: 200;
	color: #000 !important;
	text-align: center;
	padding-top: 5px;
}

.box-dest {
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	margin-top: 30px;
	line-height: 20px;
}

.dest-payoff {
	padding-left: 5px;
	padding-right: 5px;
	font-style: italic;
	text-align: center;
	font-size: 0.9em;
	padding-bottom: 5px;
	color: #1d1d1d;
}




.overlay {
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  transition: all 0.5s;
  width: 100%;
	display:none;
}

.hover .overlay {
	display: block;
}
a.close-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background-color: #000;
  cursor: pointer;
}
a.close-overlay.hidden {
  display: none;
}

a.expand {
  display: block;
  position: absolute;
  z-index: 100;
  width: 30px;
  height: 30px;
  border: solid 2px rgba(255,255,255,0.8);
  text-align: center;
  color: rgba(255,255,255,0.8);
  line-height: 25px;
  font-weight: 700;
  font-size: 20px;
  border-radius: 30px;
  text-decoration: none;
}
/*
#effect-1 .overlay {
  bottom: 0;
  left: 0;
  right: 0;
 
  height: 0;
}*/
#effect-1 .overlay a.expand {
  left: 0;
  right: 0;
  bottom: 60%;
  margin: 0 auto -30px auto;
}
#effect-1 .img.hover .overlay {
  height: 100%;
}

.bg-blu .wcu-feature {
	background-color: #fff;
	border-top: 8px solid #006fc5;
	text-align: center;
	padding: 10px;
}



/* Feature Blocks
================================================================ */
.feature-block-wrapper {
  border-top: 8px solid #006fc5;
}

.feature-block {
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-top: none;
  text-align: center;
  padding: 2.5em 1em;
  transition: 0.4s;
	line-height: 1.5em;
}
.feature-block:hover {
  background: #006fc5;
  border-color: #006fc5;
  border-top-color: #158f76;
}
.feature-block:hover h4,
.feature-block:hover h5,
.feature-block:hover p {
  color: white;
}
.feature-block:hover path {
  fill: white;
}
.feature-block .fa {
  color: #006fc5;
}

.feature-block:hover .fa, .feature-block:hover .fa:hover {
  color: #fff !important;
}
.feature-block path {
  fill: #006fc5;
}
.feature-block h4,
.feature-block h5,
.feature-block p,
.feature-block path {
  transition: 0.4s;
}
.feature-block h4 {
  font-weight: 600;
  font-size: 1.4rem;
  margin: 1em 0 0.25em;
}
.feature-block h5 {
  font-size: 1.2rem;
  font-weight: 300;
  color: #006fc5;
  margin: 0.25em auto 1rem;
}
.feature-block p {
  font-weight: 100;
  margin: 0;
}
@media (min-width: 940px) {
  .feature-block:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@media (max-width: 940px) {
  .feature-block-wrapper:not(:last-child) {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  }
}

.hover .livicon.fa {
    color: #006fc5 !important;
}
a.hover {
	color: #006fc5 !important;
}

.bg-blu-pol {
    background-size: cover !important;
    background-image: url(/images/background.png) !important;
    color: white !important;
}

.bg-blu-pol h1{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 2em;
	color: white !important;
}

.bg-blu-pol h2{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 1.2em;
	padding-top: 0px;
	color: white !important;
}

.bg-blu-pol h3{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 1.1em;
	padding-top: 15px;
	color: white !important;
}

.bg-blu-pol p {
	
	color: white !important;	
}
#testimonial {
    background-size: cover;
    background-image: url(/images/polygon-bg-gray.png) !important;
    color: white !important;
}

.rwd-video {
	height: 0;
	overflow: hidden;
	padding-bottom: 50.5%;
	padding-top: 30px;
	position: relative;
	border: 5px solid #000;
}
.rwd-video iframe,
.rwd-video object,
.rwd-video embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}



.rivolge-nav .nav.std-nav li {
	margin-left: 15px;
	margin-right: 15px
}



.prezzi {
    overflow: hidden;
    position: relative;
    border: 2px solid #e6e6e6;
    border-top: none;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    width: 100%;
    margin: 0;
}
.prezzi.active {
    background-color: #3c8dbc;
    border: 2px solid #3c8dbc;
    opacity: 0.85;
    border-top: 0;
}
.prezzi-title {
    background-color: #3c8dbc;
    border-radius: 2px 2px 0 0;
    text-align: center;
    color: white;
    font-family: PTSans;
    font-size: 16px;
    font-weight: 700;
    line-height: 62px;
    height: 60px;
}
.prezzi .prezzi-row {
    padding-top: 23px;
    float: left;
    padding-left: 0;
    text-align: center;
    padding-right: 0;
    width: 100%;
}
.prezzi .prezzi-row.selected {
    background-color: whitesmoke;
    font-weight: bold;
    color: #666;
    font-size: 14px;
    padding-top: 13px;
    margin-top: 10px;
    margin-bottom: -13px;
    padding-bottom: 13px;
}
.prezzi.active .prezzi-row.selected {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}
.prezzi .col-lg-3 {
    padding: 50px 0 20px 0;
    font-family: WorkSans;
    font-weight: 300;
    line-height: 25px;
    color: #3c8dbc;
    width: 100%;
    text-align: center;
}
.prezzi.active .col-lg-3 {
    color: #fff;
}
.prezzi .button-container {
    text-align: center;
    position: relative;
    padding: 42px 0 45px 0;
    width: 100%;
    margin: 0;
    height: auto;
    background: none;
}
.prezzi .prezzi-price {
    font-size: 60px;
    letter-spacing: -2px;
    line-height: 42px;
    display: inline-block;
}
.prezzi .prezzi-time {
    font-weight: 300;
    letter-spacing: -1px;
    margin-top: 5px;
    font-size: 30px;
}
.prezzi .iconita {
    line-height: 52px;
    font-size: 48px;
    height: 52px;
}
.prezzi .prezzi-title {
    font-weight: 700;
    font-size: 32px;
    margin-top: 25px;
    margin-bottom: 15px;
    line-height: 32px;
}
.prezzi .prezzi-option {
    /*text-transform: capitalize;*/
    text-align: center;
    line-height: 1;
    color: #666;
    font-family: PTSans;
    font-size: 16px;
}
.prezzi .prezzi-row.selected .prezzi-option {
    font-size: 14px;
}
.prezzi .prezzi-option.selected {
    background: #3595f8;
}
.prezzi.active .prezzi-option {
    color: #fff;
}
.prezzi .prezzi-row.selected .fa {
    font-size: 13px;
    top: 0;
}
.prezzi .fa {
    color: #3c8dbc;
    font-size: 11px;
    margin-right: 10px;
    position: relative;
    top: -1px;
}
.prezzi.active .fa {
    color: #fff;
}
.prezzi .currency {
    font-size: 34px;
    margin-right: 5px;
    position: relative;
    top: -20px;
}
.prezzi .billing-time {
    color: #b3b3b3;
    font-size: 14px;
    line-height: 14px;
    margin-top: 8px;
}
.prezzi.active .billing-time {
    color: #fff;
}
.prezzi .secondary-button {
    background: transparent;
}
.prezzi .secondary-button:hover {
    background: #fff;
}
.prezzi .secondary-button.secondary-button-inverse:hover {
    background: #3c8dbc;
}

#testimonials .section-title {
	text-align: left;
}

#prezzi .widget-content {
	line-height: 1.25;
}

.cost {
    font-size: 4.5em;
    font-weight: 200;
	color: #000
}

#prezzi .title {
	display: inline-block;
	    vertical-align: super;
}

#prezzi .title h4 {
	font-weight: 400;
	font-size: 2rem;
}

#prezzi .title h5 {
	font-weight: 200;
	font-style: italic;
	font-size: 1.5rem;
	color: #666;
}

.versione {
	font-weight: 900;
    color: #006fc5;
	font-size: 2em;
	margin-top: 20px;
	margin-bottom: 20px;
}

.fino-20 {
	text-align: center;
	font-size: 1.2em;
}

.piu-20 {
	font-size: 2em;
	 color: #006fc5;
}

.piu-20-txt {
	line-height: 1.5em;
	margin-bottom: 10px;
}

.feature-block:hover .versione, .feature-block:hover h5, .feature-block:hover .cost {
	color: #fff !important;
}



.owl-theme .owl-controls .owl-buttons {
    display: none;
}
.owl-theme .owl-controls .owl-buttons div {
    background: url(../images/arrow.png);
    display: inline-block;
    zoom: 1;
    margin: 0;
    width: 10px;
    text-indent: -9999px;
    height: 18px;
    font-size: 0;
    position: absolute;
    right: 0;
    margin-top: 8px;
    margin-right: -72px;
    top: 50%;
    padding: 0;
    filter: Alpha(Opacity=30);
    opacity: 0.3;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: auto;
    left: 0;
    margin-left: -72px;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none;
}
.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    opacity: 0.22;
    background-color: #248df8;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    
    opacity: 1;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.owl-item.loading {
    min-height: 150px;
}
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    z-index: 2;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
    float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing {
    cursor: url(../images/grabbing.png) 8 8, move;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

/*6.8 CLIENTS*/

#clients .owl-controls .owl-buttons {
    display: block;
}
#testimonials .owl-controls {
    text-align: center;
    margin-top: 70px;
}
#clients .owl-theme .owl-controls {
    margin-top: 0;
    text-align: center;
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    z-index: 1;
}
#clients .slider {
    max-width: 1024px;
    margin: 38px auto
}
#clients .slider img {
    display: block;
    margin: auto;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.30;
}
#clients .slider img:hover {
    opacity: 1;
}





form {
  font-size: 1.2rem;
  font-weight: 100;
}
form .form-element {
  position: relative;
}
form .form-element input:focus,
form .form-element textarea:focus {
  outline: 0;
  box-shadow: none;
}
form .form-element input:focus ~ label,
form .form-element textarea:focus ~ label {
  background: #1795c5;
  color: white;
  display: inline;
  left: auto;
  padding: 0 0.2em;
  right: -0.025em;
  top: 0;
  z-index: 2;
  margin-right: 0;
  margin-left: 2em;
  display: block !important;
}
form .form-element input:focus:invalid ~ label,
form .form-element textarea:focus:invalid ~ label {
  background: #006fc5;
}
form .form-element input:focus:valid ~ label,
form .form-element textarea:focus:valid ~ label {
  background: #006fc5;
}
form .box {
  width: 100%;
  border: 1px solid rgba(0,0,0, 0.1);
  transition: 0.4s;
  padding: 0.75em;
  background: rgba(0, 0, 0, 0.075);
/*	border-bottom: 2px solid #006fc5;*/
	
}

#modalDemo form .box {
background: #fff;
	/*border-bottom: 2px solid #006fc5;*/
}

.modal-footer .form-group {
	line-height: 1.5em;
}

.modal-footer .btn {
	
}
form textarea {
	height: 100px !important;	
}
#modalDemo .modal-body {
	color: #000;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
form .box:focus, form .box:hover {
  border-color: #006fc5;
}
form .box:focus {
  background: white;
}
form fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
form fieldset .form-element {
  margin-bottom: 1em;
}
form label {
  display: inline-block;
  position: absolute;
  left: 1em;
  top: 50%;
  font-size: 0.9rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  color: rgba(0, 0, 0, 0.5);
  transition: 0.4s;
  margin-right: 2em;
  margin-left: 0;
}
form input:focus:invalid,
form textarea:focus:invalid {
  border-color: #006fc5;
}
form input:focus:valid,
form textarea:focus:valid {
  border-color: #006fc5;
}
form input {
  display: block;
  transition: 0.4s;
}
form input[type="checkbox"], form input[type="radio"] {
  display: inline;
}
form input[type="submit"], form input button {
  background: #006fc5;
  border: none;
  color: white;
  padding: 0.5em 1em;
  display: inline-block;
  width: 100%;
}
form input:required {
  box-shadow: none;
}
form textarea {
  height: 200px;
  margin-bottom: 1em;
  box-shadow: none;
  font-size: 1.2rem !important;
  color: rgba(0, 0, 0, 0.5);
}
form select {
  color: #111111;
}
form select.box {
  height:45px;
}
@media (min-width: 460px) {
  form fieldset .form-element {
    float: left;
    width: 49%;
    margin-left: 2%;
    margin-bottom: 2%;
  }
  form fieldset .form-element:nth-child(odd) {
    margin-left: 0;
  }
  form textarea {
    margin-bottom: 2%;
  }
}
@media (min-width: 940px) {
  form label,
  form textarea {
    font-size: 1rem;
  }
  form input[type="submit"], form input button {
    width: auto;
  }
}

.input-toggle {
  position: relative;
}
.input-toggle input {
  position: absolute;
  opacity: 0;
}
.input-toggle input + label {
  display: block;
  position: relative;
  box-shadow: inset 0 0 0px 1px #d5d5d5;
  text-indent: -5000px;
  height: 30px;
  width: 50px;
  border-radius: 15px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.05);
}
.input-toggle input + label:before {
  content: "";
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  top: 0;
  left: 0;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.2);
  transition: .25s ease-in-out;
}
.input-toggle input + label:after {
  content: "";
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  top: 0;
  left: 0px;
  border-radius: 15px;
  background: white;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  transition: .25s ease-in-out;
}
.input-toggle input:checked + label:before {
  width: 50px;
  background: #006fc5;
}
.input-toggle input:checked + label:after {
  left: 20px;
  box-shadow: inset 0 0 0 1px #006fc5;
}

form,
input,
textarea,
label {
  font-family: "Open Sans", sans-serif;
}

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  font-weight: lighter;
  transition: 0.4s;
}

::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  font-weight: lighter;
  transition: 0.4s;
}

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  font-weight: lighter;
  transition: 0.4s;
}

::placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  font-weight: lighter;
  transition: 0.4s;
}


.input-group-addon {
    padding: 9px 12px;
	min-width: 40px; 
	color: #006fc5;
}

form .box {
	margin-bottom: 0px !important;
}

input[type="text"], input[type="tel"], input[type="email"], textarea, select {
	background: #fff !important;
	color: #333;
	
}

input[type="text"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	   color: #333;
	}
	
input[type="text"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="email"]:-moz-placeholder, textarea:-moz-placeholder { /* Firefox 18- */
	   color: #333;  
	}
	
input[type="text"]::-moz-placeholder , input[type="tel"]::-moz-placeholder , input[type="email"]::-moz-placeholder , textarea::-moz-placeholder {  /* Firefox 19+ */
	   color: #333;  
	}
	
input[type="text"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, textarea:-ms-input-placeholder {  
	   color: #333;  
	}
	

#clients {
    padding: 3rem 0 !important;
}


/* Footer
================================================================ */
.app-footer {
  color: white;
  position: relative;
  background: #242424;
}
.app-footer .footer-content {
  padding: 2.5em 0;
  color: #b1b1b1;
}
.app-footer .footer-content h3 {
  color: white;
  font-size: 1.4rem;
  margin: 0;
}
.app-footer .footer-content h4 {
  font-family: "Lato", sans-serif;
  font-size: 1.2rem;
  margin-top: 0.25rem;
  font-weight: 100;
}
.app-footer .footer-content p, .app-footer .footer-content ul {
 line-height: 20px;
}
.app-footer .footer-content ul b {
  color: white;
}
.app-footer .footer-content ul i {
  color: #da0000;
  width: 1em;
  text-align: center;
  margin-right: 0.25rem;
}
.app-footer .container {
  position: relative;
  z-index: 2;
}
.app-footer .logo {
  padding: 0;
}
@media (max-width: 940px) {
  .app-footer .footer-col:not(:last-child) {
    padding-bottom: 2em;
    margin-bottom: 2em;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.75);
  }
}
@media (min-width: 720px) {
  .app-footer .footer-wrapper {
    display: table;
    width: 100%;
  }
}
@media (min-width: 940px) and (max-width: 1200px) {
  .app-footer .footer-col {
    width: 47.75%;
    margin-left: 4%;
  }
  .app-footer .footer-col:nth-child(odd) {
    margin-left: 0;
  }
  .app-footer .footer-col:nth-last-child(-n+2) {
    padding-top: 3em;
  }
}

/* Footer Testimonials
================================================================ */
.footer-testimonials .owl-nav {
  position: absolute;
  top: -4rem;
  right: 0;
  font-size: 1rem;
}
.footer-testimonials .owl-nav div {
  display: inline-block;
  color: #707070;
  cursor: pointer;
  height: 1em;
  width: 1em;
  outline: 0;
}
.footer-testimonials .owl-nav div:after {
  font-family: FontAwesome;
  transition: 0.4s;
}
.footer-testimonials .owl-nav div.owl-prev {
  margin-right: 0.3em;
}
.footer-testimonials .owl-nav div.owl-prev:after {
  content: "\f137";
}
.footer-testimonials .owl-nav div.owl-next:after {
  content: "\f138";
}
.footer-testimonials .owl-nav div:hover {
  color: #ffffff;
  text-decoration: none;
}
.footer-testimonials blockquote {
  margin: 0;
  margin-bottom: 1.3em;
  background: #da0000;
  border-radius: 10px;
  border: 0;
  color: white;
  padding: 12px 42px;
  position: relative;
}
.footer-testimonials blockquote p {
  margin: 0;
  padding: 0;
  font-weight: 300 !important;
  font-size: 0.75rem;
}
.footer-testimonials blockquote p:before, .footer-testimonials blockquote p:after {
  position: absolute;
  font-family: FontAwesome;
  font-size: 1.75rem;
}
.footer-testimonials blockquote p:before {
  content: "\f10d";
  top: 0.25em;
  left: 0.3em;
}
.footer-testimonials blockquote p:after {
  content: "\f10e";
  right: 0.3em;
  bottom: 0.1em;
}
.footer-testimonials blockquote:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  left: 3em;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #da0000;
  border-width: 12px;
  margin-left: -12px;
}
.footer-testimonials div {
  color: white;
  font-style: normal;
  display: block;
}
.footer-testimonials div .profile,
.footer-testimonials div cite {
  float: left;
}
.footer-testimonials div .profile {
  width: 44px;
  margin-bottom: 0;
}
.footer-testimonials div cite {
  width: calc(100% - 52px);
  padding-left: 0.75em;
}
.footer-testimonials div cite strong {
  display: block;
  font-style: normal;
}
.footer-testimonials div i {
  color: #707070;
  font-style: normal;
}
.footer-testimonials .profile {
  height: 44px;
  width: 44px;
}
.footer-testimonials .bx-wrapper {
  position: relative;
}

/* Bottom Bar
================================================================ */
.bottom-bar {
  padding: 1.5em 0;
  font-size: 0.9rem;
  background: #111111;
  position: relative;
  z-index: 2;
  text-align: center;
}
.bottom-bar .footer-nav {
  margin-top: 1.5em;
}
.bottom-bar .footer-nav li {
  display: inline-block;
}
.bottom-bar .footer-nav li:not(:last-child) {
  margin-right: 1em;
}
.bottom-bar .footer-nav a {
  color: rgba(255, 255, 255, 0.75);
  font-weight: lighter;
}
.bottom-bar .footer-nav a:hover {
  border-color: inherit;
  color: white;
}
@media (min-width: 720px) {
  .bottom-bar {
    text-align: left;
  }
  .bottom-bar .copyright, .bottom-bar .footer-nav {
    display: table-cell;
    vertical-align: middle;
  }
  .bottom-bar .footer-nav {
    text-align: right;
    margin-top: 0;
  }
}

.newsletter [type="submit"] {
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    height: 100%;
    right: 0;
    top: 0;
    border: none;
    padding: 0 0.75em;
}

footer a:hover {
	    color: #7f858f
}

.footer-col h4 {
	color: #ccc
}

.footer-col {
	font-size: 0.9em;
}

.section-header-inner {
	background-color: rgba(6, 18, 37, 0.7);
}

a:hover {
	text-decoration: none !important;
}

#caratteristiche-header {
	background-image: url(/images/kross_caratteristiche.png);
	padding-top: 150px;
    padding-bottom: 50px;
	background-repeat: no-repeat;
    background-position: right;
}

#rivolge-header {
	background-image: url(/images/ssi.png);
	padding-top: 150px;
    padding-bottom: 50px;
	background-repeat: no-repeat;
    background-position: right;
}
#blog-header {
	
	padding-top: 100px;
    padding-bottom: 0px;
	background-repeat: no-repeat;
    background-position: right;
}



.service-nav {
	background-color: #f7f7f7;
}

.rivolge-text p {
    margin-bottom: 0px;
    line-height: 1.5em;
	font-size: 0.9em;
	color: #2b2e33;
}
.rivolge-section .nav-item {
    padding: 18px 10px 18px !important;
	height: 115px !important;
}

#modalDemo {
		color: #2b2e33;
	
}

.modal-title {
	font-size: 1.5em;
}

.sidebar .article {
	margin-bottom: 20px;
}

.feat-txt {
	padding-top: 35px;
}

.feat-txt p {
	margin-bottom: 0px;
	color: #2b2e33;
}

.feat-txt ul li {
	margin-bottom: 0px;
	color: #2b2e33;
}

.feat-txt .btn {
	    padding: 5px 30px;
}

.text-danger {
	color: #da0000;
	font-weight: bold;
}

.feature-block .btn {
	margin-top: 10px;
	padding: 5px 20px;
	font-size: 12px;
	padding:
}

.rivolge-section .wrap-service-nav .list-nav .list-wrap .nav-item {
	    height: 115px !important;
	
}
.grid {width: 100%; }
.grid-item { width: 10%; }
.grid-item--width2 { width: 20%; }


/*3.3 PRELOADER*/

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #17436f
}
.prelogo {
   opacity: 0.9;
    width: 83px;
    height: 44px;
    border-radius: 100%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -120px;
    bottom: 0;
}

.spinner {
    opacity: 0.9;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.spinner:after,
.spinner:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    border: 5px solid transparent;
    border-bottom: 5px solid #fff;
    border-radius: 100%;
    -webkit-animation: rotate 1s linear infinite;
    animation: rotate 1s linear infinite;
}
.spinner:before {
    width: 40px;
    height: 40px;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}
@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotate {
    from {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

a.scroll {
	cursor: pointer !important;
}

.footer-bottom {
	background-color: #1f1f1f;
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.toggle-button {
	color: #fff;
}

.navbar-alt .toggle-button {
	color: #2b2e33;
}

@media (max-width: 768px) {
	#video-bg {
		background: #255588;
	}
	
	#video-bg h2 {
		padding-top: 0px;
		font-size: 30px;
	}
	
	#video-bg p {
	    padding-top: 10px;
	    line-height: 20px;
		font-size: 100%;
	}
	
	h1.title {
	 	font-size: 40px;
		    padding-top: 10px;
	}
	
	footer .container {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.piu-20-txt .btn {
		white-space: normal;
		font-size: 0.9em
	
	}
	.grid-item { width: 25%; }
	.grid-item--width2 { width: 50%; }
	
	.wcu-full.left , .wcu-full.right {
		padding-left: 0%;
		padding-right: 0%;
	}
	
	.feature-block-wrapper {
	margin-bottom: 10px;
	}
	
	.bg-overlay > div {
	    background: none !important;
	}
	
	#ottieni-maggiori {
		display: block;
		margin-top: 10px;
	}
	
	.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
	    max-height: 380px;
	}
	
.floated .navbar-nav>li>a {
    padding: 10px 0;
}

}


