/*General*/
body {
	font-family:'Open Sans', sans-serif;
	font-size: 14px;
	font-size: normal;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

a {
	text-decoration: none;
	-moz-transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-o-transition: all linear .3s;
	transition: all linear .3s;
}

a:hover {
	text-decoration: none;
}

h1 {font-size: 32px;}
h2 {font-size: 30px;}
h3 {font-size: 26px;}
h4 {font-size: 24px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}

img {
	max-width: 100%;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
input[type="number"],
input[type="text"],
input[type="password"],
input[type="email"]{    height: 40px;    border-radius: 0;}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
textarea {
	width: 100%;
    height: 38px;
    padding: 10px;
    border-radius: 6px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset;
    background-color: #fff;
	border: 1px solid #ccc;
}
select{    padding: 10px;
    border-radius: 6px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset;
    background-color: #fff;
	border: 1px solid #ccc;}

textarea {
	padding: 15px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	background: rgba(62, 212, 255, 0.5);
	border-color: #01b1d7 !important;
	outline: none;
	color: #333;
}
#cms-page{margin-top:20px;margin-bottom:40px;}

.btn {
	font-family:'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	height: 40px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-transition: background .3s linear;
	-webkit-transition: background .3s linear;
	-o-transition: background .3s linear;
	transition: background .3s linear;
}

.btn:focus {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}
.control-label{min-width:170px;}
.form-group em{color:red}
label {
    margin: 0;
    vertical-align: middle;
    color: #777;
    font-size: 13px;
    font-weight: normal;
	margin-bottom: 8px;
}
fieldset {
    border: 0px solid #ccc;
    border-radius: 5px;
    padding: 0px 15px 10px 15px; 
    margin-bottom: 0px;
}

fieldset legend {
    border: 0;
    background: #2483c6;
    padding: 2px 12px 0 12px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0;
    font-weight: 400;
    width: auto;
}
.thankyou {
    text-align: center;
    color: #2a2a2a;
    margin: 100px auto 30px;
    line-height: 1.5;
    text-transform: uppercase;
    font-size: 30px;
    border-bottom: 1px solid #cccccc;
    display: inline-block;
}
.thankyou p{margin-top:10px;color:#000;}
/*.help-block{margin-left:175px !important;}*/
.msg-error{color:red;font-family:'Gotham';font-size:16px;text-align:center;}
.imgLogo {
    max-width: 270px;
    margin-right: 0;
	margin-bottom:20px;
}
.header .logo img {
    max-width: 100%;
}
.header > .logo > .logo {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}

.header .logo {
    max-width: 270px;
    margin-right: 0;
}
.header > .logo {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    margin: 0 0 20px 0;
   
}
.header h1 {
	font-size: 20px;
}

.toparea {
	background: #bc1016; overflow: hidden; padding: 1px 0; text-align: center;
}

.footer{
	background: #2B2C31; overflow: hidden; color: #fff; padding: 10px 0; 
}

.footer .social-icons { float: right; margin-top: 2px; }
.footer .social-icons a {
    background: url(https://www.4cabling.com.au/skin/frontend/smartwave/default/socialicons/images/social-icons-sprite.png) 0 0 no-repeat;
    width: 30px;
    height: 30px;
    background-color: #444;
    display: inline-block;
    text-indent: -9999px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-left: 10px;
    line-height: 30px;
	border-radius: 50%;
}
.footer .social-icons a.icon1-class:hover {
    background-color: #3c599b
}
.footer .social-icons a.icon2-class:hover {
    background-color: #1ca8e3
}
.footer .social-icons a.icon3-class:hover {
    background-color: #4975b6
}

.page-title {
    text-align: left;
	
}
.page-title h1 {
    color: #2b2c31;
    font-size: 24px;
	font-weight: 400;
	margin-left: -15px !important;
}
h2.legend {
    font-size: 16px;
    margin: 20px 0;
	line-height: 1.35;
    color: #777;
}
#pageBorder {
    display: block;
    margin-top: 20px;
    border: 1px solid #ececec;
    border-top-width: 1px;
    border-top-style: solid;
    border-radius: 8px;
    background: #fff;
    border-top: 4px solid #08c;
    border-top-color: #2b2c31;
    padding: 20px 25px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.08);
}
#pageBorder p { font-size: 20px; }
p.required {
    margin: 0 0px 10px;
}
p.required {
    font-size: 11px !important;
    text-align: right;
    color: #EB340A;
}
.shopping{text-transform: uppercase;padding-top:10px;margin-top:15px;}
@media (max-width:767px)
 {
	.page-title h1 {margin-left: 15px !important;margin-right:5px !important;font-size: 20px !important;}
	 #pageBorder {margin-left:10px !important;margin-right:12px !important;padding:10px 0 10px 0 !important;}
	 select { width: 100% !important;margin-top: 5px;}
	 .thankyou {margin: 0px !important;font-size: 24px !important;}
	 .thankyou  h1{width:98% !important;}
 }
 .topmail{    line-height: 34px;margin-top: 5px;display: inline-block;
    font-size: 22px;font-weight: bold;float:left;color:#fff;
    font:bold 22px/1.55 Lato,Helvetica Neue, Helvetica, Arial, sans-serif
}

.contact_form{
    width: 55%;
    margin: auto;
}
.cust_form{
       padding: 35px !important;
}
.eway_payment_img img{
    width: 90%;
}
.errMsg.text-danger, .suMsg.text-success {
    font-size: 14px !important;
}
 
