@import url(http://fonts.googleapis.com/css?family=Squada+One);
body,h1,h2,h3,h4,h5,h6,p{ font-family: 'Roboto'}
h1{ font-size:20px;color:#fe3c3d;font-family:Roboto;}
h2{ font-size:18px;color:#2d2d2d;font-family:Roboto;text-transform:uppercase;}
.footer  a {
	color: #747474;
}

p{ text-align:justify;}
a { color: #000;text-decoration: none;}
.header_top { background-color: #2d2d2d;height: 20px;color:white}
.header_m { background-color: #FCFCFC;height:auto;border-bottom:1px #acacac solid;}
.logo{ width:341px;margin:15px 0px;}
.banner {}
.img { margin-bottom:10px;}
.welcome_m { padding-top: 35px;padding-bottom: 35px;}
.welcome_m {}
.welcome_m .btn.btn-default { color: #fefefe;background-color: #fe3c3d;border:none;}
.add {padding-top: 20px;padding-bottom: 20px;}
.welcome_m .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { color: #fefefe;background-color: #666666;border:none;}
.welcome {}
.welcome img{ width:100%;}
.dialer_m { padding-top: 20px;padding-bottom: 20px;background: #fefdfe; /* Old browsers */
background: -moz-linear-gradient(top,  #fefdfe 1%, #eeeeee 42%, #eaeaea 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#fefdfe), color-stop(42%,#eeeeee), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fefdfe 1%,#eeeeee 42%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fefdfe 1%,#eeeeee 42%,#eaeaea 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fefdfe 1%,#eeeeee 42%,#eaeaea 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fefdfe 1%,#eeeeee 42%,#eaeaea 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefdfe', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
}
.banner img { width:100%;}
#.logo img { width:100%;}
.customer_login{ padding-top: 50px;float:right;}
.logi { height: 38px;width: 160px;background-color: #fdfdfd;border:#acacac 1px solid;padding-left:8px;}
.submit { height: 38px;width: 80px;background-color: #fdfdfd;border:#acacac 1px solid;text-decoration:none;;}
.heaader { height: auto;padding-bottom:13px;background: #fdfdfd; /* Old browsers */
background: -moz-linear-gradient(top,  #fdfdfd 0%, #f7f7f7 41%, #efefef 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(41%,#f7f7f7), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fdfdfd 0%,#f7f7f7 41%,#efefef 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fdfdfd 0%,#f7f7f7 41%,#efefef 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fdfdfd 0%,#f7f7f7 41%,#efefef 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fdfdfd 0%,#f7f7f7 41%,#efefef 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
 border-bottom:6px #2d2d2d solid;}

.navbar-default { border:none;}
.navbar { position: relative;margin-bottom:0px;margin-top:17px;font-size:18px;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #000;background-color: #e0e0e0;border-radius: 4px;height:auto;}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: #000;background-color: #e0e0e0;
border-radius:4px;height:auto;}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #cd0e16;}
.navbar-default .navbar-toggle {border-color: #fff;}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { color: #fff;text-decoration: none;background-color: #00a54c;}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { color: #fff;background-color: #00a54c;}

.skype {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
   font-family: Calibri;
	font-size: 20px;
	line-height: 24px;
       text-align: center;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
       background-color: #666;
}

.footer { background-color: #000;padding-top: 15px;padding-bottom: 0px;}
.footer  p { color: #e0e0e0;}

.login_style{ margin-bottom:10px;width:170px;height:25px;}

@media screen and (max-width:400px){	
     .logo{ width:95%;margin-top:10px;}
	 .customer_login { padding-top:20px;}
	 .add img{ width:100%;}
}
@media screen and (max-width:700px){	
     .logo{ margin-top:40px;}
	 .customer_login { padding-top:20px;}
	 .add img{ width:100%;}
}
.contact-sec{
	background:#901e5c;
	color:#fff;
	padding:20px;
	height:150px;
	margin:20px;
}
.contact-sec:hover{
	background:#004CBC;
	transition:.5s;
}
.contact-sec:hover p{
	color:#fff;
}
.contact-sec:hover i{
	color:#00CC00;
}
.contact-sec p{
	text-align:center;
	color:cyan;
	font-size:18px;
	padding:10px 0px;
}
.contact-sec i{
	font-size:50px;
}
.footer p {
    padding: 20px 0;
}