﻿
#slider_right{
	width:500px;
	top:15%;
	position:fixed;
    z-index: 10000;
    background-color: #fff;
}
   
#slider1{
	width:500px;
    top:15%;
    position:fixed;
    z-index: 10000;
    background-color: #fff;
}
select{
    width:100%;
    padding:0.5em 1em;  
    margin-bottom: 5PX;   
    font-family: 'calibri';
    border:1px solid #C3C3C3;
   // -webkit-appearance:none;
    outline:none;
    color:#777;
    transition:border-color 0.4s;
    -webkit-transition:border-color 0.4s;
    -moz-transition:border-color 0.4s;
    -o-transition:border-color 0.4s;
    -ms-transition:border-color 0.4s;
}

 select:hover{
    //color:#008e10;
    border-color:#C63437;
}

#header{ 
	width:342px;
	height:490px;
	position:absolute; 
	right:0px; 
	border:1px solid #d8d8d8;
	margin-left:40px;
	padding:10px 20px  10px 40px;
	border-radius:3px;
	box-shadow: 0 0 8px gray;
	background-color: #fff;
}


#sidebar_right{
	position:absolute;
	top:180px;
	left:113px;
	box-shadow: 0 0 8px gray;
}

#sidebar1{
	position:absolute;
	top:185px;
	left:113px;
	box-shadow: 0 0 8px gray;
}


h3{
	font-family: 'Roboto Slab', serif;
}

input[type=text],input[type=email]{ 
	width:100%;
        padding:0.5em 1em;   
    margin-bottom: 5PX; 
    font-family: 'Droid Sans', sans-serif;
    border:1px solid #C3C3C3;
    -webkit-appearance:none;
    outline:none;
    color:#777;
    transition:border-color 0.4s;
    -webkit-transition:border-color 0.4s;
    -moz-transition:border-color 0.4s;
    -o-transition:border-color 0.4s;
    -ms-transition:border-color 0.4s;
}

input[type="email"]:hover,input[type="text"]:hover,textarea:hover{ 
	//color:#008e10;
    border-color:#C63437;
}

h4{
	font-size:35px;
}
div#title{
	position:absolute;
	top:300px;
	left:650px;
	}
textarea{
    width:100%;
       padding:0.5em 1em;      
    margin-bottom: 5PX; 
    font-family: 'Droid Sans', sans-serif;
    border:1px solid #C3C3C3;
    -webkit-appearance:none;
    outline:none;
    color:#777;
    min-height:70px;
    resize:none;
    transition:border-color 0.4s;
    -webkit-transition:border-color 0.4s;
    -moz-transition:border-color 0.4s;
    -o-transition:border-color 0.4s;
    -ms-transition:border-color 0.4s;
}	

/*textarea{
	padding:6px;
	font-size:15px;
	border-radius:2px;
	border:3px solid #98d0f1;
	margin-top: 10px;
	height:80px;
	width:100%;
}	*/

input[type="submit"]{
    background: #114676;
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    outline: none;
    margin-top:0.2em;
    padding: 0.6em 2em;
    font-size: 1.2em;
    display: inline-block;
    width: 100%;
    
}
input[type="submit"]:hover{
    background: #C63437;
}

/*--------------------------------------
		Advertisement div
----------------------------------------*/
.formget{
	width:300px;
	margin-top: 65px;
	margin-left: 57px;
	float: left;
	}

@media (min-width: 320px) and (max-width: 720px) {
    .header_box{
        margin-top: -10% !important;
        width: 236px !important;
    }  
    .sidebar1_box{
        left:218px !important;
        margin-top: 10% !important;
    }

   #sidebar1{
         left:218px !important;
        margin-top: 10% !important;
    }
    #sidebar_right{
     margin-top: 10% !important;   
    }
    .menu_footer{
        margin-left: 0px !important;
    }
    .b-link-stripe .b-wrapper{
        width: 159px;
    }
}