
/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/
.content-404 {
	text-align: center;
}

.content-404 .main-block-404 {
	margin-top: 21.3rem;
}

.text-404 > h1 {
	color: #73808c;
	text-transform: uppercase;
	margin-bottom: 0;
}

.button-404 {
	text-align: center;
	margin-top: 4.6rem;
	margin-bottom: 21.3rem;
}

@media (min-width: 971px) {
	.text-404 > h1 {
		margin-top: 8.8rem;
	}
}

@media (max-width: 531px) {
	.row .text-404 {
		margin-top: -10rem;
	}
	
	.row .button-404 .btn {
		max-width: 336px;
	}
}
/*--------------------------------------------------------------
# Call to action
--------------------------------------------------------------*/

.call-to-action {
	padding-top: 10.5rem;
	padding-bottom: 14.0rem;

}
.call-to-action img {
	margin-top: 15px;
}
.call-to-action .text {
	padding-top: 5px;
	padding-left: 30px;
}
.call-to-action .header-block {
	text-align: center;
	/*margin-bottom: 40px;*/
	text-transform: uppercase;
	line-height: 1.42;
}

.call-to-action .btn-action {
	display: inline-block;
	margin-top: 5px;
}

/*--------------------------------------------------------------
# Call to action bg
--------------------------------------------------------------*/

.call-to-action-bg {
	padding-top: 10.5rem;
	padding-bottom: 14.0rem;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative;
}

.call-to-action-bg .background-block {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background-repeat: no-repeat;
    background-size: cover;
}

.call-to-action-bg .background-block.parallax {
	width: 100vw;
	height: 100vh;
}

.call-to-action-bg .header-block {
	text-transform: uppercase;
	color: #fff;
}
.call-to-action-bg .header-desc {
	color: #fff;
}
.call-to-action-bg .btn-action {
	display: inline-block;
	margin: auto;
	margin-top: 105px;
}

.action-overlay {
  position: relative;
}

.action-overlay:before{
  position: absolute;
  content:" ";
  top:0;
  left:0;
  width:100%;
  height:100%;
  display: block;
  z-index:0;
  background-color: rgba(0,0,0,0.4);
}

@media (max-width: 531px) { 
	.call-to-action-bg {
 		padding-top: 3.9rem;
    	padding-bottom: 7.1rem;
 	}
 	.call-to-action-bg .btn-action {
 		width: 25.9rem;
		padding: 2.5rem 3.5rem;
		margin-top: 10px;
 	}
}

/*--------------------------------------------------------------
# Call to action bg v2
--------------------------------------------------------------*/
/*OpenSans-ExstraBold*/
.call-to-action-bg.ver-two.action-overlay:before {
	background-color: rgba(0,0,0,0.7);
}

.call-to-action-bg.ver-two .btn {
	border: 3px solid !important;
	margin-top: 35px;
}

@media (max-height: 767px) and (max-width: 768px) {
	.call-to-action-bg .header-desc {
		text-align: left;
		padding-left: 1.8rem;
	}
}
/*--------------------------------------------------------------
# Call to action bg
--------------------------------------------------------------*/

.call-to-action-no-img{
	padding-top: 10.5rem;
	padding-bottom: 14.0rem;
}

.call-to-action-no-img .header-block {
	text-transform: uppercase;
	text-align: center;
	line-height: 7.1rem;
    margin-bottom: 2.1rem;
}

.call-to-action-no-img .btn-action {
	display: inline-block;
	margin: auto;
	margin-top: 5px;
}

/*--------------------------------------------------------------
# contact
--------------------------------------------------------------*/

.contact {
    padding: 6.2rem 0 10.8rem;
}

.contact .header-block {
    text-align: center;
    margin-bottom: 8.9rem;
}

.contact form input[type="text"],
.contact form input[type="email"],
.contact form button[type="submit"],
.contact form textarea {
    width: 100%;
}

.contact form textarea {
    height: 24.4rem;
}

.contact form {
    margin: 0 6.1rem 0 0;
}

.contact .form-group {
    margin-bottom: 0.5rem;
}

.contact form button[type="submit"] {
    margin-top: 0.3rem;
}

@-moz-document url-prefix() {
    .contact form button[type="submit"] {
        margin-top: 0.9rem;
    }
}

.contact .map {
    border: 0;
    height: 33.0rem;
    width: 100%;
}

.contact .block-contacts {
    background-color: #0084ff;
    color: #fff;
    border-radius: 1.5rem;
    font-size: 1.6rem;
    padding: 3.5rem 5.8rem;
    margin-bottom: 1.5rem;
}

.contact .block-contacts .e-mail {
    margin-bottom: 1.2rem;
}

.contact .block-contacts .address p {
    margin-bottom: 1.2rem;
    line-height: 3.2rem;
}

.contact .block-contacts .address p:last-child {
    margin-bottom: 0;
}

.contact .map-container {
    position: relative;
    height: 100%;
    width: 100%;
    border-radius: 1.5rem;
    overflow: hidden;
}

/* form thank you */

.form-thank-you {
    display: none;
}

.form-group.error {
    position: relative;
}

.form-group.error .error-text {
    font-size: 1.4rem;
    font-weight: bold;
    position: absolute;
    top: -4.3rem;
    right: 0;
    background-color: #FF0060;
    color: #fff;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    border-radius: 1rem;
}

.form-group.error.textarea .error-text {
    top: 26.2rem;
    z-index: 1;
}

.form-group.error .error-text:after {
    top: 100%;
    left: 50%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border: solid transparent;
    border-color: rgba(255, 0, 96, 0);
    pointer-events: none;
    border-top-color: #FF0060;
    border-width: 0.5rem;
    margin-left: -0.5rem;
}

.form-group.error.textarea .error-text:after {
    top: -30%;
    left: 50%;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.form-group.error:after {
    content: "*";
    display: block;
    width: .5rem;
    height: .5rem;
    position: absolute;
    top: .4rem;
    right: 1.8rem;
    color: #FF0060;
    font-weight: bold;
    font-size: 1.7rem;
}

.form-group.error.left-padding .error-text {
    right: .7rem;
}

.form-group.error.right-padding:after {
    right: 1.5rem;
}

@media (max-width: 1249px) {
    .form-group.error.left-padding .error-text {
        right: 0;
    }

    .form-group.error:after {
        right: 1.5rem;
    }
}

@media (max-width: 1199px) {
    .contact form {
        margin: 0 0 2.0rem 0;
    }
}

/*RESPONSE ON SENDING*/
.send-response {
    padding-top: 17.3rem;
    padding-bottom: 17.3rem;
    text-align: center;
    font-family: "OpenSans-Bold";
    text-transform: uppercase;
}

.send-response-error {
    color: #FF176C;
}

.send-response-success {
    color: #0084FF;
}

.send-response-image {
    display: block;
    width: 7.4rem;
    height: 5.7rem;
    margin: auto;
    margin-bottom: 1rem;
    background-position: center;
    background-repeat: no-repeat;
}

.send-response-error .send-response-image {
    background-image: url('../images/msg_error.png');
}

.send-response-success .send-response-image {
    background-image: url('../images/msg_success.png');
}

/*--------------------------------------------------------------
# contact fluid
--------------------------------------------------------------*/

.contact-fluid {
	padding: 6.2rem 0 10.8rem;
}

.contact-fluid .header-block {
	text-align: center;
	margin-bottom: 8.9rem;
}

.contact-fluid form input[type="text"],
.contact-fluid form input[type="email"],
.contact-fluid form button[type="submit"],
.contact-fluid form textarea {
	width: 100%;
}

.contact-fluid form textarea {
	height: 25.1rem;
}

.contact-fluid .form-group {
	margin-bottom: 0.5rem;
	padding: 0;
}

.contact-fluid form button[type="submit"] {
	margin-top: 1.1rem;
}

.contact-fluid .map {
	border: 0;
	height: 60rem;
	width: 100%;
}

.contact-fluid .block-contacts {
	background-color: #0084ff;
	color: #fff;
	border-radius: 1.5rem;
	font-size: 1.6rem;
	padding: 5.4rem 5.8rem 4.1rem;
	margin-top: 6.4rem;
	margin-bottom: 2.1rem;
}

.contact-fluid .block-contacts .e-mail {
	margin-bottom: 1.2rem;
}

.contact-fluid .block-contacts .address p {
    margin-bottom: 1.2rem;
    line-height: 2.4rem;
}

.contact-fluid .block-contacts .address p:last-child {
	margin-bottom: 0;
}

.contact-fluid .map-container {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0;
  overflow: hidden;
}


@media (min-width: 992px) {
	.contact-fluid .left-padding {
		padding-right:0.6rem;
	}

	.contact-fluid .right-padding {
		margin-left: -0.138297872340425%;
		*margin-left: -0.13191489361702%;
		padding-left:0.6rem;
	}

	.contact-fluid .right-padding:first-child {
		margin-left: -0.11063829787234%;
		*margin-left: -0.104255319148938%;
	}
}

@media (max-width: 531px) {
	.contact-fluid .header-block {
	    margin-bottom: 1.7rem;
	}

	.contact-info-block {
		padding-left: 25px;
    	padding-right: 25px;
	}
}

/*--------------------------------------------------------------
# contact no map
--------------------------------------------------------------*/
.contact-fluid.no-map {
	padding: 10.2rem 0 13.8rem;
}
.contact-fluid.no-map .header-block {
	margin-bottom: 8.7rem;
}
.contact-fluid.no-map form button[type="submit"] {
    margin-top: 0.4rem;
}
.contact-button {
	padding: 0;
}
@media (max-width: 769px) { 
	.contact-fluid.no-map {
		padding: 4rem 0 6rem;
	}
	.contact-fluid.no-map .header-block {
    	margin-bottom: 2.7rem;
	}
}

@media (max-width: 480px) {
	.contact-info-block {
    	padding-left: 1.7rem;
    	padding-right: 1.9rem;
	}

}
/*--------------------------------------------------------------
# Counter
--------------------------------------------------------------*/
.counter-block {
	padding: 5.03rem 0;
}
.counter-block .next-row:last-child {
	float: none;
}

.counter-item {
	margin: 6.97rem 0;
    text-align: center;
    line-height: 1.1;
}

.counter-icon,
.counter-title {
	color: #999;
}

.counter-icon {
	font-size: 5rem;
}

.counter-count span {
	font-size: 5rem;
	font-family: "OpenSans-Bold", sans-serif;
	color: #484848;
}

.counter-title {
	text-transform: uppercase;
	font-family: "OpenSans-Light", sans-serif;
	margin-bottom: .5rem;
}

/*--------------------------------------------------------------
# Counter circle
--------------------------------------------------------------*/
.progressbar-block-circle.counter-circle .progress-precents {
    color: #484848;
}

.progressbar-block-circle .progressbar-text {
	position: absolute !important;
    left: 50% !important;
    top: 20% !important;
    padding: 0px !important;
    margin: 0px !important;
    transform: none !important;
    color: rgb(147, 148, 151) !important;
    width: 220px !important;
    margin-left: -110px !important;
}

.progressbar-block-circle .progress-precents {
	top: 0 !important;
}

.progressbar-block-circle .progress-title {
    top: 0 !important;
}
/*--------------------------------------------------------------
# Download block
--------------------------------------------------------------*/
.download-block {
    padding-top: 10.5rem;
    padding-bottom: 14rem;
}
.download-block h1,
.download-block h6 {
    text-align: center;
}
.download-block h1 {
    text-transform: uppercase;
}
.download-block iframe {
    border: 0;
    overflow: hidden;
}
.download-block h6 {
    font-size: 1.8rem;
    color: #484848;
    font-family: "OpenSans-Regular", sans-serif;
    font-weight: normal;
}
.download-block .btn-action {
    margin-top: 2rem;
    width: 100%;
}
.download-block .btn-action.disabled {
    pointer-events: none;
}
.download-block .box-wrap {
    padding-left: 5.7rem;
    margin-bottom: 8.1rem;
    overflow: hidden;
}
.download-block .box-wrap li {
    width: 31.2rem;
    float: left;
    margin-right: 4.0rem;
    margin-top: 4.7rem;
}
.download-block .box-wrap .release {
    background: #0084ff;
}
.download-block .box-wrap .comingsoon {
    background: #d0d0d0;
}
.download-block .box-wrap .block-image {
    text-align: center;
    width: 31.2rem;
    height: 24.4rem;
    line-height: 24.4rem;
    border-radius: 1.5rem;
}
.download-block .box-wrap .block-image img {
    vertical-align: middle;
}

.download-block .github-sourse {
    text-align: center;
}
.download-block .github-sourse h3 {
    text-transform: uppercase;
    font-size: 5rem;
    margin-bottom: 51px;
}
.download-block .github-sourse .github-logo img {
    margin-right: 3.2rem;
    margin-top: 0.8rem;
}

@media (max-width: 768px) { 
    .download-block .box-wrap {
        padding-left: 1.7rem;
    }
    .download-block .box-wrap li {
        margin-right: 3rem;
    }
    .download-block .box-wrap li:nth-child(even){
        margin-right: 0;
    }
}
@media (max-width: 541px) { 
        
    .download-block {
         padding-top: 3.9rem;
         padding-bottom: 7rem;
    }
    .download-block .box-wrap {
        padding-left: 2rem;
        margin-bottom: 0;
    }
    .download-block h6 {
        text-align: left;
        padding-left: 18px;
    }
    .download-block .box-wrap li {
        float: none;
        width: 100%;
        padding-right: 20px;
    }

    .download-block .box-wrap .block-image {
        width: 100%;
    }
    .download-block .btn-action {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .download-block .github-sourse h3 {
        font-size: 3.6rem;
        text-align: left;
        padding-left: 1.9rem;
        margin-top: 0.5rem;
        margin-bottom: 28px;
    }

    .download-block .github-star,
    .download-block .github-fork {
        float: right;
        margin-bottom: .8rem;
    }
    .download-block .github-fork {
        margin-right: 2px;
    }
    .download-block .github-logo {
        float: left;
        margin-left: 21px;
        width: 63px;
        margin-top: -9px;
    }
    .download-block .github-sourse .github-logo img {
        margin-right: 0;
    }
}

@media only screen and (min-device-width : 768px)  and (max-device-width : 1024px) and (orientation : landscape) {
    .download-block .box-wrap {
        padding-left: 18px;
    } 
    .download-block .box-wrap .clearfix {
        display: none;
    }
    .download-block .box-wrap li {
        width: 27.2rem;
    }
    .download-block .box-wrap li:nth-child(3n) {
        margin-right: 0 !important;
    }
    .download-block .box-wrap li a {
        padding: 2.4rem 0;
    }
    .download-block .box-wrap .block-image {
        width: 27.2rem;
    }
}


/*--------------------------------------------------------------
# Faq accordion
--------------------------------------------------------------*/
.faq-accordion {
	padding: 14.0rem 0;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative;
}

.faq-accordion .background-block {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background-repeat: no-repeat;
    background-size: cover;
}

.faq-accordion .background-block.parallax {
	width: 100vw;
	height: 100vh;
}

.faq-accordion .header-block {
	text-align: center;
	color: #fff;
    margin: 1.7rem 0 5.22rem;
}

.faq-accordion.action-overlay {
  position: relative;
}

.faq-accordion.action-overlay:before{
  position: absolute;
  content:" ";
  top:0;
  left:0;
  width:100%;
  height:100%;
  display: block;
  z-index:0;
  background-color: rgba(0,0,0,0.4);
}

.faq-accordion .accordion-toggle,
.faq-accordion .accordion-toggle:focus  {
	outline: none;
}

.faq-accordion .panel-title {
	font-family: 'OpenSans-Semibold';
	font-size: 1.8rem;
	margin-left: 5.6rem;
	margin-right: 6.5rem;
	padding: 0.3rem 0;
}

.faq-accordion .panel {
	margin-bottom: 0.5rem;
}

.faq-accordion .panel-heading[aria-expanded="false"] .indicator {
	margin-top: -3.3rem;
	top: 50%;
}

/* Blue */
.faq-accordion .blue .panel-heading {
	cursor: pointer;
	position: relative;
	border: solid 0.2rem #ffffff;
	background-color: #0084ff;
   	border-top-left-radius: 10rem;
    border-top-right-radius: 10rem;
   	border-bottom-left-radius: 10rem;
    border-bottom-right-radius: 10rem;
}

.faq-accordion .blue .panel-heading[aria-expanded="true"] {
    background-color: #dbdbdb;
    margin-top: 1rem;
   	border-top-left-radius: 4rem;
    border-top-right-radius: 4rem;
   	border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.faq-accordion .blue .panel-heading[aria-expanded="true"] .panel-title a {
	color: #484848;
}


.faq-accordion .blue .panel-title a {
	color: #fff;
	text-decoration: none;
}


.faq-accordion .blue .panel-collapse {
	overflow: hidden;
	background-color: #fff;
	margin-bottom: 1rem;
   	border-bottom-left-radius: 4rem;
    border-bottom-right-radius: 4rem;
}

.faq-accordion .blue .indicator {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
    height: 6.6rem;
    width: 6.6rem;
	border-radius: 10rem;
	background: transparent url(../images/plus.png) no-repeat center center;
}

.faq-accordion .blue .indicator:hover {
	background-color: #0062be;
}

.faq-accordion .blue .panel-heading[aria-expanded="true"] .indicator {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
    height: 100%;
    width: 6.6rem;
	border-radius: 0 4rem 0 0;
	background: #adadad url(../images/minus_black.png) no-repeat center center;
}

.faq-accordion .blue .panel-heading[aria-expanded="true"] .indicator:hover {
	background-color: #adadad;
}

/* Grey */
.faq-accordion .grey .panel-heading {
	cursor: pointer;
	position: relative;
	border: solid 0.2rem #ffffff;
	background-color: #dbdbdb;
   	border-top-left-radius: 10rem;
    border-top-right-radius: 10rem;
   	border-bottom-left-radius: 10rem;
    border-bottom-right-radius: 10rem;
}

.faq-accordion .grey .panel-heading[aria-expanded="true"] {
    background-color: #0085ff;
    margin-top: 1rem;
   	border-top-left-radius: 4rem;
    border-top-right-radius: 4rem;
   	border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.faq-accordion .grey .panel-heading[aria-expanded="true"] .panel-title a {
	color: #fff;
}


.faq-accordion .grey .panel-title a {
	color: #484848;
	text-decoration: none;
}


.faq-accordion .grey .panel-collapse {
	overflow: hidden;
	background-color: #fff;
	margin-bottom: 1rem;
   	border-bottom-left-radius: 4rem;
    border-bottom-right-radius: 4rem;
}

.faq-accordion .grey .indicator {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
    height: 6.6rem;
    width: 6.6rem;
	border-radius: 10rem;
	background: transparent url(../images/plus.png) no-repeat center center;
}

.faq-accordion .grey .indicator:hover {
	background-color: #0062be;
}

.faq-accordion .grey .panel-heading[aria-expanded="true"] .indicator {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
    height: 6.6rem;
    width: 6.6rem;
	border-radius: 0 4rem 0 0;
	background: #0085ff url(../images/minus_white.png) no-repeat center center;
}

/* Transparent */
.faq-accordion .transparent .panel-heading {
	cursor: pointer;
	position: relative;
	border: solid 0.2rem #ffffff;
	background-color: transparent;
   	border-top-left-radius: 10rem;
    border-top-right-radius: 10rem;
   	border-bottom-left-radius: 10rem;
    border-bottom-right-radius: 10rem;
}

.faq-accordion .transparent .panel-heading[aria-expanded="true"] {
    background-color: #0085ff;
    margin-top: 1rem;
   	border-top-left-radius: 4rem;
    border-top-right-radius: 4rem;
   	border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.faq-accordion .transparent .panel-heading[aria-expanded="true"] .panel-title a {
	color: #fff;
}


.faq-accordion .transparent .panel-title a {
	color: #fff;
	text-decoration: none;
}


.faq-accordion .transparent .panel-collapse {
	overflow: hidden;
	background-color: #fff;
	margin-bottom: 1rem;
   	border-bottom-left-radius: 4rem;
    border-bottom-right-radius: 4rem;
}

.faq-accordion .transparent .indicator {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
    height: 6.6rem;
    width: 6.6rem;
	border-radius: 10rem;
	background: transparent url(../images/plus.png) no-repeat center center;
}

.faq-accordion .transparent .indicator:hover {
	background-color: #0062be;
}

.faq-accordion .transparent .panel-heading[aria-expanded="true"] .indicator {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
    height: 6.6rem;
    width: 6.6rem;
	border-radius: 0 4rem 0 0;
	background: #0085ff url(../images/minus_white.png) no-repeat center center;
}

.faq-accordion .panel-body {
	padding: 5.9rem;
}
/*--------------------------------------------------------------
# Faq list
--------------------------------------------------------------*/
.faq-list {
	padding: 7.2rem 0 16.9rem;
}

.faq-list .header-block {
	text-align: center;
    margin: 1.7rem 0 6.8rem;
}

.faq-list .count {
	color: #0085ff;
	font-size: 5rem;
	font-family: 'OpenSans-Bold';
	padding-bottom: 0.1rem;
}

.faq-list h4 {
	line-height: 4.9rem;
}

.faq-list .content {
	padding-top: 2rem;
}

.faq-list .item {
	margin-bottom: 4.2rem;
}

.faq-list .border-left-line:before {
	 background: #c8c8c8;
	 bottom: 4.6rem;
	 content: " ";
	 left: -3rem;
	 position: absolute;
	 width: 1px;
	 top: 3.4rem;
}
/*--------------------------------------------------------------
# gallery pop up
--------------------------------------------------------------*/
.gallery-popup {
	padding: 7.7rem 0;
}

.gallery-popup .header-block {
	text-align: center;
	margin-bottom: 8.9rem;
}

.gallery-popup .thumb {
	padding: 0;
	position: relative;
	padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.gallery-popup .thumbnail {
    display: block;
    margin-bottom: 1.4rem;
    line-height: 1.42857143;
}

.gallery-popup .caption {
	position:absolute;
    bottom:1.4rem;
    left:0.8rem;
    background:rgba(0, 54, 75, 0.85);
    width: calc(100% - 1.5rem);
    height: 36.5%;
    padding: 3.3rem 3.4rem 3.4rem 3.4rem;
    display: none;
    text-align: left;
    color:#fff;
    z-index:2;
    font-size: 2rem;
    font-family: 'OpenSans-Bold';
}

@media (max-width: 117.0rem) {
	.gallery-popup .caption {
		padding: 2.3rem 2.4rem 2.4rem 2.4rem;
    }    
}

/* Landscape phones and down */
@media (max-width: 48rem) {
    .gallery-popup .caption {
        padding: 1.3rem 1.4rem 1.4rem 1.4rem;
        line-height: 1.4rem;
        font-size: 1.1rem;
    }

    .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
        top: -3.5rem;
        right: 0;
    }
}
/*--------------------------------------------------------------
# gallery pop up
--------------------------------------------------------------*/
.gallery-scroll {
    position: relative;
    padding-top: 7.7rem;
    padding-bottom: 7.7rem;
}
.gallery-scroll .col-lg-6 {
    padding: 0;
}
.gallery-scroll .header-block {
	text-align: center;
	margin-bottom: 8.9rem;
}
.gallery-scroll .thumbnail {
    display: block;
    margin-bottom: 0.5rem;
}
.gallery-scroll .thumb span {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom : 100%;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover; 
}
.gallery-scroll .thumb {
    padding: 0;
}
@media (max-width: 1170px) {
	.gallery-scroll .caption {
		padding: 2.3rem 2.4rem 2.4rem 2.4rem;
    }
}
@media (max-width: 37.5rem) {
	.gallery-scroll .caption {
		padding: 1.3rem 1.4rem 1.4rem 1.4rem;
		line-height: 1.4rem;
    	font-size: 1.1rem;
    }
}
.gallery-scroll-mobile .row-gallery {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
}
.gallery-scroll-mobile .header-block {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 8.9rem;
}
.gallery-scroll-mobile .container-fluid {
    padding: 0;
}
.gallery-scroll-mobile .thumb {
    padding: 0;
}
.gallery-scroll-mobile .thumb {
    box-sizing: border-box;
    border: .25rem solid #fff;
    transition: all .4s;
}
.gallery-scroll-mobile .thumb img {
    width: 100%;
}
.gallery-scroll-mobile .thumb span {
    cursor: pointer;
}
.gallery-scroll .img-responsive {
    width: 100%;
}
@media (min-width: 992px) {
    .gallery-scroll-mobile .thumb.active {
        width: 50% !important;
    }

    .gallery-scroll-mobile .thumb.right.active {
        float: right !important;
    }
}
@media (max-width: 991px) {
    .gallery-scroll-mobile .thumb.active {
        width: 100%;
    }
}
/*--------------------------------------------------------------
# gallery zoom
--------------------------------------------------------------*/
.gallery-zoom {
    padding: 8.2rem 0 12rem 0;
}

.gallery-zoom .gallery {
    margin-left: -0.2rem;
    margin-right: -0.2rem;
}

.gallery-zoom .container-fluid {
    overflow: hidden;
}

.gallery-zoom .header-block {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 8.9rem;
}

.gallery-zoom .thumb {
    padding: 0;
    box-sizing: border-box;
    border: .25rem solid #fff;
    transition: all .4s;
}

.gallery-zoom .thumb img {
    width: 100%;
}

@media (min-width: 992px) {
    .gallery-zoom .thumb.active {
        width: 50% !important;
    }

    .gallery-zoom .thumb.right.active {
        float: right !important;
    }
}

@media (max-width: 991px) {
    .gallery-zoom .thumb.active {
        width: 100%;
    }
}


/*--------------------------------------------------------------
# Header block
--------------------------------------------------------------*/
.header-block-wrap {
	padding-top: 6.5rem;
}
.header-block-wrap p {
	text-align: center;
}
.header-block-wrap .btn-header-wrap {
	margin-top: 9rem;
	margin-bottom: 13.9rem;
}

.header-block-wrap .btn-header-wrap .btn {
	margin-right: 13rem;
}

.header-block-wrap .btn-header-wrap .btn:last-child {
	margin-right: 0;
}

.header-block-wrap h1 {
	text-align: center;
	text-transform: uppercase;
}

@media (max-width: 978px) {
	.header-block-wrap .btn-header-wrap .btn {
		padding-left: 3rem;
		padding-right: 3rem;
		margin-right: 2rem;
	}
}


/*--------------------------------------------------------------
# Header big bg block 
--------------------------------------------------------------*/
.header-big-bg {
	overflow: hidden;
	position: relative;
    padding-top: 32.3rem;
    padding-bottom: 14.1rem;
}

.header-big-bg .background-block {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background-repeat: no-repeat;
    background-size: cover;
}

.header-big-bg .background-block.parallax {
	width: 100vw;
	height: 100vh;
}

.header-big-bg .header-block {
	color: #fff;
}

.header-big-bg .btn-header-wrap {
    margin-top: 8.6rem;
}

@media (max-width: 531px) {
	.header-big-bg {
	    padding-top: 10.8rem;
	    padding-bottom: 0;
	}
}
/*--------------------------------------------------------------
# Header no bg block
--------------------------------------------------------------*/
.header-no-bg {
	padding-top: 21.6rem;
	padding-bottom: 14.0rem;
}

@media (max-width: 531px) {
    .header-no-bg {
    	padding-top: 10.8rem;
    	padding-bottom: 0;
    }
}


/*--------------------------------------------------------------
# Header small bg block 
--------------------------------------------------------------*/
.header-small-bg {
	position: relative;
	overflow: hidden;
    padding-top: 21.2rem;
    padding-bottom: 12.5rem;
}

.header-small-bg .background-block {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background-repeat: no-repeat;
    background-size: cover;
}

.header-small-bg .background-block.parallax {
	width: 100vw;
	height: 100vh;
}

.header-small-bg h1,
.header-small-bg p{
	color: #fff;
}

.header-small-bg h1 {
    margin-bottom: 3.9rem;
}

@media (max-width: 531px) {
	.header-small-bg {
	    padding-top: 10.8rem;
	    padding-bottom: 10.8rem;
	}
}

/*--------------------------------------------------------------
# Iconbox
--------------------------------------------------------------*/
.iconbox-block {
    padding-top: 10.5rem;
    padding-bottom: 9.8rem;
}

.icon-box-wrap,
.iconbox-block h1 {
    text-align: center;
}
.iconbox-block h1 {
	margin-bottom: 7.4rem;
}

.iconbox-block h1,
.iconbox-block h5 {
    text-transform: uppercase;
}

.iconbox-block p {
    font-size: 1.5rem;
    line-height: 3rem;
}

.iconbox-block h5,
.iconbox-block p {
    color: #898989;
}

.iconbox-block h5 {
    margin-top: 0rem;
    margin-bottom: 2rem;
}

.iconbox-block .icon {
    text-align: center;
    color: #cccfd3;
    font-size: 3.5rem;
}

.iconbox-block .clearfix {
    margin-bottom: 3.5rem;
}


/*--------------------------------------------------------------
# Iconbox no header
--------------------------------------------------------------*/
.iconbox-block.no-header {
    padding-top: 14.8rem;
    padding-bottom: 13.1rem;
}

@media (max-width: 531px) {
    .iconbox-block.no-header {
        padding-top: 5.8rem;
        padding-bottom: 2.8rem;
    }
}

/*--------------------------------------------------------------
# Iconbox no icon
--------------------------------------------------------------*/
.iconbox-block.no-icon {
	padding-top: 16.1rem;
	padding-bottom: 10.6rem;
}

.iconbox-block.no-icon .clearfix {
    margin-bottom: 1.7rem;
}

.iconbox-block.no-icon h5 {
    margin-top: 0rem;
    margin-bottom: 2.1rem; 
}

@media (max-width: 768px) { 
	.iconbox-block.no-icon .icon-box-wrap,
	.iconbox-block.no-icon h1 {
	    text-align: left;
	}
	.iconbox-block p {
		text-align: left;
		padding-left: 2rem;
		padding-right: 1rem;
	}
	.iconbox-block.no-icon h5 { 
		padding-left: 2rem;
    	padding-right: 1rem;
	}
}

.header-block-bg-video {
	position: relative;
	text-align: center;
	background-size: cover !important;
	overflow: hidden;
}

.header-block-bg-video .container {
 	height: 100%;
 	width: 100%;
    z-index: 999;
}

.header-block-bg-video .container .row {
	position: relative;
}

.bg-video-title h1 {
	color: #fff;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
    line-height: 7.1rem;
}

.bg-video-title {
	margin-top: 4.8rem;
}

.bg-video-text {
	margin-top: 3.6rem;
    color: #fff;
}

.header-block-bg-video .btn-header-wrap {
	margin-top: 2.3rem;
}

.header-block-bg-video .btn {
	width: 259px;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
}

.header-block-bg-video .btn:hover {
	border-color: #fff;
	color: #fff;
}

.header-block-bg-video .btn1 {
	margin-left: 14rem;
}

.custom-video-wrapper {
	display: block;
	height: 150%;
	width: auto;
	position: absolute;
	left: 0;
	top: -100px;
	z-index: -99999999;
}

.custom-video-wrapper-overlay {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: .3;
    z-index: -1;
}

@media (max-width: 1024px) {
	.custom-video-wrapper {
		display: none;
	}

	.header-block-bg-video {
     	padding: 10.8rem 0 12.5rem;
     	height: 100vh;
 	}

	.bg-video-logo {
		display: none;
	}

	.bg-video-title {
		margin-top: 0;
	}

	.header-block-bg-video .btn1 {
		margin-left: 0rem;
	}

	.header-block-bg-video .btn {
	    padding: 2.2rem 3.5rem;
	}

}

@media (min-width: 1025px) {
	.header-block-bg-video {
		height: 100vh;
		background-image: none!important;
	}
}

@media (max-width: 578px) {
	.header-block-bg-video {
		text-align: left;
	}
	.header-block-bg-video .btn {
		margin-top: 1rem;
	}

	.header-block-bg-video .btn-header-wrap .btn:first-child {
		margin-top: 0;
	}

	.header-block-bg-video .container .row {
		height: 100% !important;
	}

	.bg-video-text {
	    margin-top: 1.6rem;
	    color: #fff;
	    padding-left: 35px;
	    padding-right: 21px;
	}

	.header-block-bg-video {
    	padding: 11.2rem 0 6.3rem;
	}

	.header-block-bg-video .btn-header-wrap {
    	margin-top: 5.3rem;
	}

	.header-block-bg-video .btn-header-wrap > a {
		float: none !Important;
	}
}

@media (max-width: 768px) {
	.header-block-bg-video .header-block {
		text-align: left;
	    padding-left: 3.6rem;
	    line-height: 5.5rem;
	}

	.header-block-bg-video .bg-video-text {
		text-align: left;
		padding-left: 3.6rem;
	}

	.header-block-bg-video .btn-header-wrap > a:nth-child(1) {
		float: left;
	}

	.header-block-bg-video .btn-header-wrap > a:nth-child(2) {
		float: right;
	}
}

@media (max-width: 680px) {
	.header-block-bg-video {
		height: auto;
	}

	.header-block-bg-video .btn-header-wrap > a:nth-child(2) {
		float: none;
	}
}
/*Safari 9+ style*/
_::-webkit-:not(:root:root), .custom-video-wrapper {
	z-index: -9;
}
_::-webkit-:not(:root:root), .custom-video-wrapper-overlay {
	z-index: 0;
}
_::-webkit-:not(:root:root), .header-block-bg-video .container .row{
	z-index: 1;
}
/*--------------------------------------------------------------
# landing mac
--------------------------------------------------------------*/
.landing-mac {
	padding-top: 10.2rem;
	padding-bottom: 13.8rem;
}

.landing-mac .header-block {
	text-align: center;
	text-transform: uppercase;
}

.landing-mac .mac-container {
	margin-top: 3.3rem;
	width: 117.2rem;
	height: 67.6rem;
	background: url('../blocks/landing_mac/assets/img/mac.png') center center no-repeat;
}

.landing-mac .inner-mac-container {
	width: 87.9rem;
	height: 54.9rem;
	position: relative;
    top: 4.9rem;
    left: 14.8rem;
    background-size: cover !important;
    background-color: #000; 
}

.landing-mac video {
	width: 100%;
    height: 100%;
}

@media (max-width: 1279px) {
	.landing-mac .main-block {
		margin-top: 3.3rem;
	}
	
	.landing-mac .mac-container {
		width: 78rem;
    	height: 45.6rem;
	    background-size: cover;
	    margin: auto;
	}

	.landing-mac .inner-mac-container {
		width: 59.4rem;
	    height: 37.1rem;
	    top: 3.3rem;
	    left: 9.4rem;
	}
}

@media (max-width: 991px) {
	.landing-mac .mac-container {
		width: 100%;
		background: none;
	}

	.landing-mac .inner-mac-container {
		width: 100%;
	    background-size: contain !important;
	    margin: auto;
	    top: 0;
	    left: 0;
	}
}

@media (max-width: 531px) {
	.landing-mac .mac-container {
		display: inline;
	}
	.landing-mac {
		padding-top: 3.9rem;
		padding-bottom: 7rem;
	}
}
/*--------------------------------------------------------------
# landing photo
--------------------------------------------------------------*/
.landing-photo {
	position: relative;
	overflow: hidden;
	padding-top: 8.6rem;
	padding-bottom: 13.8rem;
}

.landing-photo .background-block {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background-repeat: no-repeat;
    background-size: cover;
}

.landing-photo .background-block.parallax {
	width: 100vw;
	height: 100vh;
}

.landing-photo .header-block {
	text-align: center;
	text-transform: uppercase;
	line-height: 7.1rem;
	color: #fff;
}

.landing-photo .photo-container {
	margin-top: 3.3rem;
	margin-left: auto;
	margin-right: auto;
	/*width: 117.2rem;*/
	/*height: 73.6rem;*/
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
}

.landing-photo .btn-container {
	text-align: center;
	margin-top: 11.2rem;
}

.landing-photo .read-more-btn {
	padding: 2.5rem 7.5rem;
}

@media (max-width: 1279px) {
	.landing-photo .photo-container {
		width: 78rem;
    	height: 45.6rem;
	    background-size: cover;
	    margin-left: auto;
	    margin-right: auto;
	}
}

@media (max-width: 991px) {
	.landing-photo .photo-container {
		width: 100%;
	}
}

@media (max-width: 531px) {
	.landing-photo .photo-container {
		display: inline;
	}
	.landing-photo { 
		padding-top: 3.7rem;
    	padding-bottom: 5.9rem;
	}

	.landing-photo .read-more-btn {
		width: 25.9rem;
		padding: 2.5rem 3.5rem;
	}
	.landing-photo .btn-container {
    	margin-top: 7.2rem;
	}
}
/*--------------------------------------------------------------
# Load more button
--------------------------------------------------------------*/
.load-more-button .features-read-more {
	text-align: center;
	padding-top: 7rem;
	padding-bottom: 7rem;
}
.load-more-button .features-read-more.white_row {
	background-color: #fff;
}
.load-more-button .features-read-more.gray_row {
	background-color: #efefef;
}
@media (max-width: 768px) {
	.video-features .features-read-more {
			margin-top: 2.4rem;
	}
}
/*--------------------------------------------------------------
# Progress bar circle
--------------------------------------------------------------*/
.progressbar-block {
	padding: 5.3rem 0;
}

.progressbar-block .progressbar-item {
	margin: 5.03rem 0;
	text-align: center;
	cursor: pointer;
}

.progressbar-block-circle .progress-main {
	width: 22.5rem;
    height: 22.5rem;
    margin: 0 auto;
}

.progressbar-block-circle .progressbar-text {
	width: 21.5rem;
	left: 0;
	transform: translate(0%, -50%);
	z-index: -1;
}

.progressbar-block-circle .progress-precents {
	position: relative;
    top: 21px;
    color: #484848;
	font-size: 5rem;
	font-family: "OpenSans-Bold", sans-serif;
}

.progressbar-block-circle .progress-title {
    position: relative;
    top: 8px;
	text-transform: uppercase;
	font-family: "OpenSans-Light", sans-serif;
	color: #999;
}
@media (max-width: 531px) { 
	.progressbar-block {
    	padding: 2.3rem 0;
	}
}

/*--------------------------------------------------------------
# Progress bar romb
--------------------------------------------------------------*/
.progressbar-block-romb .progressbar-item {
	margin-bottom: 10.06rem;
}

.progressbar-block-romb .progress-main {
	width: 24rem;
	height: 24rem;
	margin: 0 auto;
}

.progressbar-block-romb .progressbar-text {
	width: 11.2rem;
	left: 0;
	transform: translate(0%, -50%);
}

.progressbar-block-romb .progress-precents {
	display: inline-block;
	position: absolute;
	top: 8.1rem;
	left: 0;
	width: 100%;
	color: #484848;
	font-size: 5rem;
	font-family: "OpenSans-Bold", sans-serif;
	z-index: -1;
}
.progressbar-block-romb .progress-title {
	text-transform: uppercase;
	font-family: "OpenSans-Light", sans-serif;
	color: #999;
    margin-top: 0.4rem;
}

.progressbar-block-romb svg {
	height: 24rem;
	width: 24rem;
}
/*--------------------------------------------------------------
## Slider v1
--------------------------------------------------------------*/
.carousel-content {
    text-align: center;
}

.carousel-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.carousel-content .carousel-title,
.carousel-content .carousel-text {
    color: #fff;
}

.carousel-content .carousel-text {
    margin-top: 4.3rem;
}

.carousel-content .carousel-title {
    text-transform: uppercase;
}

.carousel-content .carousel-text a.btn {
    color: #fff;
    border-color: #fff;
}

.tmpl-carousel-basic .carousel-control {
    width: 10%;
}

.tmpl-carousel-basic .carousel-control.left {
    background: url('../images/slider_v1_arrow_left.png') center center no-repeat;
}

.tmpl-carousel-basic .carousel-control.right {
    background: url('../images/slider_v1_arrow_right.png') center center no-repeat;
}

@media (max-width: 1170px) {
    .carousel-content .carousel-title {
        font-size: 3rem;
    }
    .carousel-content .carousel-text {
        font-size: 1.4rem;
        line-height: 2.8rem
    }
}

@media (max-width: 970px) {
    .carousel-content .carousel-title {
        font-size: 2rem;
        margin: 0;
    }
    .carousel-content .carousel-text,
    .carousel-content .carousel-text p {
        font-size: 1.0rem;
        line-height: 2.0rem;
        margin: 0;
    }
    .carousel-content .carousel-text {
        margin-top: 1rem;
    }
}

@media (max-width: 750px) {
    .carousel-content .carousel-title {
        font-size: 1.5rem;
    }
    .carousel-content .carousel-text,
    .carousel-content .carousel-text p {
        font-size: 0.8rem;
        line-height: 1.2rem
    }
    .carousel-content .carousel-text {
        margin-top: 1rem;
    }
    .carousel-text a.btn {
        padding: 1.6rem 6.5rem;
        margin-bottom: .3rem;
    }
}

@media (max-width: 375px) {
    .carousel-content .carousel-title {
        font-size: 1.5rem;
        line-height: 1.6rem;
    }
    .carousel-text a.btn {
        padding: 0.2rem 2.5rem;
        margin-bottom: .3rem;
    }
    .tmpl-carousel-basic .carousel-control {
        width: 15%;
    }
}

/*--------------------------------------------------------------
## Slider v2
--------------------------------------------------------------*/
.carousel-indicators {
    margin-bottom: 3.4rem;
    bottom: 0;
}

.carousel-indicators li {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 0;
    border: none;
    background-color: #fff;
}

.carousel-indicators li.active {
    width: 1.5rem;
    height: 1.5rem;
    background-color: #9f9f9f; 
}

.tmpl-carousel-bullets .carousel-control {
    width: 10%;
}

.tmpl-carousel-bullets .carousel-control .arrow {
    display: inline-block;
    width: 9.2rem;
    height: 9.2rem;
    margin: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.tmpl-carousel-bullets .carousel-control {
    background: none;
    opacity: 1;
}

.tmpl-carousel-bullets .carousel-control.left .arrow {
    left: 0;
    background-color: #fff;
    background-image: url('../images/slider_v2_arrow_left.png');
    background-position: center center;
    background-repeat: no-repeat;
}

.tmpl-carousel-bullets .carousel-control.right .arrow {
    right: 0;
    background-color: #fff;
    background-image: url('../images/slider_v2_arrow_right.png');
    background-position: center center;
    background-repeat: no-repeat;
}

@media (max-width: 1170px) {
    .carousel-indicators {
        margin-bottom: 0.4rem;
    }

    .tmpl-carousel-bullets .carousel-control .arrow {
        opacity: .4;
    }
}

@media (max-width: 970px) {
    .tmpl-carousel-bullets .carousel-control .arrow {
        width: 4.6rem;
        height: 5.7rem;
    }
}

@media (max-width: 750px) {
    .carousel-indicators {
        display: none;
    }
}
/*--------------------------------------------------------------
# Social icon
--------------------------------------------------------------*/
.social-icon-block {
    padding-top: 4rem;
    padding-bottom: 6rem;
}
.social-icon-block .block-icons {
    margin-top: 3.8rem;
}

.social-icon-block.black-bg {
    background-color: #262b30;
}
.social-icon-block.black-bg h3 {
    color: #fff; 
}
.social-icon-block .social-icons {
    width: 40px;
    height: 40px;
    text-decoration: none;
    background-color: #b8b8b8;
    color: #fff;
    border-radius: 20px;
    position: relative;
    margin-left: 2px;
}
.social-icon-block.black-bg .social-icons {
    color: #262b30;
    background-color: #fff;
}
.social-icon-block .social-icons::before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}


/*--------------------------------------------------------------
# Subscribe form
--------------------------------------------------------------*/
.subscribe-block {
	padding-top: 27.8rem;
    padding-bottom: 27.8rem;
}
.subscribe-block form {
	max-width: 81.2rem;
	position: relative;
	margin: auto;
}

.subscribe-block form input[name='email'] {
	width: 96%;
}
.subscribe-block form input[type='submit'] {
	position: absolute;
	padding: 2.5rem 5.5rem;
    top: 0;
    right: 0;
    border-color: #0084ff;
}
.subscribe-block form input[type='submit']:hover {
	background-color: #0084ff;
	border-color: #fff !important;
	color: #fff;
}
.subscribe-block .subscribe-wrap-image {
	text-align: center;
	position: relative;
	max-width: 81.2rem;
    margin: auto;
    margin-bottom: 55px;
}
.subscribe-block .subscribe-wrap-image .subscribe-icon {
	text-align: center;
	max-width: 17.8rem;
	margin: auto;
	margin-top: -16px;
}
.subscribe-block .subscribe-wrap-image .subscribe-icon img {
	max-width: 17.8rem;
	max-height: 13rem;
	position: relative;
}

.subscribe-block .subscribe-wrap-image .comingsoon-title {
	
	display: inline-block;
	left: 0;
	top: 20px;
}

.subscribe-block .subscribe-wrap-image .follow-title {
	background-color: #0084ff;
	display: inline-block;
	right: 0;
}
.subscribe-block .subscribe-wrap-text {
	overflow: hidden;
	max-width: 81.2rem;
	margin: auto;
}
.subscribe-block .icon-red, 
.subscribe-block .icon-blue {
	text-transform: uppercase;
	font-size: 1.8rem;
	font-family: "OpenSans-Bold", sans-serif;
	padding: 2rem 2.7rem;
	color: #fff;
	border-radius: 12px;
	max-width: 50%;
}

.subscribe-block .icon-red {
	background-color: #ff0060;
	float: left;
	position: relative;
	margin-bottom: 1.6rem;
	margin-top: 5.2rem;
}

.subscribe-block .icon-red::after {
	content: url(../images/subscribe_red.png);
	display: block;
	width: 1.7rem;
	height: 1.7rem;
	position: absolute;
	bottom: -14px;
    right: 28px;
}
.subscribe-block .icon-blue {
	background-color: #0084ff;
	float: right;
	position: relative;
	margin-bottom: 1.6rem;
}
.subscribe-block .icon-blue::after {
	content: url(../images/subscribe_blue.png);
	display: block;
	width: 1.7rem;
	height: 1.7rem;
	position: absolute;
	bottom: -14px;
    left: 28px;
}
@media (max-width: 768px) {
	.subscribe-block {
	    padding-top: 14.8rem;
	    padding-bottom: 14rem;
	}
	
	.subscribe-block .icon-red, 
	.subscribe-block .icon-blue {
		max-width: 100%;
		float: none;
	}
	.subscribe-block .icon-blue {
		margin-bottom: 4.6rem;
	}
	.subscribe-block .icon-blue::after,
	.subscribe-block .icon-red::after {
		display: none;
	}
}

@media (max-width: 480px) {
	.subscribe-block form input[name='email'] {
		width: 100%;
	}
	.subscribe-block form input[type='submit'] {
		top: 8rem !important;
	}
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team-block {
	padding-top: 6.4rem;
    padding-bottom: 9.3rem;
}
.team-block h1 {
    margin-bottom: 2rem;
    text-align: center;
}
.progress-wrap {
	margin-top: 4.2rem;
	height: 4.7rem;
}

.team-wrap .team-img {
    width: 22.7rem;
    height: 22.7rem;
    border-radius: 11.35rem;
    border: 1.0rem solid #efefef;
    background-position: center;
    margin: auto;
    margin-top: 5.2rem;
}
.team-wrap .team-name {
	text-transform: uppercase;
    margin-top: 2.2rem;
    margin-bottom: .5rem;
}
.team-wrap .team-position {
	margin-bottom: 2.3rem;
    margin-top: 0rem;
}

.team-wrap .team-name,
.team-wrap .team-position {
	text-align: center;
}
.team-wrap .team-social {
	text-align: center;
	margin-bottom: 4.5rem;
}
.team-social .social-icons {
    width: 4.0rem;
    height: 4.0rem;
    text-decoration: none;
    background-color: #4b5169;
    color: #fff;
    border-radius: 2.0rem;
    position: relative;
    margin-left: 0.2rem;
    display: inline-block;
}
.team-social.black-bg .social-icons {
    color: #262b30;
    background-color: #fff;
}
.team-social .social-icons::before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -0.8rem;
    margin-left: -0.8rem;
}

.team-block .progress{
    height: 4.7rem;
    margin-bottom: 0.5rem;
    background-color: #e3e3e3;
    border-radius: 4rem;
    width: 75%;
    float: right;
    margin-top: 3.3rem;
}
.team-block .progress-bar {
	background-color: #b8babf;
	position: relative !important;
	overflow: visible !important;
	border-top-left-radius: 4rem;
	border-bottom-left-radius: 4rem;
}
.team-block .progress-wrap span{
	font-family: "OpenSans-Bold", sans-serif;
	font-size: 2rem;
	color: #b8babf;
	text-transform: uppercase;
}
.team-block .progress-bar::before {
	content: "";
    display: block;
    width: 2.0rem;
    height: 2.1rem;
    position: absolute;
    color: #b8babf;
    font-size: 2rem;
    width: 100%;
    top: -2.1rem;
    border-top: 0.2rem solid #e3e3e3;
    border-right: 0.2rem solid #e3e3e3;
}

.team-block .progress-bar.full-progress::before {
	width: 98.1%;
}

.team-block .progress-bar::after {
	content: "";
    display: block;
    width: 10.5rem;
    height: 2.1rem;
    position: absolute;
    color: #b8babf;
    font-size: 2rem;
    top: -2.1rem;
    left: -10.5rem;
    border-top: 0.2rem solid #e3e3e3;
    text-align: left;
    background-repeat: no-repeat;
    background-position: top -1.0rem left 0;
}

.team-block .point {
	display: block;
    width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    top: -2.8rem;
    left: -10.6rem;
    z-index: 2;
    background-image: url(../images/point.png);
}
.team-block .skill-wrap {
	display: block;
    width: 15%;
    float: left;
}

 @media screen and (max-width: 76.8rem) {
	.team-block .skill-wrap {
		display: block;
	    width: 100%;
	    float: left;
	}

	.team-block .progress {
		width: 85%;
	}

 }
/*--------------------------------------------------------------
# Team step
--------------------------------------------------------------*/
.team-block.step h1 {
    margin-bottom: 1.9rem;
} 
.team-block.step .progress-wrap {
    margin-top: 3.6rem;
}
.team-block.step .progress-wrap .progress-wrap {
    margin-top: 3.4rem;
}
.team-wrap .team-img{
    background-size: cover;
    background-repeat: no-repeat;
}
.team-wrap.step1 .team-img{
    width: 50.5rem;
    height: 51.5rem;
    border-radius: 30rem;
}
.team-wrap.step1 .team-name {
    font-size: 3rem;
    margin-top: 1.9rem;
    margin-bottom: .2rem;
}
.team-wrap.step1 .team-social {

}
.team-wrap.step2 .team-img{
    width: 32rem;
    height: 32rem;
    border-radius: 16rem;
    margin-top: 4.5rem;
}
.team-wrap.step2 .team-name {
    font-size: 3rem;
    margin-top: 1.6rem;
    margin-bottom: .2rem;
}
.team-wrap.step3 .team-img{
    width: 27.6rem;
    height: 27.6rem;
    border-radius: 15rem;
    margin-top: 4.7rem;
}
.team-wrap.step4 .team-img {
    margin-top: 5rem;
}
.team-wrap.step4 .team-name {
    margin-top: 1.9rem;
}
@media (max-width: 768px) {
    .team-wrap.step3 .team-img {
        width: 22rem;
        height: 22rem;
    }
}
@media (max-width: 375px) {
    .team-wrap.step1 .team-img {
        width: 30rem;
        height: 30rem;
    }   
}


/*--------------------------------------------------------------
# Team step vertical
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Team top bar
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team-block.vertical .progress-wrap {
	margin-top: 1.5rem;
	/*height: 42.5rem;*/
    position: relative;
    height: auto;
}
.team-block.vertical .progress {
    width: 4.7rem;
    float: none;
    margin-left: 5.7rem;
    height: 42.5rem;
}

.team-block.vertical .progress-bar {
	background-color: #b8babf;
    position: absolute !important;
	overflow: visible !important;
	border-bottom-right-radius: 2.2rem;
    border-bottom-left-radius: 2.2rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.team-block.vertical .progress-bar::before {
    content: "";
    display: block;
  /*  width: 2.0rem;*/
    height: 100%;
    position: absolute;
    font-size: 2rem;
    width: 2.4rem;
    top: 0px;
    border-top: 0.2rem solid #e3e3e3;
    border-left: 0.2rem solid #e3e3e3;
    border-right: 0;
    left: -24px;
}
.team-block.vertical .progress-bar:after {
    display: none;
}
.team-block.vertical .progress::after {
	    content: "";
    display: block;
    width: 2.4rem;
    height: 3.5rem;
    position: absolute;
    color: #b8babf;
    font-size: 2rem;
    top: 42.5rem;
    left: -2.4rem;
    border-left: 0.2rem solid #e3e3e3;
    border-top: 0;
    text-align: left;
    background-repeat: no-repeat;
    background-position: top -1.0rem left 0;
}

.team-block.vertical .point {
	display: block;
    width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    top: 47.7rem;
    left: 2.6rem;
    z-index: 9999;
    background-image: url(../images/point.png);
}
.team-block.vertical .skill-wrap {
	display: block;
    width: 100%;
    float: none;
    padding-left: 2.6rem;
    padding-top:  4.8rem;
}

 @media screen and (max-width: 76.8rem) {
	.team-block.vertical .skill-wrap {
	    float: none;
	}
 }
/*--------------------------------------------------------------
# Team vertical top bar
--------------------------------------------------------------*/
.team-block.vertical.top-bar .progress {
	margin-top: 4.2rem;
}

/*--------------------------------------------------------------
# landing photo
--------------------------------------------------------------*/
.landing-photo.technology::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0, 0.6);
}

.landing-photo.technology .background-block {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background-repeat: no-repeat;
    background-size: cover;
}
.landing-photo.technology .technology-image {
	margin-bottom: 30px;
}

.landing-photo.technology .header-block {
	margin-bottom: 44px;
}
/*--------------------------------------------------------------
# template carousel
--------------------------------------------------------------*/
.template-carousel {
    padding: 10.4rem 0 13.9rem 0;
}

.template-carousel .header-block {
    text-align: center;
    margin-bottom: 5.2rem;
    color: #fff;
    text-transform: uppercase;
}

.template-carousel .owl-nav,
.template-carousel .owl-nav .owl-prev,
.template-carousel .owl-nav .owl-next {
    position: absolute;
}

.template-carousel .owl-nav {
    width: 100%;
    top: 45%;
}

.template-carousel .owl-nav .owl-prev,
.template-carousel .owl-nav .owl-next {
    width: 2.6rem;
    height: 5.0rem;
}

.template-carousel .owl-nav .owl-prev,
.template-carousel .owl-nav .owl-prev:hover {
    left: -7.8rem;
    top: 0;
    background: transparent url(../images/video_carousel_arrow.png) no-repeat !important;
}

.template-carousel .owl-nav .owl-next,
.template-carousel .owl-nav .owl-next:hover {
    right: -7.8rem;
    top: 0;
    background: transparent url(../images/video_carousel_arrow.png) no-repeat !important;
    transform: rotate(180deg);
}
 .template-carousel .item-template {
    position: relative;
 }
 .template-carousel .item-template figure {
    margin: 0;
    background: #000;
 }
 .template-carousel .item-template figure img {
    opacity: 1;
    -webkit-transition: opacity.3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
 .template-carousel .item-template figure:hover img {
    opacity: .4;
}

/* Large desktop */
@media (min-width: 1200px) {
    .template-carousel .item-template {
        width: 37.4rem;
    }
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    .template-carousel {
        background-size: cover;
    }
    .template-carousel .owl-nav {
        width: auto;
        top: auto;
        right: 7.8rem;
        bottom: -0.7rem;
    }
    .template-carousel .owl-nav .owl-prev,
    .template-carousel .owl-nav .owl-next {
        width: 3rem;
        height: 3rem;
        transform: none;
    }
    .template-carousel .owl-nav .owl-prev {
        left: 0.2rem;
        background: transparent url(../images/prev.png) no-repeat !important;
    }
    .template-carousel .owl-nav .owl-next {
        background: transparent url(../images/next.png) no-repeat !important;
    }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
    .template-carousel {
        background-size: cover;
    }
    .template-carousel .item-template {
        height: 57.1rem;
    }
    .template-carousel .owl-nav {
        width: auto;
        top: auto;
        right: 7.8rem;
        bottom: -0.7rem;
    }
    .template-carousel .owl-nav .owl-prev,
    .template-carousel .owl-nav .owl-next {
        width: 3rem;
        height: 3rem;
        transform: none;
    }
    .template-carousel .owl-nav .owl-prev {
        left: 0.2rem;
        background: transparent url(../images/prev.png) no-repeat !important;
    }
    .template-carousel .owl-nav .owl-next {
        background: transparent url(../images/next.png) no-repeat !important;
    }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    .template-carousel {
        background-size: cover;
    }
    .template-carousel .owl-nav {
        width: auto;
        top: auto;
        right: 7.8rem;
        bottom: -0.7rem;
    }
    .template-carousel .owl-nav .owl-prev,
    .template-carousel .owl-nav .owl-next {
        width: 3rem;
        height: 3rem;
        transform: none;
    }
    .template-carousel .owl-nav .owl-prev {
        left: 0.2rem;
        background: transparent url(../images/prev.png) no-repeat !important;
    }
    .template-carousel .owl-nav .owl-next {
        background: transparent url(../images/next.png) no-repeat !important;
    }
}

@media (max-width: 531px) {
    .template-carousel {
        padding: 4rem 0 10.8rem 0;
    }
    .template-carousel .header-block {
        margin-bottom: 2.7rem;
    }
}

/* Landscape phones and down */
@media (max-width: 480px) {
    .template-carousel .item-template {
        /*height: 25.2rem;*/
    }
    .template-carousel .owl-nav {
        width: auto;
        top: auto;
        right: 7.8rem;
        bottom: -0.7rem;
    }
    .template-carousel .owl-nav .owl-prev,
    .template-carousel .owl-nav .owl-next {
        width: 3rem;
        height: 3rem;
        transform: none;
    }
    .template-carousel .owl-nav .owl-prev {
        left: 0.2rem;
        background: transparent url(../images/prev.png) no-repeat !important;
    }
    .template-carousel .owl-nav .owl-next {
        background: transparent url(../images/next.png) no-repeat !important;
    }
    .header-block {
        font-size: 4.6rem;
    }
}


/*--------------------------------------------------------------
# template carousel v2
--------------------------------------------------------------*/
.template-carousel-v2 {
    padding: 10.4rem 0 13.9rem 0;
}
.template-carousel-v2.ver-two {
    position: relative;
}
.template-carousel-v2.ver-two::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.6);
}
.template-carousel-v2 .header-block {
    text-align: center;
    margin-bottom: 5.2rem;
    color: #fff;
    text-transform: uppercase;
}

.template-carousel-v2 .owl-nav,
.template-carousel-v2 .owl-nav .owl-prev,
.template-carousel-v2 .owl-nav .owl-next {
    position: absolute;
}

.template-carousel-v2 .owl-nav {
    width: 100%;
    top: 45%;
}

.template-carousel-v2 .owl-nav .owl-prev,
.template-carousel-v2 .owl-nav .owl-next {
    width: 2.6rem;
    height: 5.0rem;
}

.template-carousel-v2.ver-two .owl-nav .owl-prev {
    left: -7.8rem;
    top: 0;
    background: transparent url(../images/video_carousel_arrow_v2.png) no-repeat !important;
}

.template-carousel-v2.ver-two .owl-nav .owl-next {
    right: -7.8rem;
    top: 0;
    background: transparent url(../images/video_carousel_arrow_v2.png) no-repeat !important;
    transform: rotate(180deg);
}
 .template-carousel-v2 .item-template {
    position: relative;
 }
 .template-carousel-v2.ver-two .item-template figure {
    margin: 0;
    background: #000;
    border: 3px solid #fff;
    border-radius: 3px;
 }
 .template-carousel-v2 .item-template figure img {
    opacity: 1;
    -webkit-transition: opacity.3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
 .template-carousel-v2 .item-template figure:hover img {
    opacity: .4;
}

/* Large desktop */
@media (min-width: 1200px) {
    .template-carousel-v2 .item-template {
        width: 36rem;
    }
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    .template-carousel-v2 {
        background-size: cover;
    }
    .template-carousel-v2 .owl-nav {
        width: auto;
        top: auto;
        right: 7.8rem;
        bottom: -0.7rem;
    }
    .template-carousel-v2.ver-two .owl-nav .owl-prev,
    .template-carousel-v2.ver-two .owl-nav .owl-next {
        width: 3rem;
        height: 3rem;
        transform: none;
    }
    .template-carousel-v2.ver-two .owl-nav .owl-prev {
        left: 0.2rem;
        background: transparent url(../images/prev.png) no-repeat !important;
    }
    .template-carousel-v2.ver-two .owl-nav .owl-next {
        background: transparent url(../images/next.png) no-repeat !important;
    }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
    .template-carousel-v2 {
        background-size: cover;
    }
    .template-carousel-v2 .owl-nav {
        width: auto;
        top: auto;
        right: 7.8rem;
        bottom: -0.7rem;
    }
    .template-carousel-v2.ver-two .owl-nav .owl-prev,
    .template-carousel-v2.ver-two .owl-nav .owl-next {
        width: 3rem;
        height: 3rem;
        transform: none;
    }
    .template-carousel-v2.ver-two .owl-nav .owl-prev {
        left: 0.2rem;
        background: transparent url(../images/prev.png) no-repeat !important;
    }
    .template-carousel-v2.ver-two .owl-nav .owl-next {
        background: transparent url(../images/next.png) no-repeat !important;
    }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    .template-carousel-v2 {
        background-size: cover;
    }
    .template-carousel-v2.ver-two .owl-nav {
        width: auto;
        top: auto;
        right: 7.8rem;
        bottom: -0.7rem;
    }
    .template-carousel-v2.ver-two .owl-nav .owl-prev,
    .template-carousel-v2.ver-two .owl-nav .owl-next {
        width: 3rem;
        height: 3rem;
        transform: none;
    }
    .template-carousel-v2.ver-two .owl-nav .owl-prev {
        left: 0.2rem;
        background: transparent url(../images/prev.png) no-repeat !important;
    }
    .template-carousel-v2.ver-two .owl-nav .owl-next {
        background: transparent url(../images/next.png) no-repeat !important;
    }
}

/* Landscape phones and down */
@media (max-width: 480px) {
    .template-carousel-v2.ver-two .owl-nav {
        width: auto;
        top: auto;
        right: 7.8rem;
        bottom: -0.7rem;
    }
    .template-carousel-v2.ver-two .owl-nav .owl-prev,
    .template-carousel-v2.ver-two .owl-nav .owl-next {
        width: 3rem;
        height: 3rem;
        transform: none;
    }
    .template-carousel-v2.ver-two .owl-nav .owl-prev {
        left: 0.2rem;
        background: transparent url(../images/prev.png) no-repeat !important;
    }
    .template-carousel-v2.ver-two .owl-nav .owl-next {
        background: transparent url(../images/next.png) no-repeat !important;
    }
    .header-block {
        font-size: 4.6rem;
    }
}
/*--------------------------------------------------------------
## Testimonial carousel 
--------------------------------------------------------------*/
.testimonial-block {
    padding-top: 8.5rem;
}
.testimonial-block.gray-bg {
    background-color: #efefef;
}
.testimonial-block .header-block {
    text-align: center;
    text-transform: uppercase;
}
.testimonial-carousel {
    margin-top: 6rem;
}
.testimonial-carousel .testimonial-img {
    width: 22.8rem;
    height: 22.8rem;
    border-radius: 11.35rem;
    border: 11px solid #efefef;
    background-position: center;
    float: left;
    margin-top: 1.9rem;
}

.testimonial-carousel .testimonial-content {
    float: right;
    width: 78.94736842105263%;
    padding-left: 0.8rem;
}
.testimonial-carousel .testimonial-content h4 {
    margin-bottom: 2.7rem;
}
.testimonial-carousel.owl-theme .owl-dots {
    text-align: center;
    margin-top: 7.4rem;
    margin-bottom: 11rem;
    margin-left: 1.1rem;
}
.testimonial-carousel.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    height: 22px;
    width: 22px;
    position: relative;
}
.testimonial-carousel.owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 0 7px;
    transition: all 0.3s;
}
.testimonial-carousel.owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 4px 0px 5px 0px;
    background: #d5d5d5;
    display: block;
    bottom: 0;
    position: absolute;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

.testimonial-carousel.owl-theme .owl-dots .owl-dot.active span {
    background: #9f9f9f;
    transition: all 0.3s;
}

@media (max-width: 1220px) {
    .testimonial-carousel .testimonial-content {
        width: 73.77049180327869%;
    }
}

@media (max-width: 1010px) {
    .testimonial-carousel .testimonial-img {
        margin: auto;
        float: none;
    }
    .testimonial-carousel .testimonial-content {
        width: 100%;
    }
    .testimonial-carousel .testimonial-content h4 {
        text-align: center;
    }
}
@media (max-width: 768px) {
    .testimonial-carousel {
        margin-top: 2.5rem;
    }
    .testimonial-carousel.owl-theme .owl-dots {
        margin-bottom: 5.9rem;
        margin-top: 2.4rem;
    }
    .testimonial-carousel .testimonial-content {
        padding-left: 1.9rem;
    }
    .testimonial-block {
        padding-top: 3.9rem;
    }
}

/*--------------------------------------------------------------
## Testimonial arrow carousel 
--------------------------------------------------------------*/
.testimonial-carousel-arrow {
    position: relative;
}
.testimonial-carousel.testimonial-carousel-center.testimonial-carousel-arrow {
    margin-top: 4.7rem;
}
.testimonial-carousel.testimonial-carousel-center.testimonial-carousel-arrow .testimonial-content {
    padding-left: 9.1rem;
    padding-right: 8.4rem;
}
.testimonial-carousel-arrow .owl-nav .owl-prev,
.testimonial-carousel-arrow .owl-nav .owl-prev:hover {
    left: -13px;
    top: 50%;
    background: transparent url(../images/carousel_arrow.png) no-repeat;
    margin-top: -57px;
}

.testimonial-carousel-arrow .owl-nav {
    width: 100%;
    top: 50%;
/*    margin-top: -50px;*/
}

.testimonial-carousel-arrow .owl-nav .owl-next,
.testimonial-carousel-arrow .owl-nav .owl-next:hover {
    right: -17px;
    top: 50%;
    background: transparent url(../images/video_carousel_arrow.png) no-repeat;
    transform: rotate(180deg);
    margin-top: -57px;
}

.testimonial-carousel-arrow .owl-nav .owl-prev,
.testimonial-carousel-arrow .owl-nav .owl-next {
    width: 26px;
    height: 50px;
}

.testimonial-carousel-arrow .owl-nav,
.testimonial-carousel-arrow .owl-nav .owl-prev,
.testimonial-carousel-arrow .owl-nav .owl-next {
    position: absolute;
}
.testimonial-carousel.testimonial-carousel-arrow.owl-theme .owl-dots {
    margin-top: 4rem;
}
@media (max-width: 768px) {
    .testimonial-carousel-arrow .owl-nav {
        display: none;
    }

    .testimonial-block.arrow .testimonial-carousel .testimonial-content h4 {
        text-align: left;
    } 

    .testimonial-carousel.testimonial-carousel-center.testimonial-carousel-arrow .testimonial-content {
        padding-left: 17px;
        padding-right: 2px;
        text-align: left;
    }

}

/*--------------------------------------------------------------
## Testimonial center carousel 
--------------------------------------------------------------*/
.testimonial-block .header-block {
    text-align: center;
    text-transform: uppercase;
}
.testimonial-carousel.testimonial-carousel-center {
	margin-top: 9rem;
}
.testimonial-carousel.testimonial-carousel-center .testimonial-content h4 {
	    margin-top: 1.4rem;
}
.testimonial-carousel.testimonial-carousel-center .owl-theme .owl-dots {
	margin-top: 10.9rem;
}
.testimonial-carousel.testimonial-carousel-center .testimonial-img {
    float: none;
    margin: auto;
}
.testimonial-carousel.testimonial-carousel-center .testimonial-content {
    float: none;
    width: 100%;
    text-align:left;
}
/*--------------------------------------------------------------
## Testimonial grid
--------------------------------------------------------------*/
.testimonial-block.grid {
    padding-bottom: 81px;
}
.testimonial-grid-item {
    overflow: hidden;
    margin-bottom: 35px;
}

.testimonial-grid-item .person {
    width: 10.7rem;
    height: 10.7rem;
    border: 2px solid #cbcbcb;
    border-radius: 2px;
    margin-top: 6px;
}
.testimonial-grid-item .testimonial-grid-item-text {
    margin-top: 6px;
}
.testimonial-grid-item .testimonial-grid-item-text p {
    color: #868686;
    font-style: italic;
    font-size: 1.6rem;
}
.testimonial-grid-item .testimonial-grid-item-text p:first-child {
    text-indent: 33px;
    position: relative;
}
.testimonial-grid-item .testimonial-grid-item-text p:first-child::before {
    content: url(../images/quote.png);
    position: absolute;
    display: block;
    width: 27px;
    height: 18px;
    top: 1px;
    left: -32px;
}
.testimonial-grid-item .title {
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "OpenSanse-Bold", sans-serif;
}
.testimonial-grid-item .company {
    font-family: "OpenSanse-Light", sans-serif;
    font-size: 1.6rem;
    color: #484848;
    font-style: italic;
    text-transform: uppercase;
    float: right;
}
.testimonial-grid-item dt {
    float: left;
}
.testimonial-grid-item dd {
    margin-left: 12.7rem;
}
@media (max-width: 800px) {
    .testimonial-grid-item {
        margin-left: 16px;
    }
}
@media (max-width: 480px) {
    .testimonial-grid-item {
        margin-left: 21px;
    }
    .testimonial-grid-item dt,
    .testimonial-grid-item .company{
        float: none;
    }
    .testimonial-grid-item dd {
        margin-left: 0;
    }
    .testimonial-grid-item .person {
        margin-bottom: 10px;
    }
}

/*--------------------------------------------------------------
# text
--------------------------------------------------------------*/
.text {
	padding: 12.2rem 0;
}

.text .header-block {
	text-align: center;
}
/*--------------------------------------------------------------
# text image left
--------------------------------------------------------------*/
.text-image-left {
	padding: 12.2rem 0;
}

.text-image-left .header-block {
	text-align: center;
}

/* Landscape phone to portrait tablet */
@media (max-width: 76.7rem) {
	.text-image-left .center-img {
		text-align: center;
	}
	.text-image-left .center-img img {
		float: none;
		margin-right: 0;
	}
}
/*--------------------------------------------------------------
# text image right
--------------------------------------------------------------*/
.text-image-right {
	padding: 12.2rem 0;
}

.text-image-right .header-block {
	text-align: center;
}

/* Landscape phone to portrait tablet */
@media (max-width: 76.7rem) {
	.text-image-right .center-img {
		text-align: center;
	}
	.text-image-right .center-img img {
		float: none;
		margin-left: 0;
	}
}
/*--------------------------------------------------------------
# video from center
--------------------------------------------------------------*/
.video {
	padding: 6.3rem 0;
}

.video .header-block {
	text-align: center;
    margin-bottom: 3.2rem;
}

.video .video-container {
    position: relative;
    overflow: hidden;
    height: 48.0rem;
    width: 100%;
    margin: 0 auto;
}

.video .video-container iframe, object, embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
/*--------------------------------------------------------------
# video full page
--------------------------------------------------------------*/
.video-carousel {
	padding: 6.3rem 0;
}

.video-carousel .header-block {
	text-align: center;
    margin-bottom: 3.2rem;
}

.video-carousel .owl-nav,
.video-carousel .owl-nav .owl-prev,
.video-carousel .owl-nav .owl-next {
    position: absolute;    
}


.video-carousel .owl-nav {
    width: 100%;
    top: 45%;
}

.video-carousel .owl-nav .owl-prev,
.video-carousel .owl-nav .owl-next {
    width: 2.6rem;
    height: 5.0rem;
}

.video-carousel .owl-nav .owl-prev,
.video-carousel .owl-nav .owl-prev:hover {
    left: -7.8rem;
    top: 0;
    background: transparent url(../images/video_carousel_arrow.png) no-repeat !important;
}

.video-carousel .owl-nav .owl-next,
.video-carousel .owl-nav .owl-next:hover {
    right: -7.8rem;
    top: 0;
    background: transparent url(../images/video_carousel_arrow.png) no-repeat !important;
    transform: rotate(180deg);
}

/* Large desktop */
@media (min-width: 120.0rem) {
    .video-carousel .item-video {
        height: 41.0rem;
    }
}
/* Landscape tablets and medium desktops */
@media (min-width: 99.2rem) and (max-width: 119.9rem) {
    .video-carousel .item-video {
        height: 40.2rem;
    }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 76.8rem) and (max-width: 99.1rem) {
    .video-carousel .item-video {
        height: 57.1rem;
    }

    .video-carousel .owl-nav {
        width: auto;
        top: auto;
        right: 7.8rem;
        bottom: -0.7rem;
    }

    .video-carousel .owl-nav .owl-prev,
    .video-carousel .owl-nav .owl-next {
        width: 3rem;
        height: 3rem;
        transform: none;
    }

    .video-carousel .owl-nav .owl-prev,
    .video-carousel .owl-nav .owl-prev:hover {
        left: 0.2rem;
        background: transparent url(../images/prev.png) no-repeat !important;
    }

    .video-carousel .owl-nav .owl-next,
    .video-carousel .owl-nav .owl-next:hover {
        background: transparent url(../images/next.png) no-repeat !important;
        transform: rotate(0deg);
    }
}
/* Landscape phone to portrait tablet */
@media (max-width: 76.7rem) {
    .video-carousel .item-video {
        height: 47.1rem;
    }

    .video-carousel .owl-nav {
        width: auto;
        top: auto;
        right: 7.8rem;
        bottom: -0.7rem;
    }

    .video-carousel .owl-nav .owl-prev,
    .video-carousel .owl-nav .owl-next {
        width: 3rem;
        height: 3rem;
        transform: none;
    }

    .video-carousel .owl-nav .owl-prev,
    .video-carousel .owl-nav .owl-prev:hover {
        left: 0.2rem;
        background: transparent url(../images/prev.png) no-repeat !important;
    }

    .video-carousel .owl-nav .owl-next,
    .video-carousel .owl-nav .owl-next:hover {
        background: transparent url(../images/next.png) no-repeat !important;
    }
}
/* Landscape phones and down */
@media (max-width: 48rem) {
    .video-carousel .item-video {
        height: 25.2rem;
    }

    .video-carousel .owl-nav {
        width: auto;
        top: auto;
        right: 7.8rem;
        bottom: -0.7rem;
    }

    .video-carousel .owl-nav .owl-prev,
    .video-carousel .owl-nav .owl-next {
        width: 3rem;
        height: 3rem;
    }

    .video-carousel .owl-nav .owl-prev,
    .video-carousel .owl-nav .owl-prev:hover {
        left: 0.2rem;
        background: transparent url(../images/prev.png) no-repeat !important;
        transform: none;
    }

    .video-carousel .owl-nav .owl-next,
    .video-carousel .owl-nav .owl-next:hover {
        background: transparent url(../images/next.png) no-repeat !important;
        transform: none;
    }
}
/*--------------------------------------------------------------
# video features new
--------------------------------------------------------------*/
.video-features {
    padding-top: 8.5rem;
    padding-bottom: 1.6rem;
}

.video-features .header-block {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 12rem;
}
.video-features .video-element {
   	width: 100%;
    height: 100%;
    border-radius: 0.7rem;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    margin-bottom: -6px;
}
.video-features .video-col {
	padding-left: 0;
	padding-right: 0;
}
.video-features .video-col.level-two .media-video-container {
	margin-left: 16px;
}
.video-features .has-center-content {
    display: table;
    position: relative;
    height: 58.5rem;
    margin: auto;
}

.video-features .has-center-content .center-content {
    display: table-cell;
    vertical-align: middle;
}

.video-features .has-center-content .center-block {
    box-sizing: border-box;
}

.video-features .grid-content-copy {
    width: 35.5rem;
}
.video-features .grid-content-copy h2 {
    font-size: 2rem;
    text-transform: uppercase;
}
.video-features .grid-content-copy p {
	font-size: 1.6rem;
	color: #909090;
}

/*@media (min-width: 768px) and (max-width: 979px) {
	.video-features .video-element {
	    width: 46.5rem;
    	height: auto;
	}
}*/

@media (max-width: 768px) {
	.video-features .video-col {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.video-features {
    	padding-top: 2.5rem;
	}
	.video-features .video-element {
	    width: 100%;
	    height: 100%;
	}
	.video-features .has-center-content {
	    height: 100%;
	}
	.video-features .header-block {
		text-align: left;
		margin-bottom: 2rem;
	}
	.video-features .grid-content-copy {
		padding-left: 2.0rem;
		padding-right: 2.1rem;
	}
	.video-features .features-read-more .btn{
		padding: 2.4rem 6.5rem;
		width: 87%;
	}
	
	.video-features .grid-content-copy {
    	width: 100%;
	}
	.video-features .media-video-container {
	    margin-bottom: 3rem;
	    margin-left: 16px;
    	margin-right: 16px;
	}
}

@media (min-width: 992px) {
	.video-features .has-center-content {
	    height: 48rem;
	}
}
/*--------------------------------------------------------------
# video features new
--------------------------------------------------------------*/
.video-features.number {
   padding-bottom: 0;
}
.video-features.number .video-element {
   	width: 70rem;
    height: 44.5rem;
    border-radius: 0;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    box-shadow: none;
    border: 3px solid #e7e7e7;
    border-top-width: 27px; 
    margin-bottom: -6px;
    position: relative;
}

.video-features.number .video-col .media-video-container::before {
	content: url(../images/video-points.png);
    position: absolute;
    display: block;
    width: 2.9rem;
    height: 0.7rem;
    top: -4px;
    left: 14px;
    z-index: 2;
}

.video-features.number .video-col .media-video-container {
	margin-bottom: 80px;
	width: 70rem;
	float: right;
	position: relative;
} 
.video-features.number .video-col.level-two .media-video-container {
	margin-left: 0px;
	margin-bottom: 80px;
	float: left;
}

.video-features.number .has-center-content {
    display: table;
    position: relative;
    height: 40rem;
    margin-left: 0;
}
.video-features.number .has-center-content::before {
	content: attr(data-number);
    position: absolute;
    color: #ebebeb;
    font-size: 56.3rem;
    top: -196px;
    display: block;
    z-index: -1;
    font-family: "RobotoBold", sans-serif;
    width: 100%;
    text-align: center;
}

.video-features.number .grid-content-copy h2 {
    font-size: 3.5rem;
    text-transform: none;
    font-weight: bold;
}


@media screen and (max-width : 1025px){
    .video-features.number .video-element,
    .video-features.number .video-col .media-video-container {
        width: 61rem;
        height: auto;
    }
}

@media (max-width: 767px) { 
    .video-features.number .video-col {
        margin-bottom: 44px;
        padding-left: 0;
        padding-right: 0;
    }

    .video-features.number .video-element {
        width: 100%;
    }

    .video-features .media-video-container {
        margin-left: 0;
        margin-right: 0;
        padding-left: 1.7rem;
        padding-right: 1.7rem;
    }

    .video-features.number .video-col .media-video-container::before {
        left: 30px;
    }

    .video-features.number .video-col .media-video-container,
    .video-features.number .video-element {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 480px) { 
    .video-features .media-video-container {
        margin-bottom: 3rem;
    }
}

@media (min-width: 992px) {
    .video-features.number .video-col {
        margin-bottom: 8rem;
    }
    .video-features.number .grid-content-copy {
        width: 100%;
    }
    .video-features.number .video-element {
        width: 100%;
    }
    .video-features.number .video-col .media-video-container {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .video-features.number .video-col {
        margin-bottom: 2.2rem;
    }
    .video-features.number .video-col:nth-child(2) {
        padding-left: 2rem;
    }
    .video-features.number .level-two.video-col:nth-child(2) {
        padding-right: 2rem;
        padding-left: 0;
    }
    .video-features.number .grid-content-copy {
        width: 100%;
    }
    .video-features.number .video-col .media-video-container {
        margin-bottom: 0;
        float: none;
        margin: auto;
    }
    .video-features.number .video-col.level-two .media-video-container {
        margin-bottom: 0;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .video-features.number .has-center-content {
        height: 44rem;
    }
    .video-features.number .video-features-row {
        margin-bottom: 8rem;
    }
}
/*--------------------------------------------------------------
# video full page
--------------------------------------------------------------*/
.video-full-page {
	padding: 6.3rem 0;
}

.video-full-page .header-block {
	text-align: center;
    margin-bottom: 3.2rem;
}

 .video-full-page .video-container-main {
    overflow: hidden;
    max-height: 90.0rem;
}

.video-full-page .video-container iframe, object, embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}