@charset "utf-8";
/* CSS Document */

* {
	padding:0px;
	margin:0px;
}
input:focus, textarea:focus{
	outline: 0px;
	}
@font-face {
 font-family:Cantoria-Regular;
 src:url(fonts/Cantoria-Regular.otf);
}
@font-face {
 font-family:Cantoria-MT-Std-Bold;
 src:url(fonts/Cantoria-MT-Std-Bold.ttf);
}
@font-face {
 font-family:Cantoria-MT-Light;
 src:url(fonts/Cantoria-MT-Light.ttf);
}
@font-face {
 font-family:OpenSans-Regular;
 src:url(fonts/OpenSans-Regular.ttf);
}
 @font-face {
 font-family:OpenSans-Bold;
 src: url(fonts/OpenSans-Bold.ttf);
}
@font-face {
 font-family:MyriadPro-Regular;
 src:url(fonts/MyriadPro-Regular.otf);
}
@font-face {
 font-family:Calibri;
 src: url(fonts/Calibri.ttf);
}
@font-face {
 font-family:Calibri-Bold;
 src:url(fonts/Calibri-Bold.ttf);
}
.header-container {
	width:100%;
	text-align:center;
	display: inline-block;
}
.header-bg {
	background-color: #ffffff;
}
.mobile-menu {
	display:none;
}
.activee{
	background-color: #f9a114 !important;
	}
.header-nav-container {
	width:70%;
	float:right;
	margin-bottom:15px;
}
.working-area {
	width:80%;
	display:inline-block;
}
.working-area-two {
	width: 80%;
	display: inline-block;
}
.logo-container {
	width: 25%;
	float: left;
	margin:26px 0 26px 0;
}
.logo-container img {
    width: 20%;
    position: relative;
    top: -9px;
}
.navigation-container {
	width:73%;
	float:right;
}
.navigation {
	width: 100%;
	list-style-type: none;
	margin-top: 35px;
}
.navigation li {
	display:inline-block;
	float:left;
	margin:5px 0.5%;
}
.navigation li a {
	text-decoration:none;
	color:#000000;
	padding:10px 10px;
	font-family: myriad pro;
	font-weight: bold;
	font-size:14pt;
}
.navigation li a:hover{
	color: #ffa717;
	}

.navigation li.active a{
	color:#01aeee;
}
/**********************header end*********************/


	
.banner-middle {
	background-image:url(../images/main-banner.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
	background-position:100% 100%;
}
.banner-div {
	float: left;
	width: 100%;
	margin-bottom: 80px;
	margin-top: 45px;
}
.banner-div h2 {
	font-family: Cantoria-Regular;
	font-size: 25pt;
	color: #fff;
	font-weight: 100;
}
.banner-div p {
	font-family: Cantoria-Regular;
	color: #fff;
	display: inline-block;
	font-size: 19pt;
	font-weight: 100;
	width: 76%;
	margin-top: 40px;
	text-align: left;
	line-height: 37px;
}
.banner-div span {
	color: #01aeee;
}
.banner-img-div {
	display: inline-block;
	width: 61%;
	margin: 15px 0 39px 0;
}
.banner-img-1 {
	float: left;
	width: 33%;
}
.banner-img-1 img{
	opacity: 0.85;
	filter: alpha(opacity=85);
	-webkit-transition: opacity 1s linear;
}
.banner-img-1:hover img{
	cursor: pointer;
	opacity: 1;
	filter: alpha(opacity=100);
 	-webkit-transition: opacity .05s linear;
}
.banner-img-1 span {
	font-family: Cantoria-Regular;
	font-weight: bold;
	color: #fff;
	margin-top: 13px;
	float: left;
	padding-left: 53px;
	width: 50%;
}
.paragraph-div {
	background-color: #25b2df;
	margin-top: 10px;
}
.paragraph-div p {
	display: inline-block;
	width: 79%;
	text-align: left;
	font-size: 14pt;
	line-height: 35px;
	padding: 15px 0 15px 0;
	font-family: Cantoria-Regular;
	color: #fff;
}
.bg-1 {
	background-color: #3A3A3A;
}
.bg-2 {
	background-color: #783072;
}
.bg-3 {
	background-color: #142542;
}
.form-div {
	float: left;
	width: 33%;
	margin-top: 18px;
	margin-bottom: 12px;
}
.service-description-title {
	float: left;
	width: 100%;
	margin-top: 18px;
	margin-bottom: 12px;
}
.form-div h2 {
    font-family: Cantoria-Regular;
    font-size: 18pt;
    font-weight: bolder;
	line-height: 146px;
	vertical-align: middle;
    color: #25b2df;	
}
.service-description-title h2 {
    font-family: Cantoria-Regular;
    font-size: 18pt;
    font-weight: bolder;
    color: #25b2df;	
}
.img-name {
	float:left;
	width: 12%;
}
.name-input {
    width: 29.5%;
    float: left;
    padding: 11px 0px 11px 17px;
	margin-left: 4px;
	border: solid 1px #fff;
	border-radius: 4px;
	color: #000;
}
.email-name {
	background-image: url(../images/input-img-1.png);
	background-repeat: no-repeat;
	background-color: #142542;
	float: left;
	width: 87.3%;
	padding: 13px 22px;
  margin-left: -16px;
  margin-top: 1px;
	border-radius: 2px;
	border: none;
	outline: none;
	background-size: 100%;
}
.table-form {
	width:100%;
	float: left;
}
.message-img {
	float: left;
	margin-left: -2px;
	width: 77%;
	margin-top: 3px;
}
.name-textarea {
	background-image: url(../images/input-img-2.png);
	background-repeat: no-repeat;
	background-color: #142542;
	resize: none;
	float: left;
	width: 92%;
	padding: 12px 10px;
	border: none;
	margin-top: 1px;
	height: 82px;
	outline:none;
	background-size: 100%;
}
.center-img {
	float: left;
	margin: 18px 0px 18px 0px;
}
.center-img a{
	
}
.center-img img {
	width:100%;
}
.button {
	background-image: url(../images/submit-img.png);
	cursor: pointer;
	border: 1px solid transparent;
	width: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	font-family: verdana;
	font-weight: bold;
	font-size: 17pt;
	padding: 8px 0;
	float: none;
	margin-top: 2px;
	background-color: #142542;
	margin-left: 32px;
	outline: none;
}
.button:hover{
    background-image: url(../images/submit-img-hover.png);
	color: #fff;
	}
.center-body-div {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.paragraph-right {
	float: right;
	width: 40%;
	color: #fff;
	margin-top: 18px;
	margin-bottom: 18px;
	font-size: 16pt;
	text-align: left;
	font-family: Cantoria-Regular;
}
.service-description-paragraph {
	width: 96%;
	color: #fff;
	margin: 20px auto 20px auto;
	font-size: 16pt;
	text-align: left;
	font-family: Cantoria-Regular;	
}
.service-description-paragraph h3{
    font-family: Cantoria-Regular;
    font-size: 14pt;
    font-weight: bolder;
	color: #FF6600;	
}
.service-description-paragraph p{
	font-size: 14pt;
}
.service-description-paragraph ul{
}
.service-description-paragraph ul li{
	margin-left: 5%;
	font-size: 14pt;	
}
.center-heading {
	font-size: 22pt;
	font-family: Cantoria-Regular;
	color: #f9a114;
	margin-top: 10px;
}
.center-pgf {
	color: #25b2df;
	font-size: 14pt;
	font-family: Cantoria-Regular;
}
.left-body-section {
	float: left;
	width: 32%;
	margin-top: 20px;
}
.left-body-section h2 {
	float: left;
	font-family: Cantoria-Regular;
	font-size: 14pt;
	margin-top: 4px;
	width: 85%;
	text-align: right;
}
.left-body-section p {
	float: left;
	font-family: Cantoria-Regular;
	font-size: 11pt;
	text-align: right;
	margin-right: 26px;
	color: #25b2df;
}
.img-section {
	float: left;
	margin-top: 28px;
}
.right-body-section {
	float: left;
	width: 32%;
	margin-top: 20px;
}
.right-body-section h2 {
	float: right;
	font-family: Cantoria-Regular;
	font-size: 14pt;
	margin-top: 4px;
	width: 85%;
	text-align: left;
}
.right-body-section p {
	float: left;
	font-family: Cantoria-Regular;
	font-size: 11pt;
	text-align: left;
	color: #25b2df;
	margin-left: 20px;
}
.info-bg {
	background-color: #f7f7f7;
	text-align: center;
}
.lower-body-heading {
	font-size: 22pt;
	font-family: Cantoria-Regular;
	margin-top: 10px;
}
.lower-body-pgf {
	color: #25b2df;
	font-size: 14pt;
	font-family: Cantoria-Regular;
	padding-bottom: 25px;	
}
.information-div {
	display: inline-block;
	width: 80%;
	margin:15px 0 25px 0;
}
.info-left {
	float: left;
	text-align: left;
	line-height: 28px;
	margin-left: 6%;
	width: 37%;
}
.info-left h2 {
	float: left;
	font-family: Cantoria-Regular;
	margin-top: 25px;
	font-size: 16pt;
	width: 100%;
}
.info-left p {
	font-size: 14pt;
	font-family: Cantoria-Regular;
}
.info-left a {
	text-decoration: none;
	color: #25b2df;
	font-family: myriad pro;
}
.info-right {
	float: left;
	text-align: left;
	line-height: 28px;
	margin-right: 4.25%;
	margin-left: 12.5%;
	width: 37%;	
	padding-bottom: 40px;	
}
.info-right h2 {
	float: left;
	font-family: Cantoria-Regular;
	margin-top: 25px;
	font-size: 16pt;
	width: 100%;
}
.info-right p {
	font-size: 14pt;
	font-family: Cantoria-Regular;
}
.info-right a {
	text-decoration: none;
	color: #25b2df;
	font-family: myriad pro;
}
.paragraph-body-div {
	background-color: #25b2df;
	text-align: center;
}
.paragraph-body-div h2 {
	font-size: 22pt;
	font-family: Cantoria-MT-Std-Bold;
	font-weight: 100;
	margin-top: 10px;
}
.paragraph-body-div p {
	font-family: OpenSans-Regular;
	text-align: left;
	font-size: 99%;	
	color: #fff;
	margin: 15px 0 20px 0;
}
.span-div {
	float: left;
	width: 100%;
	margin-top: 2px;
}
.span-div span {
	color:#f99311;
}
.span-div h2 {
	font-family: Cantoria-MT-Light;
	font-weight: 100;
	font-size: 22pt;
	margin: 30px 0 27px 0;
}
.community-bg {
	text-align:center;
	background-color:#fff;
}
.community-section {
	float: left;
	width: 100%;
}
.community-img {
	float: left;
	width: 48.5%;
	margin-top: 29px;
}
.community-img img {
	width: 42%;
}
.community-right {
	float: left;
	width: 51.5%;
    position: relative;
    top: -15px;	
}
.comm-left {
	float: left;
	width: 48%;
	line-height: 28px;
}
.comm-left img{
	width: 56px;
	height: 56px;
	}
.comm-left p {
	font-size: 113%;
	font-family: Cantoria-Regular;
	text-align: justify;
}
.comm-left a {
	text-decoration: none;
	color: #25b2df;
	font-family: myriad pro;
}
.comm-right {
	float: left;
	width: 48%;
	margin-left: 4%;
	line-height: 28px;
}
.comm-right img{
	width: 56px;
	height: 56px;
	}
.comm-right p {
	font-size: 113%;
	font-family: Cantoria-Regular;
	text-align: justify;	
	font-family: Cantoria-Regular;
}
.comm-right a {
	text-decoration: none;
	color: #25b2df;
	font-family: myriad pro;
}
.paragraph-3-div {
	background-color: #25b2df;
}
.paragraph-3-div p {
	display: inline-block;
	text-align: left;
	font-size: 99%;
	line-height: 35px;
	padding: 15px 0 15px 0;
	color: #fff;
	font-family: OpenSans-Regular;
}
.footer-lines {
	width:100%;
}
.working-area-footer {
	width:80%;
	display:inline-block;
}
.footer-table {
	width:75%;
	float:left;
	margin:25px 0px 19px 0;
}
.footer-table td a {
	font-family: MyriadPro-Regular;
	font-weight: bold;
	text-decoration:none;
	font-size:13pt;
	color:#2E2C2C;
}
.footer-table td a:hover{
	color: #ffa717;
}
.footer-table td.selected a{
	color: #01AEEE;
	}
.social-img {
	float: right;
	width: 25%;
	margin-top: 13px;
}
.social-img img{
	opacity: 0.75;
	filter: alpha(opacity=75);
 	-webkit-transition: opacity 1s linear;		
 	-moz-transition: opacity 1s linear;			
}
.social-img img:hover {
	cursor: pointer;	
	opacity: 1;
	filter: alpha(opacity=100);
 	-webkit-transition: opacity .05s linear;		
 	-moz-transition: opacity .05s linear;			
	}
.copy-rights {
	float:left;
	font-family: OpenSans-Regular;
	margin-bottom:10px;
	color: #ffa717;
	font-size:12pt;
	width: 60%;
}
.copy-rights a {
	text-decoration: none;
	color: #ffa717;
	font-size: 13pt;
	font-family: OpenSans-Regular;
}
.powered {
	color: #ffa717;
	font-size: 12pt;
	width: 40%;
	font-family: OpenSans-Regular;
	float: right;
	margin-top: 2px;
}
.powered a {
	text-decoration: none;
	color: #ffa717;
	font-size: 13pt;
	font-family: OpenSans-Regular;
}
.powered:hover a{
	color: #01AEEE;	
	}

/**********************************Get a Quote************************/


.paragraph-quote-2 h3{
	color: #fe8802;
	font-family: OpenSans-Regular;
	font-size: 133%;
	padding-top: 5%;
	}
.paragraph-quote{   background-color: #25b2df;   padding: 21px 0;}
.paragraph-quote p{   font-family: Cantoria-MT-Std-Bold;
  font-size: 250%;
  color: #fff;}
  .paragraph-contact-us p{
	  font-size: 137% !important;
	  }  
#fiber-optic-para{
	font-family: OpenSans-Bold !important;	
	font-size: 155% !important;		
	}	
  .paragraph-quote-2 p{ 
  font-family: OpenSans-Regular;
  color: #fff;
  margin: 50px 1%;
  font-size: 139%;
  text-align: left;
  line-height: 33px;}
  .paragraph-quote-2 {
  background-color: #000;
  text-align: center;
}	
.paragraph-fiber-locator{
	background: url(../images/fiber-patch-cables.png) right center no-repeat, #000000;	
	}

.banner-quote{ 
	background: url(../images/get-quote-shuttle-bg-img.png) bottom right no-repeat, #000000;
	}
.banner-about-us{ 
	background-image: url(../images/about-us-body-background.png); 
	background-repeat:no-repeat;
/*	background-size: 100% 100%;    */
    background-position: center 38%;
	}
.banner-contact-us{ 
	background-image: url(../images/contact-us.background.png); 
	background-repeat:no-repeat;
	background-size: 100% 100%;   
	background-position: center 100%;
	}	
.bg-fiber-locator{
	background: url(../images/fiber-locator-bg-icon.png) left bottom no-repeat, #050625;	
	}	
.contact-us-flex{
	width: 100%;
	display: block;	
	clear: both;
	text-align: center;	
	background: url(../images/contact-us-left-icon.png) center center no-repeat, url(../images/contact-us-right-icon.png) 80% center/contain no-repeat, #ffffff;		
	height: 120px;	
	}
.left-contact-img{
	float: right;	
	}
.right-contact-img{
	float: right;
	}	
#about-us-table{
	max-width: 100%;
	background-color: rgba(255,255,255, 0.75);	
	border-collapse: collapse;
	}
#contact-us-table{
	max-width: 100%;
	background-color: rgba(100,100,100, 0.65);	
	border-collapse: collapse;
	}				
#contact-us-table-form{
	width: 75%;
	border-collapse: collapse;	
	margin-left: auto;
	margin-right: auto;	
	margin-bottom: 2%;	
	}		
#about-us-table th{
	font-size: 14pt;
	font-family: OpenSans-Regular;
	color: #ffffff;
	padding: 17px 20px;
	background-color: #0e1522;
	width: 20% !important;	
	}
#about-us-table th:hover, #about-us-table th.active{
	background-color: #fe8803;	
	text-shadow:0 0 1px lightgrey, 0 0 1px white, 0 0 1px lightgrey;		
	}		
#about-us-table th:hover, #about-us-table th.current{
	background-color: #fe8803;	
	text-shadow:0 0 1px lightgrey, 0 0 1px white, 0 0 1px lightgrey;	
	}
#about-us-table th a:hover, #about-us-table th.current a{
	cursor: pointer;	
	}	
#about-us-table th a{
	text-decoration: none;
	color: #ffffff;
	}				
.title-row{
	padding: 2% 0;
	}	
.title-row{
    font-family: OpenSans-Regular;
    line-height: 33px;	
	}	
.title-row figure{
	display: inline-block;
	}
.title-row figure img{
	width: 75px;
	height: 75px;
	}	
.title-row h2{
	font-size: 15pt;
	font-family: OpenSans-Regular;
	display: inline-block;
	line-height: 80px;
	vertical-align: top;	
	}		
#contact-us-table .title-row{
	color: #FFF !important;
	padding: 7% !important;
	text-align: left;
	font-size: 130%;
	}						
#contact-us-table-form .content-row{
	padding: 0%;
	}	
#contact-us-table-form td:first-child{
	width: 30%;
	background-color: #fe8803;
	padding: 1% 1%;	
	border-radius: 7px;	
	text-align: left;	
	}
#fiber-locator-content-section table td.label{
	background-color: #18d5f8 !important;
	text-indent: 5px;	
	}
#fiber-locator-content-section table td input[type='submit']{
	background-color: #18d5f8 !important;		
	}		
#contact-us-table-form tr:nth-child(9) td:first-child{
	vertical-align: top;		
	}	
#contact-us-table-form .row-space{
	background-color: transparent !important;
	padding: 5px; 0px !important; 
	}	
#contact-us-table-form tr:last-child td{
	width: 25%;
	background-color: transparent;
	text-align: center;
	text-indent: 0%;	
	}										
#contact-us-table-form td:last-child{
	width: 50%;
	background-color: rgb(255, 255, 255);
	border-radius: 7px;
	position: relative;
	left: -10px;	
	}								
#contact-us-table-form td:last-child input{
	width: 95%;
	height: 35px;
	border-radius: 7px;	
	-moz-appearance: textfield;	
	padding-left: 10px;
	border: 0px;
	}	
#contact-us-table-form td:last-child textarea{
	width: 95%;
	height: 200px;
	border-radius: 7px;	
	padding-left: 10px;
	padding-top: 10px;	
	border: 0px;	
	}				
#contact-us-table-form td:last-child input[type="submit"]{
	width: 25%;
	height: 50px;
	background-color: #fe8803;
	color: #ffffff;
	font-family: OpenSans-Bold;
	border: 1px solid transparent; 
	font-size: 12pt;
	padding-left: 0px;
	}							
#contact-us-table-form td:last-child input[type="submit"]:hover{
	background-color: rgba(100, 100, 100, 0.65);
	color: #fe8803;	
	border: 1px solid #ffffff;
	}	
#contact-us-table-form td:last-child input[type="submit"]:hover{
	cursor: pointer;
	}	
#contact-us-table-form .content-row label{
	font-family: OpenSans-Regular;
	font-size: 14pt;
	color: #ffffff;	
	width: 25%;
	}	
.content-row{
	padding: 1% 4% 25px; 
	}
.content-row p{
	font-size: 14.5pt;
	font-family: OpenSans-Regular;	
	text-align: left;
	}
.footer-row{
	padding: 1% 4% 25px; 	
	}		
.footer-row h2{
	font-size: 15pt;
	font-family: OpenSans-Regular;	
	font-weight: 800;
	}	
.footer-row h2 a{ 
	color: #29910d;
	}	
.footer-row p{	
	text-align: left;
    font-size: 14.5pt;
    font-family: OpenSans-Regular;	
	}				
  .field-name{
  color: #fff;
  background-color: #18d5f8;
  padding: 8px 10px 8px 0px;
  float: left;
  width: 95%;
  border: solid 1px #18d5f8;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-top: 7px;
  font-family: OpenSans-Regular;
  text-align: right;
	  }
.form-quote{ 
  float: left;
  width: 100%;
  margin-top: 65px;
  margin-bottom: 25px;
  border-radius: 15px; 
  padding: 10px 5px;   
 }
.form-quote:nth-child(odd){ 
    background-color: rgba(153, 153, 153, 0.06);	
}
.form-quote:nth-child(even){ 
    background-color: rgba(41, 76, 77, 0.2);
}
 .form-quote h2 {
    font-family: Cantoria-Regular;
    font-size: 18pt;
    color: #fff;
    font-weight: 100;
	text-align: left;	
}
.form-quote figure {
    width: 30%;
    float: left;
    border-radius: 0px 10px 0px 10px;		
}
.form-quote figure img {
	width: 100%;
    border-radius: 0px 10px 0px 10px;	
}
.form-quote project-description {
	
}
.form-quote project-description p {
	
}
.about-us-content-section{
	width: 75%;
	margin-top: 65px;
	margin-bottom: 75px;
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
	}
.contact-us-content-section{
	width: 75%;
	margin-top: 65px;
	margin-bottom: 75px;
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
	}	
.our-services-content-section{
	width: 100%;
	margin-top: 65px;
	margin-bottom: 75px;
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
	box-size: border-box;
	}	
#fiber-locator-content-section{
	width: 100%;
	margin-top: 175px;
	margin-bottom: 175px;
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
	}
#fiber-locator-content-section #contact-us-table-form{
	margin-bottom: 12% !important;
	width: 50%;
	}			
#fiber-locator-content-section #contact-us-table-form td input[type="submit"]{
	text-transform: uppercase;
	width: 60%;
	box-size: border-box;		
	}		
#fiber-locator-content-section #contact-us-table-form td input[type="submit"]:hover{
	background-color: #FFA717 !important;
	border: 2px solid #000000;
	color: #ffffff;
	}	
.service-unit{
	width: 50%;
	float: left;
	text-align: center;	
	box-sizing: border-box;	
	margin-bottom: 50px;
	}
.service-unit:nth-child(3){
	clear: both;	
	}		
.service-unit figure img{
	width: 295px;
	height: 215px;
	border-radius: 7px;
	}	
.service-unit ul{
	margin-top: 5%;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	}	
.service-unit ul li h3{
	text-indent: 0%;
	text-align: center;
	}	
.service-unit ul li{
	list-style: outside none none;
	font-family: OpenSans-Regular;
	font-size: 100%;
	text-align: left;	
	}	
.service-unit:nth-child(1) ul li{
	text-indent: 32%;	
	}	
.service-unit:nth-child(2) ul li{
	text-indent: 37%;	
	}	
.service-unit:nth-child(3) ul li{
	text-indent: 41%;	
	}	
.service-unit:nth-child(4) ul li{
	text-indent: 36%;	
	}			
.service-unit ul li a{
	text-decoration: none;
	font-family: OpenSans-Regular;
	font-size: 100%;
	color: #25b2df;
	}
.get-a-quote-btn{
	display: block;
	clear: both;
	width: 20%;
	height: 80px;
	background-color: #25b2df;
	border-radius: 7px;
	margin: 1% auto;
	border: 2px solid transparent;	
	box-sizing: border-box;
	padding: 2.5% 0%;	
	text-shadow:0 0 1px lightgrey, 0 0 1px white, 0 0 1px lightgrey;		
	}		
.get-a-quote-btn:hover{
	background-color: #FFA717;
	cursor: pointer;
	border: 2px solid #ffffff;	
	}	
.get-a-quote-btn:hover a{
	color: #ffffff;	
	}	
.get-a-quote-btn a{
	color: #ffffff;
	font-family: OpenSans-Regular;
	font-size: 14pt;
	text-decoration: none;
	}	
.quote-input{
  width: 97%;
  float: left;
  padding: 11.5px 4px;
  border: solid 1px #fff;
  margin-top: 7px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
	  }
	  
.quote-form-table{   
	float: left;
	width: 100%;
	}
.quote-form-table tr td:first-child{
	width: 35%;
	}  
.quote-form-table tr td:last-child{
	width: 65%;
	}  	
  .quote-button{
	margin-left: auto;
	margin-right: auto;  
  width: 30% !important;
  background-color: #18d5f8;
  border: solid 1px #18d5f8;
  color: #fff;
  border-radius: 5px;
  font-family: OpenSans-Bold;
  font-size: 14pt;
  padding: 9px 0;
    margin-top: 10px;
	  }
.quote-button:hover{
	background-color: #FFA717;
	border: 1px solid #000000;
	color: #FFF;
	cursor: pointer;	  
	  }	  
   galaxy-img{ float:left;}	  
  .galaxy-img img{   width: 100%;}
  .form-img{ width: 88%;}
  
.section-hline{
	background-color: #fe8803;
	height: 25px;
	width: 100%;
	display: inline-block;
	}
.hline-bottom{
	position: relative;
	bottom: 30px;	
	}	

/******************media queries*********************/
/*

@media only screen and (max-width:320px) and (min-width:300px)
{
	.working-area{}
.contact-heading

{
	font-size:36px;
	float:left;
	font-family:Calibri-Bold;
	color:#737373;
	margin-top:10px;
	}
	.contact-secondp
	{font-size:14pt;
	font-family:Calibri;
	text-align:left;
	float:left;
	color:#737373;
    width:73%;
	}
	.contact-form
	{
		margin-top:30px;
	    float:left;
		
	}
	.contact-form input{
		  width: 97%;
		  margin-top:10px;
          height: 25px;
  
		
	
		}
		.contact-form textarea
		{
			margin-top:10px;
		     resize:none;
		}
		.contact-form label
		{
	    font-family:Calibri-bold;
         font-size:14px;
		 }
		#btn
		{
			  float: right;
              width: 66px;
             height: 20px;
             font-family:Calibri;
            background-color:#fcce00;
}

			
	
		.contact-image
		{
	     float: right;
  margin-right: 41%;
  margin-top: 11%;
  width: 20%;
  }
	
	.bricks-color-contact
{
	background-color:#FDD200;
	margin-top:50px;
}
.offer-contact
{
	width:30%;
	
}
}
*/
@media only screen and (max-width:1200px) and (min-width:1100px) {
 .working-area-two {
 width:92%;
}
 .navigation-container {
 width: 74%;
}
 .working-area {
 width: 92%;
}
 .working-area-footer {
 width: 92%;
}
}
@media only screen and (max-width:1100px) and (min-width:1000px) {

.paragraph-quote p{   
  font-size: 210%;
	}			
 .working-area-two {
 width:100%;
}
 .navigation-container {
 width: 75%;
}
 .working-area {
 width: 99%;
}
 .left-body-section {
 width: 31%;
}
 .right-body-section {
 width: 31%;
}
 .paragraph-3-div p {
text-align:center;
}
 .working-area-footer {
 width: 100%;
}
 .social-img {
text-align: right;
}
}
@media only screen and (max-width:1000px) and (min-width:900px) {

#contact-us-table-form .content-row label {
    font-size: 13pt;
}
#contact-us-table-form td:last-child input {
    height: 30px
	}
		
	
#about-us-table th {
    font-size: 12.5pt;
	}	
 .working-area-two {
 width:100%;
}
 .navigation-container {
 width: 75%;
}
 .navigation li a {
font-size: 12pt;
}
 .working-area {
 width: 99%;
}
 .paragraph-div p {
width:95%;
}
 .form-div {
width: 36%;
}
 .center-img {
margin: 90px 0px 0px 27px;
}
 .button {
width: 45%;
padding: 7px 0;
}
 .left-body-section h2 {
width: 88%;
}
 .left-body-section {
 width: 60%;
margin-left: 18%;
}
 .left-body-section p {
text-align:justify;
}
 .img-section {
width: 60%;
 margin-left: 17%;
}
 .img-section img {
width: 97%;
}
.right-body-section h2 {
 width: 88%;
}
 .right-body-section {
 width: 60%;
margin-left: 16%;
}
 .right-body-section p {
text-align:justify;
}
 .paragraph-3-div p {
text-align:center;
 font-size: 11pt;
}
.paragraph-body-div p {
font-size:11pt;
}
 .working-area-footer {
 width: 100%;
}
 .social-img {
text-align: right;
}
}
@media only screen and (max-width:900px) and (min-width:800px) {
	
/*About Us Tab*/	
#about-us-table th {
	width: 20% !important;
}
/*END of About Us Tab*/	


/*Contact us Background*/
.contact-us-flex{
	background: url(../images/contact-us-left-icon.png) 25% center no-repeat, url(../images/contact-us-right-icon.png) 85% center/contain no-repeat, #ffffff;		
	height: 120px;
	}
/*Contact us Background*/

/***********Fiber locator Page***********/

#fiber-locator-content-section {
    margin: 75px auto 200px;
	}
#fiber-locator-content-section #contact-us-table-form {
    margin-bottom: 20% !important;
    width: 60%;
}	
#fiber-locator-content-section table td input[type="submit"] {
	font-size: 11pt !important;
	}	
		
/*******END of Fiber locator Page********/




/*****Our Services *****/
.service-unit:nth-child(1) ul li {
    text-indent: 35%;
}

.service-unit:nth-child(2) ul li {
    text-indent: 39%;
}

.service-unit:nth-child(3) ul li {
    text-indent: 39%;
}
.service-unit figure img {
    width: 280px;
    height: 205px;
}
.get-a-quote-btn {
	padding: 3% 0%;
	}
/*****END of Our Services *****/	
	
	
.contact-us-content-section {
    width: 98%;
	}
#contact-us-table-form .content-row label {
    font-size: 13pt;
	}
#contact-us-table-form td:last-child input {
    height: 30px
	}

	
.paragraph-quote p{   
  font-size: 185%;
	}		
#about-us-table th {
    font-size: 13pt;
	}
.content-row p {
    font-size: 12pt;
	}	
.paragraph-quote p{   
  font-size: 175%;
	}
.about-us-content-section {
	width: 96%;
    margin: 20px auto 40px;
	}		
.working-area-two {
 width:100%;
}
 .navigation-container {
 width: 75%;
}
.navigation li {
margin: 5px 0.2%;
}
 .navigation li a {
font-size: 11pt;
}
 .working-area {
 width: 99%;
}
.banner-div p {
font-size:16pt;
}
.banner-img-1 span {
padding-left: 34px;
 width: 51%;
}
 .paragraph-div p {
width:95%;
}
 .form-div {
width: 41%;
}
 .center-img {
margin: 91px 0px 0px 0px;
}
.paragraph-right {
width: 38%;
margin-top: 88px;
}
 .button {
width: 45%;
padding: 7px 0;
}
 .left-body-section h2 {
width: 88%;
}
 .left-body-section {
 width: 60%;
margin-left: 18%;
}
 .left-body-section p {
text-align:justify;
}
 .img-section {
width: 60%;
 margin-left: 17%;
}
 .img-section img {
width: 97%;
}
.right-body-section h2 {
 width: 88%;
}
 .right-body-section {
 width: 60%;
margin-left: 16%;
}
 .right-body-section p {
text-align:justify;
}
.community-img {
width:50%;
}
.community-right {
width: 50%;
}
 .paragraph-3-div p {
text-align:center;
 font-size: 11pt;
}
.paragraph-body-div p {
font-size:11pt;
}
 .working-area-footer {
 width: 100%;
}
 .social-img {
text-align: right;
}
.footer-table td a {
font-size:11pt;
}
}
@media only screen and (max-width:800px) and (min-width:760px) {

/*About Us Tab*/	
#about-us-table th {
	width: 20% !important;
}
/*END of About Us Tab*/	


/*Contact us Background*/
.contact-us-flex{
	background: url(../images/contact-us-left-icon.png) 25% center no-repeat, url(../images/contact-us-right-icon.png) 85% center/contain no-repeat, #ffffff;		
	height: 120px;
	}
/*Contact us Background*/

/***********Fiber locator Page***********/

#fiber-locator-content-section {
    margin: 75px auto 200px;
	}
#fiber-locator-content-section #contact-us-table-form {
    margin-bottom: 20% !important;
    width: 60%;
}	
#fiber-locator-content-section table td input[type="submit"] {
	font-size: 11pt !important;
	}	
		
/*******END of Fiber locator Page********/





/*****Our Services *****/
.service-unit {
    width: 100%;
	display: block;
	clear: both;
	float: none;
}
.service-unit ul {
	width: 66%;
	padding-bottom: 5%;	
	}
.service-unit ul li h3 {
	font-size: 200%;
	}	
.service-unit ul li a {
	font-size: 150%;
	}	
.service-unit:nth-child(1) ul li {
    text-indent: 35%;
}

.service-unit:nth-child(2) ul li {
    text-indent: 39%;
}

.service-unit:nth-child(3) ul li {
    text-indent: 39%;
}
.service-unit figure img {
    width: 350px;
    height: 230px;
}
.get-a-quote-btn {
	padding: 3.5% 0%;
	width: 25%;
	}
.get-a-quote-btn a{
	font-size: 12pt;	
	}	
/*****END of Our Services *****/	
	
	
	
.contact-us-content-section {
    width: 98%;
	}
#contact-us-table-form .content-row label {
    font-size: 13pt;
	}
#contact-us-table-form td:last-child input {
    height: 30px
	}
	
	
#about-us-table th {
    font-size: 13pt;
	}
.content-row p {
    font-size: 12pt;
	}	
.paragraph-quote p{   
  font-size: 175%;
	}
.about-us-content-section {
	width: 96%;
    margin: 20px auto 40px;
	}			
.working-area-two {
 width:100%;
}
 .navigation-container {
 width: 75%;
}
.navigation li {
margin: 5px 0.2%;
}
 .navigation li a {
font-size: 10.3pt;
}
 .working-area {
 width: 99%;
}
.banner-div p {
font-size:15pt;
}
.banner-img-1 span {
padding-left: 31px;
 width: 57%;
}
 .paragraph-div p {
width:95%;
 font-size: 13pt;
}
 .form-div {
width: 41%;
}
 .center-img {
margin: 91px 0px 0px 0px;
}
.paragraph-right {
width: 37%;
 margin-top: 88px;
 font-size: 14pt;
}
 .button {
width: 45%;
padding: 7px 0;
}
 .left-body-section h2 {
width: 88%;
}
 .left-body-section {
 width: 60%;
margin-left: 18%;
}
 .left-body-section p {
text-align:justify;
}
 .img-section {
width: 60%;
 margin-left: 17%;
}
 .img-section img {
width: 97%;
}
.right-body-section h2 {
 width: 88%;
}
 .right-body-section {
 width: 60%;
margin-left: 16%;
}
 .right-body-section p {
text-align:justify;
}
.community-img {
width:50%;
}
.community-right {
width: 50%;
}
 .paragraph-3-div p {
text-align:center;
 font-size: 11pt;
}
.paragraph-body-div p {
font-size:11pt;
}
 .working-area-footer {
 width: 100%;
}
 .social-img {
text-align: right;
}
.footer-table td a {
font-size:11pt;
}
}
@media only screen and (max-width:760px) and (min-width:660px) {


/*About Us Tab*/	
#about-us-table th {
	width: 20% !important;
}
/*END of About Us Tab*/	

	
/*Contact us Background*/
.contact-us-flex{
	background: url(../images/contact-us-left-icon.png) 25% center no-repeat, url(../images/contact-us-right-icon.png) 85% center/contain no-repeat, #ffffff;		
	height: 120px;
	}
/*Contact us Background*/	

/***********Fiber locator Page***********/

#fiber-optic-para{
	font-size: 100% !important;
	}
#fiber-locator-content-section {
    margin: 75px auto 200px;
	}
#fiber-locator-content-section #contact-us-table-form {
    margin-bottom: 25% !important;
    width: 60%;
}	
#fiber-locator-content-section table td input[type="submit"] {
	font-size: 10pt !important;
	}	
#fiber-locator-content-section #contact-us-table-form td input[type="submit"]{
	height: 35px !important;
	}		
/*******END of Fiber locator Page********/



	
/*****Our Services *****/
.service-unit {
    width: 100%;
	display: block;
	clear: both;
	float: none;
}
.service-unit ul {
	width: 66%;
	padding-bottom: 5%;	
	}
.service-unit ul li h3 {
	font-size: 200%;
	}	
.service-unit ul li a {
	font-size: 150%;
	}	
.service-unit:nth-child(1) ul li {
    text-indent: 35%;
}

.service-unit:nth-child(2) ul li {
    text-indent: 39%;
}

.service-unit:nth-child(3) ul li {
    text-indent: 39%;
}
.service-unit figure img {
    width: 350px;
    height: 230px;
}
.get-a-quote-btn {
	padding: 3.75% 0%;
	}
.get-a-quote-btn a{
	font-size: 12pt;	
	}	
/*****END of Our Services *****/	
	
		
	
.contact-us-content-section {
    width: 98%;
	}
#contact-us-table-form .content-row label {
    font-size: 12pt;
	}
#contact-us-table-form td:last-child input {
    height: 30px
	}
.paragraph-contact-us p {
    font-size: 100% !important;
}	
#contact-us-table .title-row {
    font-size: 100%;
	}
	
	
.paragraph-quote p {
    font-size: 200%;
}
#about-us-table th {
    font-size: 12pt;
	padding: 14px 10px;	
}
#about-us-table th:hover, #about-us-table th.active  {
	text-shadow: none;
	}
.content-row p {
    font-size: 12pt;
}
.footer-row p {
    font-size: 9pt;
}
.about-us-content-section {
	width: 96%;
    margin: 20px auto 40px;
	}	

.working-area-two {
 width:100%;
}
 .navigation-container {
 width: 75%;
}
.navigation {
margin-top: 29px;
}
.navigation li {
margin: 5px 0;
}
 .navigation li a {
 font-size: 9.8pt;
 padding: 10px 7px;
}
 .working-area {
 width: 99%;
}
.banner-div h2 {
font-size: 22pt;
}
.banner-div p {
font-size:13pt;
}
.banner-img-1 span {
padding-left: 17px;
 width: 63%;
}
 .paragraph-div p {
 width: 99%;
 font-size: 12pt;
}
 .form-div {
width: 41%;
}
 .center-img {
margin: 91px 0px 0px 0px;
}
.paragraph-right {
 width: 34%;
 margin-top: 88px;
 font-size: 12pt;
}
 .button {
 width: 44%;
 padding: 6px 0;
 font-size: 14pt;
}
 .left-body-section h2 {
width: 88%;
}
 .left-body-section {
 width: 60%;
margin-left: 18%;
}
.center-img img {
width: 80%;
}
 .left-body-section p {
text-align:justify;
}
.img-name {
width: 14%;
}
.name-input {
padding: 9px 4px;
}
.message-img {
width: 85%;
margin-top: -3px;
}
.email-name {
margin-left: -9px;
}
 .img-section {
width: 60%;
 margin-left: 17%;
}
 .img-section img {
width: 97%;
}
.right-body-section h2 {
 width: 88%;
}
 .right-body-section {
 width: 60%;
margin-left: 16%;
}
 .right-body-section p {
text-align:justify;
}
.community-img {
width:50%;
}
.community-right {
width: 50%;
}
 .paragraph-3-div p {
text-align:center;
 font-size: 11pt;
}
.paragraph-body-div p {
font-size:11pt;
}
 .working-area-footer {
 width: 100%;
}
 .social-img {
text-align: right;
}
.footer-table td a {
font-size:9.5pt;
}
.copy-rights {
font-size: 9pt;
width: 65%;
}
.copy-rights a {
font-size: 10pt;
}
.powered {
font-size: 9pt;
}
.powered a {
font-size: 10pt;
}

/*********************Projects************************/

.paragraph-quote-2 p{   width: 95%;
  text-align: justify;
  font-size: 13pt;
  display: inline-block;}
  .form-quote{ width:55%;}
}
 @media only screen and (max-width:660px) and (min-width:560px) {
	 	 
		 


/*About Us Tab*/	
#about-us-table th {
	width: 10% !important;
}
/*END of About Us Tab*/	


		 	
			
/*Contact us Background*/
.contact-us-flex{
	background: url(../images/contact-us-left-icon.png) 20% center no-repeat, url(../images/contact-us-right-icon.png) 85% center/contain no-repeat, #ffffff;		
	height: 120px;
	}
/*Contact us Background*/		

/***********Fiber locator Page***********/

#fiber-optic-para{
	font-size: 100% !important;
	}
#fiber-locator-content-section {
    margin: 75px auto 200px;
	}
#fiber-locator-content-section #contact-us-table-form {
    margin-bottom: 30% !important;
    width: 75%;
}	
#fiber-locator-content-section #contact-us-table-form td:first-child{
	position: relative;
	left: 2%;	
	}
#fiber-locator-content-section table td input[type="submit"] {
	font-size: 10pt !important;
	}	
#fiber-locator-content-section #contact-us-table-form td input[type="submit"]{
	height: 35px !important;
	}		
/*******END of Fiber locator Page********/


	


/*****Our Services *****/
.service-unit {
    width: 100%;
	display: block;
	clear: both;
	float: none;
}
.service-unit ul {
	width: 66%;
	padding-bottom: 5%;	
	}
.service-unit ul li h3 {
	font-size: 200%;
	}	
.service-unit ul li a {
	font-size: 150%;
	}	
.service-unit:nth-child(1) ul li {
    text-indent: 32%;
}

.service-unit:nth-child(2) ul li {
    text-indent: 37%;
}

.service-unit:nth-child(3) ul li {
    text-indent: 37%;
}
.service-unit figure img {
    width: 350px;
    height: 230px;
}
.get-a-quote-btn {
	padding: 4.25% 0%;
	width: 25%;
	}
.get-a-quote-btn a{
	font-size: 11pt;	
	}	
/*****END of Our Services *****/	
	
					
			
.contact-us-content-section {
    width: 98%;
	}
#contact-us-table-form td:first-child {
	text-indent: 19%;
	}	
#contact-us-table-form .content-row label {
    font-size: 11pt;
	}
#contact-us-table-form td:last-child input {
    height: 30px
	}
.paragraph-contact-us p {
    font-size: 100% !important;
}	
#contact-us-table .title-row {
    font-size: 100%;
	}
.left-contact-img {
	float: none;
	}	
#contact-us-table-form td:last-child input[type="submit"]{
	padding-left: 0px;
	}		 

	 	 
.paragraph-quote p {
    font-size: 160%;
}
#about-us-table th {
	font-size: 12pt;
	padding: 10px 5px;
}
#about-us-table th:hover, #about-us-table th.active  {
	text-shadow: none;
	}
.title-row h2 {
    font-size: 12pt;
	line-height: 50px;	
}
.footer-row h2 {
    font-size: 12pt;
}
.title-row figure img{
	width: 45px;
	height: 45px;	
	}	
.content-row p {
    font-size: 11pt;
}
.footer-row p {
    font-size: 9.5pt;
}
.about-us-content-section {
	width: 96%;
    margin: 20px auto 40px;
	}		 
 .working-area-two {
 width:100%;
}
 .navigation-container {
 width: 75%;
}
.navigation {
margin-top: 29px;
}
.navigation li {
margin: 5px 0;
}
 .navigation li a {
 font-size: 8pt;
 padding: 10px 7px;
}
 .working-area {
 width: 99%;
}
.banner-div h2 {
font-size: 18pt;
}
.banner-div p {
font-size:11pt;
}
.banner-img-1 span {
 padding-left: 10px;
 width: 75%;
}
 .paragraph-div p {
 width: 99%;
 font-size: 12pt;
}
 .form-div {
width: 41%;
}
 .center-img {
  margin: 91px 0px 0px 0px;
  float: left;
  width: 20%;
  margin-left: 1%;
}
.center-img img{ width:100%;}
.paragraph-right {
  width: 37%;
  margin-top: 88px;
  font-size: 11pt;
}
 .button {
 width: 44%;
 padding: 6px 0;
 font-size: 14pt;
 margin-top: -24px;
}
 .left-body-section h2 {
width: 88%;
}
 .left-body-section {
  width: 84%;
  margin-left: 7%;
}
 .left-body-section p {
text-align:justify;
}
.img-name {
width: 15%;
}
.name-input {
padding: 7.3px 4px;
}
.message-img {
 width: 89%;
 margin-top: 0px;
}
.email-name {
margin-left: -7px;
padding: 9px 22px;
}
 .img-section {
  width: 84%;
  margin-left: 7%;
}
 .img-section img {
width: 97%;
}
.right-body-section h2 {
 width: 88%;
}
 .right-body-section {
  width: 84%;
  margin-left: 7%;
}
 .right-body-section p {
text-align:justify;
}
.community-img {
width:40%;
  margin-top: 97px;
}
.community-right {
  width: 60%;
}
 .paragraph-3-div p {
text-align:center;
 font-size: 11pt;
}
.paragraph-body-div p {
font-size:11pt;
}
 .working-area-footer {
 width: 100%;
}
.footer-table{ 
width: 100%;
}
 .social-img {
  float: left;
  width: 100%;
    margin-top: 0;
}
.footer-table td a {
  font-size: 10pt;
}

.copy-rights {
font-size: 9pt;
  width: 100%;
  margin-top: 5px;
}
.copy-rights a {
font-size: 10pt;
}
.powered {
font-size: 9pt;
  width: 100%;
}
.powered a {
font-size: 10pt;
}

/*********************Projects************************/

.paragraph-quote-2 p{   width: 95%;
  text-align: justify;
  font-size: 13pt;
  display: inline-block;}
  .form-quote{ width:55%;}
  .field-name{ font-size:11pt;}
  .quote-input{   padding: 10.5px 4px;}
  .quote-button{   width: 58% !important;   padding: 6px 0;}
}
 @media only screen and (max-width:560px) and (min-width:460px) {



/*About Us Tab*/	
#about-us-table th {
	width: 10% !important;
}
/*END of About Us Tab*/	

			
/*Contact us Background*/
.contact-us-flex{
	background: url(../images/contact-us-left-icon.png) left top no-repeat, url(../images/contact-us-right-icon.png) center bottom no-repeat, #ffffff;		
	height: 150	px;
	}
/*Contact us Background*/	

/***********Fiber locator Page***********/

#fiber-optic-para{
	font-size: 100% !important;
	}
#fiber-locator-content-section {
    margin: 75px auto 200px;
	}
#fiber-locator-content-section #contact-us-table-form td:first-child{
	position: relative;
	left: 2%;	
	}	
#fiber-locator-content-section #contact-us-table-form {
    margin-bottom: 35% !important;
    width: 90%;
}	
#fiber-locator-content-section table td input[type="submit"] {
	font-size: 10pt !important;
	}	
#fiber-locator-content-section #contact-us-table-form td input[type="submit"]{
	height: 35px !important;
	}		
/*******END of Fiber locator Page********/

	


/*****Our Services *****/
.service-unit {
    width: 100%;
	display: block;
	clear: both;
	float: none;
}
.service-unit ul {
	width: 66%;
	padding-bottom: 5%;	
	}
.service-unit ul li h3 {
	font-size: 200%;
	}	
.service-unit ul li a {
	font-size: 150%;
	}	
.service-unit:nth-child(1) ul li {
    text-indent: 29%;
}

.service-unit:nth-child(2) ul li {
    text-indent: 34%;
}

.service-unit:nth-child(3) ul li {
    text-indent: 34%;
}
.service-unit figure img {
    width: 350px;
    height: 230px;
}
.get-a-quote-btn {
	padding: 5% 0%;
	width: 25%;
	}
.get-a-quote-btn a{
	font-size: 10pt;	
	}	
/*****END of Our Services *****/	
	
	 
	 	 	
.contact-us-content-section {
    width: 98%;
	}
#contact-us-table-form td:first-child {
	text-indent: 7%;
	}	
#contact-us-table-form .content-row label {
    font-size: 11pt;
	}
#contact-us-table-form td:last-child input {
    height: 30px
	}
.paragraph-contact-us p {
    font-size: 100% !important;
}	
#contact-us-table .title-row {
    font-size: 100%;
	}
.left-contact-img {
	float: none;
	}	
#contact-us-table-form td:last-child input[type="submit"]{
	padding-left: 0px;
	font-size: 10pt;
	}		 

	 
	 
.paragraph-quote p {
    font-size: 125%;
}
#about-us-table th {
	font-size: 9pt;
	padding: 7px 3px;
}
#about-us-table th:hover, #about-us-table th.active  {
	text-shadow: none;
	}
.title-row h2 {
    font-size: 12pt;
	line-height: 50px;	
}
.footer-row h2 {
    font-size: 12pt;
}
.title-row figure img{
	width: 45px;
	height: 45px;	
	}	
.content-row p {
    font-size: 9pt;
}
.footer-row p {
    font-size: 7.75pt;
}
.about-us-content-section {
	width: 96%;
    margin: 20px auto 40px;
	}	 	 
 .working-area-two {
 width:100%;
}
 .navigation-container {
 width: 75%;
}
.navigation {
margin-top: 27px;
}
.navigation li {
margin: 5px 0;
}
 .navigation li a {
  font-size: 7pt;
  padding: 10px 4px;
}
 .working-area {
 width: 98%;
}
.banner-div h2 {
font-size: 16pt;
}
.banner-div p {
  font-size: 11pt;
  width: 90%;
}
.banner-img-div{ width:100%;}
.banner-img-1 span {
 padding-left: 10px;
 width: 75%;
}
 .paragraph-div p {
 width: 99%;
 font-size: 12pt;
}
 .form-div {
width: 41%;
}
 .center-img {
  margin: 91px 0px 0px 0px;
  float: left;
  width: 20%;
  margin-left: 2%;
}
.center-img img{ width:100%;}
.paragraph-right {
  width: 36%;
  margin-top: 56px;
  font-size: 10pt;
}
 .button {
  width: 40%;
  padding: 6px 0;
  font-size: 11pt;
  margin-top: -30px;
}
 .left-body-section h2 {
width: 88%;
}
 .left-body-section {
  width: 84%;
  margin-left: 8%;
}
 .left-body-section p {
text-align:justify;
}
.img-name {
width: 15%;
}
.name-input {
padding: 5.3px 3px;
}
.message-img {
 width: 89%;
 margin-top: 0px;
}
.email-name {
  margin-left: -7px;
  padding: 6px 22px;
  margin-top: 1px;
}
 .img-section {
  width: 84%;
  margin-left: 7%;
}
 .img-section img {
width: 97%;
}
.right-body-section h2 {
 width: 88%;
}
 .right-body-section {
width: 84%;
  margin-left: 8%;
}
 .right-body-section p {
  text-align: justify;
}
.community-img {
width:40%;
  margin-top: 97px;
}
.community-right {
  width: 60%;
}
 .paragraph-3-div p {
text-align:center;
 font-size: 10pt;
}
.paragraph-body-div p {
font-size:11pt;
}
 .working-area-footer {
 width: 100%;
}
.footer-table{ 
width: 100%;
}
 .social-img {
  float: left;
  width: 100%;
    margin-top: 0;
}
.footer-table td a {
  font-size: 9pt;
}

.copy-rights {
font-size: 9pt;
  width: 100%;
  margin-top: 5px;
}
.copy-rights a {
font-size: 10pt;
}
.powered {
font-size: 9pt;
  width: 100%;
}
.powered a {
font-size: 10pt;
}

/*********************Projects************************/

.paragraph-quote-2 p{   width: 95%;
  text-align: justify;
  font-size: 11pt;
  display: inline-block;}
  .form-quote{ width:70%;}
  .field-name{ font-size:11pt;}
  .quote-input{   padding: 10.5px 4px;}
  .quote-button{   width: 58% !important;   padding: 6px 0;}
}
 @media only screen and (max-width:460px) and (min-width:400px) {

/* Logo */
.logo-container, .logo-container img {
	display: none;
}
/*END Logo*/

/*About Us Tab*/	
#about-us-table th {
	width: 10% !important;
}
/*END of About Us Tab*/	


/*Contact us Background*/
.contact-us-flex{
	background: url(../images/contact-us-left-icon.png) left top no-repeat, url(../images/contact-us-right-icon.png) center bottom no-repeat, #ffffff;		
	height: 150	px;
	}
/*Contact us Background*/	
			
	

/***********Fiber locator Page***********/

#fiber-optic-para{
	font-size: 100% !important;
	}
#fiber-locator-content-section #contact-us-table-form td:first-child{
	position: relative;
	left: 2%;	
	}	
#fiber-locator-content-section {
    margin: 75px auto 200px;
	}
#fiber-locator-content-section #contact-us-table-form {
    margin-bottom: 35% !important;
    width: 90%;
}	
#fiber-locator-content-section table td input[type="submit"] {
	font-size: 10pt !important;
	}	
#fiber-locator-content-section #contact-us-table-form td input[type="submit"]{
	height: 35px !important;
	}		
/*******END of Fiber locator Page********/

	

		

/*****Our Services *****/
.service-unit {
    width: 100%;
	display: block;
	clear: both;
	float: none;
}
.service-unit ul {
	width: 80%;
	padding-bottom: 5%;	
	}
.service-unit ul li h3 {
	font-size: 200%;
	}	
.service-unit ul li a {
	font-size: 150%;
	}	
.service-unit:nth-child(1) ul li {
    text-indent: 29%;
}

.service-unit:nth-child(2) ul li {
    text-indent: 35%;
}

.service-unit:nth-child(3) ul li {
    text-indent: 34%;
}
.service-unit figure img {
    width: 350px;
    height: 230px;
}
.get-a-quote-btn {
	padding: 6.5% 0%;
	width: 40%;
	}
.get-a-quote-btn a{
	font-size: 11pt;	
	}	
/*****END of Our Services *****/	
	

		
	 
	 	 	
.contact-us-content-section {
    width: 98%;
	}
#contact-us-table-form td:first-child {
	text-indent: 2%;
	}	
#contact-us-table-form .content-row label {
    font-size: 10pt;
	}
#contact-us-table-form td:last-child input {
    height: 30px
	}
.paragraph-contact-us p {
    font-size: 100% !important;
}	
#contact-us-table .title-row {
    font-size: 100%;
	}
.left-contact-img {
	float: none;
	}	
#contact-us-table-form td:last-child input[type="submit"]{
	padding-left: 0px;
	font-size: 9pt;
	height: 30px;
	}		 

	 	 
	 
.paragraph-quote p {
    font-size: 105%;
}
#about-us-table th {
	font-size: 9pt;
	padding: 7px 1px;
}
#about-us-table th:hover, #about-us-table th.active  {
	text-shadow: none;
	}
.title-row h2 {
    font-size: 12pt;
	line-height: 50px;	
}
.footer-row h2 {
    font-size: 12pt;
}
.title-row figure img{
	width: 45px;
	height: 45px;	
	}
.content-row p {
    font-size: 9pt;
}
.footer-row p {
    font-size: 8pt;
}
.about-us-content-section {
	width: 96%;
    margin: 20px auto 40px;
	}
	
		 
 .working-area-two {
 width:100%;
}
  .logo-container{
	  width: 39%;
  float: left;
  margin: 26px 0px 26px 11px;}
 .navigation-container {
  display: none;
}
.navigation {
margin-top: 27px;
}
.navigation li {
margin: 5px 0;
}
 .navigation li a {
  font-size: 7pt;
  padding: 10px 4px;
}
 .working-area {
 width: 99%;
}
.banner-div h2 {
font-size: 18pt;
}
.banner-div p {
  font-size: 11pt;
  width: 90%;
}
.banner-img-div{ width:100%;}
.banner-img-1 span {
 padding-left: 10px;
 width: 75%;
}
 .paragraph-div p {
 width: 99%;
 font-size: 12pt;
}
 .form-div {
width: 100%;
}
 .center-img {
    margin: 0 0 0 27%;
  float: left;
  width: 42%;

}
.center-img img{ width:100%;}
.paragraph-right {
  float: left;
  width: 80%;
  text-align: justify;
  margin-top: 5px;
  margin-left: 32px;
  margin-bottom: 11px;
    font-size: 13pt;
}
.center-pgf{   font-size: 13pt;}
 .button {
  width: 40%;
  padding: 12px 0;
  font-size: 11pt;
  margin-top: 10px;
}
.name-textarea{   padding: 20px 10px;}
 .left-body-section h2 {
width: 88%;
}
 .left-body-section {
  width: 97%;
  margin-left: 3%;
}
 .left-body-section p {
text-align:justify;
}
.img-name {
width: 15%;
}
.name-input {
  padding: 18px 4px;
}
.message-img {
 width: 89%;
 margin-top: 0px;
}
.email-name {
  margin-left: -10px;
  padding: 19px 22px;
}
 .img-section {
  width: 97%;
  margin-left: 1.5%;
}
 .img-section img {
width: 97%;
}
.right-body-section h2 {
 width: 88%;
}
 .right-body-section {
  width: 97%;
  margin-left: 3%;
}
 .right-body-section p {
  text-align: justify;
}
.information-div{   width: 95%;}
.community-img {
width:40%;
  margin-top: 97px;
}
.community-right {
  width: 60%;
}
 .paragraph-3-div p {
text-align:center;
 font-size: 9pt;
}
.paragraph-body-div p {
font-size:11pt;
}
 .working-area-footer {
 width: 100%;
}
.footer-table{ 
width: 100%;
}
 .social-img {
  float: left;
  width: 100%;
    margin-top: 0;
}
.footer-table td a {
  font-size: 8pt;
}

.copy-rights {
font-size: 9pt;
  width: 100%;
  margin-top: 5px;
}
.copy-rights a {
font-size: 10pt;
}
.powered {
font-size: 9pt;
  width: 100%;
}
.powered a {
font-size: 10pt;
}


 .mobile-menu {
 display:inline-block;
 width:100%;
 float:left;
   background-color: #ffffcc;
}

	/***************navigation*******************/
	.mobile-view-menu ul li a {
 text-decoration:none;
 color:#FFF;
 width:100%;
 font-family:bubblegum;
}
.mobile-view-menu ul {
 width:100%;
 list-style-type:none;
 background-color:#639D18;
}
 .mobile-view-menu ul li:hover {
 background-color:#F3A402;
}
.rmm ul {
 display:block;
 width:auto !important;
 margin:0 auto !important;
 overflow:hidden;
 list-style:none;
}


/* sublevel menu - in construction */

/* */





.rmm .rmm-toggled ul {
 display:none;
 margin:0px !important;
 padding:0px !important;
}
.rmm .rmm-toggled ul li {
 display:block;
 margin:0 auto !important;
}




/* GRAPHITE STYLE */





.rmm.graphite .rmm-toggled {
 width:96%;
 background-color: #142542;
 min-height:36px;
 border-radius:6px;
 margin:2%;
}
.rmm.graphite .rmm-toggled-controls {
 display:block;
 height:36px;
 color:white;
 text-align:left;
 position:relative;
 border-radius:6px;
}
.rmm.graphite .rmm-toggled-title {
 position:relative;
 top:9px;
 left:4px;
 color:white;
 text-shadow:1px 1px 1px black;
   font-family: Cantoria-Regular;
}
.rmm.graphite .rmm-button {
 display:block;
 position:absolute;
 right:15px;
 top:8px;
}
 .rmm.graphite .rmm-button span {
 display:block;
 margin-top:4px;
 height:2px;
 background:white;
 width:24px;
}
.rmm.graphite .rmm-toggled ul li a {
 display:block;
 width:100%;
  background-color: #142542;
 text-align:center;
 padding:10px 0px 10px 0px;
 border-top:1px solid #FFF;
 text-shadow:1px 1px 1px #333333;
   font-family: Cantoria-Regular;
}
.rmm.graphite .rmm-toggled ul li a:active {
 background-color:#444444;
 border-bottom:1px solid #444444;
 border-top:1px solid #444444;
}
 .rmm ul li a:hover {
  background-color: #f9a114 !important;
}

/* SAPPHIRE STYLE */

.rmm.sapphire .rmm-main-list li a {
 display:inline-block;
 padding:8px 30px 8px 30px;
 margin:0px -3px 0px -3px;
 font-size:15px;
 text-shadow:1px 1px 1px #3e587b;
 background-color:#537b9f;
 border-left:1px solid #3e587b;
 background-image:url('../rmm-img/sapphire-menu-bg.png');
 background-repeat:repeat-x;
}
.rmm.sapphire .rmm-main-list li a:hover {
 background-color:#;
}
 .rmm.sapphire .rmm-toggled {
 width:95%;
 background-color:#537b9f;
 min-height:36px;
 border-radius:6px;
}
.rmm.sapphire .rmm-toggled-controls {
 display:block;
 height:36px;
 color:white;
 text-align:left;
 position:relative;
 background-image:url('../rmm-img/sapphire-menu-bg.png');
 background-repeat:repeat-x;
 border-radius:5px;
}
.rmm.sapphire .rmm-toggled-title {
 position:relative;
 top:9px;
 left:15px;
 font-size:16px;
 color:white;
 text-shadow:1px 1px 1px #3e587b;
}
.rmm.sapphire .rmm-button {
 display:block;
 position:absolute;
 right:9px;
 top:7px;
 width:20px;
 padding:0px 7px 0px 7px;
 border:1px solid #3e587b;
 border-radius:3px;
 background-image:url('../rmm-img/sapphire-menu-bg.png');
 background-position:top;
}
 .rmm.sapphire .rmm-button span {
 display:block;
 margin:4px 0px 4px 0px;
 height:2px;
 background:white;
 width:20px;
}
.rmm.sapphire .rmm-toggled ul li a {
 display:block;
 width:100%;
 background-color:#537698;
 text-align:center;
 padding:10px 0px 10px 0px;
 border-bottom:1px solid #3c5779;
 border-top:1px solid #6883a6;
 text-shadow:1px 1px 1px #333333;
}
.rmm.sapphire .rmm-toggled ul li a:active {
 background-color:#3c5779;
 border-bottom:1px solid #3c5779;
 border-top:1px solid #3c5779;
}
.rmm.sapphire .rmm-toggled ul li:first-child a {
 border-top:1px solid #3c5779 !important;
}





/* MINIMAL STYLE */
.rmm.minimal a:hover {
}
.rmm.minimal .rmm-main-list li a {
 display:inline-block;
 padding:8px 30px 8px 30px;
 margin:0px -3px 0px -3px;
 font-size:15px;
}
.rmm.minimal .rmm-toggled {
 width:95%;
 min-height:36px;
}
.rmm.minimal .rmm-toggled-controls {
 display:block;
 height:36px;
 color:#333333;
 text-align:left;
 position:relative;
}
.rmm.minimal .rmm-toggled-title {
 position:relative;
 top:9px;
 left:9px;
 font-size:16px;
 color:#33333;
}
.rmm.minimal .rmm-button {
 display:block;
 position:absolute;
 right:9px;
 top:7px;
}
 .rmm.minimal .rmm-button span {
 display:block;
 margin:4px 0px 4px 0px;
 height:2px;
 width:25px;
}
.rmm.minimal .rmm-toggled ul li a {
 display:block;
 width:100%;
 text-align:center;
 padding:10px 0px 10px 0px;
 border-bottom:1px solid #dedede;
 color:#333333;
}
.rmm.minimal .rmm-toggled ul li:first-child a {
 border-top:1px solid #dedede;
}
 .offer-heading {
text-align: center;
}
.offer-list-mover {
text-align: center;
}
.offer-second-list-mover {
width: 100%;
}
.image-container-mover {
 width: 72%;
margin-right:44px;
text-align: center;
}
.image-container-mover img {
width:100%
}
.colifornia-list {
width:100%;
}
.offer-second-list-mover {
text-align:center;
}
.colifornia-list {
text-align:center;
}
.offer-list-two-mover {
text-align:center;
}
.approved {
text-align: center;
}
 .contact-form label {
font-size: 11pt;
}
.contact-form {
width: 100%;
}
.contact-form input {
padding: 7px 4px 7px 3px;
}
.contact-image img {
display:none;
}
.contact-heading {
margin-left: 39px;
font-size: 24px;
}
.contact-secondp {
text-align: center;
width: 100%;
}
.btn {
font-size:12pt;
}
/********************flip********************/



/*********************Projects************************/

.paragraph-quote-2 p{   width: 95%;
  text-align: justify;
  font-size: 11pt;
  display: inline-block;}
  .form-quote{   width: 78%;
  margin-left: 11%;}
  .field-name{ font-size:11pt;}
  .quote-input{   padding: 10.5px 4px;}
  .quote-button{   width: 58% !important;   padding: 6px 0;}
  .form-img{ margin-left: 6%;}
}
@media only screen and (max-width:400px) and (min-width:320px) {


/* Logo */
.logo-container, .logo-container img {
	display: none;
}
/*END Logo*/

/*About Us Tab*/	
#about-us-table th {
	width: 10% !important;
}
/*END of About Us Tab*/	


/*Contact us Background*/
.contact-us-flex{
	background: url(../images/contact-us-left-icon.png) center top no-repeat, url(../images/contact-us-right-icon.png) right bottom no-repeat, #ffffff;		
	height: 200px;
	}
/*Contact us Background*/	
				

/***********Fiber locator Page***********/

#fiber-optic-para{
	font-size: 75% !important;
	}
#fiber-locator-content-section #contact-us-table-form td:first-child{
	position: relative;
	left: 2%;	
	}	
#fiber-locator-content-section {
    margin: 75px auto 200px;
	}
#fiber-locator-content-section #contact-us-table-form {
    margin-bottom: 35% !important;
    width: 98%;
}	
#fiber-locator-content-section #contact-us-table-form td:last-child {
	left: -5px !important;
	}	
#fiber-locator-content-section #contact-us-table-form td input[type="submit"]{
	height: 35px !important;
	font-size: 8pt !important;	
	}		
/*******END of Fiber locator Page********/

	

		
		

/*****Our Services *****/
.service-unit {
    width: 100%;
	display: block;
	clear: both;
	float: none;
}
.service-unit ul {
	width: 95%;
	padding-bottom: 5%;	
	}
.service-unit ul li h3 {
	font-size: 200%;
	}	
.service-unit ul li a {
	font-size: 150%;
	}	
.service-unit:nth-child(1) ul li {
    text-indent: 29%;
}

.service-unit:nth-child(2) ul li {
    text-indent: 35%;
}

.service-unit:nth-child(3) ul li {
    text-indent: 34%;
}
.service-unit figure img {
    width: 350px;
    height: 230px;
}
.get-a-quote-btn {
	padding: 7% 0%;
	width: 40%;
	}
.get-a-quote-btn a{
	font-size: 11pt;	
	}	
/*****END of Our Services *****/	
	

	
	 	 	
.contact-us-content-section {
    width: 98%;
	}
#contact-us-table-form {
    width: 85%;
	}	
#contact-us-table-form td:first-child {
	text-indent: 1%;
	}	
#contact-us-table-form .content-row label {
    font-size: 9pt;
	}
#contact-us-table-form td:last-child input {
    height: 25px
	}
.paragraph-contact-us p {
    font-size: 100% !important;
}	
#contact-us-table .title-row {
    font-size: 100%;
	}
.left-contact-img {
	float: none;
	}	
#contact-us-table-form td:last-child textarea {
    height: 75px;	
}
#contact-us-table-form td:last-child input[type="submit"]{
	padding-left: 0px;
	font-size: 8pt;
	height: 25px;
	}		 
		
		
		
.paragraph-quote p {
    font-size: 90%;
}
#about-us-table th {
	font-size: 6.6pt;
	padding: 1px 1px;
}
#about-us-table th:hover, #about-us-table th.active  {
	text-shadow: none;
	}
.title-row h2 {
    font-size: 10pt;
	line-height: 35px;	
}
.footer-row h2 {
    font-size: 10pt;
}
.title-row figure img{
	width: 32px;
	height: 32px;	
	}
.content-row p {
    font-size: 8pt;
}
.footer-row p {
    font-size: 7pt;
}
.about-us-content-section {
	width: 96%;
    margin: 20px auto 40px;
	}
	
 .working-area-two {
 width:100%;
}
  .logo-container{
	   width: 42%;
  float: left;
  margin: 26px 0px 8px 11px;
  }
 .navigation-container {
  display: none;
}
.navigation {
margin-top: 27px;
}
.navigation li {
margin: 5px 0;
}
 .navigation li a {
  font-size: 7pt;
  padding: 10px 4px;
}
 .working-area {
 width: 99%;
}
.banner-div h2 {
font-size: 16pt;
}
.banner-div p {
  font-size: 10pt;
  width: 90%;
  line-height: 23px;
}
.banner-img-1{  width: 33%;}
.banner-img-1 img{   width: 89%;}
.banner-img-div{ width:100%;}
.banner-img-1 span {
  padding-left: 4px;
  width: 82%;
}
 .paragraph-div p {
 width: 99%;
 font-size: 12pt;
}
 .form-div {
width: 100%;
}
 .center-img {
    margin: 0 0 0 27%;
  float: left;
  width: 42%;

}
.center-img img{ width:100%;}
.paragraph-right {
  float: left;
  width: 80%;
  text-align: justify;
  margin-top: 5px;
  margin-left: 32px;
  margin-bottom: 11px;
    font-size: 13pt;
}
.center-pgf{   font-size: 13pt;}
 .button {
  width: 40%;
  padding: 12px 0;
  font-size: 11pt;
  margin-top: 10px;
}
.name-textarea{   padding: 20px 10px;}
 .left-body-section h2 {
width: 84%;
}
 .left-body-section {
  width: 97%;
  margin-left: 3%;
}
 .left-body-section p {
text-align:justify;
}
.img-name {
width: 15%;
}
.name-input {
  padding: 13px 4px;
}
.message-img {
 width: 89%;
 margin-top: 0px;
}
.email-name {
  margin-left: -10px;
  padding: 14px 22px;
}
 .img-section {
  width: 97%;
  margin-left: 1.5%;
}
 .img-section img {
width: 97%;
}
.right-body-section h2 {
 width: 88%;
}
 .right-body-section {
  width: 97%;
  margin-left: 0;
}
 .right-body-section p {
  text-align: justify;
}
.information-div{   width: 95%;}
.lower-body-heading{   font-size: 17pt;}
.lower-body-pgf{   font-size: 12pt;}
.info-left{   width: 50%;}
.info-left h2{   font-size: 15pt;}
.info-right{   width: 50%;}
.info-right h2{   font-size: 15pt;}
.span-div h2{   font-size: 18pt;}
.community-img {
  width: 65%;
  margin-top: 28px;
  margin-left: 16%;
  float: none;
}
.community-img  img{ width:100%;}
.community-right {
  width: 99%;
  margin-left: 1%;
}
 .paragraph-3-div p {
text-align:center;
 font-size: 9pt;
}
.paragraph-body-div p {
font-size:11pt;
}
 .working-area-footer {
 width: 100%;
}
.footer-table{ 
width: 100%;
}
 .social-img {
  float: left;
  width: 100%;
    margin-top: 0;
}
.footer-table td a {
  font-size: 6.5pt;
  font-weight: 100;
}

.copy-rights {
font-size: 8pt;
  width: 100%;
  margin-top: 5px;
}
.copy-rights a {
font-size: 9pt;
}
.powered {
font-size: 8pt;
  width: 100%;
}
.powered a {
font-size: 8pt;
}


 .mobile-menu {
 display:inline-block;
 width:100%;
 float:left;
   background-color: #ffffcc;
}

	/***************navigation*******************/
	.mobile-view-menu ul li a {
 text-decoration:none;
 color:#FFF;
 width:100%;
 font-family:bubblegum;
}
.mobile-view-menu ul {
 width:100%;
 list-style-type:none;
 background-color:#639D18;
}
 .mobile-view-menu ul li:hover {
 background-color:#F3A402;
}
.rmm ul {
 display:block;
 width:auto !important;
 margin:0 auto !important;
 overflow:hidden;
 list-style:none;
}


/* sublevel menu - in construction */

/* */





.rmm .rmm-toggled ul {
 display:none;
 margin:0px !important;
 padding:0px !important;
}
.rmm .rmm-toggled ul li {
 display:block;
 margin:0 auto !important;
}




/* GRAPHITE STYLE */





.rmm.graphite .rmm-toggled {
 width:96%;
 background-color: #142542;
 min-height:36px;
 border-radius:6px;
 margin:2%;
}
.rmm.graphite .rmm-toggled-controls {
 display:block;
 height:36px;
 color:white;
 text-align:left;
 position:relative;
 border-radius:6px;
}
.rmm.graphite .rmm-toggled-title {
 position:relative;
 top:9px;
 left:4px;
 color:white;
 text-shadow:1px 1px 1px black;
   font-family: Cantoria-Regular;
}
.rmm.graphite .rmm-button {
 display:block;
 position:absolute;
 right:15px;
 top:8px;
}
 .rmm.graphite .rmm-button span {
 display:block;
 margin-top:4px;
 height:2px;
 background:white;
 width:24px;
}
.rmm.graphite .rmm-toggled ul li a {
 display:block;
 width:100%;
  background-color: #142542;
 text-align:center;
 padding:10px 0px 10px 0px;
 border-top:1px solid #FFF;
 text-shadow:1px 1px 1px #333333;
   font-family: Cantoria-Regular;
}
.rmm.graphite .rmm-toggled ul li a:active {
 background-color:#444444;
 border-bottom:1px solid #444444;
 border-top:1px solid #444444;
}
 .rmm ul li a:hover {
  background-color: #f9a114 !important;
}

/* SAPPHIRE STYLE */

.rmm.sapphire .rmm-main-list li a {
 display:inline-block;
 padding:8px 30px 8px 30px;
 margin:0px -3px 0px -3px;
 font-size:15px;
 text-shadow:1px 1px 1px #3e587b;
 background-color:#537b9f;
 border-left:1px solid #3e587b;
 background-image:url('../rmm-img/sapphire-menu-bg.png');
 background-repeat:repeat-x;
}
.rmm.sapphire .rmm-main-list li a:hover {
 background-color:#;
}
 .rmm.sapphire .rmm-toggled {
 width:95%;
 background-color:#537b9f;
 min-height:36px;
 border-radius:6px;
}
.rmm.sapphire .rmm-toggled-controls {
 display:block;
 height:36px;
 color:white;
 text-align:left;
 position:relative;
 background-image:url('../rmm-img/sapphire-menu-bg.png');
 background-repeat:repeat-x;
 border-radius:5px;
}
.rmm.sapphire .rmm-toggled-title {
 position:relative;
 top:9px;
 left:15px;
 font-size:16px;
 color:white;
 text-shadow:1px 1px 1px #3e587b;
}
.rmm.sapphire .rmm-button {
 display:block;
 position:absolute;
 right:9px;
 top:7px;
 width:20px;
 padding:0px 7px 0px 7px;
 border:1px solid #3e587b;
 border-radius:3px;
 background-image:url('../rmm-img/sapphire-menu-bg.png');
 background-position:top;
}
 .rmm.sapphire .rmm-button span {
 display:block;
 margin:4px 0px 4px 0px;
 height:2px;
 background:white;
 width:20px;
}
.rmm.sapphire .rmm-toggled ul li a {
 display:block;
 width:100%;
 background-color:#537698;
 text-align:center;
 padding:10px 0px 10px 0px;
 border-bottom:1px solid #3c5779;
 border-top:1px solid #6883a6;
 text-shadow:1px 1px 1px #333333;
}
.rmm.sapphire .rmm-toggled ul li a:active {
 background-color:#3c5779;
 border-bottom:1px solid #3c5779;
 border-top:1px solid #3c5779;
}
.rmm.sapphire .rmm-toggled ul li:first-child a {
 border-top:1px solid #3c5779 !important;
}





/* MINIMAL STYLE */
.rmm.minimal a:hover {
}
.rmm.minimal .rmm-main-list li a {
 display:inline-block;
 padding:8px 30px 8px 30px;
 margin:0px -3px 0px -3px;
 font-size:15px;
}
.rmm.minimal .rmm-toggled {
 width:95%;
 min-height:36px;
}
.rmm.minimal .rmm-toggled-controls {
 display:block;
 height:36px;
 color:#333333;
 text-align:left;
 position:relative;
}
.rmm.minimal .rmm-toggled-title {
 position:relative;
 top:9px;
 left:9px;
 font-size:16px;
 color:#33333;
}
.rmm.minimal .rmm-button {
 display:block;
 position:absolute;
 right:9px;
 top:7px;
}
 .rmm.minimal .rmm-button span {
 display:block;
 margin:4px 0px 4px 0px;
 height:2px;
 width:25px;
}
.rmm.minimal .rmm-toggled ul li a {
 display:block;
 width:100%;
 text-align:center;
 padding:10px 0px 10px 0px;
 border-bottom:1px solid #dedede;
 color:#333333;
}
.rmm.minimal .rmm-toggled ul li:first-child a {
 border-top:1px solid #dedede;
}
 .offer-heading {
text-align: center;
}
.offer-list-mover {
text-align: center;
}
.offer-second-list-mover {
width: 100%;
}
.image-container-mover {
 width: 72%;
margin-right:44px;
text-align: center;
}
.image-container-mover img {
width:100%
}
.colifornia-list {
width:100%;
}
.offer-second-list-mover {
text-align:center;
}
.colifornia-list {
text-align:center;
}
.offer-list-two-mover {
text-align:center;
}
.approved {
text-align: center;
}
 .contact-form label {
font-size: 11pt;
}
.contact-form {
width: 100%;
}
.contact-form input {
padding: 7px 4px 7px 3px;
}
.contact-image img {
display:none;
}
.contact-heading {
margin-left: 39px;
font-size: 24px;
}
.contact-secondp {
text-align: center;
width: 100%;
}
.btn {
font-size:12pt;
}
/********************flip********************/


/*********************Projects************************/

.paragraph-quote-2 p{   width: 95%;
  text-align: justify;
  font-size: 10pt;
  display: inline-block;}
  .form-quote{  width: 93%;
  margin-left: 2%;}
  .field-name{ font-size:9pt;}
  .quote-input{   padding: 9.5px 4px;}
  .quote-button{   width: 58% !important;   padding: 5px 0; font-size: 12pt !important;}
  .form-img{ margin-left: 6%;}
}
 @media only screen and (max-width:320px) and (min-width:300px) {


/* Logo */

.logo-container, .logo-container img {
	display: none;
}

/*END Logo*/


/*About Us Tab*/	
#about-us-table th {
	width: 10% !important;
}
/*END of About Us Tab*/	
		

/*****Our Services *****/
.service-unit {
    width: 100%;
	display: block;
	clear: both;
	float: none;
}
.service-unit ul {
	width: 96%;
	padding-bottom: 5%;	
	}
.service-unit ul li h3 {
	font-size: 175%;
	}	
.service-unit ul li a {
	font-size: 115%;
	}	
.service-unit:nth-child(1) ul li {
    text-indent: 27%;
}

.service-unit:nth-child(2) ul li {
    text-indent: 33%;
}

.service-unit:nth-child(3) ul li {
    text-indent: 34%;
}
.service-unit figure img {
    width: 285px;
    height: 200px;
}
.get-a-quote-btn {
	padding: 9.5% 0%;
	width: 50%;
	}
.get-a-quote-btn a{
	font-size: 11pt;	
	}	
/*****END of Our Services *****/	
	

	 	 	
.contact-us-content-section {
    width: 98%;
	}
#contact-us-table-form {
    width: 85%;
	}	
.paragraph-quote-2 h3 {
    font-size: 100%;
}
#contact-us-table-form td:first-child {
	text-indent: 2%;
	}	
#contact-us-table-form .content-row label {
    font-size: 8pt;
	}
#contact-us-table-form td:last-child input {
    height: 20px
	}
.paragraph-contact-us p {
    font-size: 85% !important;
}	
#contact-us-table .title-row {
    font-size: 85%;
	}
.left-contact-img {
	float: none;
	}	
#contact-us-table-form td:last-child textarea {
    height: 75px;	
}
#contact-us-table-form td:last-child input[type="submit"]{
	padding-left: 0px;
	font-size: 7.5pt;
	height: 25px;
	}		 
		
			 
 .working-area-two {
 width:100%;
}
  .logo-container{
	   width: 42%;
  float: left;
  margin: 26px 0px 8px 11px;
  }
 .navigation-container {
  display: none;
}
.navigation {
margin-top: 27px;
}
.navigation li {
margin: 5px 0;
}
 .navigation li a {
  font-size: 7pt;
  padding: 10px 4px;
}
 .working-area {
 width: 98%;
}
.banner-div h2 {
font-size: 16pt;
}
.banner-div p {
  font-size: 10pt;
  width: 90%;
  line-height: 23px;
}
.banner-img-1{  width: 33%;}
.banner-img-1 img{   width: 89%;}
.banner-img-div{ width:100%;}
.banner-img-1 span {
  padding-left: 4px;
  width: 82%;
}
 .paragraph-div p {
 width: 99%;
 font-size: 12pt;
}
 .form-div {
width: 100%;
}
 .center-img {
    margin: 0 0 0 27%;
  float: left;
  width: 42%;

}
.center-img img{ width:100%;}
.paragraph-right {
  float: left;
  width: 80%;
  text-align: justify;
  margin-top: 5px;
  margin-left: 32px;
  margin-bottom: 11px;
    font-size: 13pt;
}
.center-pgf{   font-size: 13pt;}
 .button {
  width: 40%;
  padding: 12px 0;
  font-size: 11pt;
  margin-top: 10px;
}
.name-textarea{   padding: 20px 10px;}
 .left-body-section h2 {
width: 83%;
}
 .left-body-section {
  width: 97%;
  margin-left: 3%;
}
 .left-body-section p {
text-align:justify;
}
.img-name {
width: 15%;
}
.name-input {
  padding: 13px 4px;
}
.message-img {
 width: 89%;
 margin-top: 0px;
}
.email-name {
  margin-left: -10px;
  padding: 14px 22px;
}
 .img-section {
  width: 97%;
  margin-left: 1.5%;
}
 .img-section img {
width: 97%;
}
.right-body-section h2 {
 width: 88%;
}
 .right-body-section {
  width: 97%;
  margin-left: 0;
}
 .right-body-section p {
  text-align: justify;
}
.information-div{   width: 95%;}
.lower-body-heading{   font-size: 17pt;}
.lower-body-pgf{   font-size: 12pt;}
.info-left{   width: 50%;}
.info-left h2{   font-size: 15pt;}
.info-right{   width: 50%;}
.info-right h2{   font-size: 15pt;}
.span-div h2{   font-size: 18pt;}
.community-img {
  width: 65%;
  margin-top: 28px;
  margin-left: 16%;
  float: none;
}
.community-img  img{ width:100%;}
.community-right {
  width: 99%;
  margin-left: 1%;
}
 .paragraph-3-div p {
text-align:center;
 font-size: 9pt;
}
.paragraph-body-div p {
font-size:11pt;
}
 .working-area-footer {
 width: 100%;
}
.footer-table{ 
width: 100%;
}
 .social-img {
  float: left;
  width: 100%;
    margin-top: 0;
}
.footer-table td a {
  font-size: 6.3pt;
  font-weight: 100;
}

.copy-rights {
font-size: 8pt;
  width: 100%;
  margin-top: 5px;
}
.copy-rights a {
font-size: 9pt;
}
.powered {
font-size: 8pt;
  width: 100%;
}
.powered a {
font-size: 8pt;
}


 .mobile-menu {
 display:inline-block;
 width:100%;
 float:left;
   background-color: #ffffcc;
}

	/***************navigation*******************/
	.mobile-view-menu ul li a {
 text-decoration:none;
 color:#FFF;
 width:100%;
 font-family:bubblegum;
}
.mobile-view-menu ul {
 width:100%;
 list-style-type:none;
 background-color:#639D18;
}
 .mobile-view-menu ul li:hover {
 background-color:#F3A402;
}
.rmm ul {
 display:block;
 width:auto !important;
 margin:0 auto !important;
 overflow:hidden;
 list-style:none;
}


/* sublevel menu - in construction */

/* */





.rmm .rmm-toggled ul {
 display:none;
 margin:0px !important;
 padding:0px !important;
}
.rmm .rmm-toggled ul li {
 display:block;
 margin:0 auto !important;
}




/* GRAPHITE STYLE */





.rmm.graphite .rmm-toggled {
 width:96%;
 background-color: #142542;
 min-height:36px;
 border-radius:6px;
 margin:2%;
}
.rmm.graphite .rmm-toggled-controls {
 display:block;
 height:36px;
 color:white;
 text-align:left;
 position:relative;
 border-radius:6px;
}
.rmm.graphite .rmm-toggled-title {
 position:relative;
 top:9px;
 left:4px;
 color:white;
 text-shadow:1px 1px 1px black;
   font-family: Cantoria-Regular;
}
.rmm.graphite .rmm-button {
 display:block;
 position:absolute;
 right:15px;
 top:8px;
}
 .rmm.graphite .rmm-button span {
 display:block;
 margin-top:4px;
 height:2px;
 background:white;
 width:24px;
}
.rmm.graphite .rmm-toggled ul li a {
 display:block;
 width:100%;
  background-color: #142542;
 text-align:center;
 padding:10px 0px 10px 0px;
 border-top:1px solid #FFF;
 text-shadow:1px 1px 1px #333333;
   font-family: Cantoria-Regular;
}
.rmm.graphite .rmm-toggled ul li a:active {
 background-color:#444444;
 border-bottom:1px solid #444444;
 border-top:1px solid #444444;
}
 .rmm ul li a:hover {
  background-color: #f9a114 !important;
}

/* SAPPHIRE STYLE */

.rmm.sapphire .rmm-main-list li a {
 display:inline-block;
 padding:8px 30px 8px 30px;
 margin:0px -3px 0px -3px;
 font-size:15px;
 text-shadow:1px 1px 1px #3e587b;
 background-color:#537b9f;
 border-left:1px solid #3e587b;
 background-image:url('../rmm-img/sapphire-menu-bg.png');
 background-repeat:repeat-x;
}
.rmm.sapphire .rmm-main-list li a:hover {
 background-color:#;
}
 .rmm.sapphire .rmm-toggled {
 width:95%;
 background-color:#537b9f;
 min-height:36px;
 border-radius:6px;
}
.rmm.sapphire .rmm-toggled-controls {
 display:block;
 height:36px;
 color:white;
 text-align:left;
 position:relative;
 background-image:url('../rmm-img/sapphire-menu-bg.png');
 background-repeat:repeat-x;
 border-radius:5px;
}
.rmm.sapphire .rmm-toggled-title {
 position:relative;
 top:9px;
 left:15px;
 font-size:16px;
 color:white;
 text-shadow:1px 1px 1px #3e587b;
}
.rmm.sapphire .rmm-button {
 display:block;
 position:absolute;
 right:9px;
 top:7px;
 width:20px;
 padding:0px 7px 0px 7px;
 border:1px solid #3e587b;
 border-radius:3px;
 background-image:url('../rmm-img/sapphire-menu-bg.png');
 background-position:top;
}
 .rmm.sapphire .rmm-button span {
 display:block;
 margin:4px 0px 4px 0px;
 height:2px;
 background:white;
 width:20px;
}
.rmm.sapphire .rmm-toggled ul li a {
 display:block;
 width:100%;
 background-color:#537698;
 text-align:center;
 padding:10px 0px 10px 0px;
 border-bottom:1px solid #3c5779;
 border-top:1px solid #6883a6;
 text-shadow:1px 1px 1px #333333;
}
.rmm.sapphire .rmm-toggled ul li a:active {
 background-color:#3c5779;
 border-bottom:1px solid #3c5779;
 border-top:1px solid #3c5779;
}
.rmm.sapphire .rmm-toggled ul li:first-child a {
 border-top:1px solid #3c5779 !important;
}





/* MINIMAL STYLE */
.rmm.minimal a:hover {
}
.rmm.minimal .rmm-main-list li a {
 display:inline-block;
 padding:8px 30px 8px 30px;
 margin:0px -3px 0px -3px;
 font-size:15px;
}
.rmm.minimal .rmm-toggled {
 width:95%;
 min-height:36px;
}
.rmm.minimal .rmm-toggled-controls {
 display:block;
 height:36px;
 color:#333333;
 text-align:left;
 position:relative;
}
.rmm.minimal .rmm-toggled-title {
 position:relative;
 top:9px;
 left:9px;
 font-size:16px;
 color:#33333;
}
.rmm.minimal .rmm-button {
 display:block;
 position:absolute;
 right:9px;
 top:7px;
}
 .rmm.minimal .rmm-button span {
 display:block;
 margin:4px 0px 4px 0px;
 height:2px;
 width:25px;
}
.rmm.minimal .rmm-toggled ul li a {
 display:block;
 width:100%;
 text-align:center;
 padding:10px 0px 10px 0px;
 border-bottom:1px solid #dedede;
 color:#333333;
}
.rmm.minimal .rmm-toggled ul li:first-child a {
 border-top:1px solid #dedede;
}
 .offer-heading {
text-align: center;
}
.offer-list-mover {
text-align: center;
}
.offer-second-list-mover {
width: 100%;
}
.image-container-mover {
 width: 72%;
margin-right:44px;
text-align: center;
}
.image-container-mover img {
width:100%
}
.colifornia-list {
width:100%;
}
.offer-second-list-mover {
text-align:center;
}
.colifornia-list {
text-align:center;
}
.offer-list-two-mover {
text-align:center;
}
.approved {
text-align: center;
}
 .contact-form label {
font-size: 11pt;
}
.contact-form {
width: 100%;
}
.contact-form input {
padding: 7px 4px 7px 3px;
}
.contact-image img {
display:none;
}
.contact-heading {
margin-left: 39px;
font-size: 24px;
}
.contact-secondp {
text-align: center;
width: 100%;
}
.btn {
font-size:12pt;
}
/********************flip********************/

/*********************Projects************************/

.paragraph-quote-2 p{   width: 95%;
  text-align: justify;
  font-size: 10pt;
  display: inline-block;}
  .form-quote{  width: 93%;
  margin-left: 2%;}
  .field-name{ font-size:8pt;}
  .quote-input{   padding: 7.5px 4px;}
  .quote-button{   width: 58% !important;   padding: 5px 0; font-size: 11pt !important;}
  .form-img{ margin-left: 6%;}
}
/******************media queries*********************/







/***************** Tab Menu ******************/
.tabs-menu {
	display: block;
    clear: both;
	list-style: outside none none;			
	width: 100% !important;	
}
.tabs-menu li {
    height: 30px;
    line-height: 30px;
    float: left;
    margin-right: 10px;
    background-color: #ccc;
    border-top: 1px solid #d4d4d1;
    border-right: 1px solid #d4d4d1;
    border-left: 1px solid #d4d4d1;
}

.tabs-menu li.current {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    z-index: 5;
}

.tabs-menu li a {
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none; 
}

.tabs-menu .current a {
    color: #2e7da3;
}

.tab {
    border: 1px solid #d4d4d1;
    margin-bottom: 5%;
}

.tab-content {
    padding: 20px;
    display: none;
}
.tab-content p{
	text-align: justify;
	}

#tab-1 {
 display: block;   
}

/************* END of Tab Menu **************/

/*********************** Read More Button **********************/

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25));
	background:-moz-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background:-webkit-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background:-o-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background:-ms-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background:linear-gradient(to bottom, #ffc477 5%, #fb9e25 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25',GradientType=0);
	background-color:#ffc477;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #eeb44f;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #cc9f52;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477));
	background:-moz-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
	background:-webkit-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
	background:-o-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
	background:-ms-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
	background:linear-gradient(to bottom, #fb9e25 5%, #ffc477 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477',GradientType=0);
	background-color:#fb9e25;
}
.myButton:active {
	position:relative;
	top:1px;
}


/*********************** Read More Button END **********************/


/*********************** Google MAP *******************************/
#map {
    width: 100%;
    height: 400px;
    margin: 0px auto 50px auto;
    border-radius: 15px;
    border: 2px solid #3A3A3A;
	box-sizing: border-box;	
}
/********************* END Google MAP ****************************/