/*
 *
 *		CUSTOM.CSS
 *
 *	+ TYPOGRAPHY
 * 	+ HEADLINE
 *	+ TEXT PARALLAX
 *	+ TEXT BOXES
 *	+ IMAGES GALLERY
 *	+ IMAGES BOXES
 *	+ IMAGES OVERLAP
 *	+ ALERTS
 *	+ LISTS
 *	+ DIVIDERS
 *	+ BUTTONS
 *	+ ACCORDION
 * 	+ TABS
 *	+ GOOGLE MAPS
 *	+ SOCIAL MEDIA
 *	+ TIMELINE
 *	+ PIE CHARTS
 *	+ PROGRESS BARS
 *	+ COUNTERS
 *	+ COUNTDOWN
 *	+ PRICE PLAN
 *	+ TESTIMONIALS
 *	+ ISOTOPE
 *	+ FILTER
 *	+ PAGINATION
 *	+ FULL SECTIONS
 *	+ VIDEO PLAYER
 *	+ SCROLL UP
 *	+ SLIDERS
 *	+ ANIMATIONS
 *	+ WIDGETS
 */

/***********************************************************************************
 *	+ TYPOGRAPHY
 ***********************************************************************************/
@font-face {
	font-family: 'Gotham Pro';
	src: url('../font/GothamPro-Bold.eot');
	src: url('../font/GothamPro-Bold.eot?#iefix') format('embedded-opentype'),
		url('../font/GothamPro-Bold.woff') format('woff'),
		url('../font/GothamPro-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}


	body {
		font: 14px/24px "Arimo", sans-serif;
		font-weight: 300;
		background-color: #fff;
		color: #7a7e82;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		margin: 0;
		color: #22272c;
		font-weight: 600;
		font-family: 'Gotham Pro', sans-serif;
	}

	h1 {
		margin-bottom: 14px;
		font-size: 36px;
		line-height: 60px;
		font-weight: 500;
	}

	h2 {
		margin-bottom: 12px;
		font-size: 32px;
		line-height: 48px;
		font-weight: 500;
	}

	h3 {
		margin-bottom: 10px;
		font-size: 24px;
		line-height: 40px;
	}

	h4 {
		margin-bottom: 8px;
		font-size: 18px;
		line-height: 30px;
	}

	h5 {
		margin-bottom: 6px;
		font-size: 16px;
		line-height: 26px;
	}

	h6 {
		margin-bottom: 4px;
		font-size: 14px;
		line-height: 23px;
	}

	h1 a,
	h2 a,
	h3 a,
	h4 a,
	h5 a,
	h6 a {
		text-decoration: none;
		color: #22272c;
		-webkit-transition: color 0.3s;
				transition: color 0.3s;
	}

	h1 a:hover,
	h2 a:hover,
	h3 a:hover,
	h4 a:hover,
	h5 a:hover,
	h6 a:hover {
		text-decoration: none;
	}

	p {
		margin-bottom: 20px;
	}

	.big-icon {
		color: #22272c;
		font-size: 42px;
		line-height: 42px;
	}

	.big-text {
		font-size: 24px;
		line-height: 36px;
	}

	.medium-text {
		font-size: 18px;
		line-height: 27px;
	}

	.text-default-color {
		color: #ffcc33;
	}

	.text-highlight {
		padding: 2px 10px 1px;
		background-color: #ffcc33;
		color: #fff;
	}

	.dropcap {
		float: left;
		font-size: 36px;
		line-height: 42px;
		font-weight: 700;
		margin-right: 10px;
	}

	.mute {
		color: #909396;
	}

	a {
		color: #ffcc33;
	}

	a:hover,
	a:focus {
		outline: 0;
		color: #ffcc33;
	}

	img {
		max-width: 100%;
	}

	ul,
	ol {
		padding: 0;
		list-style-position: inside;
	}

	ul ul,
	ol ol,
	ul ol,
	ol ul {
		margin-left: 20px;
	}

	dl {
		margin-bottom: 20px;
	}

	.last,
	.no-margin-bottom {
		margin-bottom: 0;
	}

	.hr {
		margin: 30px 0;
		border-top: 1px solid #000;
	}

	address {
		line-height: inherit;
	}

	blockquote {
		border-left: none;
		font: inherit;
		padding: 0;
	}

	blockquote footer {
		font-size: 14px;
	}
	


	blockquote footer:before,
	blockquote footer small:before {
		content: none;
	}

	label {
		font-weight: 300;
	}

	input,
	select,
	textarea {
		display: block;
		max-width: 100%;
		padding: 5px 10px !important;
		border: 2px solid #000;
		margin-bottom: 10px !important;
		background-color: transparent;
	}
	
	.subscribe input{
	    height:45px;
	}
	
	.subscribe input:hover,.subscribe input:focus{
	    border:2px solid #ffcc33;
	}

	select {
		width: 100%;
	}

	input[type="checkbox"]:focus,
	input[type="radio"]:focus {
		font-weight: 300;
		outline: none;
	}

	.checkbox label,
	.radio label {
		font-weight: 300;
	}

	textarea:focus,
	input[type="url"]:focus,
	input[type="tel"]:focus,
	input[type="date"]:focus,
	input[type="datetime"]:focus,
	input[type="datetime-local"]:focus,
	input[type="week"]:focus,
	input[type="month"]:focus,
	input[type="text"]:focus,
	input[type="color"]:focus,
	input[type="email"]:focus,
	input[type="image"]:focus,
	input[type="number"]:focus,
	input[type="search"]:focus,
	input[type="password"]:focus	{
		border-color: #ffcc33;
		box-shadow: none;
		outline: 0;
	}

	input[type="reset"],
	input[type="submit"],
	input[type="button"],
	input[type="reset"]:focus,
	input[type="submit"]:focus,
	input[type="button"]:focus {
		padding: 12px 30px 10px;
		border: 2px solid #22272c;
		background-color: transparent;
		color: #22272c;
		font-weight: 700;
		text-transform: uppercase;
		box-shadow: none;
		outline: 0;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.tp-caption.big-title {
    position: relative;
    left: -30px;
    }

	input[type="reset"]:hover,
	input[type="submit"]:hover,
	input[type="button"]:hover {
		border-color: #ffcc33;
		color: #ffcc33;
	}

/***********************************************************************************
 *	+ HEADLINE
 ***********************************************************************************/

	/* HEADLINE */
	.headline {
		margin-bottom: 30px;
		text-transform: uppercase;
	}

	.headline:after {
    display: block;
    width: 50px;
    border-bottom: 2px solid #22272c;
    content: "";
    position: relative;
    top: 15px;
}

	.headline.text-center:after {
		margin: 0 auto;
	}

	.headline.text-right:after {
		float: right;
	}

/***********************************************************************************
 *	+ TEXT PARALLAX
 ***********************************************************************************/

	.text-parallax {
		background: repeat top left;
	}

	.text-parallax-content {
		overflow: hidden;
		background: #fff;
		color: #3a3a3a;
		font-size: 86px;
		line-height: 86px;
		font-weight: 700;
		text-transform: uppercase;
		mix-blend-mode: lighten;
	}

	h1.text-parallax-content {
		font-size: 86px;
		line-height: 86px;
	}

	h2.text-parallax-content {
		font-size: 62px;
		line-height: 62px;
	}

	@media (max-width: 767px) {

		h1.text-parallax-content {
			font-size: 54px;
			line-height: 48px;
		}

		h2.text-parallax-content {
			font-size: 42px;
			line-height: 38px;
		}
		
		

	}

/***********************************************************************************
 *	+ TEXT BOXES
 ***********************************************************************************/

	.text-box {
		padding: 80px 30px;
		margin-bottom: 30px;
		background-color: #f2f2f2;
	}

	.text-box.rounded {
		border-radius: 20px;
	}

	.text-box.default-color {
		background-color: #ffcc33;
		color: #fff;
	}

	.text-box.default-color .text-default-color {
		color: #fff;
	}

	.text-box .headline {
		text-transform: none;
	}

	.text-box .headline h3 {
		line-height: 30px;
	}

	.text-box.default-color a,
	.text-box.default-color h1,
	.text-box.default-color h2,
	.text-box.default-color h3,
	.text-box.default-color h4,
	.text-box.default-color h5,
	.text-box.default-color h6 {
		color: inherit;
	}

	.text-box.default-color .btn,
	.text-box.default-color .btn:before,
	.text-box.default-color .btn:after {
		border-color: inherit;
	}

	.text-box.default-color .btn:hover,
	.text-box.default-color .btn:hover:before,
	.text-box.default-color .btn:hover:after {
		border-color: #22272c !important;
		color: #22272c !important;
	}

	.text-box.default-color .headline:after {
		border-color: inherit;
	}


	.text-box > *:last-child {
		margin-bottom: 0;
	}

/***********************************************************************************
 *	+ IMAGES GALLERY
 ***********************************************************************************/

	.images-gallery {
		margin-bottom: 20px;
		list-style: none;
	}

	.images-gallery li {
		float: left;
		width: 33.33333%;
	}

	.images-gallery:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}

/***********************************************************************************
 *	+ IMAGES BOXES
 ***********************************************************************************/

	/* IMAGE BOX */
	.image-box {
		position: relative;
		z-index: 1;
		padding: 30px;
		margin-bottom: 30px;
		background: no-repeat center center;
		color: #fff;
		-webkit-transform: translateZ(0);
			-ms-transform: translateZ(0);
				transform: translateZ(0);
	}

	.image-box a,
	.image-box h1,
	.image-box h2,
	.image-box h3,
	.image-box h4,
	.image-box h5,
	.image-box h6 {
		color: #fff;
	}

	.image-box a:hover {
		color: #ffcc33;
	}

	.image-box:before {
		position: absolute;
		z-index: -1;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: #22272c;
		opacity: 0.9;
		content: "";
	}

	.image-box .title {
		margin-bottom: 30px;
		color: #ffcc33;
	}

	.image-box .title:before {
		display: block;
		width: 30px;
		border-top: 2px solid #fff;
		margin-bottom: 10px;
		content: "";
	}

	.image-box .title h4 {
		margin-bottom: 0;
		text-transform: uppercase;
	}

	.image-box .title p {
		margin-bottom: 0;
	}

	.image-box > *:last-child {
		margin-bottom: 0;
	}


	/* IMAGE BOX 2 */
	.image-box-2 {
		padding: 0 35px 35px;
		margin-bottom: 50px;
		background-color: #fff;
		color: #7a7e82;
	}

	.image-box-2 .image-box-thumbnail {
		margin: 0 -35px 35px;
	}

	.image-box-2 h4 {
		margin-bottom: 0;
		font-weight: 700;
		text-transform: uppercase;
	}

	.image-box-2 h6 {
		margin-bottom: 35px;
		color: #ffcc33;
		font-weight: 500;
	}

	.image-box-2 .btn {
		margin-top: 20px;
	}

	@media (min-width: 768px) and (max-width: 991px) {

		.image-box-2 {
			padding: 0 20px 35px;
		}

		.image-box-2 .image-box-thumbnail {
			margin: 0 -20px 35px;
		}

	}

/***********************************************************************************
 *	+ IMAGES OVERLAP
 ***********************************************************************************/

	.image-overlap {
		position: relative;
		margin-bottom: 150px;
		text-align: right;
	}

	.image-overlap img + img {
		position: absolute;
		bottom: 0;
		left: 0;
		-webkit-transform: translateY(30%);
			-ms-transform: translateY(30%);
				transform: translateY(30%);
	}

	@media (min-width: 768px) and (max-width: 991px) {

		.image-overlap img + img {
			left: 20%;
		}

	}

	@media (max-width: 767px) {

		.image-overlap {
			margin-bottom: 100px;
		}

		.image-overlap img {
			max-width: 75%;
		}

	}
	
	.service .set {
    overflow: hidden;
    margin: 0 auto;
}

.service .set .item {
    float: left;
    position: relative;
    margin: 10px;
    width: 263px;
    height: 277px;
    list-style: none;
}

.service .set .item.col-2 .active {
    margin-left: -283px;
}
.service .set .item.col-3 .active {
    margin-left: -566px;
}

.service .set .item.col-4 .active {
    margin-left: -566px;
}
.service .set .item.col-4 .active {
    margin-left: -849px;
}
.service .set .part {
    position: absolute;
    width: 280px;
    height: 280px;
    border: 10px solid #ffcc33;
    background: #FFF;
    display: block;
    text-align: center;
    cursor: pointer;
    z-index: 80;
}
.service .set .part:hover, .service .set .part.active {
    border-color: #000;
    -moz-transition: width 300ms ease-in-out, margin 300ms ease-in-out;
    -webkit-transition: width 300ms ease-in-out, margin 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out, margin 300ms ease-in-out;
    transition: width 300ms ease-in-out, margin 300ms ease-in-out;
}

.tp-caption.big-text-rotate.line_2 {
    position: relative;
    top: -11px;
}

.tp-caption.big-text-rotate.line_4 {
    position: relative;
    top: 3px;
}

.part.active img {
    width: 260px !important;
    margin-left: -21px;
}

.service .set .part:hover .name, .service .set .part.active .name {
    color: #000;
}
.service .set .part.closest {
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.service .set .part.active {
    width: 1129px;
    cursor: default;
    z-index: 81;
}
.service .set .part.active .description, .service .set .part.active .activities, .service .set .part.active .close {
    opacity: 1;
}
.service .set .part .name {
    display: table-cell;
    width: 280px;
    height: 280px;
    color: #bed62f;
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'proxima_novabold', Arial, Tahoma, sans-serif;
    font-weight: 700;
    vertical-align: middle;
}

.part.active .lining {
    position: relative;
    left: -10px !important;
}

.service .set .part .name .lining {
    display: inline-block;
    padding: 0 10px;
    vertical-align: middle;
    position: relative;
    top: -59px;
    color: #000;
    left: 0;
}
.service .set .part .description, .service .set .part .activities, .service .set .part .close {
    opacity: 0;
    position: absolute;
    -moz-transition: opacity 1000ms ease-in-out;
    -webkit-transition: opacity 1000ms ease-in-out;
    -o-transition: opacity 1000ms ease-in-out;
    transition: opacity 1000ms ease-in-out;
}
.service .set .part .description {
    width: 280px;
    top: 0;
    left: 320px;
    text-align: left;
    color: #999;
}
.service .set .part .description a {
    text-decoration: none;
}
.service .set .part .description a:hover {
    color: #ffcc33;
    text-decoration: none;
}
.service .set .part .description p:first-child {
    margin-top: 0;
}
.service .set .part .description p:last-child, .service .set .part .description ul {
    margin-bottom: 0;
}
.service .set .part .activities {
    top: 0;
    left: 640px;
    width: 390px;
    text-align: left;
}

.description h4 {
    font-size: 24px;
    font-weight: bold;
    position: relative;
    top: -20px;
    font-family: 'Gotham Pro', sans-serif;
}

.service .set .part .activities h2, .service .set .part .activities h3 {
    margin: 0 0 15px;
    color: #231f20;
    font-size: 24px;
    text-align: left;
}
.service .set .part .activities p:last-child, .service .set .part .activities ul {
    margin-bottom: 0;
}
.service .set .part .activities ul:first-child {
    margin-top: 0;
}
.service .set .part .close {
    top: 17px;
    left: 1070px;
    width: 21px;
    height: 21px;
    cursor: pointer;
    color: #000;
}
.service .set .part .close:hover {
    background-position: -23px -49px;
}




/***********************************************************************************
 *	+ ALERTS
 ***********************************************************************************/

	.alert {
		padding: 15px 30px;
		border: none;
		border-radius: 0;
		color: #22272c;
		font-size: 16px;
		text-align: center;
	}

	.alert.alert-info {
		background-color: #f2f2f2;
	}

	.alert.alert-danger {
		background-color: #f4233c;
		color: #fff;
	}

	.alert.alert-success {
		background-color: #ffcc33;
		color: #fff;
	}

	.alert.alert-warning {
		background-color: #fddb01;
	}

	h1.error {
		font-size: 140px;
		line-height: 140px;
		font-weight: 500;
	}

	@media (min-width: 1200px) {

		h1.error {
			font-size: 180px;
			line-height: 180px;
		}

	}

	@media (max-width: 767px) {

		h1.error {
			font-size: 120px;
			line-height: 120px;
		}

	}

/***********************************************************************************
 *	+ LISTS
 ***********************************************************************************/

	/* DISK LIST */
	.disk-list {
		list-style: none;
		margin-bottom: 20px;
	}

	.disk-list li {
		margin-bottom: 10px;
		color: #ffcc33;
	}

	.disk-list li:last-child {
		margin-bottom: 0;
	}

	.disk-list li:before {
		content: "";
		position: relative;
		top: -2px;
		display: inline-block;
		width: 6px;
		height: 6px;
		margin-right: 15px;
		border: 2px solid #ffcc33;
		border-radius: 50%;
	}


	/* ARROW LIST */
	.arrow-list {
		list-style: none;
		margin-bottom: 20px;
	}

	.arrow-list li {
		margin-bottom: 10px;
		color: #22272c;
	}

	.arrow-list li:last-child {
		margin-bottom: 0;
	}

	.arrow-list li:before {
		position: relative;
		top: 1px;
		margin-right: 15px;
		font-family: "FontAwesome";
		font-size: 18px;
		content: "\f105";
	}

/***********************************************************************************
 *	+ DIVIDERS
 ***********************************************************************************/

	.hr {
		border-top: 1px solid #e3e3e3;
		margin: 30px 0;
	}

	.hr.default-color {
		border-top-color: #ffcc33;
	}

 /***********************************************************************************
 *	+ BUTTONS
 ***********************************************************************************/

	.btn {
		position: relative;
		padding: 12px 30px 10px;
		margin-right: 20px;
		margin-bottom: 20px;
		border: 2px solid;
		border-right: none;
		border-radius: 0;
		font-size: 13px;
		font-weight: 700;
		text-transform: uppercase;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.btn + .btn {
		margin-left: 20px;
	}

	.btn:before,
	.btn:after {
		position: absolute;
		right: -11px;
		display: block;
		height: 30px;
		border-left: 2px solid;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.btn:before {
		top: -5px;
		-webkit-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
				transform: rotate(-45deg);
	}

	.btn:after {
		bottom: -5px;
		-webkit-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
				transform: rotate(45deg);
	}

	.btn-xs {
		padding: 8px 20px 6px;
		font-size: 11px;
	}

	.btn-xs:before,
	.btn-xs:after {
		position: absolute;
		right: -9.5px;
		display: block;
		height: 24px;
	}

	.btn-lg {
		padding: 16px 35px 14px;
		font-size: 16px;
	}

	.btn-lg:before,
	.btn-lg:after {
		position: absolute;
		right: -14px;
		display: block;
		height: 39px;
	}

	.btn-lg:before {
		top: -7px;
	}

	.btn-lg:after {
		bottom: -7px;
	}

	.btn i {
		position: absolute;
		top: 50%;
		right: 10px;
		font-size: 19px;
		margin-top: -10px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.btn-xs i {
		right: 5px;
		margin-top: -8px;
		font-size: 15px;
	}

	.btn-lg i {
		right: 8px;
		margin-top: -13px;
		font-size: 24px;
	}

	.btn:hover i {
		right: 0px;
	}

	.btn,
	.btn:hover,
	.btn:focus,
	.btn:active,
	.btn:active:hover,
	.btn:active:focus {
		outline: 0 !important;
		box-shadow: none;
		background-color: transparent;
	}


	/* DEFAULT BUTTON */
	.btn-default {
		border-color: #ffcc33;
		color: #ffcc33;
	}

	.btn-default:before,
	.btn-default:after {
		border-color: #ffcc33;
	}

	.btn-default:hover {
		border-color: #ffcc33;;
		color: #ffcc33;
	}

	.btn-default:hover:before,
	.btn-default:hover:after {
		border-color: #22272c;
	}


	/* BUTTON BLACK */
	.btn-black {
		border-color: #22272c;
		color: #22272c;
	}

	.btn-black:before,
	.btn-black:after {
		border-color: #22272c;
	}

	.btn-black:hover {
		border-color: #ffcc33;
		color: #ffcc33;
	}

	.btn-black:hover:before,
	.btn-black:hover:after {
		border-color: #ffcc33;
	}

/***********************************************************************************
 *	+ ACCORDION
 ***********************************************************************************/

	.panel {
		box-shadow: none;
		background-color: transparent;
	}

	.panel-heading {
		border: none;
		border-radius: 0;
		background-color: transparent;
		padding: 0;
	}

	.panel-title a,
	.panel-title a:focus {
		position: relative;
		display: block;
		text-decoration: none;
		padding: 15px 50px 12px 30px;
		background-color: #f2f2f2;
		color: #22272c;
		font-weight: 500;
		text-transform: none;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.panel-title a:before {
		position: absolute;
		top: 12px;
		right: 0;
		font-family: "FontAwesome";
		content: "\f107";
		font-size: 20px;
		margin: 0 20px;
	}

	.panel-title a:hover,
	.panel-title a[aria-expanded="true"] {
		background-color: #ffcc33;;
		color: #000;
	}

	.panel-title a[aria-expanded="true"]:before {
		content: "\f106";
	}

	.panel-group .panel + .panel {
		margin-top: 5px;
	}

	.panel-group .panel-heading + .panel-collapse > .list-group,
	.panel-group .panel-heading + .panel-collapse > .panel-body {
		padding: 30px 45px 15px;
		border: none;
		border-right: 3px solid #ffcc33;
		margin-bottom: 20px;
	}

	.panel-body p:last-child {
		margin-bottom: 0;
	}

/***********************************************************************************
 *	+ TABS
 ***********************************************************************************/

	/* DEFAULT TABS */
	.nav-tabs {
    border-bottom: 5px solid #ffcc33;
		position: relative;
		top:-20px;
			}

	.nav-tabs > li {
		margin-bottom: 0;
	}

	.nav-tabs > li > a {
		padding: 15px 30px;
		border: none;
		border-radius: 0;
		background-color: #f2f2f2;
		color: #22272c;
		font-weight: 500;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.nav-tabs > li > a:hover,
	.nav-tabs > li > a:focus {
		border-color: transparent;
		background-color: transparent;
	}

	.nav-tabs > li > a:hover,
	.nav-tabs > li.active > a,
	.nav-tabs > li.active > a:hover,
	.nav-tabs > li.active > a:focus {
		border: none;
		background-color: #ffcc33;
		color: #000;
	}

	.nav-tabs>li>a>img {
    max-width: 100%
}

	.tab-content {
		padding: 60px 40px;
		border: 3px solid #ffcc33;;
		margin-bottom: 40px;
    position: relative;
    top: -1px;
	}

	.tab-content .tab-pane > *:last-child {
		margin-bottom: 0;
	}

	.tab-content:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}


	/* SQUARES TABS */
	.tabs.squares {
		margin: 0 -15px;
		text-align: center;
	}

	.tabs.squares .tab-content {
		padding-top: 100px;
		border: none;
	}
	
	.tp-loop-wrap {
    position: relative;
    left: 50px;
}

	.tabs.squares .nav-tabs > li {
		display: block;
		width: 16.666667%;
		padding: 0 15px;
	}

	.tabs.squares.items-6 .nav-tabs > li {
		width: 16.666667%;
	}

	.tabs.squares.items-5 .nav-tabs > li {
		width: 20%;
	}

	.tabs.squares.items-4 .nav-tabs > li {
		width: 25%;
	}

	.tabs.squares .nav-tabs > li > a {
		display: block;
		background-color: #ecf2f8;
		padding: 5px;
	}

	.tabs.squares .nav-tabs > li > a:hover,
	.tabs.squares .nav-tabs > li.active > a,
	.tabs.squares .nav-tabs > li.active > a:hover,
	.tabs.squares .nav-tabs > li.active > a:focus {
		background-color: #ffcc33;
		color: #000;
		padding: 5px;
	}

	@media (min-width: 768px) and (max-width: 991px) {

		.tabs.squares.items-6 .nav-tabs > li {
			width: 33.33333%;
			padding: 15px;
		}

	}

	@media (max-width: 767px) {

		.nav-tabs > li {
			float: none;
		}

		.tabs.squares .nav-tabs > li,
		.tabs.squares.items-4 .nav-tabs > li,
		.tabs.squares.items-5 .nav-tabs > li,
		.tabs.squares.items-6 .nav-tabs > li {
			width: 100%;
			padding: 5px 15px;
		}

		.tabs.squares .nav-tabs > li > a {
			padding: 50px 20px;
		}

	}

	span.tagss {
    position: absolute;
    top: 15px;
    text-transform: uppercase;
    left: 15px;
    background: #000;
    color: #fff;
    padding: 5px 15px;
    border-radius: 3px;
    font-size: 12px;
    font-style: normal;
    z-index: 99;
}

/***********************************************************************************
 *	+ GOOGLE MAPS
 ***********************************************************************************/

	.map {
		margin: 50px 0;
		height: 700px;
	}

	.map img {
		max-width: none;
	}

	@media (max-width: 767px) {

		.map {
			height: 400px !important;
		}

	}

/***********************************************************************************
 *	+ SOCIAL MEDIA
 ***********************************************************************************/

	.social-media {
		margin-bottom: 20px;
	}

	.social-media a {
		display: inline-block;
		margin-right: 10px;
		color: #7a7e82;
		font-size: 18px;
		line-height: 32px;
		text-decoration: none;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.social-media a:last-child {
		margin-right: 0;
	}

	.social-media a.facebook:hover { color: #0e59a0 !important; }
	.social-media a.twitter:hover { color: #0ea4ff !important; }
	.social-media a.dribbble:hover { color: #ea73a0 !important; }
	.social-media a.pinterest:hover { color: #d73532 !important; }
	.social-media a.google:hover { color: #da4835 !important; }
	.social-media a.tumblr:hover { color: #2a445f !important; }
	.social-media a.instagram:hover { color: #82685a !important; }
	.social-media a.rss:hover { color: #f79638 !important; }
	.social-media a.linkedin:hover { color: #018faf !important; }
	.social-media a.skype:hover { color: #00b0f6 !important; }
	.social-media a.flickr:hover { color: #0061db !important; }
	.social-media a.vimeo:hover { color: #4cb2d9 !important; }
	.social-media a.github:hover { color: #3b3b3b !important; }
	.social-media a.youtube:hover { color: #cc181e !important; }
	.social-media a.windows:hover { color: #6dc2e9 !important; }
	.social-media a.dropbox:hover { color: #007ee5 !important; }
	.social-media a.xing:hover { color: #026566 !important; }
	.social-media a.adn:hover { color: #1ea076 !important; }
	.social-media a.android:hover { color: #98cb02 !important; }
	.social-media a.apple:hover { color: #a6b1b7 !important; }
	.social-media a.behance:hover { color: #2d9ad2 !important; }
	.social-media a.bitbucket:hover { color: #214f81 !important; }
	.social-media a.bitcoin:hover { color: #f7931b !important; }
	.social-media a.codepan:hover { color: #000000 !important; }
	.social-media a.css3:hover { color: #3289ce !important; }
	.social-media a.delicious:hover { color: #3399fe !important; }
	.social-media a.deviantart:hover { color: #c8da30 !important; }
	.social-media a.digg:hover { color: #0080c2 !important; }
	.social-media a.drupal:hover { color: #0077b9 !important; }
	.social-media a.empire:hover { color: #000000 !important; }
	.social-media a.foursquare:hover { color: #daecb0 !important; }
	.social-media a.git:hover { color: #f34f29 !important; }
	.social-media a.gitti:hover { color: #634c3e !important; }
	.social-media a.hacker-news:hover { color: #f18642 !important; }
	.social-media a.html5:hover { color: #e54c1f !important; }
	.social-media a.joomla:hover { color: #016fb9 !important; }
	.social-media a.jsfiddle:hover { color: #4679a4 !important; }
	.social-media a.linux:hover { color: #fece0e !important; }
	.social-media a.maxcdn:hover { color: #f36f20 !important; }
	.social-media a.openid:hover { color: #fe6101 !important; }
	.social-media a.pagelines:hover { color: #3783e3 !important; }
	.social-media a.pied-piper:hover { color: #0c7b48 !important; }
	.social-media a.qq:hover { color: #23286c !important; }
	.social-media a.rebel:hover { color: #000000 !important; }
	.social-media a.reddit:hover { color: #cee3f8 !important; }
	.social-media a.renren:hover { color: #0d81e4 !important; }
	.social-media a.share:hover { color: #252525 !important; }
	.social-media a.slack:hover { color: #453744 !important; }
	.social-media a.soundcloud:hover { color: #fe4e00 !important; }
	.social-media a.spotify:hover { color: #80bb41 !important; }
	.social-media a.stack-exchange:hover { color: #265a93 !important; }
	.social-media a.stackoverflow:hover { color: #fea501 !important; }
	.social-media a.steam:hover { color: #191919 !important; }
	.social-media a.stumbleupon:hover { color: #f04f23 !important; }
	.social-media a.tencent-weibo:hover { color: #0063a7 !important; }
	.social-media a.trello:hover { color: #226784 !important; }
	.social-media a.vine:hover { color: #00b081 !important; }
	.social-media a.vk:hover { color: #50769d !important; }
	.social-media a.wechat:hover { color: #a4dc31 !important; }
	.social-media a.weibo:hover { color: #d82828 !important; }
	.social-media a.wordpress:hover { color: #454442 !important; }
	.social-media a.yahoo:hover { color: #4b04a8 !important; }
	.social-media a.ftpx:hover { color: #000000 !important; }
	.social-media a.amazon:hover { color: #ff9900 !important; }
	.social-media a.angellist:hover { color: #000000 !important; }
	.social-media a.btc:hover { color: #f7931b !important; }
	.social-media a.black-tie:hover { color: #000000 !important; }
	.social-media a.bluetooth:hover { color: #0a3d91 !important; }
	.social-media a.buysellads:hover { color: #ba0202 !important; }
	.social-media a.cc-amex:hover { color: #016dd2 !important; }
	.social-media a.cc-diners-club:hover { color: #0069aa !important; }
	.social-media a.cc-discover:hover { color: #f88737 !important; }
	.social-media a.cc-jcb:hover { color: #29166f !important; }
	.social-media a.cc-mastercard:hover { color: #fe9611 !important; }
	.social-media a.paypal:hover { color: #012069 !important; }
	.social-media a.cc-stripe:hover { color: #49b802 !important; }
	.social-media a.cc-visa:hover { color: #1b4da2 !important; }
	.social-media a.chrome:hover { color: #edcd16 !important; }
	.social-media a.codepen:hover { color: #1b1c1b !important; }
	.social-media a.codiepie:hover { color: #000000 !important; }
	.social-media a.connectdevelop:hover { color: #023cb0 !important; }
	.social-media a.contao:hover { color: #e4790f !important; }
	.social-media a.dashcube:hover { color: #000000 !important; }
	.social-media a.edge:hover { color: #2c74be !important; }
	.social-media a.expeditedssl:hover { color: #2e2e2e !important; }
	.social-media a.firefox:hover { color: #df731b !important; }
	.social-media a.fonticons:hover { color: #1d1e2a !important; }
	.social-media a.fort-awesome:hover { color: #000000 !important; }
	.social-media a.forumbee:hover { color: #85ac2f !important; }
	.social-media a.get-pocket:hover { color: #e84352 !important; }
	.social-media a.gg:hover { color: #fd0002 !important; }
	.social-media a.gratipay:hover { color: #653614 !important; }
	.social-media a.houzz:hover { color: #9bc545 !important; }
	.social-media a.internet-explorer:hover { color: #00bcf2 !important; }
	.social-media a.ioxhost:hover { color: #f6a814 !important; }
	.social-media a.lastfm:hover { color: #e2152b !important; }
	.social-media a.leanpub:hover { color: #231f20 !important; }
	.social-media a.meanpath:hover { color: #538dd6 !important; }
	.social-media a.medium:hover { color: #00ab6c !important; }
	.social-media a.mixcloud:hover { color: #040204 !important; }
	.social-media a.modx:hover { color: #8ed547 !important; }
	.social-media a.odnoklassniki:hover { color: #f68634 !important; }
	.social-media a.opencart:hover { color: #00c1f2 !important; }
	.social-media a.opera:hover { color: #e81617 !important; }
	.social-media a.optin-monster:hover { color: #8ed31e !important; }
	.social-media a.product-hunt:hover { color: #d6573d !important; }
	.social-media a.reddit:hover { color: #ff4500 !important; }
	.social-media a.safari:hover { color: #2973d9 !important; }
	.social-media a.scribd:hover { color: #382d29 !important; }
	.social-media a.sellsy:hover { color: #006ca2 !important; }
	.social-media a.shirtsinbulk:hover { color: #dd3a26 !important; }
	.social-media a.simplybuilt:hover { color: #322f34 !important; }
	.social-media a.skyatlas:hover { color: #01aebe !important; }
	.social-media a.slideshare:hover { color: #13999a !important; }
	.social-media a.stack-overflow:hover { color: #ef532a !important; }
	.social-media a.tripadvisor:hover { color: #1e892f !important; }
	.social-media a.twitch:hover { color: #6441a5 !important; }
	.social-media a.usb:hover { color: #000000 !important; }
	.social-media a.viacoin:hover { color: #2376a2 !important; }
	.social-media a.whatsapp:hover { color: #44c254 !important; }
	.social-media a.wikipedia:hover { color: #0c0c0c !important; }
	.social-media a.y-combinator:hover { color: #ff6501 !important; }
	.social-media a.yelp:hover { color: #bf311b !important; }
	.social-media a.email:hover { color: #689c49 !important; }

	.social-media.default-color a:hover { color: #ffcc33 !important; }

/***********************************************************************************
*	+ TIMELINE
***********************************************************************************/

	/* VERTICAL TIMELINE */
	.vertical-timeline {
		position: relative;
		padding-bottom: 75px;
		list-style: none;
	}

	.vertical-timeline:before {
		position: absolute;
		top: 0;
		left: 50%;
		display: block;
		height: 100%;
		border-left: 2px solid #b5cee4;
		margin-left: -1px;
		content: "";
	}

	.vertical-timeline li {
		margin-bottom: 20px;
	}

	.timeline-container > h4 {
		color: #ffcc33;
		font-weight: 500;
		text-transform: none;
		-webkit-transition: all 0.3s;
			transition: all 0.3s;
	}

	.left-side,
	.right-side {
		position: relative;
		float: left;
		width: 50%;
	}

	.left-side {
		padding-right: 30px;
	}

	.right-side {
		padding-left: 30px;
		margin-top: 75px;
	}

	.left-side:after,
	.right-side:after {
		position: absolute;
		top: 0;
		display: block;
		width: 12px;
		height: 12px;
		border-radius: 50%;
		background-color: #b5cee4;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.left-side:after {
		right: -6px;
	}

	.right-side:after {
		left: -6px;
	}

	.timeline-container {
		position: relative;
		padding: 60px 40px;
		background-color: #ecf2f8;
		color: #7a7e82;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.timeline-container > *:last-child {
		margin-bottom: 0;
	}

	.left-side .timeline-container:after {
		position: absolute;
		top: 0;
		right: -15px;
		width: 0;
		height: 0;
		border-top: 30px solid #ecf2f8;
		border-right: 15px solid transparent;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.text-uppercase {
    text-transform: uppercase;
    text-align: left;
}

	.right-side .timeline-container:after {
		position: absolute;
		top: 0;
		left: -15px;
		width: 0;
		height: 0;
		border-top: 30px solid #ecf2f8;
		border-left: 15px solid transparent;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.timeline-title {
		margin-bottom: 20px;
	}

	.timeline-title:after {
		display: block;
		width: 30px;
		border-top: 2px solid #22272c;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.timeline-title h3 {
		margin-bottom: 0;
		color: #ffcc33;
		line-height: 32px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.timeline-title h4 {
		color: #22272c;
	}

	.left-side:hover .timeline-container,
	.right-side:hover .timeline-container {
		background-color: #ffcc33;
		color: #fff;
	}

	.left-side:hover .timeline-container > h4,
	.right-side:hover .timeline-container > h4 {
		color: #fff;
	}

	.left-side:hover .timeline-container .timeline-title:after,
	.right-side:hover .timeline-container .timeline-title:after {
		border-top-color: #fff;
	}

	.left-side:hover .timeline-container .timeline-title h3,
	.right-side:hover .timeline-container .timeline-title h3 {
		color: #fff;
	}

	.left-side:hover .timeline-container:after,
	.right-side:hover .timeline-container:after {
		border-top-color: #ffcc33;
	}

	.left-side:hover:after,
	.right-side:hover:after {
		background-color: #ffcc33;
		-webkit-transform: scale(1.3);
			-ms-transform: scale(1.3);
				transform: scale(1.3);
	}

	.timeline-load-more i {
		display: block;
		color: #ffcc33;
		font-size: 22px;
		line-height: 14px;
	}

	.timeline-load-more a {
		display: inline-block;
		margin-top: 20px;
		font-weight: 500;
	}

	.timeline-load-more i:nth-child(1) {
		-webkit-animation: opacity1 1.2s linear infinite;
				animation: opacity1 1.2s linear infinite;
	}

	.timeline-load-more i:nth-child(2) {
		-webkit-animation: opacity2 1.2s linear 0.3s infinite;
				animation: opacity2 1.2s linear 0.3s infinite;
	}

	.timeline-load-more i:nth-child(3) {
		-webkit-animation: opacity3 1.2s linear 0.6s infinite;
				animation: opacity3 1.2s linear 0.6s infinite;
	}

	.timeline-load-more i:nth-child(4) {
		-webkit-animation: opacity4 1.2s linear 0.9s infinite;
				animation: opacity4 1.2s linear 0.9s infinite;

	}

	@-webkit-keyframes opacity1 {
		50% {
			opacity: 0.2;
		}
	}

	@keyframes opacity1 {
		50% {
			opacity: 0.2;
		}
	}

	@-webkit-keyframes opacity2 {
		50% {
			opacity: 0.4;
		}
	}

	@keyframes opacity2 {
		50% {
			opacity: 0.4;
		}
	}

	@-webkit-keyframes opacity3 {
		50% {
			oopacity: 0.6;
		}
	}

	@keyframes opacity3 {
		50% {
			opacity: 0.6;
		}
	}

	@-webkit-keyframes opacity4 {
		50% {
			opacity: 0.8;
		}
	}

	@keyframes opacity4 {
		50% {
			opacity: 0.8;
		}
	}

	.vertical-timeline li:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}


	/* HORIZONTAL TIMELINE */
	.horizontal-timeline {
		margin-bottom: 100px;
		text-align: center;
	}

	.horizontal-timeline h4 {
		margin-bottom: 0;
		color: #ffcc33;
	}

	.horizontal-timeline-controls {
		position: relative;
		margin: 50px 0;
		list-style: none;
		text-align: center;
	}

	.horizontal-timeline-controls:before {
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		width: 100%;
		border-top: 2px solid #ffcc33;
		content: "";
	}

	.horizontal-timeline-controls li {
		position: relative;
		z-index: 2;
		float: left;
		width: 16.6666667%;
		font-weight: 600;
	}

	.horizontal-timeline-controls li a {
		color: #22272c;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.horizontal-timeline-controls li a:hover,
	.horizontal-timeline-controls li a.active {
		color: #ffcc33;
		text-decoration: none;
	}

	.horizontal-timeline-controls li a:before {
		display: block;
		width: 16px;
		height: 16px;
		border: 2px solid #fff;
		border-radius: 50%;
		margin: 0 auto 20px;
		background-color: #ffcc33;
		content: "";
		-webkit-transform: translateY(-8px);
			-ms-transform: translateY(-8px);
				transform: translateY(-8px);
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.horizontal-timeline-controls li a:hover:before,
	.horizontal-timeline-controls li a.active:before {
		width: 54px;
		height: 54px;
		border-color: #ffcc33;
		margin-bottom: -18px;
		background-color: #fff;
		-webkit-transform: translateY(-27px);
			-ms-transform: translateY(-27px);
				transform: translateY(-27px);
	}

	.horizontal-timeline-controls:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}

	@media (max-width: 767px) {

		.horizontal-timeline-controls li a:hover:before,
		.horizontal-timeline-controls li a.active:before {
			width: 32px;
			height: 32px;
			margin-bottom: 4px;
			-webkit-transform: translateY(-15px);
				-ms-transform: translateY(-15px);
					transform: translateY(-15px);
		}

		.vertical-timeline::before {
			display: none;
		}

		.left-side,
		.right-side {
			float: none;
			width: 100%;
			padding: 0;
		}

		.right-side {
			margin-top: 20px;
		}

		.left-side:before,
		.left-side:after,
		.right-side:before,
		.right-side:after {
			display: none;
		}

		.left-side .timeline-container:after,
		.right-side .timeline-container:after {
			display: none;
		}

	}

/***********************************************************************************
 *	+ PIE CHARTS
 ***********************************************************************************/

	.pie-chart-container {
		margin-bottom: 50px;
		text-align: center;
	}

	.pie-chart {
		position: relative;
		margin-bottom: 10px;
	}

	.pie-chart canvas {
		max-width: 100%;
	}

	.pie-chart-percent {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}

	.pie-chart-percent h4 {
		margin-bottom: 0;
		color: #909396;
	}

	.pie-chart-details h4 {
		margin-bottom: 0;
		text-transform: uppercase;
	}

/***********************************************************************************
 *	+ PROGRESS BARS
 ***********************************************************************************/

	.progress {
		overflow: visible;
		height: 5px;
		border-radius: 0;
		margin-bottom: 15px;
		background-color: #e3e3e3;
		box-shadow: none;
	}

	.progress-bar {
		position: relative;
		background-color: #ffcc33;
	}

	.progress-bar span {
		position: absolute;
		top: -28px;
		right: 0;
		color: #22272c;
		font-weight: 500;
	}

	.progress-bar-title {
		margin-bottom: 5px;
		color: #22272c;
		font-weight: 500;
		text-transform: uppercase;
	}

/***********************************************************************************
 *	+ COUNTERS
 ***********************************************************************************/

	.counter {
		margin-bottom: 50px;
		text-align: center;
	}

	.counter i {
		display: block;
		margin-bottom: 15px;
		font-size: 36px;
		line-height: 36px;
	}

	.counter-value {
		margin-bottom: 15px;
		color: #22272c;
		font-size: 60px;
		line-height: 60px;
		font-weight: 600;
	}

	.counter-value:after {
		font-size: 50%;
		vertical-align: super;
		content: attr(data-symbol);
	}

	.counter-details {
		font-size: 18px;
		font-weight: 600;
		text-transform: uppercase;
	}

/***********************************************************************************
 *	+ COUNTDOWN
 ***********************************************************************************/

	.countdown {
		margin: 50px 0 100px;
		color: #242424;
	}

	.countdown > div {
		position: relative;
		float: left;
		width: 25%;
		font-family: "Montserrat", Arial, sans-serif;
		text-align: center;
	}

	.countdown > div:after {
		position: absolute;
		top: 40px;
		right: 0;
		color: #ffcc33;
		font-size: 36px;
		content: ":";
	}

	.countdown > div:last-child:after {
		display: none;
	}

	.countdown .counter {
		width: 115px;
		height: 115px;
		margin: 0 auto 30px;
		border: 3px solid #ffcc33;
		border-radius: 50%;
		color: #ffcc33;
		font-size: 36px;
		line-height: 108px;
		font-weight: 300;
	}

	.countdown > div > span {
		display: block;
		font-size: 14px;
		text-transform: uppercase;
	}

	.countdown:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}

	@media (max-width: 767px) {

		.countdown > div {
			width: 100%;
			margin-bottom: 50px;
		}

		.countdown > div:last-child {
			margin-bottom: 0;
		}

		.countdown > div:after {
			display: none;
		}

		.countdown .counter {
			margin-bottom: 20px;
		}

	}

/***********************************************************************************
 *	+ PRICE PLAN
 ***********************************************************************************/

	.price-plan {
		position: relative;
		padding-bottom: 30px;
		margin-bottom: 20px;
		text-align: center;
		border: 2px solid #e3e3e3;
		-webkit-transform: translateZ(0);
			-ms-transform: translateZ(0);
				transform: translateZ(0);
	}

	.price-plan:before,
	.price-plan:after {
		position: absolute;
		z-index: -1;
		top: -2px;
		right: -2px;
		bottom: -2px;
		left: -2px;
		content: "";
		-webkit-transition: all 0.5s;
				transition: all 0.5s;
	}

	.price-plan:before {
		border-right: 2px solid #ffcc33;
		border-left: 2px solid #ffcc33;
		-webkit-transform: scaleY(0);
			-ms-transform: scaleY(0);
				transform: scaleY(0);
		-webkit-transform-origin: 100% 0;
			-ms-transform-origin: 100% 0;
				transform-origin: 100% 0;
	}

	.price-plan:after {
		border-top: 2px solid #ffcc33;
		border-bottom: 2px solid #ffcc33;
		-webkit-transform: scaleX(0);
			-ms-transform: scaleX(0);
				transform: scaleX(0);
		-webkit-transform-origin: 0 100%;
			-ms-transform-origin: 0 100%;
				transform-origin: 0 100%;
	}

	.price-plan-header {
		padding: 45px 0;
		margin: -2px -2px 60px;
		background-color: #ffcc33;
		color: #fff;
	}

	.price-plan-header h1,
	.price-plan-header h3 {
		margin-bottom: 0;
		color: #fff;
	}

	.price-plan-header h1 {
		margin-top: 35px;
		font-size: 72px;
		font-weight: 500;
		text-transform: none;
	}

	.price-plan-header h1 sup {
		font-size: 48px;
		font-weight: 300;
	}

	.price-plan-header h1 sub {
		font-size: 18px;
		font-weight: 300;
	}

	.price-plan ul {
		margin-bottom: 50px;
		font-weight: 500;
		list-style: none;
	}

	.price-plan ul li {
		margin-bottom: 10px;
	}

	.price-plan ul li:last-child {
		margin-bottom: 0;
	}

	.price-plan:hover:before {
		-webkit-transform: scaleY(1);
			-ms-transform: scaleY(1);
				transform: scaleY(1);
	}

	.price-plan:hover:after {
		-webkit-transform: scaleX(1);
			-ms-transform: scaleX(1);
				transform: scaleX(1);
	}

/***********************************************************************************
 *	+ TESTIMONIALS
 ***********************************************************************************/

	.testimonial {
		position: relative;
		padding: 100px 0 100px 275px;
		border-left: 3px solid #ffcc33;
		margin-bottom: 20px;
	}

	.testimonial:before,
	.testimonial:after {
		position: absolute;
		left: 0;
		width: 320px;
		height: 55px;
		border-right: 3px solid #ffcc33;
		content: ""
	}

	.testimonial:before {
		top: 0;
		border-top: 3px solid #ffcc33;
	}

	.testimonial:after {
		bottom: 0;
		border-bottom: 3px solid #ffcc33;
	}

	.testimonial img {
		position: absolute;
		top: 100px;
		left: 100px;
	}

	.testimonial blockquote {
		position: relative;
		padding: 0;
		border: none;
		margin-bottom: 25px;
		font-size: 14px;
	}

	.testimonial blockquote:before {
		position: absolute;
		top: -40px;
		left: 0;
		font-size: 72px;
		content: "\201c";
	}

	.testimonial h4 {
		margin-bottom: 0;
		line-height: 24px;
		text-transform: uppercase;
	}

	.testimonial h6 {
		color: #ffcc33;
		font-weight: 500;
		text-transform: none;
	}

	@media (min-width: 768px) and (max-width: 991px) {

		.testimonial {
			padding: 80px 0 80px 200px;
		}

		.testimonial img {
			top: 85px;
			left: 50px;
		}

	}

	@media (max-width: 767px) {

		.testimonial {
			padding: 0;
			border-left: none;
		}

		.testimonial img {
			position: relative;
			top: 0;
			left: 0;
			display: block;
			margin-bottom: 20px;
		}

		.testimonial:before,
		.testimonial:after {
			display: none;
		}

		.testimonial blockquote:before {
			display: none;
		}

	}

/***********************************************************************************
 *	+ ISOTOPE
 ***********************************************************************************/

	.isotope {
		border-bottom:1px solid #fff;
	}

	.isotope.gutter {
		margin: -15px -15px 50px;
	}

	.isotope .isotope-item {
		float: left;
		width: 25%;
	}

	.isotope.gutter .isotope-item {
		padding: 15px;
	}

	.isotope.col-2 .isotope-item {
		width: 50%;
	}

	.isotope.col-3 .isotope-item {
		width: 33.333333%;
	}

	.isotope.col-4 .isotope-item {
		width: 25%;
	}

	.isotope .isotope-item.item-width-1 {
		width: 33.33333%;
	}

	.isotope .isotope-item.item-width-2 {
		width: 66.66667%;
	}

	.isotope .portfolio-item {
		margin-bottom: 0;
	}

	.isotope:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}

	@media (min-width: 1200px) {

		.isotope .isotope-item.item-width-1 {
			width: 25%;
		}

		.isotope .isotope-item.item-width-2 {
			width: 50%;
		}

	}

	@media (min-width: 768px) and (max-width: 991px) {

		.isotope .isotope-item,
		.isotope.col-4 .isotope-item {
			width: 33.33333%;
		}

		.isotope .isotope-item.item-width-1 {
			width: 50%;
		}

		.isotope .isotope-item.item-width-2 {
			width: 100%;
		}

	}

	@media (max-width: 767px) {

		.isotope .isotope-item,
		.isotope.col-2 .isotope-item,
		.isotope.col-3 .isotope-item,
		.isotope.col-4 .isotope-item {
			width: 100%;
		}

		.isotope .isotope-item.item-width-1,
		.isotope .isotope-item.item-width-2 {
			width: 100%;
		}

	}

	@media (min-width: 480px) and (max-width: 767px) {

		.isotope .isotope-item,
		.isotope.col-3 .isotope-item,
		.isotope.col-4 .isotope-item {
			float: left;
			width: 50%;
		}

	}

/***********************************************************************************
 *	+ FILTER
 ***********************************************************************************/

	.filter {
		margin-bottom: 75px;
		list-style: none;
	}

	.filter li {
		display: inline-block;
		margin-right: 30px;
		font-weight: 600;
		text-transform: uppercase;
	}

	.filter li:last-child {
		margin-right: 0;
	}

	.filter li a {
		color: #22272c;
		text-decoration: none;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
		    font-family: 'Gotham Pro', sans-serif;
	}

	.filter li a:hover,
	.filter li a.active {
		color: #ffcc33;
		font-family: 'Gotham Pro', sans-serif;
	}

	@media (max-width: 767px) {

		.filter li {
			display: block;
			margin-right: 0;
			margin-bottom: 10px;
		}

		.filter li:last-child {
			margin-bottom: 0;
		}

	}

/***********************************************************************************
 *	+ PAGINATION
 ***********************************************************************************/

	.pagination {
		display: block;
		margin-top: 0;
		margin-bottom: 50px;
	}

	.pagination li {
		display: inline-block;
	}

	.pagination li a {
		display: block;
		width: 36px;
		height: 36px;
		line-height: 36px;
		font-weight: 500;
		padding: 0;
		text-align: center;
		border-radius: 0;
		border: none;
		background-color: transparent;
		color: #22272c;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.pagination li.arrow a {
		border: 2px solid #22272c;
		font-size: 24px;
		line-height: 32px;
	}

	.pagination li.arrow:first-child {
		margin-right: 30px;
	}

	.pagination li.arrow:last-child {
		margin-left: 30px;
	}

	.pagination > li:last-child > a,
	.pagination > li:first-child > a,
	.pagination > li:last-child > span
	.pagination > li:first-child > span {
		border-radius: 0;
	}

	.pagination li a:hover,
	.pagination li.active a,
	.pagination li.active a:hover {
		background-color: transparent;
		color: #ffcc33;
	}

	.pagination li.arrow a:hover {
		border-color: #ffcc33;
	}

/***********************************************************************************
 *	+ FULL SECTIONS
 ***********************************************************************************/

	.full-section {
		position: relative;
		z-index: 1;
		margin-bottom: 100px;
		padding: 70px 0;
		background: no-repeat center center;
	}

	.full-section-overlay-color {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: #22272c;
		opacity: 0.75;
	}

	.full-section-container {
		position: relative;
		z-index: 3;
	}

	.parallax {
		background-attachment: fixed !important;
		-webkit-background-size: cover !important;
				background-size: cover !important;
	}

	.full-section.dark-section {
		background-color: #000;
		color: #fff;
	}

	.full-section.dark-section a,
	.full-section.dark-section h1,
	.full-section.dark-section h2,
	.full-section.dark-section h3,
	.full-section.dark-section h4,
	.full-section.dark-section h5,
	.full-section.dark-section h6,
	.full-section.dark-section .big-icon {
		color: inherit;
	}

	.full-section.dark-section a:hover {
		color: #ffcc33;
	}

	.full-section.dark-section .headline:after {
		border-color: inherit;
	}

	.full-section.dark-section .arrow-list li {
		color: inherit;
	}

	.full-section .text-box {
		background-color: #fff;
	}

	.full-section.dark-section .image-box-2 h1,
	.full-section.dark-section .image-box-2 h2,
	.full-section.dark-section .image-box-2 h3,
	.full-section.dark-section .image-box-2 h4,
	.full-section.dark-section .image-box-2 h5 {
		color: #22272c;
	}

	.full-section.dark-section .image-box-2 h6 {
		color: #ffcc33;
	}

	.full-section.dark-section .image-box-2 .btn,
	.full-section.dark-section .image-box-2 .btn:before,
	.full-section.dark-section .image-box-2 .btn:after {
		border-color: #ffcc33;
		color: #ffcc33;
	}

	.full-section.dark-section .image-box-2 .btn:hover,
	.full-section.dark-section .image-box-2 .btn:hover:before,
	.full-section.dark-section .image-box-2 .btn:hover:after {
		border-color: #22272c;
		color: #22272c;
	}

	.full-section.dark-section .btn {
		border-color: #fff;
		color: #fff;
	}

	.full-section.dark-section .btn:before,
	.full-section.dark-section .btn:after {
		border-color: #fff;
	}

	.full-section.dark-section .btn:hover {
		border-color: #ffcc33;
		color: #ffcc33;
	}

	.full-section.dark-section .btn:hover:before,
	.full-section.dark-section .btn:hover:after {
		border-color: #ffcc33;
	}

	.full-section.dark-section .panel-title a,
	.full-section.dark-section .panel-title a:focus {
		color: #22272c;
	}

	.full-section.dark-section .panel-title a:hover,
	.full-section.dark-section .panel-title a[aria-expanded="true"] {
		color: #fff;
	}

	.full-section.dark-section .nav-tabs > li > a {
		color: #22272c;
	}

	.full-section.dark-section .nav-tabs > li > a:hover,
	.full-section.dark-section .nav-tabs > li.active > a,
	.full-section.dark-section .nav-tabs > li.active > a:hover,
	.full-section.dark-section .nav-tabs > li.active > a:focus {
		color: #fff;
	}

	.full-section.dark-section .counter-value {
		color: inherit;
	}

	.full-section.dark-section .progress-bar span,
	.full-section.dark-section .progress-bar-title {
		color: inherit;
	}

	.full-section.dark-section .testimonial,
	.full-section.dark-section .testimonial:before,
	.full-section.dark-section .testimonial:after  {
		border-color: inherit;
	}

	.full-section.dark-section .pagination li.arrow a {
		border-color: inherit;
	}

	.full-section.dark-section .pagination li.arrow a:hover {
		border-color: #ffcc33;
	}

	.full-section.dark-section .about-me-details {
		color: #22272c;
	}

	.full-section.dark-section .service-box.style-2 > i,
	.full-section.dark-section .service-box.style-3 a,
	.full-section.dark-section .service-box.style-4 > i {
		color: inherit;
	}

	.full-section.dark-section .service-box.style-2:hover > i,
	.full-section.dark-section .service-box.style-3 a:hover,
	.full-section.dark-section .service-box.style-4:hover > i {
		color: #ffcc33;
	}

	.full-section.dark-section .portfolio-item-hover a:hover {
		color: #22272c;
	}

	.full-section.dark-section .portfolio-item-details h4:after {
		border-bottom-color: inherit;
	}

	.full-section.dark-section .blog-article-details .author:after {
		border-bottom-color: inherit;
	}

	.full-section.dark-section .blog-article-details .author a:hover {
		color: inherit;
	}

	.full-section.dark-section .blog-article-author {
		color: #22272c;
	}

	.full-section.dark-section .widget-calendar table th,
	.full-section.dark-section .widget-calendar table td,
	.full-section.dark-section .widget-calendar table caption,
	.full-section.dark-section .widget-recent-posts ul li .post-title {
		color: inherit;
	}

	.full-section.dark-section .widget-recent-posts ul li .post-title:hover {
		color: #ffcc33;
	}

	.full-section.dark-section .widget-tags a,
	.full-section.dark-section .widget-pages ul li a:before,
	.full-section.dark-section .widget-metadata ul li a:before,
	.full-section.dark-section .widget-archives ul li a:before,
	.full-section.dark-section .widget-categories ul li a:before {
		border-color: inherit;
	}

	.full-section.dark-section .widget-tags a:hover {
		border-color: #ffcc33;
	}

	.full-section.dark-section .widget-search input[type="submit"] {
		background-image: url(../images/search-white.png);
	}

	.full-section.dark-section .widget-newsletter input[type="submit"] {
		color: inherit;
	}

	.full-section.dark-section .widget-text .author {
		color: #22272c;
	}


	/* BACKROUNDS AND STYLE FOR FULL SECTIONS */
	#section-1 {
		padding: 120px 0 100px;
		margin-bottom: 0;
		background-color: #ecf2f8;
	}

	#section-1:before {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 50%;
		background: url(../../dtls/images/backgrounds/bg-4.jpg) no-repeat bottom left;
		-webkit-background-size: cover;
				background-size: cover;
		content: "";
	}

	.half-dark {
		color: #fff;
	}

	.half-dark a,
	.half-dark h1,
	.half-dark h2,
	.half-dark h3,
	.half-dark h4,
	.half-dark h5,
	.half-dark h6 {
		color: inherit;
	}

	.half-dark .headline:after {
		border-color: inherit;
	}

	.half-dark .btn {
		border-color: inherit;
	}

	.half-dark .btn:before,
	.half-dark .btn:after {
		border-color: inherit;
	}

	.half-dark .btn:hover,
	.half-dark .btn:hover:before,
	.half-dark .btn:hover:after {
		border-color: #ffcc33;
	}

	#section-2 {
		padding: 70px 0 0px;
		background-color: #ffcc33;
		margin-bottom:0;
	}

	#section-2 .testimonial h6 {
		color: #22272c;
	}

	#section-3 {
		padding:70px 0 0;
	}

	#section-4 {
		padding: 70px 0 80px;
	}

	#section-4:after {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: 50%;
		border-left: 10px solid #fff;
		background: url(../../images/backgrounds/bg-2.jpg) no-repeat center center;
		-webkit-background-size: cover;
				background-size: cover;
		content: "";
	}

	#section-5 {
		padding: 70px 0 80px;
		margin-top: 50px;
		margin-bottom: 0;
		background-color: #ecf2f8;
	}

	#section-5:before {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 50%;
		background: url(../../images/backgrounds/bg-3.jpg) no-repeat bottom right;
		-webkit-background-size: cover;
				background-size: cover;
		content: "";
	}

	#section-6 {
		padding: 70px 0 50px;
		margin-top: 80px;
		margin-bottom: 0;
		background-color: #f0f8fc;
		color: #22272c;
	}

	#section-7 {
		padding: 70px 0;
		background-color: #ecf2f8;
	}

	#section-7 h2 {
		margin-bottom: 0;
		font-weight: 300;
		text-transform: none;
	}
	#section-7 h2 span {
		color: #ffcc33;
		font-weight: 500;
		text-transform: uppercase;
	}

	#section-8 {
		background-color: #ffcc33;
	}

	#section-9 {
		padding: 70px 0 30px;
		margin-top: 50px;
		margin-bottom: 0;
		background-color: #ffcc33;
	}

	#section-9 .btn {
		margin-top: 20px;
	}

	#section-9 .btn:hover,
	#section-9 .btn:hover:after,
	#section-9 .btn:hover:before {
		border-color: #22272c;
		color: #22272c;
	}

	#section-10 {
		padding: 200px 0 150px;
	}

	#section-10:before {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 55%;
		background: url(../../images/backgrounds/bg-4.jpg) no-repeat bottom right;
		-webkit-background-size: cover;
				background-size: cover;
		content: "";
	}

	#section-11 {
		padding: 100px 0;
		margin-bottom: 0;
		background-color: #000;
	}

	#section-11 .text-parallax-content {
		background: #000;
		color: #fff;
		text-transform: none;
		mix-blend-mode: darken;
	}

	#section-12 {
		padding-top: 150px;
		margin-bottom: 0;
		background: url(../../images/backgrounds/bg-5.jpg) no-repeat center bottom;
	}

	#section-13 {
		padding: 100px 0 50px;
		margin-bottom: 0;
		background-color: #ffcc33;
		color: #000;
	}

	#section-13 .service-box.style-2 a:hover,
	#section-13 .service-box.style-2:hover i,
	#section-13 .service-box.style-2:hover h4{
		color: #22272c;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	#section-14 {
		padding-top: 100px;
	}

	#section-14 .images-gallery {
		margin-top: -100px;
		margin-right: -15px;
	}

	#section-15 {
		padding: 70px 0 50px;
		margin-top: 0px;
		margin-bottom: 0;
		background-color: #22272c;
	}

	#section-15 .btn {
		margin-top: 15px;
	}

	#section-15 .counter {
		margin-bottom: 0;
		color: #ffcc33;
		text-align: right;
	}

	#section-15 .counter-value {
		font-size: 90px;
	}

	#section-16 {
		padding: 70px 0 40px;
		background-color: #ffcc33;
		margin-bottom:0;
	}

	#section-17 {
		padding: 50px 0 30px;
		margin-top: 50px;
		margin-bottom: -50px;
		background-color: #ffcc33;
	}

	#section-17 .btn {
		margin-top: 20px;
	}

	#section-17 .btn:hover,
	#section-17 .btn:hover:after,
	#section-17 .btn:hover:before {
		border-color: #22272c;
		color: #22272c;
	}

	#section-18 {
		padding: 100px 0 80px;
		margin-top: 80px;
		margin-bottom: 0;
		background-color: #f2f2f2;
	}

	#section-18 .text-parallax-content {
		background: #f2f2f2;
	}
	

	#section-19 {
		padding: 70px 0;
		margin-top: 50px;
		margin-bottom: 0;
		background-image: url(../../images/backgrounds/bg-6.jpg);
	}

	#section-20 {
		padding: 50px 0;
		background-color: #ffcc33;
	}

	#section-20 h2 {
		margin-bottom: 0;
		font-weight: 300;
	}

	#section-20 h2 span {
		color: #22272c;
		font-weight: 500;
		text-transform: uppercase;
	}

	#section-21 {
		padding: 80px 0 60px;
		margin-bottom: -50px;
		background-color: #f6f8fa;
	}

	#section-22 {
		padding: 100px 0 80px;
		margin-top: 50px;
		background-color: #000;
	}

	#section-22 .text-parallax-content {
		background: #000;
		color: #fff;
		text-transform: none;
		mix-blend-mode: darken;
	}

	#section-23 {
		padding: 100px 0 80px;
		margin-top: 80px;
		margin-bottom: 0;
		background-image: url(../../images/backgrounds/bg-7.jpg);
	}

	#section-23 .text-parallax-content {
		background: #ececec;
	}

	#section-24 {
		padding-top: 100px;
		padding-bottom: 50px;
		margin-top: 50px;
		margin-bottom: -50px;
		background-color: #f2f2f2;
	}

	#section-24 img {
		display: inline-block;
		-webkit-transform: translateY(78px);
			-ms-transform: translateY(78px);
				transform: translateY(78px);
	}

	#section-25 {
		padding: 100px 0 50px;
		margin-top: 80px;
		margin-bottom: 0;
		background-image: url(../../images/backgrounds/bg-8.jpg);
	}

	#section-26 {
		padding: 100px 0 80px;
		background-color: #f2f2f2;
	}

	#section-26 .text-parallax-content {
		background: #f2f2f2;
	}

	#section-27 {
		padding: 0px 0 0px;
		margin-top: 80px;
		background-color: #ffcc33;
		margin-bottom: 0px;
	}

	#section-28 {
		padding: 100px 0 50px;
		margin-bottom: -50px;
		background-color: #f2f2f2;
	}

	#section-28 .container-fluid {
		padding: 0;
	}

	#section-28 .map {
		margin: -100px 0 -50px;
	}

	#section-29 {
		padding: 0;
		margin-top: 200px;
		background-color: #f2f2f2;
	}

	#section-29 img {
		margin-top: -60px;
	}

	#section-29 i {
		display: block;
		margin-bottom: -40px;
		color: #22272c;
		font-size: 82px;
		line-height: 82px;
	}

	#section-30 {
		padding-top: 100px;
		padding-bottom: 0;
		margin-bottom: -50px;
		background-image: url(../../images/backgrounds/bg-9.jpg);
	}

	#section-30:before,
	#section-30:after {
		position: absolute;
		left: 0;
		width: 100%;
		height: 50%;
		content: "";
	}

	#section-30:before {
		top: 0;
		background-color: #1e5b83;
		opacity: 0.7;
	}

	#section-30:after {
		bottom: 0;
		background-color: #090909;
		opacity: 0.8;
	}

	#section-31 {
		padding: 100px 0 80px;
		margin-top: 80px;
		margin-bottom: -50px;
		background-image: url(../../images/backgrounds/bg-8.jpg);
	}

	@media (min-width: 1400px) {

		#section-14 {
			padding-top: 200px;
		}

		#section-14 .images-gallery {
			margin-top: -200px;
		}

	}

	@media (min-width: 1200px) {

		#section-24 {
			padding-bottom: 0;
		}

		#section-24 img {
			-webkit-transform: translateY(0);
				-ms-transform: translateY(0);
					transform: translateY(0);
		}

	}

	@media (min-width: 768px) and (max-width: 991px) {

		#section-1 {
			margin-top: 80px;
		}

		#section-1 .half-dark {
			color: #22272c;
		}

		#section-1:before {
			display: none;
		}

		#section-4 {
			padding-bottom: 0;
		}

		#section-4:after {
			display: none;
		}

		#section-5:before {
			display: none;
		}

		#section-10 {
			padding: 100px 0 50px;
		}

		#section-10:before {
			display: none;
		}

		#section-14 .images-gallery {
			margin-top: 50px;
			margin-right: 0;
		}

		#section-24 img {
			-webkit-transform: translateY(0);
				-ms-transform: translateY(0);
					transform: translateY(0);
		}

	}

	@media (max-width: 767px) {

		#section-1 {
			margin-top: 80px;
		}

		#section-1 .half-dark {
			color: #22272c;
		}

		#section-1:before {
			display: none;
		}

		#section-4 {
			padding-bottom: 0;
		}

		#section-4:after {
			display: none;
		}

		#section-5:before {
			display: none;
		}

		#section-10 {
			padding: 100px 0 50px;
		}

		#section-10:before {
			display: none;
		}

		#section-14 .images-gallery {
			margin-top: 50px;
			margin-right: 0;
		}

		#section-15 .counter {
			margin-bottom: 30px;
			text-align: left;
		}

		#section-24 img {
			-webkit-transform: translateY(0);
				-ms-transform: translateY(0);
					transform: translateY(0);
		}

		#section-27 {
			padding-bottom: 80px;
		}

		#section-28 .container-fluid {
			padding: 0 20px;
		}

		#section-28 .map {
			height: 400px;
			margin: -100px -20px 50px;
		}

		#section-30:before {
			height: 100%;
		}

		#section-30:after {
			display: none;
		}

	}

/***********************************************************************************
 *	+ VIDEO PLAYER
 ***********************************************************************************/

	#local-video-section,
	#youtube-video-section,
	#youtube-video-section-2 {
		position: absolute;
		overflow: hidden;
		z-index: 1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	#video-section {
		padding: 0;
		height: 635px;
	}

	.youtube-player {
		display: none;
	}

	#video-section .full-section-container {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		z-index: 2;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}


	#local-video-section video {
		width: 100%;
	}

/***********************************************************************************
 *	+ SCROLL UP
 ***********************************************************************************/

	#scroll-up {
		position: fixed;
		z-index: 8000;
		display: none;
		right: 50px;
		bottom: 50px;
		width: 42px;
		height: 42px;
		background-color: #ecf2f8;
		font-size: 30px;
		line-height: 42px;
		text-align: center;
		text-decoration: none;
		cursor: pointer;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	#scroll-up:hover {
		background-color: #000;
		color: #fff;
	}

	@media (max-width: 767px) {

		#scroll-up {
			right: 20px;
			bottom: 20px;
		}

	}

/***********************************************************************************
 *	+ SLIDERS
 ***********************************************************************************/

	/* REVOLUTION SLIDER */
	.rev_slider_wrapper {
		height: 600px!important;
		overflow:hidden;
	}
	
	.rev_slider_wrapper .rev_slider{
	    height: 600px!important;
	}

	.rev_slider_wrapper ul,
	.rev_slider_wrapper ul li {
		overflow: visible !important;
	}


	/* ARROWS */
	.tp-leftarrow.custom,
	.tp-rightarrow.custom {
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.tp-leftarrow.custom:hover,
	.tp-rightarrow.custom:hover {
		background-color: #ffcc33;
	}

	.tp-leftarrow.custom:before {
		content: none;
	}

	.tp-rightarrow.custom:before {
		content: none;
	}


	/* BULLETS */
	.tp-bullets.custom .tp-bullet {
		width: 5px;
		height: 5px;
		border-radius: 50%;
		border: 2px solid #3a3a3a;
		background-color: transparent;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.tp-bullets.custom .tp-bullet:hover,
	.tp-bullets.custom .tp-bullet.selected {
		border-color: #f2f2f2;
	}


	/* TYPOGRAPHY */
	.tp-caption.text {
		color: #7a7e82;
		font-size: 14px;
	}

	.tp-caption.big-text {
		color: #22272c;
		font-size: 18px;
		font-weight: 500;
	}

	.tp-caption.big-text-rotate {
		color: #22272c;
		font-size: 14px;
		font-weight: 500;
		-webkit-transform: rotate(-90deg) !important;
			-ms-transform: rotate(-90deg) !important;
				transform: rotate(-90deg) !important;
	}

	.tp-caption.title {
		color: #ffcc33;
		font-size: 60px;
		line-height: 54px;
		font-weight: 700;
		text-transform: uppercase;
	}

	.tp-caption.big-title {
		color: #22272c;
		font-size: 50px;
		line-height: 50px;
		font-weight: 700;
		text-transform: uppercase;
		font-family: 'Gotham Pro', sans-serif;
	}

	.tp-caption .text-parallax-content {
		background: #ebf1f7;
		font-size: 48px;
		line-height: 48px;
	}


	/* OWL CAROUSEL */
	.owl-carousel {
		margin-bottom: 50px;
	}

	.owl-carousel:hover {
		cursor: -webkit-grab;
		cursor: 		grab;
	}

	.owl-carousel .grabbing {
		cursor: -webkit-grabbing;
		cursor: 		grabbing;
	}

	.owl-pagination {
		position: absolute;
		bottom: -40px;
		left: 0;
		width: 100%;
		text-align: center;
	}

	.owl-page {
		display: inline-block;
		width: 8px;
		height: 8px;
		border: 2px solid #22272c;
		border-radius: 50%;
		margin-right: 5px;
	}

	.owl-page:hover,
	.owl-page.active {
		border-color: #ffcc33;
	}

	.owl-page:last-child {
		margin-right: 0;
	}

	.owl-prev,
	.owl-next {
		position: absolute;
		top: 50%;
		width: 32px;
		height: 32px;
		text-align: center;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.owl-prev {
		left: -50px;
	}

	.owl-next {
		right: -50px;
	}

	.owl-prev:before,
	.owl-next:before {
		font-family: "FontAwesome";
		font-size: 24px;
	}

	.owl-prev:before {
		content: "\f104";
	}

	.owl-next:before {
		content: "\f105";
	}

	.owl-prev:hover,
	.owl-next:hover {
		opacity: 0.5;
	}

	/* TESTIMONIALS SLIDER */
	.testimonials-slider:hover {
		cursor: default;
	}

	.testimonials-slider-navigation {
		position: absolute;
		z-index: 555;
		bottom: 65px;
		right: 0;
	}

	.testimonials-slider-navigation:after {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -2px;
		content: "|";
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}

	.testimonials-slider-navigation span {
		padding: 0 15px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.testimonials-slider-navigation span:hover {
		cursor: pointer;
		color: #22272c;
	}

	.testimonials-slider-navigation span i {
		font-size: 24px;
	}


	/* PROJECTS SLIDER */
	.projects-slider:hover {
		cursor: default;
	}

	.projects-slider h4 {
		margin-top: 150px;
	}

	.projects-slider-navigation {
		position: absolute;
		z-index: 555;
		bottom: 70px;
		right: 0;
	}

	.projects-slider-navigation:after {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -2px;
		content: "|";
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}

	.projects-slider-navigation span {
		padding: 0 15px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.projects-slider-navigation span:hover {
		cursor: pointer;
		color: #22272c;
	}

	.projects-slider-navigation span i {
		font-size: 24px;
	}


	/* LOGOS SLIDER */
	.logos-slider {
		text-align: center;
	}


	/* IMAGES SLIDER */
	.images-slider:hover,
	.images-slider-2:hover {
		cursor: default;
	}

	.images-slider .owl-pagination,
	.images-slider-2 .owl-pagination {
		position: absolute;
		z-index: 100;
		top: 50%;
		bottom: auto;
		left: auto;
		width: auto;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}

	.images-slider .owl-pagination {
		right: 20px;
	}

	.images-slider-2 .owl-pagination {
		left: -20px;
	}

	.images-slider .owl-pagination .owl-page,
	.images-slider-2 .owl-pagination .owl-page {
		display: block;
		margin: 5px 0;
	}

	@media (min-width: 1200px) {

		.tp-caption .text-parallax-content {
			font-size: 60px;
			line-height: 60px;
		}

	}

	@media (min-width: 768px) and (max-width: 991px) {

		.tp-leftarrow.custom,
		.tp-rightarrow.custom {
			display: none;
		}

		.tp-caption .text-parallax-content {
			font-size: 36px;
			line-height: 36px;
		}

		.tp-caption .btn {
			padding: 8px 20px 6px;
			font-size: 10px;
		}

		.tp-caption .btn:before,
		.tp-caption .btn:after {
			right: -9px;
			height: 23px;
		}

		.tp-caption .btn i {
			right: 7px;
			margin-top: -7px;
			font-size: 13px;
		}

		.tp-caption .btn:hover i {
			right: 0;
		}

		.projects-slider h4 {
			margin-top: 50px;
		}

	}

	@media (max-width: 767px) {

		.tp-leftarrow.custom,
		.tp-rightarrow.custom {
			display: none;
		}

		.tp-bullets.custom {
			top: auto !important;
			bottom: -45px !important;
		}

		.tp-caption .text-parallax-content {
			font-size: 16px;
			line-height: 16px;
		}

		.tp-caption .btn {
			padding: 6px 15px 4px;
			font-size: 6px;
		}

		.tp-caption .btn:before,
		.tp-caption .btn:after {
			right: -5px;
			height: 16px;
		}

		.tp-caption .btn:before {
			top: -4px;
		}

		.tp-caption .btn:after {
			bottom: -4px;
		}

		.tp-caption .btn i {
			right: 5px;
			margin-top: -5px;
			font-size: 10px;
		}

		.tp-caption .btn:hover i {
			right: 0;
		}

		.testimonials-slider-navigation {
			position: relative;
			display: inline-block;
			bottom: 0;
		}

		.projects-slider h4 {
			margin-top: 20px;
		}

		.projects-slider-navigation {
			bottom: -40px;
		}

	}

	@media (min-width: 480px) and (max-width: 767px) {

		.tp-caption .text-parallax-content {
			font-size: 22px;
			line-height: 22px;
		}

	}

/***********************************************************************************
 *	+ ANIMATIONS
 ***********************************************************************************/

	.wow {
		visibility: hidden;
	}

	.wow.animated {
		visibility: visible;
	}

/***********************************************************************************
 *	+ WIDGETS
 ***********************************************************************************/

	.widget {
		margin-bottom: 75px;
	}

	.widget > *:last-child {
		margin-bottom: 0;
	}

	.widget-title {
		text-transform: uppercase;
		margin-bottom: 60px;
	}

	/* WIDGET TEXT */
	.widget-text {}

	.widget-text *:last-child {
		margin-bottom: 0;
	}

	.widget-text .author {
		padding: 0 30px 30px;
		background-color: #f2f2f2;
	}

	.widget-text .author-image {
		border-bottom: 3px solid #fff;
		margin: 0 -30px 20px;
	}

	.widget-text .author h6 {
		margin-bottom: 20px;
		text-transform: none;
	}

	.widget-text .author > *:last-child {
		margin-bottom: 0;
	}

	.widget-text .widget-logo {
		margin-bottom: 50px;
	}


	/* WIDGET SERACH */
	.widget-search {}

	.widget-search form {
		position: relative;
	}

	.widget-search #s {
		width: 100%;
		height: 45px;
		padding-right: 30px;
		border: none;
		border-bottom: 2px solid #ccc;
	}

	.widget-search #s:focus {
		border-color: #ffcc33;
	}

	.widget-search input[type="submit"] {
		width: 20px;
		height: 45px;
		padding: 0;
		border: none;
		position: absolute;
		top: 0;
		right: 0;
		background: url(../images/search.png) no-repeat center center;
	}


	/* WIDGET CATEGORIES */
	.widget-categories {}

	.widget-categories ul {
		list-style: none;
		margin-bottom: 0;
	}

	.widget-categories ul li {
		margin-bottom: 10px;
	}

	.widget-categories ul li:last-child {
		margin-bottom: 0;
	}

	.widget-categories ul li a {
		color: #22272c;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.widget-categories ul li a:before {
		position: relative;
		top: -2px;
		display: inline-block;
		width: 7px;
		height: 7px;
		border: 2px solid #22272c;
		border-radius: 50%;
		margin-right: 20px;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.widget-categories ul li a:hover {
		color: #ffcc33;
		text-decoration: none;
	}

	.widget-categories ul li a:hover:before {
		border-color: #ffcc33;
	}

	@media (min-width: 768px) and (max-width: 991px) {

		.widget-categories ul {
			margin-left: 0;
		}

	}


	/* WIDGET CATEGORIES DROPDOWN */
	.widget-categories-dropdown {}


	/* WIDGET ARCHIVES */
	.widget-archives {}

	.widget-archives ul {
		list-style: none;
		margin-bottom: 0;
		margin-left: 20px;
	}

	.widget-archives ul li {
		margin-bottom: 10px;
	}

	.widget-archives ul li:last-child {
		margin-bottom: 0;
	}

	.widget-archives ul li a {
		color: #22272c;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.widget-archives ul li a:before {
		position: relative;
		top: -2px;
		display: inline-block;
		width: 7px;
		height: 7px;
		border: 2px solid #22272c;
		border-radius: 50%;
		margin-right: 20px;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.widget-archives ul li a:hover {
		color: #ffcc33;
		text-decoration: none;
	}

	.widget-archives ul li a:hover:before {
		border-color: #ffcc33;
	}

	@media (min-width: 768px) and (max-width: 991px) {

		.widget-archives ul {
			margin-left: 0;
		}

	}


	/* WIDGET ARCHIVES DROPDOWN */
	.widget-archives-dropdown {}


	/* WIDGET PAGES */
	.widget-pages {}

	.widget-pages ul {
		list-style: none;
		margin-bottom: 0;
		margin-left: 20px;
	}

	.widget-pages ul li {
		margin-bottom: 10px;
	}

	.widget-pages ul li:last-child {
		margin-bottom: 0;
	}

	.widget-pages ul li a {
		color: #22272c;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.widget-pages ul li a:before {
		position: relative;
		top: -2px;
		display: inline-block;
		width: 7px;
		height: 7px;
		border: 2px solid #22272c;
		border-radius: 50%;
		margin-right: 20px;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.widget-pages ul li a:hover {
		color: #ffcc33;
		text-decoration: none;
	}

	.widget-pages ul li a:hover:before {
		border-color: #ffcc33;
	}

	@media (min-width: 768px) and (max-width: 991px) {

		.widget-pages ul {
			margin-left: 0;
		}

	}

	/* WIDGET METADATA */
	.widget-metadata {}

	.widget-metadata ul {
		list-style: none;
		margin-bottom: 0;
		margin-left: 20px;
	}

	.widget-metadata ul li {
		margin-bottom: 10px;
	}

	.widget-metadata ul li:last-child {
		margin-bottom: 0;
	}

	.widget-metadata ul li a {
		color: #22272c;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.widget-metadata ul li a:before {
		position: relative;
		top: -2px;
		display: inline-block;
		width: 7px;
		height: 7px;
		border: 2px solid #22272c;
		border-radius: 50%;
		margin-right: 20px;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.widget-metadata ul li a:hover {
		color: #ffcc33;
		text-decoration: none;
	}

	.widget-metadata ul li a:hover:before {
		border-color: #ffcc33;
	}

	@media (min-width: 768px) and (max-width: 991px) {

		.widget-metadata ul {
			margin-left: 0;
		}

	}


	/* WIDGET TAGS */
	.widget-tags {}

	.widget-tags a {
		display: inline-block;
		margin: 5px 5px 5px 0;
		padding: 7px 15px 5px;
		border: 2px solid #22272c;
		color: #22272c;
		font-weight: 500;
		text-decoration: none;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.widget-tags a:last-child {
		margin-right: 0;
	}

	.widget-tags a:hover {
		border-color: #ffcc33;
		color: #ffcc33;
	}


	/* WIDGET NEWSLETTER */
	.widget-newsletter {}

	.widget-newsletter form {
		position: relative;
	}

	.widget-newsletter input[type="email"] {
		width: 100%;
		height: 45px;
		padding-right: 95px;
		border: none;
		border-bottom: 2px solid #b5cee4;
	}

	.widget-newsletter input[type="submit"] {
		position: absolute;
		top: 15px;
		right: 0;
		padding: 0;
		border: none;
	}


	/* WIDGET RECENT POSTS */
	.widget-recent-posts {}

	.widget-recent-posts ul {
		list-style: none;
		margin-bottom: 0;
		font-size: 12px;
	}

	.widget-recent-posts ul li {
		margin-bottom: 20px;
	}

	.widget-recent-posts ul li:last-child {
		margin-bottom: 0;
	}

	.widget-recent-posts ul li img {
		float: left;
		margin-right: 20px;
		margin-bottom: 20px;
	}

	.widget-recent-posts ul li p {
		margin-bottom: 0;
	}

	.widget-recent-posts ul li .post-title {
		color: #22272c;
		font-size: 14px;
		font-weight: 500;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.widget-recent-posts ul li .post-title:hover {
		color: #ffcc33;
		text-decoration: none;
	}

	@media (min-width: 768px) and (max-width: 991px) {

		.widget-recent-posts ul li img {
			display: none;
		}

	}


	/* WIDGET RECENT COMMENTS */
	.widget-recent-comments {}

	.widget-recent-comments ul {
		list-style: none;
		margin-bottom: 0;
	}

	.widget-recent-comments ul li {
		margin-bottom: 20px;
	}

	.widget-recent-comments ul li:last-child {
		margin-bottom: 0;
	}


	/* WIDGET CALENDAR */
	.widget-calendar {}

	.widget-calendar table {
		width: 100%;
		text-align: center;
	}

	.widget-calendar table th,
	.widget-calendar table caption {
		color: #22272c;
	}


	.widget-calendar table th,
	.widget-calendar table td {
		padding: 5px;
		text-align: center;
		border-top: 2px solid #e3e3e3;
		border-left: 2px solid #e3e3e3;
	}

	.widget-calendar table th:last-child,
	.widget-calendar table td:last-child {
		border-right: 2px solid #e3e3e3;
	}

	.widget-calendar table tr:last-child td {
		border-bottom: 2px solid #e3e3e3;
	}

	.widget-calendar table tfoot td,
	.widget-calendar table tfoot td:last-child,
	.widget-calendar table tfoot tr:last-child td {
		border: none;
	}

	.widget-calendar table td#today {
		background-color: #ffcc33;
		color: #fff;
	}


	/* WIDGET FLICKR */
	.widget-flickr {}

	.flickr-photos {
		margin: -1px;
	}

	.flickr_badge_image {
		position: relative;
		float: left;
		padding: 1px;
	}

	.flickr_badge_image img {
		width: 70px;
		height: auto;
	}

	.flickr-photos:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}


	/* WIDGET INSTAGRAM */
	.widget-instagram {}

	#instafeed {
		margin: -1px;
	}

	#instafeed a {
		float: left;
		display: block;
		width: 70px;
		padding: 1px;
	}

	#instafeed a img {
		display: block;
		width: 100%;
		height: auto;
	}

	#instafeed:after {
		visibility: hidden;
		display: block;
		height: 0;
		font-size: 0;
		content: " ";
		clear: both;
	}


	/* WIDGET CONTACT */
	.widget-contact {}

	.widget-contact ul {
		list-style: none;
		margin-bottom: 0;
	}

	.widget-contact ul li {
		position: relative;
		padding-left: 70px;
		margin-bottom: 10px;
	}

	.widget-contact ul li:last-child {
		margin-bottom: 0;
	}

	.widget-contact ul li i {
		display: block;
	}

	.widget-contact ul li span {
		position: absolute;
		top: 0;
		left: 0;
		color: #ffcc33;
	}

	.widget-contact ul li a {
		color: #7a7e82;
	}

	@media (min-width: 768px) and (max-width: 991px) {

		.widget-contact ul li {
			padding-left: 0;
		}

		.widget-contact ul li span {
			display: none;
		}

	}


	/* WIDGET SOCIAL */
	.widget-social {}

	.widget-social .social-media {
		margin-bottom: 0;
	}

 /* DetaliDigital */

 #logo img {
	 width: 250px;
	 margin-top: -30px;
 }

 .menu > li > a:hover {
	 color: #ffcc33 !important;
 }

 #section-2 {
    background-color: #ffcc33;
}

#page-content {
   padding-bottom: 0 !important;
}

.portfolio-item-hover {
	background-color: #ffcc33!important;
}

.service-box.style-1 > i {
	color: #ffcc33 !important;
}


#section-3 {
	background-color: #fff!important;
}

.testimonial img {
    width: 120px;
}

.widget-logo img {
    width: 120px;
    margin-top: -8px;
}

.widget-contact ul li span {
	color: #ffcc33 !important;
}

.text-default-color {
    color: #ffcc33 !important;
}

.tp-caption.big-text-rotate {
    font-size: 11px !important;
    background: #000;
    padding: 6px 15px !important;
    color: #fff;
    border-radius: 4px;
}

.text-box.default-orange {
    background: #ffcc33;
    padding: 15px 25px;
    margin: 0;
    position: absolute;
    top: 0px;
    left: 16px;
    width: 89%;
    height: 50px;
}

.ajax_form .error {
    color: brown;
    border-bottom: 2px solid brown !important;
}

.padding-bottom-100 {
    padding-bottom:100px;
}
.padding-top-50 {
    padding-top:50px;
}

.padding-bottom-50 {
    padding-bottom:50px;
}
.padding-top-100 {
    padding-top:100px;
}

.box_commands {
    padding-top: 20px;
}

    
.nofont {
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
}
.link-kolor {
    color: #231f20;
}
.link-kolor:hover {
    color: #ec0f6e;
}
.link-kolor-dark {
    color: #828282;
}
.link-kolor-dark:hover {
    color: #A0A0A0;
}
@font-face {
    font-family: 'proxima_novaregular';
    src: url(http://rta-moscow.com/wp-content/themes/rta/public/fonts/proximanova-reg-webfont-1-webfont.eot);
    src: url(../fonts/proximanova-reg-webfont-1-webfont.eot) format("embedded-opentype"), url(../fonts/proximanova-reg-webfont-1-webfont.woff) format("woff"), url(../fonts/proximanova-reg-webfont-1-webfont.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_novabold';
    src: url(http://rta-moscow.com/wp-content/themes/rta/public/fonts/proximanova-bold-webfont-1-webfont.eot);
    src: url(../fonts/proximanova-bold-webfont-1-webfont.eot) format("embedded-opentype"), url(../fonts/proximanova-bold-webfont-1-webfont.woff) format("woff"), url(../fonts/proximanova-bold-webfont-1-webfont.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_novaregular_italic';
    src: url(http://rta-moscow.com/wp-content/themes/rta/public/fonts/proximanova-regit-webfont-webfont.eot);
    src: url(../fonts/proximanova-regit-webfont-webfont.eot) format("embedded-opentype"), url(../fonts/proximanova-regit-webfont-webfont.woff) format("woff"), url(../fonts/proximanova-regit-webfont-webfont.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_novabold_italic';
    src: url(http://rta-moscow.com/wp-content/themes/rta/public/fonts/proximanova-boldit-webfont-webfont.eot);
    src: url(../fonts/proximanova-boldit-webfont-webfont.eot) format("embedded-opentype"), url(../fonts/proximanova-boldit-webfont-webfont.woff) format("woff"), url(../fonts/proximanova-boldit-webfont-webfont.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea, button {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font: inherit;
    font-size: 100%}
input:focus, textarea:focus {
    outline: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
html {
    height: 100%}
body {
    background: #FFF;
    font: 15px/1.3 proxima_novaregular, Arial, Tahoma, sans-serif;
    color: #231f20;
    padding: 0;
    margin: 0;
}
.normal-font {
    font-family: 'proxima_novaregular', Arial, Tahoma, sans-serif;
}
.bold {
    font-family: 'proxima_novabold', Arial, Tahoma, sans-serif;
    font-weight: 700;
}
.bold-talic {
    font-family: 'proxima_novabold_italic', Arial, Tahoma, sans-serif;
    font-weight: 700;
    font-style: italic;
}
.italic {
    font-family: 'proxima_novaregular_italic', Arial, Tahoma, sans-serif;
    font-style: italic;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
h1, h2 {
    margin: 0 0 40px;
    font-size: 56px;
    font-family: 'proxima_novabold', Arial, Tahoma, sans-serif;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
}
.page h1 {
    margin-bottom: 30px;
    line-height: 1.3;
}
h2 {
    font-family: 'proxima_novabold', Arial, Tahoma, sans-serif;
    font-weight: 700;
}
.service .set .part .activities h4 {
    margin: 0 0 15px;
    color: #231f20;
    font-family: 'proxima_novabold', Arial, Tahoma, sans-serif;
    font-weight: 700;
    font-size: 24px;
}
h2 {
    margin: 0 0 40px;
    font-size: 56px;
    font-family: 'proxima_novabold', Arial, Tahoma, sans-serif;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
}
.layer.integration h2, .layer.integration h3 {
    font-size: 24px;
    font-family: 'proxima_novabold', Arial, Tahoma, sans-serif;
    font-weight: 700;
    text-align: left;
    margin: 0 auto;
}
h3 {
    font-size: 24px;
    font-family: 'proxima_novabold', Arial, Tahoma, sans-serif;
    font-weight: 700;
}
p {
    margin: 19px 0;
}
a {
    color: #231f20;
    text-decoration: none;
}
a:hover {
    color: #ec0f6e;
}
big {
    font-size: 24px;
}
small {
    font-size: 13px;
}
.index .about h1.mainTitle {
    display: block;
    margin: 0 0 .5em;
    overflow: hidden;
    font-size: .6em;
    text-transform: uppercase;
    font-weight: 400;
}
.index .about h2.subTitle {
    margin: 0 0 51px;
    font-size: 52px;
    line-height: 1.1;
    text-align: left;
}
b, strong {
    font-family: 'proxima_novabold', Arial, Tahoma, sans-serif;
    font-weight: 700;
}
i, em {
    font-family: 'proxima_novaregular_italic', Arial, Tahoma, sans-serif;
    font-style: italic;
}
::-moz-selection {
    background: #ec0f6e;
    color: #FFF;
    text-shadow: none;
}
::selection {
    background: #ec0f6e;
    color: #FFF;
    text-shadow: none;
}
.cf:before, .cf:after {
    display: table;
    content: ""}
.cf:after {
    clear: both;
}
.hidden {
    display: none;
}
.wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0 10px;
    width: 940px;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 960px;
    background: #231f20;
    z-index: 1000;
}
.header .logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 92px;
    height: 50px;
    color: #FFF;
}
.header .logo img {
    width: 92px;
    height: 50px;
}
.header nav {
    font-family: 'proxima_novabold', Arial, Tahoma, sans-serif;
    font-weight: 700;
    height: 50px;
}
.header nav ul {
    text-align: right;
}
.header nav ul li {
    display: inline-block;
    margin: 0 0 0 21px;
}
.header nav ul li a {
    display: block;
    padding: 19px 0 9px;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFF;
    outline: none;
}
.header nav ul li a:hover, .header nav ul li a.active {
    border-bottom: 10px solid #ec0f6e;
    padding-bottom: 9px;
}
.header nav ul li.active a {
    border-bottom: 10px solid #ec0f6e;
    padding-bottom: 9px;
}
.content {
    z-index: 999;
    padding: 50px 0 0;
    min-width: 960px;
    min-height: 300px;
}
.content .screen {
    background: #FFF;
}
.content .screen.events, .content .screen.contacts {
    min-height: 100px!important;
}
.content .screen.team {
    padding: 40px 0 0;
}
.content .screen .text {
    position: relative;
    margin: 0 auto;
    padding: 90px 0 0;
    width: 940px;
}
.content .screen .text.page {
    margin-top: -5px;
    padding-top: 0;
}
.wide {
    margin: 0 auto;
    border: 10px solid #bed62f;
}
.index {
    position: relative;
    overflow: hidden;
}
.wide.index {
    min-height: calc(100vh - 120px);
}
.index img {
    position: absolute;
    bottom: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    z-index: 50;
    transform: translate(-50%, 50%);
}
.index .video {
    position: absolute;
    bottom: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 51;
    vertical-align: bottom;
    min-height: 100vh;
}
.index .video video {
    position: absolute;
    bottom: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    vertical-align: bottom;
}
.index .dotted {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/dotted.png) repeat 0 0;
    z-index: 52;
}
.index .about {
    position: absolute;
    top: 50px;
    left: 50%;
    margin: 0 0 0 -230px;
    padding: 42px 50px;
    width: 360px;
    background: rgba(255, 255, 255, 0.7);
    font-size: 24px;
    line-height: 1.25;
    z-index: 53;
}
.index .about h1 {
    margin: 0 0 51px;
    font-size: 52px;
    line-height: 1.1;
    text-align: left;
}
.index .about p {
    margin: 0;
}
.index .about .next {
    position: absolute;
    bottom: -60px;
    left: 50%;
    margin: 0 0 0 -35px;
    width: 70px;
    height: 35px;
    background: url(../images/sprite.png) repeat 0 0;
}
.index .about .next:hover {
    background-position: -80px 0;
}
.ideology-tabs {
    margin: 0 0 50px;
    height: 50px;
}
.ideology-tabs li {
    float: left;
    width: 300px;
    margin: 0 0 0 20px;
}
.ideology-tabs li:first-child {
    margin: 0;
}
.page-template-default a, .ideology-tabs li a {
    display: block;
    position: relative;
    height: 40px;
    border: 5px solid #231f20;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'proxima_novabold', Arial, Tahoma, sans-serif;
    font-weight: 700;
}
.page-template-default a {
    display: inline-block;
    padding: 0 10px;
}
.page-template-default a:hover, .ideology-tabs li a:hover {
    border-color: #ec0f6e;
}
.ideology-tabs li a.active {
    border-color: #ec0f6e;
    background: #ec0f6e;
    color: #FFF;
}
.ideology-tabs li a.active:after {
    content: '';
    position: absolute;
    margin: 0 0 0 -10px;
    top: 45px;
    left: 50%;
    width: 20px;
    height: 20px;
    background: url(../images/sprite.png) no-repeat -160px 0;
}
.layer {
    display: none;
}
.layer.active {
    display: block;
}
.work-time {
    position: relative;
    margin: 0 0 100px;
    padding: 25px;
    border: 10px solid #231f20;
}
.work-time:after {
    content: '';
    position: absolute;
    bottom: -35px;
    left: 50%;
    margin: 0 0 0 -25px;
    width: 50px;
    height: 35px;
    background: url(../images/sprite.png) no-repeat -195px 0;
}
.work-time .rounds {
    margin: 0 0 30px;
    height: 144px;
    text-align: center;
    background: url(../images/rounds.png) no-repeat 50% 0;
    line-height: 144px;
    font-size: 24px;
    font-family: 'proxima_novabold', Arial, Tahoma, sans-serif;
    font-weight: 700;
    color: #999;
    text-transform: uppercase;
}
.work-time .rounds span {
    display: inline-block;
    width: 248px;
}
.work-time .way {
    margin: 0 auto;
    padding: 0 0 4px;
    width: 820px;
    font-size: 24px;
    text-align: center;
}
.work-time .way table {
    width: 100%}
.work-time .way table td {
    width: 50px;
}
.work-time .way table .arrow {
    width: 90px;
}
.work-time .way table .arrow span {
    display: inline-block;
    width: 10px;
    height: 20px;
    text-align: center;
    background: url(../images/sprite.png) no-repeat -257px 0;
}
.work-time .target {
    position: absolute;
    bottom: -88px;
    left: 50%;
    margin: 0 0 0 -100px;
    width: 200px;
    font-size: 24px;
    font-family: 'proxima_novabold', Arial, Tahoma, sans-serif;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.integration {
    padding: 0 0 0 320px;
}
.integration img {
    float: left;
    margin: 0 0 0 -320px;
}
.clock {
    position: relative;
    height: 343px;
    background: url(../images/clock.png) no-repeat 0 0;
}
#clock-arrow {
    position: absolute;
    top: 36px;
    left: 319px;
    width: 300px;
    height: 300px;
    background: url(../images/arrow.png) no-repeat 0 0;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    transform: rotate(0deg);
}
.lt-ie9 #clock-arrow.angle0 {
    background-image: url(../images/arrow-ie4.png);
}
.lt-ie9 #clock-arrow.angle45 {
    background-image: url(../images/arrow-ie2.png);
}
.lt-ie9 #clock-arrow.angle135 {
    background-image: url(../images/arrow-ie3.png);
}
.lt-ie9 #clock-arrow.angle225 {
    background-image: url(../images/arrow.png);
}
.lt-ie9 #clock-arrow.angle315 {
    background-image: url(../images/arrow-ie1.png);
}
.quarter {
    position: relative;
}
.quarter .clock-quarter {
    position: absolute;
    top: 53px;
    left: 346px;
    width: 120px;
    height: 120px;
}
.quarter.q1 .clock-quarter {
    top: 63px;
    left: 473px;
}
.quarter.q2 .clock-quarter {
    top: 189px;
    left: 473px;
}
.quarter.q3 .clock-quarter {
    top: 189px;
    left: 346px;
}
.quarter.q1 .name {
    top: 44px;
    right: -1px;
}
.quarter.q2 .name {
    top: 292px;
    right: -1px;
}
.quarter.q3 .name {
    top: 292px;
    left: -1px;
}
.quarter.q4 .name {
    position: absolute;
    top: 44px;
    left: -1px;
}
.quarter .name {
    position: absolute;
    font-size: 24px;
    z-index: 600;
}
.quarter .name a:hover {
    color: #231f20;
}
.quarter.active .name {
    font-family: 'proxima_novabold', Arial, Tahoma, sans-serif;
    font-weight: 700;
}
.quarter .txt {
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    opacity: 0;
    position: absolute;
    top: 50px;
    left: 0;
    width: 260px;
    line-height: 1.4;
}
.quarter.q1 .txt, .quarter.q2 .txt {
    left: auto;
    right: 0;
}
.quarter.q3 .txt, .quarter.q2 .txt {
    top: 200px;
}
.quarter.active .txt {
    opacity: 1;
    top: 120px;
}
#colorClock {
    position: absolute;
    width: 115px;
    height: 115px;
    background: url(../images/color-clock.png) no-repeat -500px -500px;
}
#colorClock.color-45 {
    top: 70px;
    left: 473px;
    background-position: -121px 0;
}
#colorClock.color-135 {
    top: 189px;
    left: 473px;
    background-position: -121px -119px;
}
#colorClock.color-225 {
    top: 189px;
    left: 352px;
    background-position: 0 -119px;
}
#colorClock.color-315 {
    top: 70px;
    left: 352px;
    background-position: 0 0;
}

	@media (max-width: 400px) {
	 

	    
	}
	
@media screen and (max-width: 440px) {
    .service .set .item {
    float: none !important;
    width: auto !important;
    height: auto !important;
}
.service .set .part {
    position: relative;
    width: auto;
    height: auto;
}

.mobile_padding_bottom img {
    padding-bottom: 30px !important;
}

.service .set .part .name {
    display: block;
    width: auto;
    height: auto;
    padding: 0px 0 0;
}
.service .set .part .description, .service .set .part .activities {
    position: relative;
    top: auto!important;
    left: 0;
    display: inline-block;
    opacity: 1;
    width: 100%;
    height: auto;
    margin: 10px;
    vertical-align: top;
}
.service .set .part .close {
    display: none;
}

.service .set .part {
    border: 3px solid #ffcc33;
}

.activities, .description {
    padding: 0 5px;
}

.name {
    margin-top: -5px;
}

	 .tp-caption-l {
    display: none !important;
}

.tp-caption-r {
    width: 100% !important;
    content: "";
}

.rev_slider_wrapper .rev_slider {
    height: 400px!important;
}

.rev_slider_wrapper {
    height: 400px!important;
    overflow: hidden;
}

.tp-loop-wrap {
    position: relative;
    left: -170px;
    top: 110px;
}

.tp-caption.big-text-rotate {
    position: relative;
    top: -12px;
}

.tp-caption.big-text-rotate.line_2 {
    position: relative;
    top: -25px;
}

.tp-caption.big-text-rotate.line_4 {
    position: relative;
    top: -6px;
}

.tp-caption.big-title {
    font-size:30px !important;
}

.tp-caption.big-title {
    font-size: 30px !important;
    line-height: 34px !important;
    position: relative;
    left: 5px;
}

h2.text-uppercase {
    text-align: left;
    font-size: 42px;
}

section#section-2 {
    padding: 60px 23px;
}

.container {
    padding-right: 25px;
    padding-left: 25px;
    margin-right: auto;
    margin-left: auto;
}

}

	@media (max-width: 768px) {
	    
.service .set .item {
    float: float;
    height: auto;
    width: 47%;
}
.service .set .part {
    position: relative;
    width: auto;
    height: auto;
}
.service .set .part .name {
    display: block;
    width: auto;
    height: auto;
    padding: 0px 0 0 !important;
}
.service .set .part .description, .service .set .part .activities {
    position: relative;
    top: auto!important;
    left: 0;
    display: inline-block;
    opacity: 1;
    width: 100%;
    height: auto;
    margin: 10px;
    vertical-align: top;
}
.service .set .part .close {
    display: none;
}

.service .set .part {
    border: 3px solid #ffcc33;
}

.activities, .description {
    padding: 0 10px !important;
}

.tp-caption.big-text-rotate {
    left:-30px;
}

	}
	
	@media (min-width: 769px) and (max-width: 1025px) {
	  
.service .set .item {
    float: float;
    height: auto;
    width: 31%;
}
.service .set .part {
    position: relative;
    width: auto;
    height: auto;
}
.service .set .part .name {
    display: block;
    width: auto;
    height: auto;
    padding: 0 0 0 !important;
}
.service .set .part .description, .service .set .part .activities {
    position: relative;
    top: auto!important;
    left: 0;
    display: inline-block;
    opacity: 1;
    width: 100%;
    height: auto;
    margin: 10px;
    vertical-align: top;
}
.service .set .part .close {
    display: none;
}

.service .set .part {
    border: 3px solid #ffcc33;
}

.activities, .description {
    padding: 0 10px !important;
}

ul.arrow-list {
    min-height: 56px;
}
	}
	
ul.breadcrumb {
    position: absolute;
    background: #000;
    color: #fff;
    bottom: -75px;
    border-radius: 0;
}

ul.breadcrumb a, .breadcrumb li{
    color:#fff !important;
    font-size:13px;
}

.neighbors a {
    background: #000;
    color: #fff;
    padding: 8px 6px;
}

.neighbors .link-prev a {
    background: #ffcc33;
    color: #000;
    padding: 9px 0px 9px 10px;
}

.neighbors .link-next a {
    background: #ffcc33;
    color: #000;
    padding: 9px 10px 9px 5px;
}

.neighbors a:hover {
    color:#000;
    text-decoration:none;
}

.neighbors {
    position: absolute;
    bottom: -45px;
}

ul.breadcrumb.uslugi {
    position: absolute;
    background: #000;
    color: #fff;
    bottom: -73px;
    border-radius: 0;
    left: 73px;
}
 


