@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,500,600,700');

body {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 500;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #464646;
	-webkit-overflow-scrolling: touch;
	background: #dcdcdc;
}
p {
	font-size: 14px;
	line-height: 1.70em;
}
body img {
	max-width: 100%;
}
hr {
	margin: 15px 0px;
	border: 0;
	border-top: 1px solid #dddddd;
}
hr.fancy {
	border-top: 3px solid #a42697;
	width: 150px;
	margin: 0 0 25px 0;
}
h1+hr.fancy,
h2+hr.fancy,
h3+hr.fancy {
	margin-top: -15px;
}
hr.white {
	border-top: 1px solid #ffffff;
}
hr.calc {
	border-top: 2px solid #000;
	margin: 20px 0px;
}
hr.gray {
	border-color: #dddddd;
}
hr.green {
	border-color: #009143;
}
hr.greenbar {
	border-top: 10px solid #009143;
}
hr.dashed {
	border-style: dashed;
}
hr.black {
	border-color: #000;
}
hr.darkgray {
	border-color: #343434;
	margin: 15px 0px;
}
hr.nomargin {
	margin: 0;
}
hr.white {
	border: 0;
	border-top: 1px solid #fff;
	margin: 20px 0;
}
h1.h, h2.h, h3.h {
	text-align: center;
}
h1 {
    color: #729190;
    font-size: 39px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 21px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
a {
	text-decoration: none;
	color: #464646;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
input[type=submit] { 
    outline: none;
    -webkit-appearance: none;
}

::selection {  background: rgba(0, 115, 54, 1);  color: #ffffff; }
::-moz-selection {  background: rgba(0, 115, 54, 1); color: #ffffff; }

.space5 	{height: 5px;}
.space8 	{height: 8px;}
.space10 	{height: 10px;}
.space15 	{height: 15px;}
.space20 	{height: 20px;}
.space30 	{height: 30px;}
.space50 	{height: 50px;}
.space100 	{height: 100px;}


/* NEW INLINE */
.inline-con {
	font-size: 0;
}
.inline-con.vcenter .inline {
	vertical-align: middle;
}
.inline-con.lright .inline:last-child {
	text-align: right;
}
.inline-con .inline:last-child {
	margin-right: 0;
}
.inline {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	text-align: left;
	box-sizing: border-box;
	font-size: 14px;
}
.i1 {
	width: calc(1*(100% - 165px)/12);
}
.i2 {
	width: calc(2*(100% - 165px)/12 + 1*(15px));
}
.i3 {
	width: calc(3*(100% - 165px)/12 + 2*(15px));
}
.i4 {
	width: calc(4*(100% - 165px)/12 + 3*(15px));
}
.i5 {
	width: calc(5*(100% - 165px)/12 + 4*(15px));
}
.i6 {
	width: calc(6*(100% - 165px)/12 + 5*(15px));
}
.i7 {
	width: calc(7*(100% - 165px)/12 + 6*(15px));
}
.i8 {
	width: calc(8*(100% - 165px)/12 + 7*(15px));
}
.i9 {
	width: calc(9*(100% - 165px)/12 + 8*(15px));
}
.i10 {
	width: calc(10*(100% - 165px)/12 + 9*(15px));
}
.i11 {
	width: calc(11*(100% - 165px)/12 + 10*(15px));
}
.rpad10 {padding-right: 10px;}
.rpad20 {padding-right: 20px;}
.lpad10 {padding-left: 10px;}
.lpad20 {padding-left: 20px;}
.cons {
	padding: 40px;
}
.cons.gray {
	background: #f3f2f2;
}
.cons.yellow {
	padding: 40px 60px;
	background: #aad44f;
	color: #fff;
}

/* GENERAL */
i.name {
	color: #bc1515;
	font-style: italic;
}
#site-wrap {
	width: 1200px;
	margin: 0 auto;
	background: #fff;
}
#hdr {
	font-size: 0;
	padding: 20px 30px;
}
#hdr-mob {
	display: none;
	text-align: center;
}
.bdy {
	padding: 85px 100px;
}
#ftr {
	padding: 30px;
	box-sizing: border-box;
	background: #546872;
	color: #fff;
	font-size: 13px;
}
#ftr-mob {
	display: none;
	background-color: #546872;
	color: #fff;
	padding: 30px 0px;
	text-align: center;
}
#breadcrumbs {
	text-align: left;
	font-size: 12px;
	padding: 10px 0px 8px 0px;
}
#breadcrumbs span {
	display: inline-block;
	vertical-align: middle;
	color: #434343;
	font-weight: normal;
}
#breadcrumbs a {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 4px;
	color: #ccc;
	font-weight: normal;
}
#breadcrumbs a:hover span {
	text-decoration: underline;
}
#breadcrumbs span:last-child span {
	color: #000;
	font-weight: bold;
}
.iframeWrapper {
	position: relative;
	padding-bottom: 49%;
	padding-top: 25px;
	height: 0;
}
.iframeWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.btn {
    display: inline-block;
    padding: 12px 20px;
    text-decoration: none;
    background: #e65102;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    -webkit-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
}
.btn:hover {
	text-decoration: none;
    background: #f57e17;
    color: #fff;
    -webkit-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
}

/* topnav.inc */
ul#topnav {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: right;
	color: #292929;
	font-size: 0;
}
ul#topnav li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	font-size: 16px;
	margin: 0px 20px;
}
ul#topnav li:last-child {
	margin-right: 0;

}
ul#topnav li:last-child a {
	display: inline-block;
	background: #bc1515;
	color: #fff;
	border-radius: 4px;
	padding: 12px 25px;
}
ul#topnav li a {
	display: inline-block;
	padding: 0;
	color: #393939;
	font-weight: 600;
}
ul#topnav li a:hover {
	text-decoration: none;
	color: #000;
}
ul#topnav li img+a {
	padding-right: 50px;
}
ul#topnav li img {
	position: absolute;
	width: 10px;
	top: 50%;
	transform: translateY(-50%);
	right: 30px;
}


/* footer.inc */
#ftr h4 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
#ftr .i2 {
	color: #91a7b0;
}
#ftr .i2 a {
	display: block;
	margin-bottom: 5px;
	color: #91a7b0;
}
#ftr .i2.social a {
	display: inline-block;
	margin-right: 5px;
}
#ftr .i2 img {
	width: 30px;
}



/* mobilemenu.inc */
#mm-top a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 25px;
	padding: 10px 30px;
}
#mm-top a:hover {
	text-decoration: none;
}
#mm-bot {
	background: #000;
	padding: 10px;
	font-size: 0;
	color: #fff;
}
#mm-bot #mm-menu {
	display: inline-block;
	vertical-align: middle;
	width: 120px;
	text-align: left;
}
#mm-bot #mm-menu img {
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	margin-right: 10px;
}
#mm-bot #mm-menu span {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}
#mm-bot #mm-pad {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 240px);
}
#mm-bot #mm-call {
	display: inline-block;
	vertical-align: middle;
	width: 120px;
	text-align: right;
}
#mm-bot #mm-call img {
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	margin-left: 10px;
}
#mm-bot #mm-call span {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}
ul#mm-drop {
    display: none;
    list-style: none;
    margin: 0;
    padding: 10px;
    box-sizing: border-box;
    font-size: 14px;
    position: absolute;
    z-index: 999;
    background: #000;
    width: 100%;
}
ul#mm-drop li {
    text-align: left;
    position: relative;
}
ul#mm-drop li a {
    display: block;
    padding: 14px;
    border: 1px solid #fff;
    border-bottom: 0px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}
ul#mm-drop li:last-child a {
    border-bottom: 1px solid #fff;
}
ul#mm-drop li ul {
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#mm-drop li ul li:last-child a {
	border-bottom: 0;
}
ul#mm-drop li ul li a {
    padding-left: 35px;
    color: #fff;
}
ul#mm-drop span {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 14px 14px 14px 20px;
    font-size: 18px;
    line-height: 19px;
    color: #fff;
    text-align: right;
    box-sizing: border-box;
    cursor: pointer;
}
ul#mm-drop a:hover {
    color: #eee;
}


/* forms */
form.form {
    font-size: 0;
}
form.form p {
    font-size: 14px;
}
form.form label {
    display: inline-block;
    vertical-align: middle;
    width: 105px;
    font-size: 11px;
    font-weight: bold;
    margin: 0px 5px 0px 0;
    text-align: right;
}
form.form input[type='text'], form.form input[type='password'] {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    border: 1px solid #d4d4d4;
    padding: 15px;
    margin: 10px 0;
    font-family: 'Open Sans';
    font-size: 13px;
    box-sizing: border-box;
    border-radius: 2px;
    vertical-align: middle;
}
form.form textarea {
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    width: 100%;
    padding: 15px;
    margin: 10px 0px;
    height: 190px;
    font-family: 'Open Sans';
    font-size: 13px;
    box-sizing: border-box;
}
form.form input[type='submit'] {
    display: inline-block;
    vertical-align: middle;
    background: #d69637;
    color: #fff;
    padding: 15px 45px;
    border: 0;
    border-radius: 2px;
    cursor: pointer;
    font-size: 15px;
    margin-top: 15px;
    font-family: 'Open Sans';
    -webkit-appearance: none;
    -webkit-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
}
form.form input[type='submit']:hover {
    background: #c18833;
    -webkit-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
}
form.form select {
    display: inline-block;
    vertical-align: middle;
    border-radius: 0;
    border: 1px solid #ccc;
    width: calc(100% - 110px);
    padding: 7px;
    box-sizing: border-box;
    margin: 5px 0;
    border-radius: 2px;
}
form.form input[type='checkbox'] {
    display: inline-block;
    vertical-align: middle;
}


/* POP UP */
#popUpDim {
    background: rgba(0,0,0,0.38);
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101010;
}
.popUpBox {
    display: none;
    color: #000;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 480px;
    height: 718px;
    box-sizing: border-box;
    padding: 15px;
    -webkit-box-shadow: 0px 7px 29px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 7px 29px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 7px 29px -5px rgba(0,0,0,0.75);
    background: #ecf9ff;
    background-size: 100%;
    background-position: center;
    z-index: 101011;
}
.popUpClose {
    position: absolute;
    top: 25px;
    right: 25px;
    text-align: right;
    border: 0px solid #ccc;
    padding: 0px;
    margin: 0px 0px;
    width: 30px;
    cursor: pointer;
}
.popUpBox img {
    max-height: 100%;
}
.popUpIn {
    font-size: 15px;
    background: #f3d9c2;
    color: #fff;
    text-align: center;
    padding: 30px;
}
.popUpIn span.sign {
	display: block;
	text-align: center;
	font-size: 28px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 10px;
}
.popUpIn span.and {
	display: block;
	text-align: center;
	color: #e2c8b1;
	font-size: 250px;
	font-family: 'PT Serif';
	line-height: 200px;
}
.popUpIn span.save {
	display: block;
	text-align: center;
	font-size: 113px;
	font-style: italic;
	font-family: 'Noto Serif';
	font-weight: 700i;
	letter-spacing: 15px;
}
.popUpIn hr {
	border: 0;
	border-top: 1px solid #e2c8b1;
	margin: 15px auto;
	width: 85%;
}
.popUpIn p {
	color: #464646;
	font-size: 16px;
}
.popUpIn form.form.subscribe {
	margin-top: 10px;
}
.popUpIn form.form.subscribe input[type='text'] {
	width: 100%;
	margin: 5px 0px;
}
.popUpIn form.form.subscribe input[type='submit'] {
	width: 100%;
	margin: 5px 0 0 0;
}



/* index.php */
.index-banner {
	position: relative;
	font-size: 0;
}
.index-banner img {
	width: 100%;
}
.index-banner .overlay {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 900px;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
.index-banner .overlay h2 {
	font-size: 55px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.6);
}
.index-banner .overlay a {
	display: inline-block;
	width: 200px;
	text-align: center;
	background: #fff;
	padding: 15px 25px;
	border-radius: 5px;
	color: #000;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	cursor: pointer;
}
.index-banner .overlay a+a {
	margin-left: 15px;
}
.index-banner .overlay a.red {
	background: #bc1515;
	color: #fff;
}
.index-inline {
	display: inline-block;
	vertical-align: top;
	width: calc(100%/3 - 30px);
	margin-right: 45px;
	background: #fff;
}
.index-inline:last-child {
	margin-right: 0;
}
.index-inline p {
	padding: 0px 15px;
}
.pricing {
	box-sizing: border-box;
}
.pricing .inline {
	display: inline-block;
	vertical-align: top;
	width: calc(100%/3);
	padding: 25px;
	box-sizing: border-box;
	background: #fff;
	text-align: center;
	font-size: 15px;
	transition: all .2s ease-in-out;
	margin: 0;
	border: 1px solid #eee;
}
.pricing .inline:nth-child(even) {
	background: #f9f9f9;
}
.pricing .inline:hover {
	text-decoration: none;
	transform: scale(1.03);
}
.pricing .inline h3 {

}
.pricing .inline i {
	display: block;
	font-style: normal;
	margin: 15px 0px;
}
.pricing .inline label {
	display: block;
	margin: 15px 0px;
	font-size: 33px;
	font-weight: bold;
}
.pricing .inline label span {
	font-size: 20px;
}
.pricing .inline strong {
	display: inline-block;
	background: #87ad3a;
	color: #fff;
	padding: 15px 25px;
	border-radius: 5px;
}
.yellow .btn {
	background: #152c3a;
	color: #fff;
}
.yellow p {
	font-size: 30px;
	line-height: normal;
}
.form-banner {
    position: relative;
    font-size: 0;
}
.form-banner img.main {
    width: 100%;
}
.form-banner img.mob {
    display: none;
    width: 100%;
}
.form-banner .overtxt {
    position: absolute;
    width: 500px;
    left: 60px;
    top: 60px;
}
.form-banner .overtxt h4 {
    color: #fff;
    font-size: 70px;
    line-height: normal;
    margin-top: 0;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
    font-size: 50px;
}
.form-banner .overlay {
    position: absolute;
    right: 40px;
    width: 410px;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    font-size: 20px;
}
.form-banner .overlay h4 {
    color: #fff;
    margin: 0 0 15px 0;
    font-size: 44px;
}
.form-banner .overlay form {
    background: #fff;
    padding: 30px;
    -moz-box-shadow: 1px -1px 5px #9b9c89;
    -webkit-box-shadow: 1px -1px 5px #9b9c89;
    box-shadow: 1px -1px 5px #9b9c89;
    font-size: 14px;
    color: #000;
}
.form-banner .overlay form p {
    margin-top: 0;
    font-size: 24px;
    font-weight: bold;
}
.form-banner .overlay form select {
    background: #eeeeee;
    border: 1px solid #eeeeee;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    margin: 10px 0px;
    color: #6c6c6c;
}
.form-banner .overlay form input[type='text'] {
    display: block;
    padding: 10px;
    width: 100%;
    border: 1px solid #eee;
    box-sizing: border-box;
    margin-bottom: 10px;
    background: #eeeeee;
    color: #6c6c6c;
    font-family: 'Open Sans';
}
.form-banner .overlay form textarea {
    display: block;
    padding: 10px;
    width: 100%;
    border: 1px solid #eee;
    box-sizing: border-box;
    margin-bottom: 10px;
    background: #eeeeee;
    color: #6c6c6c;
    font-family: 'Open Sans';
}
.form-banner .overlay form input[type='submit'] {
    display: block;
    width: 70%;
    margin: 0 auto;
    text-align: center;
    background: #d71c46;
    border-radius: 25px;
    color: #fff;
    padding: 10px 25px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Open Sans';
    border: 0;
    margin-top: 10px;
    cursor: pointer;
}
.form-banner .overlay form input[type='text']::placeholder {
    color: #6c6c6c;
}

/* contact.php */
form.contact {
	width: 700px;
	margin: 0 auto;
	color: #fff;
	padding: 40px;
	background: rgba(25, 47, 46, 0.5);
}
form.contact h1 {
	margin-top: 0;
}

/* about.php */
.top {
	padding: 25px 0px;
	text-align: center;
}
.top h1,
.top p {
	margin: 20px 0px;
	color: inherit;
}
#about {
	background: rgba(233,112,14,1);
	background: -moz-linear-gradient(45deg, rgba(233,112,14,1) 0%, rgba(255,68,0,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(233,112,14,1)), color-stop(100%, rgba(255,68,0,1)));
	background: -webkit-linear-gradient(45deg, rgba(233,112,14,1) 0%, rgba(255,68,0,1) 100%);
	background: -o-linear-gradient(45deg, rgba(233,112,14,1) 0%, rgba(255,68,0,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(233,112,14,1) 0%, rgba(255,68,0,1) 100%);
	background: linear-gradient(45deg, rgba(233,112,14,1) 0%, rgba(255,68,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9700e', endColorstr='#ff4400', GradientType=1 );
	color: #fff;
}


/* studies.php */
#studies {
	background: rgba(164,38,151,1);
	background: -moz-linear-gradient(45deg, rgba(164,38,151,1) 0%, rgba(238,98,224,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(164,38,151,1)), color-stop(100%, rgba(238,98,224,1)));
	background: -webkit-linear-gradient(45deg, rgba(164,38,151,1) 0%, rgba(238,98,224,1) 100%);
	background: -o-linear-gradient(45deg, rgba(164,38,151,1) 0%, rgba(238,98,224,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(164,38,151,1) 0%, rgba(238,98,224,1) 100%);
	background: linear-gradient(45deg, rgb(228, 103, 31) 0%, rgb(255, 193, 9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a42697', endColorstr='#ee62e0', GradientType=1 );
	color: #fff;
}
.studies .inline-con+.inline-con {
	margin-top: 40px;
}
.studies .i6 {
	height: 300px;
	background-size: cover;
}
.studies .box {
	border: 2px solid #efefef;
	border-radius: 4px;
	height: 300px;
	padding: 20px;
	box-sizing: border-box;
}
.studies h3 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 5px;
}
.studies .box .btn {
	border-color: #a42697;
	background: #fff;
	color: #a42697;
	margin-top: 10px;
}

/* studies_details.php */
.studies-details h1 {
	font-size: 28px;
	color: #000;
	font-weight: 500;
	margin-bottom: 15px;
}
.studies-details hr {
	border: 0;
	border-top: 3px solid #000000;
	width: 80px;
	margin: 0 auto 30px auto;
}

/* team.php */
.team .box {
	border: 2px solid #efefef;
	border-radius: 4px;
	padding: 20px;
	box-sizing: border-box;
	font-size: 14px;
}
.team h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
.team strong {
	font-size: 16px;
	font-weight: bold;
}
.team .inline-con+.inline-con {
	margin-top: 60px;
}




.justmobile {display: none;}

@media (max-width: 420px) {
	.lpad10, 
	.rpad10, 
	.lpad20,
	.rpad20,
	.lpad40,
	.rpad40 {
		padding: 0;
	}
	.i1, .i2, .i3, .i4, .i5, .i6,
	.i7, .i8, .i9, .i10, .i11, .i12 {
		width: 100%;
		margin-right: 0;
	}
	.m1, .m2, .m3, .m4, .m5, .m6,
	.m7, .m8, .m9, .m10, .m11, .m12 {
		width: 100%;
		margin-right: 0;
	}
	.m1 {
		width: calc(1*(100% - 165px)/12);
	}
	.m2 {
		width: calc(2*(100% - 165px)/12 + 1*(15px));
	}
	.m3 {
		width: calc(3*(100% - 165px)/12 + 2*(15px));
	}
	.m4 {
		width: calc(4*(100% - 165px)/12 + 3*(15px));
	}
	.m5 {
		width: calc(5*(100% - 165px)/12 + 4*(15px));
	}
	.m6 {
		width: calc(6*(100% - 165px)/12 + 5*(15px));
	}
	.m7 {
		width: calc(7*(100% - 165px)/12 + 6*(15px));
	}
	.m8 {
		width: calc(8*(100% - 165px)/12 + 7*(15px));
	}
	.m9 {
		width: calc(9*(100% - 165px)/12 + 8*(15px));
	}
	.m10 {
		width: calc(10*(100% - 165px)/12 + 9*(15px));
	}
	.m11 {
		width: calc(11*(100% - 165px)/12 + 10*(15px));
	}

	/* GENERAL */
	#site-wrap {
		width: 100%;
		min-width: 0;
		margin: 0;
	}
	#hdr, #topnav, #ftr {
		display: none;
	}
	#hdr-mob, #ftr-mob, #boxdrop-menu {
		display: block;
	}
	.bdy {
		width: 100%;
		padding: 0px 20px;
		box-sizing: border-box;
	}
	#ftr {
		width: 100%;
		padding: 20px;
	}
	.cons {
		padding: 20px;
	}
	.btn {
		font-size: 12px;
	}
	.wrap {
		width: 100%;
		padding: 15px;
		box-sizing: border-box;
	}


	/* index.php */
	.index-banner .overlay {
		position: static;
		top: 0;
		transform: none;
		width: calc(100%);
		padding: 15px;
		box-sizing: border-box;
		background: #efefef;
	}
	.index-banner .overlay h2 {
		font-size: 25px;
		color: #292929;
		text-align: center;
	}
	.index-banner .overlay a+a {
		margin-left: 0;
		margin-top: 15px;
	}
	.index-inline {
		width: 100%;
		margin: 15px 0px;
	}
	.cons.yellow .inline,
	.cons.yellow .inline-con.lright .inline:last-child {
		text-align: center;
	}
	.pricing .inline {
		width: 100%;
	}
	.form-banner .overlay {
		position: static;
		top: none;
		transform: none;
		right: 0;
		left: 0;
		width: calc(100% - 30px);
		margin: 15px auto;
	}
	.form-banner .overtxt {
		left: 20px;
		top: 20px;
		width: calc(100% - 40px);
		box-sizing: border-box;
	}
	.form-banner .overtxt h4 {
		font-size: 24px;
	}


	/* POP UP */
	.popUpBox {
		width: 90%;
		height: 391px;
		padding: 10px;
	}
	.popUpIn {
		padding: 15px;
	}
	.popUpIn span.sign {
		font-size: 14px;
		line-height: normal;
	}
	.popUpIn span.and {
		font-size: 60px;
		line-height: 60px;
	}	
	.popUpIn span.save {
		font-size: 20px;
		line-height: normal;
		letter-spacing: 10px;
	}
	.popUpIn p {
		font-size: 13px;
	}

	/* contact.php */
	form.contact {
		width: 100%;
	}

	/* footer.inc */
	#social {
		text-align: center;
	}

	.justmobile {
		display: block;
	}
	.nomobile {
		display: none;
	}
}
