/*
Template: TWIST - Responsive Coming Soon Page
Author: TheThemeLab
Version: 1.2
Email: saif.shajib@gmil.com
*/

@charset "utf-8";
/*
  RESET
  CUSTOM STYLE
  PRELOADER
  BUTTON
  HEADER
  TYPOGRAPHY
  SECTIONS
  CLOSE BUTTON
  SUBSCRIBE & CONTACT FORM
  ANIMATION
  RESPONSIVE
*/
/*======================== RESET ========================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
	background: transparent;
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
  text-decoration: none;
}
svg:not(:root) {
	overflow: hidden;
}
img {
	border: 0;
}
button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	height: 100%;
}
img {
	max-width: 100%;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

/*======================== CUSTOM STYLE ========================*/
body {
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
	font-size: 16px;
	word-spacing: normal;
	height: 100%;
	min-height: 100%;
	color: #333;
	background-size: 100% 100%;
	background-color:#1a1054;
	margin: 0;
	overflow: hidden;
	border: 20px solid #1a1054;
}
a img {
	border: 0
}
a {
	color: #999999;
	text-decoration: none;
}
a:active, a:focus, a:hover {
	outline: 0;
  text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover {
	text-decoration: none;
}
img {
	border: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
form {
	margin: 0;
}
button, input, textarea {
	border-radius: 0;
	font-size: 14px;
	margin-top: 0;
	max-width: 100%;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
button, input {
	line-height: normal;
}
button, input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
textarea {
	overflow: auto;
	vertical-align: top;
}

.clearfix {
	clear: both;
	float: none;
}
.bg-overlay {
	background: url(../images/bg1.jpg) strech;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -2;
}

/* No JS */
.no-js #preload {
	display: none;
}
/*======================== PRELOADER ========================*/
.preload * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
  transition: none !important;
}
#preload {
	background-color: #000;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 998;
}
#preload-content {
	width: 100px;
	height: 100px;
	margin-left: -50px;
	margin-top: -50px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 999;
}
.preload-bounce {
	margin: 0 auto 15px;
	text-align: center;
}
.bounce1, .bounce2, .bounce3, .bounce4 {
	-webkit-animation-name: pbounce;
	-webkit-animation-duration: 1.4s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode: both;
	-moz-animation-name: pbounce;
	-moz-animation-duration: 1.4s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-fill-mode: both;
	-o-animation-name: pbounce;
	-o-animation-duration: 1.4s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: ease-in-out;
	animation-name: pbounce;
	animation-duration: 1.4s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	animation-fill-mode: both;
	background: #0095CC;
	display: inline-block;
	height: 15px;
	margin: 0 3px;
	opacity: 0.6;
	width: 15px;
}
.bounce1 {
	-webkit-animation-delay: -0.48s;
	-moz-animation-delay: -0.32s;
	-o-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.bounce2 {
	-webkit-animation-delay: -0.32s;
	-moz-animation-delay: -0.16s;
	-o-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
.bounce3 {
	-webkit-animation-delay: -0.16s;
	-moz-animation-delay: -0.16s;
	-o-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
@-webkit-keyframes pbounce {
0%, 80%, 100% {
	-webkit-transform: scale(0.0)
}
40% {
	-webkit-transform: scale(1.0)
}
}
@-moz-keyframes pbounce {
0%, 80%, 100% {
	-moz-transform: scale(0.0)
}
40% {
	-moz-transform: scale(1.0)
}
}
@keyframes pbounce {
0%, 80%, 100% {
	transform: scale(0.0)
}
40% {
	transform: scale(1.0)
}
}
/*======================== PRELOADER END ========================*/

/*======================== BUTTON ========================*/
.btn {
	display: inline-block;
	padding: 7px 30px !important;
	text-transform: uppercase;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	text-decoration: none;
	background: #f33;
	color: #ffffff;
	border: 2px solid #f33;
	font-weight: 300;
	font-size: 16px;
	position: relative;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	-ms-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	transition: all .15s ease-out;
}
.btn:after {}
.btn:hover {
	background: transparent;
	color: #fffff;
}
.btn:hover:after {
	opacity: 1
}

/*======================== HEADER ========================*/
body > header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
   min-height:600px;
	background: ;
	z-index: 1;
}
body > header nav {
	height: 95%;
}
ul.navigation {
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 1.5em;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.navigation a {
	color: #FFF;
	font-weight: 700;
	padding: 0.25em 0;
	border-bottom: 2px solid transparent;
}
.navigation a:hover {
	text-decoration: none;
	border-color: #FFF;
}
.navigation .link {
	position: absolute;
	display: inline-block;
	width: 100%;
	text-align: center;
	transform-origin: center;
	-webkit-transform-origin: center;
}
.navigation .link.side {
	width: auto;
	margin-left: 0
}
.navigation .link.bottom {
	bottom: 4em;
}
.navigation .link.middle {
	top: 49%;
}
.navigation .link.left {
	left: 4em;
	-moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.navigation .link.right {
	right: 4em;
	-moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
/*======================== TYPOGRAPHY ========================*/
h1, h2, h3, h4 {
	color: #fff;
	font-weight: 500;
	line-height: 1.5;
	margin: 0 0 30px;
	text-align: center;
	text-transform: uppercase;
}
h1 {
	font-size: 50px;
}
h2 {
	font-size: 42px;
}
h3 {
	font-size: 32px;
}
h4 {
	font-size: 17px;
}
h5 {
	font-size: 14px;
}
b, strong {
	font-weight: 700;
}
i, em {
	font-style: italic;
}
p {
	margin: 0 0 28px;
}
ul, ol {
	margin: 0 0 28px;
	padding: 0 0 0 24px;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
.content-message {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 400;
	margin: 10px 0px 0 0;
  color: #ffffff;
  text-align: center;
}
.content-message i {
	color: #ffffff;
}
/*======================== SECTIONS ========================*/
section {
	font: 1em/1.5em "Raleway", Helvetica, Arial, sans-serif;
	color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(120,184,195,0.7);
	z-index: -99999;
	overflow: hidden;
}
.container {
	overflow-y: auto;
}
#about .container, #subscribe .content, #contact .container {
	opacity: 0;
}
#about.active .container, #subscribe.active .content, #contact.active .container {
	opacity: 1;
}
.intro {
	color: #FFFFFF;
	display: block;
	margin: 0 auto;
	position: absolute;
	-moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	width: 100%;
	text-align: center;
}
.intro h1 {
	position: relative;
	font-size: 70px;
	line-height: 1.1;
	letter-spacing: -2px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
	width: 100%;
}
.intro h1 span {
	font-weight: 700;
	color: #f33;
	letter-spacing: -1px;
}
.intro p {
	font-size: 18px;
	letter-spacing: 0.4em;
	margin: 0;
	text-transform: uppercase;
}
.intro p h8 {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.4em;
	margin: 0;
	text-transform: uppercase;
}
.intro p span {
	border-color: #FFFFFF;
	border-right: 0 none;
	border-style: solid;
	border-width: 1px 0px 0px;
	display: inline-block;
	margin: 6px 10px;
	width: 100px;
}
.intro i {
	color: #f33;
}
section h1 {
	font-size: 70px;
	line-height: 1.1;
	font-weight: 500;
	margin: 80px 0px 10px 0px;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #FFF;
	white-space: nowrap;
	text-align: center;
}
section h1 span {
	display: inline-block;
	font-weight: 700;
	border-bottom: 3px solid #f33;
	padding-bottom: 0.15em;
}
#subscribe h1 {
	padding-top: 120px;
	padding-bottom: 40px;
	margin: 20px 20px 0px 20px;
	background: rgba(26,16,84,0.55);
}


.newline {
	margin-top: 20px;
}
.social {
	padding: 40px 0px;
}
.social a {
	background: rgba(15,52,107,0.9);
	border-radius: 100%;
	color: #48C0F4;
	display: inline-block;
	font-size: 24px;
	height: 50px;
	width: 50px;
	margin-left: 3px;
	text-align: center;
	-webkit-transition: all 300ms ease-in-out 0s;
	-moz-transition: all 300ms ease-in-out 0s;
	-ms-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.social i {
	position: relative;
	top: 13px;
}
.social a:hover {
	background: rgba(72,192,244,0.9);
	color: #fff;
}
#about, #contact, #subscribe {
	background: rgba(26,16,84,0.05);
}
#about.active, #contact.active {
	background: rgba(26, 16, 84,0.3);
}
#subscribe.active {
	background: rgba(26, 16, 84,0.1);
}
/*-------------------- CLOSE BUTTON --------------------*/
.close {
	position: absolute;
	top: 50%;
	right: 5%;
	display: block;
	width: 58px;
	height: 58px;
	opacity: 0.6;
	margin-top: -30px;
	margin-left: -30px;
	background: url('../images/close.png') no-repeat center center;
	border: 2px solid #ffffff;
	border-radius: 100%;
	-webkit-border-radius: 100%;
}
#contact .close {
	left: 5%;
}
#subscribe .close {
	top: 3.5em;
	left: 50%;
}
.close:hover, .close:hover:before, .close:hover:after {
	opacity: 0.9;
	-moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
/*======================== SUBSCRIBE FORM ========================*/
input[type="text"], input[type="email"], input[type="password"], textarea {
	background-color: rgba(255,255,255,0.9);
	border: 2px solid rgba(72,192,244,0.9);
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color: #000000;
	font-family: inherit;
	font-size: 14px;
	padding: 6px 10px;
	margin: 0px 0px 8px 0px;
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-ms-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
	width: 100%;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, textarea:focus {
	background-color: rgba(255,255,255,1);
}
.subscribe {
	position: relative;
	height: auto;
	margin: 50px 0px 0px 0px;
	width: 100%;
}
input::-webkit-input-placeholder, input:-moz-placeholder, input::-moz-placeholder, input:-ms-input-placeholder {
	color: #999;
}
.subscribe  input[type="text"] {
	padding: 9px 50px 9px 15px;
}
#subscribe_submit {
	background: transparent url(../images/envelope.png) no-repeat top right;
	color: #fff;
	font-weight: 100;
	font-size: 12px;
	border: none;
	padding: 1px 15px 4px;
	outline: none;
	position: absolute;
	right: 11px;
	top: 9px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#subscribe_submit:hover {
	background: transparent url(../images/envelope.png) no-repeat top right;
}
.contactForm {
	padding-top: 40px;
    height: 600px;
}
#contact i {
	background: rgba(72,192,244,0.9);
	color: #fff;
	border-radius: 100%;
	display: inline-block;
	font-size: 24px;
	height: 50px;
	width: 50px;
	margin-left: 3px;
	padding-top: 12px;
	text-align: center;
	-webkit-transition: all 300ms ease-in-out 0s;
	-moz-transition: all 300ms ease-in-out 0s;
	-ms-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s; 
}
.error {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    float: right;
    margin: -40px 4px 0 0;
    position: relative;
    top: 0;
}
.error i{
    background: none !important;
    border-radius:0;
    -webkit-border-radius:0;
    width:12px !important;
    height:12px !important;
    margin: 0px;
    padding: 0px;
}
.error i:before {
    color: #FF0000;
    content: "";
    font-family: FontAwesome;
    font-size: 11px;
    margin-right: 10px;
    vertical-align: top;
    width:12px !important;
    height:12px !important;
}

/*======================== ANIMATION ========================*/
a, .close:before, .close:after {
	-webkit-transition: all 1s ease-in;
	-moz-transition: all 1s ease-in;
	-ms-transition: all 1s ease-in;
	-o-transition: all 1s ease-in;
	transition: all 1s ease-in;
}
section {
	-webkit-transition: background 1s ease-in;
	-moz-transition: background 1s ease-in;
	-ms-transition: background 1s ease-in;
	-o-transition: background 1s ease-in;
	transition: background 1s ease-in;
}
/*======================== RESPONSIVE ========================*/

 /*============ 1200px PLUS ============*/
 
#about .close {float:left;text-align:center;}
.intro {top:95%;} .btn {top:0px;}

.logo-berro {position:absolute;left:12%;top:10%;width:360px;height:auto;}
.navigation .link.right {right:6.7%;} .navigation .link.left {left:6.7%;} .navigation .link.bottom {top:93%;}

.rotate {margin-bottom:3%;}
#version {margin-top:0px;} .navigation p {margin-top:1%;}

.company-cont {width:100%;height:auto;margin-left:0.1%;}
.company {float:left;background:rgba(26,16,84,0.75);padding:2% 2% 0.33% 2%;}
.company {width:95%;margin-left:5%;margin-top:1%;margin-bottom:2%;text-align:center;font-size:15px;line-height:1.6;}
.company h8 {color:#f33;}
#about .btn {left:3%;}

.div-cont {width:95%;margin-left:5%;margin-top:3%;background: rgba(26,16,84,0.65);}
.divisions {text-align:center;font-size:15px;line-height:1.5;padding:2% 2% 0.33% 2%;}
.divisions h8 {color:#f33;}

#form-group {width:25%;height:450px;color:#fff;position:relative;float:left;left:15.5%;top:0px;overflow:hidden;text-align:center;}
#form-group .transparency {background: rgba(26,16,84,0.55);width:75%;height:70%;position:absolute;z-index:-1;padding-top:0.5%;}
.alex-text {position:relative;width:80%;top:7.5%;right:2%;font-size:10px;color:#fff;line-height: 2.2em;} .alex-text h8 {color:#f33;font-size:16px;}
#subscribe .row {position:relative;left:11%;top:1%;width:80%;height:auto;text-align:center;}
#subscribe .row p {font-size:17px;font-weight:700;}
#subscribe .alex-btn {position:absolute;top:86%;left:30%;width:40%;height:auto;text-align:center;} 
.alex-btn p {position:relative;left:0%;text-align:center;} 


@media only screen and (max-width: 1366px) {
	
h1, .intro h1 {font-size:48px;}

.navigation .link.left {left:6.7%;} .navigation .link.right {right:6.7%;} .navigation .link.bottom {top:86%;}
ul.navigation {font-weight:600;font-size:1.3em;}


.close {top:50%;right:4%;width:40px;height:40px;margin-left:-25px;}
#subscribe h1 {padding-top:70px;padding-bottom:30px;}
#subscribe .close {top:10%;}

#contact .close {left:80px;top:55%;}
#about .close {left:80px;top:55%;}

.logo-berro {left:left:12%;;width:325px;height:auto;}

.rotate {margin-bottom:0px;}
#rotate {margin-top:0px;} #rotate h1 {font-size:45px}

#version {margin-top:2%;} #version p {font-size:15px;}
.navigation p {margin-top:3%;}


.company {padding:20px 20px 5px 20px;}
.company h4 {font-size:15px;}
.company {width:90%;margin-left:8%;font-size:13px;line-height:1.3;}

.div-cont {width:90%;margin-left:8%;}
.divisions {font-size:13px;line-height:1.3;padding:20px 20px 5px 20px;}


#form-group {width:25%;height:300px;left:15.5%;}
#form-group .transparency {width:75%;height:85%;}
.alex-text {width:80%;top:10%;right:2%;font-size:8px;line-height:2.3em;} .alex-text h8 {font-size:15px;}
#subscribe .row {left:11%;top:1%;width:80%;}
#subscribe .row p {font-size:16px;font-weight:700;}
#subscribe .alex-btn {top:88%;left:30%;width:40%;} 
.alex-btn p {left:0%;} 

}


@media only screen and (max-width: 1280px) {

html, body {overflow-y: auto !important;}
body {height:auto !important;}
header {position:relative !important;top:auto !important;left:auto !important;right:auto !important;bottom:auto !important;min-height:550px;}

#rotate {margin-top:7px;} #rotate h1 {font-size:65px}
#version {margin-top:50px;} #version p {font-size:20px;}

section {position:relative !important;top:auto !important;left:auto !important;right:auto !important;bottom:auto !important;z-index:2 !important;opacity:1 !important;}
section .content, section .container {opacity:1 !important;} .navigation {display: none;}
section {padding:4em 0;}

#subscribe {padding:0;}
#subscribe h1 {background:none !important;height:auto;padding:0px !important;}

.close {display: none;}

.logo-berro {left:20%;top:5%;width:60%;height:auto;}


.company h4 {font-size:16px;font-weight:700;}
.company-cont {width:100%;padding:0px 30px 0px 0px;margin-left:2%;}
.company {width:100%;margin-left:0px;margin-top:50px;margin-bottom:50px;font-size:16px;line-height:1.6;background:rgba(26,16,84,0.75);padding:30px 30px 30px 30px;}
#about .btn {font-size:18px;}


#subscribe .row p {text-align:center;font-size:20px;font-weight:700;}
#form-group {width:100%;height:450px;left:0px;}
#form-group .transparency {width:75%;height:90%;left:10%;}
.alex-text {width:80%;top:10%;left:8%;font-size:14px;line-height:2em;}
.alex-text h8 {font-size:20px;}

.div-cont {width:100%;margin-left:0px;margin-top:50px;background:rgba(26,16,84,0.75);}
.divisions {font-size:16px;line-height:1.6;padding:30px 30px 5px 30px;}

#subscribe .alex-btn {position:relative;left:0px;width:100%;} 
#subscribe .btn {position:relative;left:0px;font-size:18px;margin-bottom:50px;}

#form-group {width:65%;left:19%;}


}


@media (min-width: 768px) {

.intro h1 {padding:0px 85px;}


}


@media only screen and (max-width: 767px) {

html, body {overflow-y:auto !important;}
body {height:auto !important;}
header {position:relative !important;top:auto !important;left:auto !important;right:auto !important;bottom:auto !important;min-height:550px;}

.logo-berro {left:15%;top:10%;width:70%;height:auto;}

#rotate {margin-top:1%;} #rotate h1 {font-size:50px;top:0px;}
#version {margin-top:10%;} #version p {font-size:18px;}

section {position:relative !important;top:auto !important;left:auto !important;right:auto !important;bottom:auto !important;z-index:2 !important;opacity:1 !important;}
section .content, section .container {opacity:1 !important;}
.navigation {display: none;}
section {padding:4em 0;}
#subscribe {padding:0;}
#subscribe h1 {background:none !important;height:auto;padding:0px !important;}
.close {display:none;}

.company h4 {width:90%;margin-left:4%;}
.company {width:90%;margin-left:5%;} .company-cont {margin-left:2.7%;}
.div-cont {width:94%;margin-left:3%;}
#about .btn {font-size:16px;}

#subscribe .alex-btn {position:relative;width:95%;left:5%;} 
#subscribe .btn {font-size:14px;margin-bottom:35px;}

}

@media only screen and (max-width: 500px) {
	
body {font-size:14px;border:0px solid transparent;}
section h1 {font-size:2.5em;margin-top:0px;}

.intro p {font-size:14px;}
.intro p span {width:60px;}


.logo-berro {left:10%;top:10%;width:80%;height:auto;}

#rotate {margin-top:0px;} #rotate h1 {font-size:35px;top:0px;}
#version {margin-top:15%;} #version p {font-size:14px;}


#about h4 {left:6%;width:100%;font-size:14px;font-weight:600;}

.company h4 {width:100%;margin-left:1%;}  .company-cont {margin-left:5%;}
#about .btn {font-size:12px;}
.row h4 {left:6%;}

#form-group {width:100%;height:450px;left:0px;}
#form-group .transparency {width:85%;height:90%;left:7.5%;}
.alex-text {width:80%;top:10%;left:8%;}

#subscribe .row p {font-size:16px;font-weight:600;margin-left:5%;}
#subscribe .alex-btn {position:relative;width:88%;left:6%;} 
#subscribe .btn {font-size:11px;margin-bottom:25px;}



}