/*-------------
 	Base
-------------*/

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

ul, nav{
	list-style: none;
}

a{
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	color: #fff;
	opacity: 0.9;
}

a:hover{
	color: #fff;
	opacity: 1;
}

a.clink{
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	color: #990033;
	opacity: 0.9;
}

a.clink:hover{
	color: #660000;
	opacity: 1;
}

div .btn {
	background-color:#E6A32E;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: Ubuntu, Helvetica, Arial, sans-serif;
	color:#000;
	font-size: 20px;
	padding-bottom:25px;
	text-align:center;
	padding:12px;
	width:150px;
	font-weight:700;
}
.pop-up-open {display:block;margin-left:40px;width:150px;}

section{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 125px 100px;
}

section p{
	margin-bottom: 35px;
	padding: 0 20px;
	line-height: 2;
}

ul.grid{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

@media (max-width: 1000px){

	section{
		padding: 100px 50px;
	}

}

@media (max-width: 600px){

	section{
		padding: 80px 30px;
	}

}

/*-------------
 	Header
-------------*/

header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	color: #fff;
	background: rgba(150,0,0, 0.5);
	backdrop-filter: grayscale(1) brightness(1) contrast(2) blur(5px);
}

header div{
	width: 1490px;
	display: flex;
	padding: 20px 0 0;
	align-items: center;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	padding-right: 20px;
	justify-content: space-around;
}

header div img{
	padding-top: 5px;
}

header div div#logo{
	font-family: 'Rubik 80s Fade', Helvetica, Arial, sans-serif;
	font-size:40px;
	position:relative;
	top:-20px;
	width:200px;
	height:68px;
	white-space:nowrap;
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

header div nav{
	display: flex;
	font-family: Ubuntu, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	padding-bottom:25px;
	text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
}

header div nav li img{
	margin-top: -7px;
}

header div nav li{
	margin: 0 15px;
}

header div nav li:first-child{
	margin-left: 0;	
}

header div nav li:last-child{
	margin-right: 0;	
}
.header{

    box-shadow: 1px 1px 5px 0px #000;

    top: 0;

}


/* Nav menu */
.nav{
    width: 100%;
    height: 100%;
    position: relative;
    
    overflow: hidden;
    
}

.menu a{
    display: block;
    padding-top: 10px;
    color:#fff;

}

.menu a:hover{
    color:#fff;
}

.nav{
    max-height: 0;
    transition: max-height .5s ease-out;
}

/* Menu Icon */

.hamb{
    cursor: pointer;
    padding: 40px 20px;
	position: absolute;
	right: 20px;
	top: 35px;
	z-index: 10;
}


.hamb-line {
    background: #f9f9f9;
    display: block;
    height: 6px;
    position: relative;
    width: 48px;
    
}

.hamb-line::before,
.hamb-line::after{
    background: #f9f9f9;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.hamb-line::before{
    top: 18px;
}

.hamb-line::after{
    top: -18px;
}


.side-menu {
    display: none;
}

/* Toggle menu icon */

.side-menu:checked ~ nav{
    max-height: 380px;
}

.side-menu:checked ~ .hamb .hamb-line {
    background: transparent;
}

.side-menu:checked ~ .hamb .hamb-line::before {
    transform: rotate(45deg);
    top:0;

}

.side-menu:checked ~ .hamb .hamb-line::after {
    transform: rotate(-45deg);
    top:0;
}


/* Responsiveness */

@media (min-width: 1000px) {
    .nav{
        max-height: none;
        top: 0;
        position: relative;
        float: right;
        width: fit-content;
        background-color: transparent;

    }

    .menu li{
        float: left;
    }

    .menu a:hover{
        background-color: transparent;
        color: #fff;
        
    }
    
    .hamb{
        display: none;
    }

}
@media (max-width: 1000px){

	header div nav {padding-bottom:0px; font-size:28px;}
	header div nav li{
		margin: 0;
	}
	header div div#logo{
	width:400px;
	height:132px;
	}
}

@media (max-width: 1400px){
	header div{
		flex-direction: row; flex-wrap: wrap;
	}
	header div {width:100%;}

	header div h2{
		margin-bottom: 15px;
	}
	header div div#logo{
	width:400px;
	height:132px;
	}
}
/*----------------
 	Intro Section
----------------*/

.intro{
	position: relative;
	justify-content: center;
	min-height: 100vh;
	color: #fff;
	text-align: center;
}

.intro .background-image{
	background-image: url("/images/back.jpg");
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position:50%;
	background-color: #000;
	z-index: -1;
}

.intro .background-image:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.1;
}
.intro .background-image:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.intro h1{
	font-family: 'Rubik Dirt', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size:60px;
	margin-bottom: 15px;
	white-space:nowrap;
}

.intro p{
	font-size: 26px;
	text-align: left;
	font-weight: 400;
	font-family: "Montserrat", sans-serif;
	line-height: 1.6;
	margin-bottom: 11px;
	width:80%;
}

@media (min-width: 1200px){


	.intro p{
	
	width:70%;
	}

}

@media (max-width: 1000px){

	.intro{
		min-height: 100vh;
		font-size: 50px;
	}

	.intro h1{
		font-size: 40px;
	}

	.intro p{
	font-size: 18px;
	text-align: left;
	font-weight: 200;
	font-family: "Montserrat", sans-serif;
	line-height: 1.4;
	margin-bottom: 11px;
	width:100%;
}

}

/*----------------
 	About Section
----------------*/

.about{
	position: relative;
	min-height: 100vh;
	width:100%;
	color: #fff;
	overflow:hidden;
}

.about .background-image{
	background-image: url("/images/about.jpg");
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position:50%;
	background-color: #000;
	z-index: -1;
}

.about .background-image:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.1;
}

.about h1{
	font: bold 34px Ubuntu, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.about h3.title{
	color:#fff;
	font: bold 34px Ubuntu, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.about hr{
	width:80%;
	border: 0;
	height: 1px;
	background: #333;
	background-image: none;
	background-image: linear-gradient(to right, #fff, #333, #fff);
	margin-top: 10px;
	margin-bottom: 80px;
}

.about div p{
	font-size: 18px;
	text-align: left;
	font-weight: 200;
	font-family: "Montserrat", sans-serif;
	line-height: 1.4;
	margin-bottom: 11px;
}

.about_block{
	display: flex; flex-direction: row; justify-content: space-between; flex-wrap: wrap;
}

.about_block div.pics{
	width: 50%;
	display: flex; flex-direction: row; justify-content: space-between; flex-wrap: wrap;
}

.about_block div.pics_text{
	width: 50%;
	padding-top: 50px;
	padding-left: 50px;
	display: flex; flex-direction: column;
}

.about_block div.pics div{
	background-position: center;
	background-size: cover;
	margin:2%;
	width: 45%;
	position: relative;
	padding-bottom: 45%;
}

@media (max-width: 1000px){

	.about{
		min-height: 100vh;
	}

	.about_block{
		display: flex;flex-direction: column; justify-content: space-between; flex-wrap: wrap;
	}

	.about_block div.pics{
		width: 100%;
		display: flex;
		flex-direction: row; justify-content: space-between; flex-wrap: wrap;
	}

	.about_block div.pics_text{
		width: 100%;
		padding-top: 50px;
		padding-left: 10px;
		display: flex;flex-direction: column;
	}

}

/*----------------------
 	Services Section
----------------------*/

.services{
	background: #eee;
	background-image: none;
	background-image: linear-gradient(to bottom, #ccc, #eee, #fff);
	color:#000;
	min-height: 100vh;
}

.services h3.title{
	color:#383838;
	font: bold 34px 'Rubik Dirt', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin-top: -50px;
	margin-bottom: 15px;
}

.services hr{
	width:80%;
	border: 0;
	height: 1px;
	background: #333;
	background-image: none;
	background-image: linear-gradient(to right, #ccc, #333, #ccc);
	margin-top: 10px;
	margin-bottom: 80px;
}

.services_text{
    text-align: left;  width:60%; margin:0 auto; margin-bottom: 30px;
	font-weight: 400;
	font-family: "Montserrat", sans-serif;
    font-size: 22px;

}

.services li{
	padding-left: 100px;
}
@media (max-width: 1400px){

	.services_text{
		width: 100%;
		padding-top: 50px;
		padding-left: 10px;
		display: flex;flex-direction: column;
	}

}




/*----------------------
 	Clients Section
----------------------*/

.clients{
	background-color: #fff;
	color:#000;
	min-height: 100vh;
	justify-content: center;
	text-align: center;
}

.clients h3.title{
	color:#383838;
	font: bold 34px 'Rubik Dirt', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin-top: -50px;
	margin-bottom: 15px;
}

.clients hr{
	width:80%;
	border: 0;
	height: 1px;
	background: #333;
	background-image: none;
	background-image: linear-gradient(to right, #ccc, #333, #ccc);
	margin-top: 10px;
	margin-bottom: 80px;
}

.clients .grid li{
	padding: 30px 30px;
	flex-basis: 20%;
	text-align: center;
}

.clients .grid li h4{
	color: #383838;
	font-weight: 500;
	font-family: "Montserrat", sans-serif;
    font-size: 28px;
    margin-bottom: 25px;
}

.clients .grid li p{
    margin: 0;
	color: #383838;
	font-weight: 200;
	font-family: "Montserrat", sans-serif;
    font-size: 16px;
	line-height: 1.5;

}

@media (max-width: 1000px){

	.clients .grid li{
		flex-basis: 40%;
		margin-bottom: 65px;
	}

	.clients .grid li:last-child{
		margin-bottom: 0;
	}

}


@media (max-width: 600px){

	.clients .grid li{
		flex-basis: 100%;
	}

}

/*-------------------------
 	Credentials Section
-------------------------*/

.props{
	color:#000;
	min-height: 100vh;
	justify-content: center;
	text-align: center;
}

.props h3.title{
	color:#383838;
	font: bold 34px 'Rubik Dirt', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin-top: -50px;
	margin-bottom: 15px;
}

.props h1{
	font-family: "Montserrat", sans-serif;
	font-size: 41px;
	font-weight: 500;
	line-height: 1.1;
	color: #383838;
	margin-bottom:40px;
}

.props hr{
	width:80%;
	border: 0;
	height: 1px;
	background: #333;
	background-image: none;
	background-image: linear-gradient(to right, #ccc, #333, #ccc);
	margin-top: 10px;
	margin-bottom: 80px;
}

.props_text{
    text-align: center;  width:60%; margin:0 auto; margin-bottom: 30px;
	font-weight: 400;
	font-family: "Montserrat", sans-serif;
    font-size: 22px;

}

/*---------------------
 	Contacts Section
---------------------*/

.contacts{
	background-color: #fff;
	color:#000;
	min-height: 90vh;
	justify-content: center;
	text-align: center;
}

.contacts h3.title{
	color:#383838;
	font: bold 34px 'Rubik Dirt', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin-top: -50px;
	margin-bottom: 15px;
}

.contacts h1{
	font-family: "Montserrat", sans-serif;
	font-size: 41px;
	font-weight: 500;
	line-height: 1.1;
	color: #383838;
	margin-bottom:40px;
}

.contacts hr{
	width:80%;
	border: 0;
	height: 1px;
	background: #333;
	background-image: none;
	background-image: linear-gradient(to right, #fff, #333, #fff);
	margin-top: 10px;
	margin-bottom: 80px;
}

.contacts iframe {max-width: 100% !important;}

.contacts_text{
    text-align: center;  width:60%; margin:0 auto; margin-bottom: 30px;
	font-weight: 400;
	font-family: "Montserrat", sans-serif;
    font-size: 22px;

}

/*---------------------
 	Careeers Section
---------------------*/

.careers{
	position: relative;
	min-height: 60vh;
	color: #fff;
	font: bold 34px Ubuntu, Helvetica, Arial, sans-serif;
	width:100%;
	padding-top:200px;
}

.careers .background-image{
	background-image: url("/images/careers.jpg");
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position:top;
	background-color: #000;
	z-index: -1;
}

.careers .background-image:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.careers h3.title{
	color:#fff;
	font: bold 34px Ubuntu, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.careers h1{
	font-family: "Montserrat", sans-serif;
	font-size: 41px;
	font-weight: 500;
	line-height: 1.1;
	color: #383838;
}

.careers hr{
	width:150px;
	border: 0;
	height: 1px;
	border-top: 1px solid #e9ac40;
	margin-top: 10px;
	margin-bottom: 80px;
}

.careers_text{
    text-align: center; margin:0 auto; margin-bottom: 30px;
	font-weight: 200;
	font-family: "Montserrat", sans-serif;
    font-size: 20px;
	line-height: 28px;

}
.careers_text p{
	line-height: 28px;

}

/*----------------------
 	Portfolio Section
----------------------*/

.portfolio{
	background: #fff;
	color:#000;
	min-height: 100vh;
}

.portfolio h3.title{
	color:#383838;
	font: bold 34px 'Rubik Dirt', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin-top: -50px;
	margin-bottom: 15px;
}

.portfolio hr{
	width:80%;
	border: 0;
	height: 1px;
	background: #333;
	background-image: none;
	background-image: linear-gradient(to right, #ccc, #333, #ccc);
	margin-top: 10px;
	margin-bottom: 80px;
}

.portfolio .grid li{
	padding: 30px 30px;
	flex-basis: 20%;
	text-align: center;
}

.portfolio .grid li h4{
	color: #383838;
	font-weight: 500;
	font-family: "Montserrat", sans-serif;
    font-size: 28px;
    margin-bottom: 25px;
}

.portfolio .grid li p{
    margin: 0;
	color: #383838;
	font-weight: 400;
	font-family: "Montserrat", sans-serif;
    font-size: 20px;
	line-height: 1.5;

}

.portfolio_pic {
	border-radius: 6px;
	box-shadow: 0px 10px 25px -6px rgba(0, 0, 0, 0.4), 0px 0px 40px 1px rgba(0, 0, 0, 0.2) inset;
	border: solid 1px #FFF;
}

.portfolio a.nope {display:none;}

@media (max-width: 1000px){

	.portfolio .grid li{
		flex-basis: 40%;
		margin-bottom: 65px;
	}

	.portfolio .grid li:last-child{
		margin-bottom: 0;
	}

}

/*----------------------
 	Gallery Section
----------------------*/

.gallery{
	background: #eee;
	background-image: none;
	background-image: linear-gradient(to bottom, #ccc, #eee, #fff);
	color:#000;
	min-height: 100vh;
}

.gallery h3.title{
	color:#383838;
	font: bold 34px 'Rubik Dirt', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin-top: -50px;
	margin-bottom: 15px;
}

.gallery hr{
	width:80%;
	border: 0;
	height: 1px;
	background: #333;
	background-image: none;
	background-image: linear-gradient(to right, #ccc, #333, #ccc);
	margin-top: 10px;
	margin-bottom: 80px;
}

.gallery .grid li{
	padding: 30px 30px;
	flex-basis: 20%;
	text-align: center;
}

.gallery .grid li h4{
	color: #383838;
	font-weight: 500;
	font-family: "Montserrat", sans-serif;
    font-size: 28px;
    margin-bottom: 25px;
}

.gallery .grid li p{
    margin: 0;
	color: #383838;
	font-weight: 200;
	font-family: "Montserrat", sans-serif;
    font-size: 16px;
	line-height: 1.5;

}

.gallery_pic {
	border-radius: 6px;
	box-shadow: 0px 10px 25px -6px rgba(0, 0, 0, 0.4), 0px 0px 40px 1px rgba(0, 0, 0, 0.2) inset;
	border: solid 1px #FFF;
}

@media (max-width: 1000px){

	.gallery .grid li{
		flex-basis: 40%;
		margin-bottom: 65px;
	}

	.gallery .grid li:last-child{
		margin-bottom: 0;
	}

}


@media (max-width: 600px){

	.gallery .grid li{
		flex-basis: 100%;
	}

}

/*---------------------
	Tabs section
---------------------*/


/*---------------------
	Tabs Container
---------------------*/
.tabs-container {
	padding: 0;
	width:100%;
}

/*---------------------
	  Tabs Block
---------------------*/
.tabs-block {
	display: flex;
	align-items: center;
	justify-content: center;
}

/*---------------------
		Tabs
---------------------*/
.tabs {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	position:relative;
	top:-38px;
	background-color: transparent;
}

.tabs label {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem 2rem;
	margin-right: 1px;
	margin-bottom: 1px;
	cursor: pointer;
	background-color: transparent;
	color: #000;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	height:239px;
	font-weight: 400;
	text-transform: uppercase;
	border-top:solid 1px #fff;
	border-bottom:solid 1px #fff;
	bord5er-image: linear-gradient(to right, #ccc, #333, #ccc);
	transition: background-color ease 0.3s;
}

.tabs .tab {
	flex-grow: 1;
	width: 100%;
	height: 100%;
	display: none;
	padding: 10px;
	color: #000;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height:22px;
	margin-top:10px;
	margin-left:0px;
}
.tabs .tab ul{
	margin-top: 0;
	margin-bottom: 11px;
}

.tabs .tab p{
	list-style-type:disc;
	margin-top: 0;
	margin-bottom: 11px;
}


.tabs .tab > *:not(:last-child) {
	margin-bottom: 0.8rem;
}

.tabs [type=radio] {
	display: none;
}

.tabs [type=radio]:checked + label {
	background-color: transparent;
	color: #fff;
	border-bottom: 2px solid #e9ac40;
}

.tabs [type=radio]:checked + label + .tab {
	display: block;
}
@media (min-width: 1210px) {

	.tabs label {
		order: 9;
		width: 100%;
	}

	.tabs .tab {
		order: 9;
	}

	.tabs [type=radio]:checked + label {
		border-bottom: 2px solid #e9ac40;
	}
}

@media (max-width: 1000px){

	.tabs .tab {
		font-size: 24px;
		font-weight: 400;
		line-height:28px;
		
	}
	.tabs label {
		font-size: 24px;
		height:49px;
		font-weight: 400;
		
	}
	.tabs {

	top:-48px;

}
}

/*-------------
 	Footer
-------------*/

footer{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	color: #fff;
	background-color: #CA7F7F;
	padding: 15px 0;
}

footer ul{
	display: flex;
	margin-bottom: 25px;
	font-size: 32px;
}

footer ul li{
	margin: 0 8px;	
}

footer ul li:first-child{
	margin-left: 0;	
}

footer ul li:last-child{
	margin-right: 0;	
}

footer p{
	color: rgb(255, 255, 255);
	font-family: Ubuntu, Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
}

footer p a{
	color: #fff;
}

@media (max-width: 700px){

	footer{
		padding: 15px;
	}

}

/*-------------
 	 Forms
-------------*/

#mask-drk {
	background:none repeat scroll 0 0 #3F3F42;
	left:0;
	position:fixed;
	top:0;
	width:100%;
	height:100%;
	z-index:100;
	}
.pop-up {
	width: 662px;
	height: auto;
	padding: 20px;
	border: 0px solid #000000;
	z-index: 99999;
	position: fixed;
	top:20%;
	display:none;
	left:-10000px;
	right: 0%;
	border-radius: 5px;
	background: #ffffff;
	}

.form-item {margin-bottom: 24px;}
.form-item.left{width:50%;float:left;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding-right:9px;}
.form-item.right{width:50%;float:right;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding-left:9px;}


.text-fld{background:none repeat scroll 0 0 #FFFFFF;-moz-box-shadow:0 2px 2px rgba(0, 0, 0, 0.2);
-webkit-box-shadow:0 2px 2px rgba(0, 0, 0, 0.2);
box-shadow:0 2px 2px rgba(0, 0, 0, 0.2);cursor:default;position:relative;padding:13px;font-size:16px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;height:100px;width:100% !important;}

.form-item label{display:block;color:#ffffff;font-size:20px;margin:0 0 10px 0;}
.exprs-form select{width:100%;}

.exprs-form .send-frm{text-align:right;}


input.capcha{
	margin-left:10px;
	text-transform: uppercase;
	width:216px;
	height:32px;
	font-family:verdana;
	font-size:18px;
	font-weight:bold;
	letter-spacing:8px;
	text-align: center;
	-webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.2) inset; -moz-box-shadow:0 0 5px rgba(0, 0, 0, 0.2) inset; box-shadow:0 0 5px rgba(0, 0, 0, 0.2) inset;
	color: #555555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
input.capcha:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.capcha_section {
	display: flex;flex-flow: row;justify-content: center;width: 100%; padding-bottom:20px;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

.form-control {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 1.42857143;
  padding-left:10px;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}

input.form-control {height: 36px;}

.submit_btn {
	display: inline-block;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	border-radius: 3px;
	user-select: none;
	color: #fff;
	background-color: #e9ac40;
	border-color: #e6a229;
	width:100%;
}
.submit_btn:hover {
	background-color: #DD9619;
}

.btn-close {
	margin: 0;
	border: 0;
	padding: 0;
	background: #000000;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: all 150ms;
	position:absolute;
	top:-15px;
	right:-15px;
}
.btn-close .icon-cross {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	position: relative;
	width: 16px;
	height: 16px;
}
.btn-close .icon-cross:before, .btn-close .icon-cross:after {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	right: 0;
	height: 4px;
	background: #ffffff;
	border-radius: 6px;
}
.btn-close .icon-cross:before {
	transform: rotate(45deg);
}
.btn-close .icon-cross:after {
	transform: rotate(-45deg);
}
.btn-close .icon-cross span {
	display: block;
}
.btn-close:hover, .btn-close:focus {
	transform: rotateZ(90deg);
	background: #ff0000;
}


.reload {
	display: inline-block;
	position: relative;
	margin-left:10px;
	margin-top:4px;
	height: 25px;
	padding: 0;
	width: 25px;
	cursor: pointer;
}
.reload:hover {
	-webkit-animation: rotate 1.5s linear infinite;
	animation: rotate 1.5s linear infinite;
}
.reload:before, .reload:after {
  content: "";
  display: block;
}
.reload:before {
  border-color: transparent #000000 #000000 #000000;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  height: 20px;
  width: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.reload:after {
  border-color: transparent transparent transparent #000000;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  height: 0;
  position: absolute;
  top: -2px;
  left: 10px;
  width: 0;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}