body, code {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: -0.04em;
	color: #000;
	font-weight: 400;
}

a, body.notouch a:hover {
	
}

a:focus, a:visited {
	text-decoration: none;
}

body.notouch a:hover {
	
}

h1 {
	font-size: 115px;
	font-weight: bold;
	line-height: 99px;
	letter-spacing: -0.04em;
}

h2 {
	font-size: 60px;
	line-height: 55px;
	font-weight: 300;
	letter-spacing: -0.04em;
}

h3 {
	font-size: 42px;
	line-height: 40px;
	letter-spacing: -0.04em;
}

h4 {
	font-size: 34px;
	letter-spacing: -0.04em;
}

h5 {
	font-size: 24px;
	line-height: 28px;
	letter-spacing: -0.04em;
}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

button:focus {
	outline: 0;
}

@media (min-width: 1200px) {
	.container {
    	width: 100%;
    }
}

@media (min-width: 768px) {
	.container {
	    width: 100%;
	}
}

.rotate {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.social-icon {
	display: inline-block;
	background-color: #818181;
	border-radius: 23px;
    -webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	text-align: center;
}

.gutter-left {
	padding-left: 90px!important;
}

.gutter-right {
	padding-right: 90px!important;
}

#player {
	opacity: 0;
}

button {
	position: relative;
	color: #fff;
	font-size: 16px;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 30px;
	padding-right: 50px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	font-weight: 500;
	-webkit-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    transition: all 0.75s ease;
    text-transform: uppercase;
    line-height: 11px;
}

body.notouch button:hover, body.notouch button.hover {
	background: transparent!important;
}
button .off, button .on {
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -4.5px;
    -webkit-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    transition: all 0.75s ease;
    width: 15px;
}

button .off {
	display: inline;
}

button .on {
	display: none;
}

body.notouch button:hover .on, body.notouch button.hover .on {
	display: inline;
}

body.notouch button:hover .off, body.notouch button.hover .off {
	display: none;
}

nav ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

body.notouch header nav a:hover {
	text-decoration: none;
}

header.container {
	background: #fff;
	position: fixed;
	top: 0px;
	z-index: 50;
	-webkit-box-shadow: 0px 50px 50px 30px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 50px 50px 30px rgba(0,0,0,0.1);
	box-shadow: 0px 50px 50px 30px rgba(0,0,0,0.1);
}

header .logo {
	position: absolute;
	top: 13px;
	z-index: 1;
	max-height: 145px;
}

header nav, a.mobile-menu-button {
	font-size: 19px;
	line-height: 11px;
	text-transform: uppercase;
	font-weight: 400;
}

header nav ul li {
	margin-right: 30px;
	display: inline-block;;
}

header nav ul li a, a.mobile-menu-button {
	color: #575756;
}

.collapse-me, header button.sign-up {
	margin-top: 34px;
	margin-bottom: 38px;
}

button.sign-up {
	padding-left: 20px;
	padding-right: 40px;
}

button.sign-up .off, header button.sign-up .on {
	right: 20px;
}

.mobile-sign-up {
	display: none;
	margin-top: 10px;
	margin-bottom: 10px;
}

.mobile-sign-up button.sign-up, .mobile-sign-up button.sign-up:hover {
	background: #fff!important;
	padding-right: 20px;
}

button.up-arrow {
	position: fixed;
	bottom: 15px;
	right: -5px;
	background: transparent;
    border: none;
    z-index: 48;
}

body.notouch button.up-arrow:hover {
	background: transparent;
}

#main-content {
	margin-top: 123px;
	overflow: hidden;
}

.share-popup-btn {
	position: absolute;
	top: -2px;
	border: none;
	background: url(/wp-content/themes/cisl/assets/img/share-icon-off.png) no-repeat;
	width: 16px;
	height: 25px;
}

body.notouch .share-popup-btn.open, body.notouch .share-popup-btn:hover {
	background: url(/wp-content/themes/cisl/assets/img/share-icon-on.png);
}

.modal-dialog {
	width: 380px;
	color: #858585;
}

@media (max-width: 430px) {
	.modal-dialog {
		width: 85%;
	}
}

.modal-title {
	font-size: 21px;
	color: #858585;
}

.modal-content {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}

.modal-body {
	padding: 30px;
	font-size: 16px;
}

.modal-close {
	position: absolute;
	right: -35px;
	background: transparent;
	opacity: 1;
}

#share-popup-modal ul.icons, #lang-popup-modal ul {
	list-style: none;
	padding: 0px;
}

#share-popup-modal ul.icons li {
	padding-top: 5px;
	padding-bottom: 5px;
}

#share-popup-modal ul.icons li a {
	color: #818181;
}

#share-popup-modal ul.icons li a .social-icon {
	margin-right: 15px;
}

#lang-popup-modal .lang-select a {
	color: #858585;
}

#lang-popup-modal .lang-select a:hover {
	text-decoration: none;
}

#lang-popup-modal .lang-select a.selected li {
	background-color: #ebebeb;
}

#lang-popup-modal .lang-select li {
	padding: 12px;
}

#lang-popup-modal .lang-select li img {
	margin-right: 12px;
}


#lang-popup-modal .lang-select li {
	margin-top: 20px;
}

#lang-popup-modal .lang-select li:first-of-type {
	margin-top: 0px;
}

.button.lang {
	display: inline-block;
	background-color: #ebebeb;
	padding-top: 6px;
	padding-bottom: 7px;
	padding-left: 12px;
	padding-right: 12px;
	margin-right: 25px;
}

.button.lang img.flag {
	margin-right: 10px;
}

.button.lang img.drop {
	height: 8px;
}

.button.lang:hover {
	text-decoration: none;
}

.button.lang.mobile {
	display: none;
	margin-right: 0px;
}

section {
	position: relative;
}

section .background, section .overlay, section .video-mobile-overlay {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

section .background {
	z-index: -3;
}

section .overlay {
	z-index: -1;
	opacity: 0.85;
}

section .video-mobile-overlay {
	z-index: -2
}

section .background.left {
	left: 0px;
	right: 50%;
}

section .background.right {
	left: 50%;
	right: 0px;
}

section .background.media {
    top: -63px!important;
}

section .background .video {
	width: 100%;
	height: 100%;
}

section.banner:first-of-type .background.media {
	top: 0px!important;	
}

section button.down-arrow {
	position: absolute;
	bottom: 22px;
	left: 50%;
	margin-left: -11px;
	background: transparent;
    border: none;
    width: 22px;
    height: 16px;
    padding: 0px;
    z-index: 2;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

section.banner {
	min-height: 500px;
	z-index: 1;
}

@media (min-width: 376px) and (max-width: 667px) {
	section.banner {
		min-height: 250px;
	}
}

section .content {
	padding: 45px;
	/*padding-bottom: 205px;*/
}

section .content.has-button {
	padding-bottom: 205px;
}

section .content p {
	margin-bottom: 30px;
}

section .content p:first-of-type {
	font-weight: 500;
	color: #000;
	font-size: 28px;
	line-height: 32px;
	letter-spacing: -0.02em;
}

section .content-link {
	width: 320px;
	position: absolute;
	bottom: 80px;
	margin-left: -160px;
	left: 50%;
	z-index: 2;
}

section.banner h1 {
	position: absolute;
	bottom: 82px;
	width: 100%;
}

.hashtag {
	position: absolute;
	top: 66px;
	right: 90px;
	font-weight: bold;
	font-size: 22px;
}


footer {
	font-size: 14px;
	margin-bottom: 40px;
	letter-spacing: 0em;
}

footer .logo {
	padding-top: 80px;	
}

footer .menu {
	padding-top: 80px;
}

footer nav {
	float: right;
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 13px;
	text-transform: uppercase;
	font-weight: bold;
}

footer nav ul li {
	float: left;
	margin-left: 15px;
}

footer .details {
	line-height: 20px;
}

footer .details a {
	font-weight: 500;
}

.curve {
	position: absolute;
}

.underneath, .over {
	position: absolute;
	top: -64px;
    height: 64px;
}

.underneath {
	margin-right: -15px;
    margin-left: -15px;
    width: 100%;
    z-index: -1;
}

.over {
    z-index: 1;
}

.over.left {
	left: 0px;
}

.over.right {
	right: 0px;
}

#header-line1 {
	top: 0px;
	left: 0px;
}

#header-curve-block {
	background: #fff;
	bottom: -49px;
	height: 50px;
	width: 350px;
	left: 0px;
}

#header-curve {
	bottom: -49px;
	left: 350px;
}


.bottom-curve {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 1;
	height: 64px;
	overflow: hidden;
}

.bottom-curve .inner {
	position: relative;
	width: 100%;
	height: 64px;
}

.bottom-curve .block {
	position: absolute;
	height: 64px;
}

.bottom-curve .curve {
	position: absolute;
	height: 64px;
	width: 61px;	
}

.bottom-curve .curve.left {
	left: 0px;
}

.bottom-curve .curve.right {
	right: 0px;
}

.bottom-curve .block.left {
	left: 0px;
}

.bottom-curve .block.right {
	right: 0px;
}

section.content100, section.content5050 {
	/*min-height: 500px;*/
}

section .header {
	position: relative;
	margin-left: 105px;
	margin-right: 105px;
	padding-top: 40px;
	padding-bottom: 25px;
}

section.header_link  .header {
	padding-top: 50px;
	padding-bottom: 50px;
}

section .header .block, section .header .curve {
	position: absolute;
}

section .header .block {
	top: 0px;
	width: 105px;
	height: 20px;
}

section .header .curve {
	bottom:0px;
}

section .header .left {
	left: -105px;
}

section .header .right {
	right: -105px;
}

section.testimonial {
	min-height: 500px;
}

section.testimonial .content {
	/*padding-bottom: 0px!important;*/
}

section.testimonial .content p {
	font-size: 36px!important;
	line-height: 40px!important;
	margin-top: 100px;
	margin-bottom: 48px;
	font-weight: 100!important;
	letter-spacing: -0.02em;
}

section.testimonial .name {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	letter-spacing: -0.04em;
}

.sig-list, .sig-list a {
	font-size: 18px;
}

.sig-list h3 {
	font-size: 26px;
	letter-spacing: -0.02em;
	line-height: 26px;
	margin-top: 30px;
	margin-bottom: 20px;
}

.sig-list ul.sig-list-select {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.sig-list ul.sig-list-select li {
	display: inline-block;
}

.sig-list ul.sig-list-select li a, .sig-list ul.sig-list-select li span {
	display: block;
	color: #000;
	padding: 8px;
	font-size: 18px;
	letter-spacing: -0.02em;
	line-height: 18px;
	font-weight: bold;
}

.sig-list ul.sig-list-select li span {
	color: silver;	
}

.sig-list ul.sig-list-select li a:hover {
	color: #fff;
	text-decoration: none;
}

.sig-list ul.sig-list-select li a:focus, .sig-list ul.sig-list-select li a:visited {
	text-decoration: none;
}

.sig-list .item a, .sig-list .item span.no-link {
	display: block;
	margin-bottom: 20px;
	color: #000;
}

.sig-list .alpha, .sig-list .filter {
	margin-top: 10px;
	/*min-height: 100px;*/
	clear: both;
}

@media (max-width: 374px) {
	.sig-list .alpha, .sig-list .filter {
		margin-top: 35px;
	}
}

.sig-list .filter .select-container {
	background: url(/wp-content/themes/communique/assets/img/select-arrow.png) no-repeat right #ebebeb;
	padding: 8px;
	padding-left: 12px;
}

.sig-list .filter select {
	border-radius: 0px;
	 -webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	border: none;
	color: #7a7a7a;
	width: 100%;
}

.social-buttons, nav, .mobile {
	padding-top: 6px;
}


.social-buttons, nav, .social-buttons .button, .home-button, .home-button .button {
	display: inline-block;
	vertical-align: middle;
}

.social-buttons .button, .home-button {
	margin-right: 25px;
	cursor: hand;
	cursor: pointer;
}

body.notouch .social-buttons .button:hover, body.notouch .home-button .button:hover {
	text-decoration: none;
}

.social-buttons .button .on, .home-button .button .on {
	display: none;
}

.home-button {
	position: relative;
}

.home-button.fr {
	width: 115px;
}

.home-button svg {
	height: 26px;
	width: 34px;
	position: relative;
	top: 2px;
	margin-right: 10px;
}

.home-button .text {
	margin-top: 6px;
	float: right;
}

.home-button a {
	color: #575756;
}

@media (max-width: 1200px) {
	.collapse-me .home-button {
		display: none;
	}
}

#menu-mobile .home-button {
	width: 105px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
}

#menu-mobile .home-button.fr {
	width: 125px;
}


#menu-mobile .home-button a {
	color: #fff;
}

#menu-mobile .home-button svg {
	top: 0px;
	margin-right: 0px;
}

#menu-mobile .home-button .text {
	margin-top: 0px;
}

nav {
	margin-left: 5px;
}

.collapse-me {
	display: inline-block;
}

a.mobile-menu-button {
	cursor: hand;
	cursor: pointer;
	text-decoration: none;
}

a.mobile-menu-button svg {
	height: 19px;
	width: 33px;
	margin-left: 20px;
}

a.mobile-menu-button .on {
	display: none;
}

body.notouch a.mobile-menu-button:hover .on, body.notouch a.mobile-menu-button.open .on {
	display: inline;
}

body.notouch a.mobile-menu-button:hover .off, body.notouch a.mobile-menu-button.open .off {
	display: none;
}

#menu-mobile {
	position: fixed;
	display: none;
	text-align: center;
	padding-top: 80px;
	z-index: 49;
	overflow-x: auto;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

#menu-mobile nav ul li a {
	font-size: 24px;
	line-height: 20px;
	color: #fff;
	font-weight: 300;
}

#menu-mobile li {
	padding-bottom: 10px;
}

.mobile {
	display: none;
	margin-right: 62px;
}

header .collapse-me.collapsed .mobile {
	display: inline-block;
}

header .collapse-me.collapsed nav {
	display: none;
}

@media (max-width: 995px) {
	header button.sign-up {
		display: none;
	}
	header button.sign-up {
		display: none;
	}
	.mobile-sign-up {
		display: block;
	}
	.mobile {
		margin-right: 0px;
	}
	.button.lang.dt {
		display: none;
	}
	.button.lang.mobile {
		display: inline-block;
	}
}

section.signatory_form .content,
section.signatory_form .content p:first-of-type {
	font-size: 24px;
}

section.signatory_form .content p:last-of-type {
	padding-bottom: 35px;
}

section.signatory_form .content.has-button {
	padding-bottom: 100px;
}

section.signatory_form .form {
	font-size: 18px;
}

section.signatory_form .item {
	margin-bottom: 20px;
}

section.signatory_form .form input,
section.signatory_form .form textarea,
section.signatory_form .form select,
section.signatory_form .form .note {
	background: #ebebeb;
	border: none;
	width: 100%;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 24px;
	padding-bottom: 24px;
}

section.signatory_form .form .file-title {
	background: #ebebeb;
	padding-top: 24px;
	padding-left: 18px;
	padding-right: 18px;
}

section.signatory_form .confidential {
    position: absolute;
    bottom: 41px;
    z-index: 2;
    font-size: 18px;
}

::-webkit-input-placeholder {
	font-weight: 300;
}
:-moz-placeholder {
		font-weight: 300;
}
::-moz-placeholder {
		font-weight: 300;
}
:-ms-input-placeholder {
		font-weight: 300;
}

.placeholder { 
	color: #aaa;
	font-weight: 300;
}

section.signatory_form .form .note {
	font-style: italic;
	min-height: 92px;
}

section.signatory_form .form input:disabled,
section.signatory_form .form textarea:disabled,
section.signatory_form .form select:disabled {
	opacity: 0.7;
}

section.signatory_form .form select {
	background: transparent;
}

section.signatory_form .form .select-container {
	background: url(/wp-content/themes/communique/assets/img/select-arrow.png) no-repeat right #ebebeb;
	height: 76px;
}

section.signatory_form .form select {
	border-radius: 0px;
	 -webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
}

section.signatory_form .form input[type="checkbox"] {
	width: auto;
	margin-right: 5px
}

section.signatory_form .invalid {
	background: #f2dede!important;
}

section.signatory_form .error {
	padding-top: 5px;
}
section.signatory_form .checkbox-container {
    background: #ebebeb;
    border: none;
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 24px;
}

/* remove IE select box arrow */
select::-ms-expand {
    display: none;
}

code {
	color: #96a62c;
	padding: 0px;
    font-size: 100%;
    background-color: none;
    border-radius: 0px;
}

.form-state {
	font-size: 18px;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 24px;
	padding-bottom: 24px;
}

#lines {
	position: fixed;
	top: 0px;
	background: #fff;
	z-index: 100;
	width: 100%;
}
#lines svg {
	position: absolute;
}

#lines .one-line-a {
	top: 180px;
	left: 0px;
}

#lines .one-curve {
	top: 120px;
	left: 270px;
}

#lines .one-line-b {
	top: 120px;
	right: 0px;
	left: 455px;
	width: 100%;
}

#lines .two-line-a {
	top: 189px;
	left: 0px;
}

#lines .two-curve-a {
	top: 130px;
	left: 376px;
}

#lines .two-line-b {
	top: 130px;
	left: 495px;
}

#lines .two-curve-b {
	top: 126px;
	right: 22px;
}

#lines .two-line-c {
	top: 0px;
	right: 17px;
}

#lines .three-line-a {
	top: 200px;
	left: 0px;
}

#lines .three-curve-a {
	top: 141px;
	left: 331px;
}

#lines .three-line-b {
	top: 141px;
	left: 450px;
}

#lines .three-curve-b {
	top: 137px;
	right: 46px;
}

#lines .three-line-c {
	top: 0px;
	right: 41px;
}

@media (max-width: 1024px) {
	#lines .two-curve-b, 
	#lines .two-line-c,
	#lines .three-curve-b, 
	#lines .three-line-c {
		display: none;
	}
}

.signatories .item {
	display: inline-block;
	margin: 25px;
}

.signatories.scroll-pane .item:first-of-type {
	margin-left: 0px;
}

.signatories.scroll-pane .item:last-of-type {
	margin-right: 0px;
}

.signatories .item a {
	display: block;
	background-color: #fff;
}

.signatories .item a img {
	width: 144px;
	height: 144px;
    margin: 18px;
    transition: all 300ms;
    -moz-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    -o-transform: scale3d(1,1,1);
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    backface-visibility: hidden;
}

body.notouch .signatories .item a:hover img {
    -moz-transform: scale3d(1.05,1.05,1);
    -ms-transform: scale3d(1.05,1.05,1);
    -o-transform: scale3d(1.05,1.05,1);
    -webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
}

.scroll-pane { overflow: auto; width: 100%; float:left; }
.scroll-content { float: left; height: 230px;}
.scroll-content-item { width: 180px; height: 180px; float: left; margin: 10px; font-size: 3em; line-height: 96px; text-align: center; display: block!important;}
.scroll-bar-wrap { clear: left; padding: 0px; margin: 0px; background: #fff }
.scroll-bar-wrap .ui-slider { background: none; border:0;  height: 22px; margin: 0 auto;  }
.scroll-bar-wrap .ui-handle-helper-parent { position: relative; width: 100%; height: 100%; margin: 0 auto; }
.scroll-bar-wrap .ui-slider-handle { top:0px; height: 22px; line-height: 14px; }
.scroll-bar-wrap .ui-slider-handle .ui-icon { margin: -8px auto 0; position: relative; top: 50%; }

@media (max-width: 767px) {
	.signatories .item {
		margin: 10px;
	}

	.signatories .item a img {
		margin: 0px;
	}
	.scroll-content {
		height: auto;
	}
	.scroll-content .item {
		height: 154px;
		width: 154px;
	}
}

.ui-state-default {
	background: #16aebb!important;
	border: none!important;
}

.grip-icon {
	color: #fff;
	font-size: 12px;
	position: absolute;
	top: 3px;
	left: 50%;
    margin-left: -7px;    
}

/*.ui-state-default .ui-icon {
	width: 10px;
	height: 8px;
	background-image: url(/wp-content/themes/communique/assets/img/scroll-grip.png)!important;
}*/

body.modal-open { overflow:inherit; padding-right:inherit !important; }

/*mobile*/
@media (max-width: 767px) {
	h1, h2 {
		font-size: 42px;
    	line-height: 40px;
	}
	.gutter-left, .gutter-right {
		padding-left: 24px!important;
		padding-right: 24px!important;
	}
	header {
		height: 93px;
		width: 100%;
	}
	header .logo {
		position: relative;
		margin-top: 13px;
		max-height: 85px;
		max-width: 115px;

	}
	header .button.twitter {
		display: none;
	}
	header nav, a.mobile-menu-button {
		/*font-size: 16px;*/
	}
	a.mobile-menu-button svg {
		/*height: 14px;*/
		margin-left: 10px;
	}
	.social-buttons .button, .home-button {
		margin-right: 15px;
	}
	section .background.left {
		right: 0px;
	}
	section .background.right {
		display: none;
	}

	section.banner h1 {
		bottom: 60px;
	}
	.hashtag {
		top: 40px;
		right: 25px;
	}
	
	.underneath {
		top: -60px;
		height: 60px;
	}
	#header-curve-block {
		width: 140px;
		height:19px;
		    bottom: -19px;
	}
	#header-curve {
		left: 140px;
		width:58px;
		    bottom: -19px;
	}
	.underneath, .over {
		top: -24px;
    	height: 24px;
	}
	section .header {
    	margin-left: 24px;
    	margin-right: 24px;
    	padding-top: 22px;
    	padding-bottom: 14px;
	}
	section .header .curve {
		height: 24px;
	}

	section .header .left {
		left: -24px;
	}

	section .header .right {
		right: -24px;
	}
	section .header .block {
		width: 24px;
	}
	section .bottom-curve .curve.left {
    	left: -40px;
	}
	section .bottom-curve .curve.right {
    	right: -40px;
	}
	footer .text-right {
		text-align: center!important;
	}

	#lines .one-line-a {
		top: 120px;
		width: 105px;
	}

	#lines .one-curve {
		top: 77px;
		left: 105px;
		width: 73px;
		height: 62px;
	}

	#lines .one-line-b {
		top: 96px;
		right: 0px;
		left: 178px;
		width: 100%;
	}
	
	#lines .one-line-a line, #lines .one-line-b line {
		stroke-width: 1.5!important;
	}

	#lines .two-line-a {
		top: 123px;
		width: 145px;
	}

	#lines .two-curve-a {
		top: 80px;
		left: 145px;
		width: 49px;
		height: 64px;
	}

	#lines .two-line-b {
		top: 99px;
		left: 194px;
	}

	#lines .three-line-a {
		top: 127px;
		width: 129px;
	}

	#lines .three-curve-a {
		top: 84px;
		left: 129px;
		width: 49px;
		height: 64px;
	}

	#lines .three-line-b {
		top: 103px;
		left: 178px;
	}

	#lines .two-line-a line, #lines .two-line-b line, #lines .three-line-a line, #lines .three-line-b line {
		stroke-width: 4.5!important;
	}
}

@media only screen and (orientation:landscape) {
    .video-mobile-overlay.portrait {
    	display: none!important;
    }
}

@media only screen and (orientation:portrait) {
    .video-mobile-overlay.landscape {
    	display: none!important;
    }
}