/* CSS Document */
@import url("../webfonts/roboto_bold/stylesheet.css");

#commercialHeader {
	background-image: url(../nivo/images/slide1.jpg);
	background-repeat: no-repeat;
	background-position:;
	background-size: cover;
	background-color: #284871;
	height: 90px;
	padding-top: 60px;
}
#commercialHeader h1 {
	font-family: "roboto bold", "Sans Serif";
	font-size: 17px;
	line-height: normal;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#commercialBody {
	border: 1px solid #F2F2F2;
	-webkit-border: 1px solid #F2F2F2;
	-moz-border: 1px solid #F2F2F2;
	background-color: #FFF;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
#commercialLeft {
	padding-top: 15px;
	background-color: #FFF;
}
#commercialLeft ul {
	margin-left: 15px;	
}
#commercialLeft li {
	font-family: "Roboto Light", "Sans Serif";
	font-size: 14px;
	line-height: normal;
	color: #333;
	margin-top: 0px;
	margin-bottom: 25px;
	list-style-image: url(../images/main-images/check3.png);
}
#imReady {
	padding-top: 50px;
	background-image: url(../images/main-images/sidebar.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position:right;
		
	
	
}

#commercialLeft h2 {
	font-family: "roboto bold", "Sans Serif";
	font-size: 19px;
	line-height: normal;
	color: #333;
	margin-top: 0px;
	margin-bottom: 4px;
	width: 90%;
}

#commercialLeft p {
	font-family: "Roboto Light", "Sans Serif";
	font-size: 15px;
	line-height: normal;
	color: #333;
	margin-top: 0px;
	margin-bottom: 8px;
}
.kaushan {
	font-family: "Roboto Light", "Sans Serif";
	font-size: 21px;
	font-style: normal;
	line-height: normal;
	color: #0559A5;
	margin-right: auto;
	margin-left: auto;
	text-align: center;;
}
#commercialRight p {
	font-family: "roboto bold", "Sans Serif";
	font-size: 45px;
	font-style: normal;
	line-height: normal;
	color: #fff;
	text-align: center;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#imReady {
margin-top: 8px;	
}
#commercialGallery {
	margin-top: 15px;	
	
	}
#imReady a {
	display: block;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	font-family: "roboto bold","Sans Serif";
	font-size: 16px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #FFF;
	width: 100px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding: 8px;
	margin-top: 30px;
	margin-bottom: 30px;
	border: 2px solid #FFF;
}
#imReady a:hover {
	display: block;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	font-family: "roboto bold","Sans Serif";
	font-size: 16px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #FFF;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding: 2px;
	padding: 8px;
	margin-top: 30px;
	margin-bottom: 30px;
	border: 2px solid # 000FFF;
	border-top-color: #0257A3;
	border-right-color: #0257A3;
	border-bottom-color: #0257A3;
	border-left-color: #0257A3;
}
.google-maps {
	position: relative;
	padding-bottom: 80%;
// This is the aspect ratio
        height: 0;
	overflow: hidden;
	
    }
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none; 
}
#commercialMap {
	
}
.box {
	padding-top: 30px;
	padding-bottom: 30px;
	color: #FFF;
	border: 1px solid #F2F2F2;
	box-shadow: 3px 3px 3px #333;
	-moz-box-shadow: 3px 3px 3px #333;
	-webkit-box-shadow: 3px 3px 3px #333;
	background-image: url(../images/main-images/quote1.png), url(../images/main-images/quote2.png);
	background-repeat: no-repeat, no-repeat;
	background-position: 2% 2%, 95% 95%;
	background-color: rgba(255,255,255,0.9);
	margin-bottom: 15px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
hr {
	width: 90%;
	margin-right: auto;
	margin-left: auto;	
}
@media only screen and (min-width: 481px) {

#commercialBody {
border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	border: 1px solid #F2F2F2;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border: 1px solid #F2F2F2;
	-moz-border-bottom-left-radius: 7px;
	-moz-border-bottom-right-radius: 7px;
	-moz-border-top-left-radius: 7px;
	-moz-border-top-right-radius: 7px;
	-moz-border: 1px solid #F2F2F2;
	background-color: #FFF;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-bottom: 15px;
}
#commercialHeader {
	background-image: url(../nivo/images/slide1.jpg);
	background-repeat: no-repeat;
	background-position:;
	background-size: cover;
	background-color: #284871;
	height: 90px;
	padding-top: 60px;
}
#commercialHeader h1 {
	font-family: "roboto bold", "Sans Serif";
	font-size: 20px;
	line-height: normal;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#commercialLeft h2 {
	font-family: "roboto bold", "Sans Serif";
	font-size: 17px;
	line-height: normal;
	color: #333;
	margin-top: 0px;
	margin-bottom: 4px;
	width: 75%;
}
#commercialLeft p {
	font-family: "Roboto Light", "Sans Serif";
	font-size: 15px;
	line-height: normal;
	color: #333;
	margin-top: 0px;
	margin-bottom: 8px;
}
.google-maps {
	position: relative;
	padding-bottom: 50%;
// This is the aspect ratio
        height: 0;
	overflow: hidden;
	
    }
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

#commercialBody {
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	border: 1px solid #F2F2F2;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border: 1px solid #F2F2F2;
	-moz-border-bottom-left-radius: 7px;
	-moz-border-bottom-right-radius: 7px;
	-moz-border-top-left-radius: 7px;
	-moz-border-top-right-radius: 7px;
	-moz-border: 1px solid #F2F2F2;
	background-color: #FFF;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-bottom: 15px;
}
#commercialHeader {
	background-image: url(../nivo/images/slide1.jpg);
	background-repeat: no-repeat;
	background-position:;
	background-size: cover;
	background-color: #284871;
	height: 90px;
	padding-top: 60px;
}
#commercialHeader h1 {
	font-family: "roboto bold", "Sans Serif";
	font-size: 24px;
	line-height: normal;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#commercialLeft h2 {
	font-family: "roboto bold", "Sans Serif";
	font-size: 21px;
	line-height: normal;
	color: #333;
	margin-top: 0px;
	margin-bottom: 4px;
	margin-right: 15px;
	margin-left: 15px;
	width: 75%;
}
#commercialLeft {
	clear: both;
	float: left;
	margin-left: 0;
	width: 66%;
	display: block;
	padding-top: 15px;
}
#commercialLeft ul {
	margin-left: 15px;	
}
#commercialLeft li {
	font-family: "Roboto Light", "Sans Serif";
	font-size: 15px;
	line-height: normal;
	color: #333;
	margin-top: 0px;
	margin-bottom: 8px;
	list-style-image: url(../images/main-images/check3.png);
}
#imReady {
	clear: none;
	float: left;
	
	width: 100%;
	display: block;
	padding-top: 100px;
	padding-bottom: 100px;
	margin-top: 15px;
}
#commercialRight {
	clear: none;
	float: left;
	margin-left: 1.5%;
	width: 30%;
	display: block;
	margin-top: 15px;
}
#commercialMap {
	clear: none;
	float: left;
	width: 100%;
	display: block;
	
}
#commercialRight p {
	font-family: "roboto bold", "Sans Serif";
	font-size: 30px;
	font-style: normal;
	line-height: normal;
	color: #fff;
	text-align: center;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#commercialLeft p {
	font-family: "Roboto Light", "Sans Serif";
	font-size: 16px;
	line-height: normal;
	color: #333;
	margin-top: 0px;
	margin-bottom: 8px;
	margin-right: 15px;
	margin-left: 15px;
}
#imReady a {
	display: block;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	font-family: "roboto bold","Sans Serif";
	font-size: 20px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #FFF;
	width: 80px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
		text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding: 6px;
	margin-top: 60px;
	border: 3px solid #FFF;
}
#imReady a:hover {
	display: block;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	font-family: "roboto bold","Sans Serif";
	font-size: 20px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #FFF;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding: 6px;
	margin-top: 60px;

	border: 3px solid # 000FFF;
	border-top-color: #0257A3;
	border-right-color: #0257A3;
	border-bottom-color: #0257A3;
	border-left-color: #0257A3;
}
.kaushan {
	font-family: "Roboto Light", "Sans Serif";
	font-size: 32px;
	font-style: normal;
	line-height: normal;
	color: #0559A5;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.google-maps {
	position: relative;
	padding-bottom: 75%;


// This is the aspect ratio
        height: 0;
	overflow: hidden;
	
    }
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none; 
}
}
@media only screen and (min-width: 1300px) {
#commercialHeader {
	background-image: url(../nivo/images/slide1.jpg);
	background-repeat: no-repeat;
	background-position: 0px -150px;
	background-size: cover;
	padding-top: 0px;
}


#commercialHeader {
	background-image: url(../nivo/images/slide1.jpg);
	background-repeat: no-repeat;
	background-position:;
	background-size: cover;
	background-color: #284871;
	height: 100px;
	padding-top: 50px;
}
#commercialHeader h1 {
	font-family: "roboto bold", "Sans Serif";
	font-size: 36px;
	line-height: normal;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#commercialLeft h2 {
	font-family: "roboto bold", "Sans Serif";
	font-size: 28px;
	line-height: normal;
	color: #333;
	margin-top: 0px;
	margin-bottom: 4px;
	margin-right: 15px;
	margin-left: 15px;
	width: 75%;
}
#commercialLeft p {
	font-family: "Roboto Light", "Sans Serif";
	font-size: 18px;
	line-height: normal;
	color: #333;
	margin-bottom: 10px;
	margin-right: 15px;
	margin-left: 15px;
}
#commercialLeft ul {
	margin-left: 15px;	
}
#commercialLeft li {
	font-family: "Roboto Light", "Sans Serif";
	font-size: 17px;
	line-height: normal;
	color: #333;
	margin-top: 0px;
	margin-bottom: 25px;
	list-style-image: url(../images/main-images/check3.png);
}
#imReady {
	clear: none;
	float: left;
	width: 100%;
	display: block;
	padding-top: 50px;
	padding-bottom: 50px;
	
}
#commercialRight {
	clear: none;
	float: left;
	margin-left: 1.5%;
	width: 31%;
	display: block;
	margin-top: 18px;
}
#commercialRight p {
	font-family: "roboto bold", "Sans Serif";
	font-size: 40px;
	font-style: normal;
	line-height: normal;
	color: #fff;
	text-align: center;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#imReady a {
	display: block;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	font-family: "roboto bold","Sans Serif";
	font-size: 18px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #FFF;
	width: 150px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	min-width: 150px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding: 15px;
	margin-top: 60px;
	border: 3px solid #FFF;
}
#imReady a:hover {
	display: block;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	font-family: "roboto bold","Sans Serif";
	font-size: 18px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #FFF;
	width: 150px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	min-width: 150px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding: 15px;
	margin-top: 60px;




	border: 3px solid # 000FFF;
	border-top-color: #0257A3;
	border-right-color: #0257A3;
	border-bottom-color: #0257A3;
	border-left-color: #0257A3;
}
.kaushan {
	font-family: "Roboto Light", "Sans Serif";
	font-size: 50px;
	font-style: normal;
	line-height: normal;
	color: #0559A5;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
}
p, h1, h2, h3, h4 {
	margin-right: 5px;
	margin-left: 5px;
}
