/* CSS Document */
.v-center {
	height: 100vh;
	width: 100%;
	display: table;
	position: relative;
	text-align: center;
}
.v-center > div {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	top: -10%;
}
.btn {
    border: 1px solid #ccc;
    border-radius: 3px;
    bottom: 0;
    color: #333;
    display: inline;
    float: right;
    font-size: 14px;
    margin: 0 22% 15px;
    padding: 5px 10px;
    /*position: absolute;*/
    text-decoration: none;
    transition: background-color 1s ease 0s;
}

.thanks_page h3 {
    color: #721408;
    float: left;
    font-family: "open_sansregular";
    font-size: 24px;
    margin-bottom: 22px;
    text-transform: none;
    width: 100%;
}
.thanks_page {
    float: left;
    padding: 10px 20px;
}
.thnk_txt {
    float: left;
    padding: 50px 0;
    text-align: center;
    width: 100%;
}

.js-modal-close.close {
    background: rgba(0, 0, 0, 0) url("http://cws.imimg.com/gifs/btn-close-h.png") no-repeat scroll 0 0;
    float: right;
    font-size: 19px;
    height: 29px;
    margin-right: -30px;
    margin-top: -30px;
    width: 31px;
}



.btn_in {
	/*background-color: #fff;
    border: 1px solid #ccc;*/
    border-radius: 3px;
    bottom: 0;
    color: #333;
    display: inline;
    float: left;
   /* margin: 20px 0 0 30px;*/
    padding: 5px 10px;
   /* position: absolute;*/
    text-decoration: none;
    transition: background-color 1s ease 0s;
}

.btn_in-small {
	padding: .75em 1em;
	font-size: 0.8em;
}



.btn:hover {
	-webkit-transition: background-color 1s ease;
	-moz-transition: background-color 1s ease;
	transition: background-color 1s ease;
}
.btn-small {
	padding: .75em 1em;
	font-size: 0.8em;
}
.modal-box {
	display: none;
	position: absolute;
	z-index: 1000;
	width: 88%; padding:5%;
	background: white;
	border-bottom: 1px solid #aaa;
	border-radius: 4px;
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	border: 1px solid rgba(0, 0, 0, 0.1);
	background-clip: padding-box;
	z-index:9999;
	top:100px !important;
}
@media (min-width: 32em) {
.modal-box {
width: 70%;
position: fixed;
z-index:9999 !important;
padding:20px;
top:30px !important; 
}

 .modal-box h3{ width:100%; float:left; text-align:left;}


}
.modal-box header, .modal-box .modal-header {
	padding: 1.25em 1.5em;
	border-bottom: 1px solid #ddd;
}
.modal-box header h3, .modal-box header h4, .modal-box .modal-header h3, .modal-box .modal-header h4 {
	margin: 0;
}
.modal-box .modal-body {
	padding:0;
}


.modal-body .left_pop{ width:48%; float:left;}

.modal-body .left_pop img{ width:100%;}


.modal-body .right_pop{ width:48%; float:right;}


.modal-body .right_pop h3 {
    color: #721408;
    float: left;
    font-family: "open_sansregular";
    font-size: 24px;
    margin-bottom: 22px;
    text-transform: none;
    width: 100%;
}
.modal-body .right_pop textarea {
    border: 1px solid #ccc;
    border-radius: 3px;
    float: left;
    height: 150px;
    margin-bottom: 20px;
    padding: 2%;
    width: 96%;
}
.modal-body .right_pop input[type="text"] {
    border: 1px solid #ccc;
    border-radius: 3px;
    float: left;
    font-family: "open_sansregular";
    height: 36px;
    padding: 0 2%;
    width: 96%;
	margin-bottom:20px;
}


.modal-body .right_pop input[type="email"] {
    border: 1px solid #ccc;
    border-radius: 3px;
    float: left;
    font-family: "open_sansregular";
    height: 36px;
    padding: 0 2%;
    width: 96%;
	margin-bottom:20px;
}
.modal-body .right_pop .contact-now {
    background: #0cb609;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 24px;
    padding: 15px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s ease-out 0s;
    width: 270px;
}
.modal-body .right_pop .contact-now:hover {
    background: #df6c10;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s ease-out 0s;
}
.modal-body .right_pop .contact-now-first {
    background: #0cb609;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 24px;
    padding: 15px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s ease-out 0s;
    width: auto;
}


.modal-body .right_pop .contact-now-first:hover {
    background: #df6c10;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s ease-out 0s;
}
.modal-body .right_pop .query input {
    transition: none 0s ease 0s ;
}

.modal-box footer, .modal-box .modal-footer {
	padding: 1em;
	border-top: 1px solid #ddd;
	background: rgba(0, 0, 0, 0.02);
	text-align: right;
}
.modal-overlay {
	opacity: 0;
	filter: alpha(opacity=0);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 900;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3) !important;
}
a.close {
	background: #ddd none repeat scroll 0 0;
    border-radius: 30px;
    color: #bbb;
    font-size: 1.5em;
    line-height: 1;
    padding: 4px;
    position: absolute;
    right: -6px;
    text-decoration: none;
    top: -10px;

	
}
a.close:hover {
	color: #222;
	-webkit-transition: color 1s ease;
	-moz-transition: color 1s ease;
	transition: color 1s ease;
}


 @media only screen and (min-width : 320px) and (max-width : 480px) {



