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

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
	   background-image: url('../images/texture_bkgd.png');
	   background-repeat: no-repeat;
	   /*background-position: center 8%; /*xpos, ypos*/
	   background-position: center 0;
	   background-attachment: fixed;
	   
	   width: 100%;
	   height: 100%;
	   margin: 0;
	   color: #474747;
	   font-family: Arial, Helvetica, sans-serif, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	   font-size: 92%;   /*-- base font size is 14px --*/
	   /*line-height: 1.75em;*/
	   overflow-x: hidden;
     }

h1, h2, h3,
h4, h5, h6, {margin: 0;}

ul, ol {margin: 0;}

p {
	margin: 0;
    line-height: 130%;
  }

a {text-decoration: none;}

section {
          display: block;
        }

#header a:hover, .banner a, #footer a {
          -webkit-transition: 0.4s all;
             -moz-transition: 0.4s all;
			      transition: 0.4s all;
        }

img, iframe {
              max-width: 100%;
	          height: auto;
	          border: none;
            }

img {
  vertical-align: middle;
}

.img-full {
    min-width: 100%;
}

.clear {clear: both;}

.font_size {font-size: 120%;}

.font_size_smaller {font-size: 75%;}

.normal {
          font-weight: normal;
        }

.bold {
        font-weight: bold;
      }

.bolder {
          font-weight: bolder;
        }

.bold_red {
            font-weight: bold;
		    color: #b30000;
          }

.container {
             padding-right: 8px;
             padding-left: 8px;
             margin-right: auto;
             margin-left: auto;
			 /*max-width: 100%;*/
			 max-width: 1024px;
			 margin: 0 auto;
           }

textarea {
  overflow: auto;
  vertical-align: top;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

input[type="text"],
input[type="tel"],
input[type="email"],
select,
textarea {
           width: 100%;
		   line-height: 140%; 
           margin-left: auto;
           margin-right: auto;
         }

input[type="text"],
input[type="tel"],
input[type="email"],
select,
textarea {
           background-color: #ffffff;
           border: 1px solid #cccccc;

		   -webkit-border-radius: 5px;
			  -moz-border-radius: 5px;
				   border-radius: 5px;

           -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
              -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
                   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);

           -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
              -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
                -o-transition: border linear 0.2s, box-shadow linear 0.2s;
                   transition: border linear 0.2s, box-shadow linear 0.2s;
         }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus {
	             border-color: rgba(82, 168, 236, 0.8);
                 outline: 0;
                 outline: thin dotted \9;
                 /* IE6-9 */

                 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
                    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
                         box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
               }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
                 /*background-color: #ffff99;*/
				 /*background-color: #eefbe0;*/
               }

select:focus {
               outline: thin dotted #333;
               outline: 3px auto -webkit-focus-ring-color;
               outline-offset: -2px;
             }

select,
input[type="text"],
input[type="tel"],
input[type="email"] {
				      display: inline-block;
					  line-height: 1.95em;
					  /*line-height: 27px;*/
                      height: 30px;
                      padding: 2px 3px;
                      /*margin-bottom: 10px;*/
                      font-size: 14px;
                      color: #555555;
                      vertical-align: middle;

                      -webkit-border-radius: 5px;
                         -moz-border-radius: 5px;
                              border-radius: 5px;
                    }

.column_left {
               border: solid 6px #e1e1e1;
			   
			   -webkit-border-radius: 7px;
                  -moz-border-radius: 7px;
                       border-radius: 7px;
					   
			   padding: 2%;
             }


/*--------------------------------- Scroll ---------------------------------*/
#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#3498db;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}

#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}

#scroll:hover {
    background-color:#e74c3c;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}


/*------------------------------------------------ Header ------------------------------------------------*/
#header .header-top {
                      /*background-color: #484848;*/
					  background-color: #666666;
                    }

#header .header-top .container {
height: 47px;
}

#header .header-top .container .phone {
 line-height: 47px;	
}

#header .header-top .container .phone {
                            /*background-color: #9FC;*/
							background-image: url('../images/phone_icon_white.png');
							background-repeat: no-repeat;
							background-position: left 8px; /*xpos, ypos*/
							float: left;
							/*margin-top: 5px;*/
							margin-left: 1%;
                          }

#header .header-top .container .phone a {
                                          padding-left: 30px;
										  color: #ffffff;
										  font-weight: bold;
										  font-style: italic;
                                        }

#header .header-main {
	                   position: relative;
					   background-color: rgba(10, 66, 109, 1.0);
					   padding-top: 1%;
					   padding-bottom: 1%;
                     }

#header .header-main .container #logo {
                                        /*background-color: #9C9;*/
										width: 40%;
										/*height: 75px;
										background: url('../images/myfleetgps.svg');
										background-repeat: no-repeat;*/
	                                    margin: 0;
										padding: 0;
                                        float: left;
										margin-left: 1%;
                                      }

#header .header-main .container #logo a {
                                          color: #fff;
                                        }

#header .header-main .container .social_icons {
                                   background-color: #C90;
								   margin: 0;
								   padding: 0;
								   float: right;
								   margin-top: 35px;
								   margin-right: 1%;
                                 }

#header .header-main .container .phone {
                                   /*background-color: #C90;*/
								   /*min-width: 15%;*/
								   line-height: 47px;	
								   background-image: url('../images/phone_icon.png');
							       background-repeat: no-repeat;
							       background-position: left 8px; /*xpos, ypos*/
								   margin: 0;
								   padding: 0;
								   float: right;
								   /*margin-top: 35px;*/
								   margin-right: 1%;
                                 }

#header .header-main .container .phone a {
                                           padding-left: 30px;
										   color: #ffffff;
										   font-size: 175%;
										   font-weight: bold;
										   font-style: italic;
                                         }

#header .header-main .container .social_icons a#mail1,
#header .header-main .container .social_icons a#facebook1,
#header .header-main .container .social_icons a#twitter1,
#header .header-main .container .social_icons a#google_plus1 {
	background: url('../images/circle_bkgd_trans.png');
	background-repeat: no-repeat;
	background-position: center 0px; /*xpos, ypos*/
	height: 17px;
	line-height: 17px;
	padding: 15px 0;
}

#header .header-main .container .social_icons a#mail1:hover,
#header .header-main .container .social_icons a#facebook1:hover,
#header .header-main .container .social_icons a#twitter1:hover,
#header .header-main .container .social_icons a#google_plus1:hover {
	background: url('../images/circle_bkgd_trans_mo.png');
	background-repeat: no-repeat;
	background-position: center 0px; /*xpos, ypos*/
}

#header .header-main .container .social_icons img:hover {
                                   opacity: 0.4;
                                   filter: alpha(opacity=40); /* For IE8 and earlier */
												  
				                   -webkit-transition: opacity 0.3s;
                                      -moz-transition: opacity 0.3s;
                                        -o-transition: opacity 0.3s;
                                           transition: opacity 0.3s;
                                 }


/*------------------------------ Nav Bar ------------------------------*/
#nav_main {
            background-color: #ccc;
		    position: relative;
			
			border-top: solid 4px #999999;
			border-bottom: solid 4px #999999;
			/*border-bottom: solid 1px rgba(119, 119, 119, 0.15);*/
					 
			-webkit-box-shadow: 0 10px 7px -10px rgba(0,0,0,0.25);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
               -moz-box-shadow: 0 10px 7px -10px rgba(0,0,0,0.25);  /* Firefox 3.5 - 3.6 */
                    box-shadow: 0 10px 7px -10px rgba(0,0,0,0.25);  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
          }

#nav_main .navbar {                   
					 background-color: #ccc;
				     height: auto;
					 /*float: left;*/
	                 list-style: none;
	                 padding: 0;
					 padding-right: 8px;
                     padding-left: 8px;
	                 max-width: 1024px;
					 /*width: 100%;*/
					 /*min-width: 565px;*/
					 margin: 0 auto;
					 /*margin-bottom: 25px;*/
		             font-size: 94%;
				   
				     webkit-box-sizing: content-box !important;
                       -moz-box-sizing: content-box !important;
                            box-sizing: content-box !important;
                  }

#nav_main .navbar:after {
                       display: block;
                       clear: both;
                     }

#nav_main ul .font_size {
                     font-size: 120%;
                   }

/*---------Top Level---------*/
#nav_main > ul > li {
	             float: left;
	             position: relative;
				 width: 16.66%;
               }

#nav_main > ul > li > a {
	                 color: #474747;
	                 display: block;
	                 letter-spacing: 0.1em;
					 height: 45px;
					 line-height: 45px;
	                 text-align: center;
	                 text-decoration: none;
					 /*border-top: solid 5px #999999;*/
                   }

#nav_main > ul > li > a:hover {
	                            background: #aaaaaa;
	                            color: #003366;
						        /*font-weight: bold;*/
                              }

#nav_main ul li a:hover {
	                      background: #aaaaaa;
	                      color: #003366;
					      /*font-weight: bold;*/
					      border-bottom: solid 4px #003366;
					 
					      webkit-box-sizing: border-box !important;
					        -moz-box-sizing: border-box !important;
					             box-sizing: border-box !important;
                        }


/*------ Submenu (Dropdown) ------*/
#nav_main .nav-item: hover,
#nav_main .nav-submenu: hover {
	display: block;
}

#nav_main .nav-arrow {
    font-size: 11px;
    line-height: 0%;
}

#nav_main ul li .nav-submenu li a {
                            border-top: none;
                          }

#nav_main ul li .nav-submenu li a:hover {
                                  border-top: none;
                                }

#nav_main ul li .nav-submenu { /*drop down menu*/
				       width: 185%;
					   position: absolute;
					   top: 100%;
					   left: 0px;
					   /*left: -99999px;*/
	                   margin: 0;
	                   overflow: visible;
	                   padding: 0px;
					   border-top: solid 1px #ffffff;
	                   /*z-index: 2;*/
					   /*z-index: -2;*/
					   display: none;
					   list-style: none;
                     }

#nav_main ul li:hover .nav-submenu {
	z-index: 1;
	display: block;
	/*left: 0;
	top: 51px;*/
}

#nav_main ul li .nav-submenu li {
	background: #cccccc;  /*drop down menu*/
	border-bottom: solid thin #999;
	font-size: 97%;
}

#nav_main ul li .nav-submenu li a {
	color: #474747;
	display: block;
	height: 37px;
	line-height: 37px;
	/*text-align: center;*/
	text-decoration: none;
	border-top: none;
	padding-left: 7px;
}

#nav_main ul li ul li a:hover {
                           /*background: #808080;*/
						   background: #aaaaaa;
						   color: #003366;
						   /*font-weight: bold;*/
                         }

/*#nav_main .current > a,
#nav_main .current > a:hover,
#nav_main .current a,
#nav_main .current a:hover {
	               display: block;
	               background: #808080;
				   /*color: #003366;*/
				   /*color: #ffffff !important;
				   /*font-weight: bold;*/
				   /*border-bottom: solid 4px #003366;
				   
				   webkit-box-sizing: border-box !important;
					 -moz-box-sizing: border-box !important;
					      box-sizing: border-box !important;
                 }*/

#home .nav-home, #reasons .nav-why, #reasons .nav-reasons,
#requirements .nav-why, #requirements .nav-requirements,
#best .nav-why, #best .nav-best, #how .nav-how,
#features .nav-features, #about .nav-about, #contact .nav-contact {
						                   display: block;
	                                       background: #808080;
				                           /*color: #003366;*/
				                           color: #ffffff !important;
				                           /*font-weight: bold;*/
				                           border-bottom: solid 4px #003366;
				   
				                           webkit-box-sizing: border-box !important;
					                         -moz-box-sizing: border-box !important;
					                              box-sizing: border-box !important;
	                                     }

#nav_main .toggle_bar {
	width: 100%;
	/*box-shadow: inset 0px 4px 0px #999999; /* initial gray color to the top bar */ 
	/*background-color: #003366;
	border-bottom: solid 1px #ffffff;*/
	height: 45px;
	float: left;
	overflow: hidden;
	padding: 4px 0px;
}

#nav_main .navbar-toggle {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  /*border-radius: none;
  border: none;*/
  /*border: 1px solid transparent;*/
  border: 1px solid #ffffff;
  cursor: pointer;
  transition: background 0.3s;
  float: right;
  margin-top: 3px;
  margin-right: 12px;
  
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

#nav_main .navbar-toggle:focus {
  outline: none;
}

#nav_main .navbar-toggle span {
  display: block;
  position: absolute;
  top: 17px;
  left: 8px;
  right: 8px;
  height: 4px;
  background: #ffffff;	
}

#nav_main .navbar-toggle span::before,
#nav_main .navbar-toggle span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  content: "";
}

#nav_main .navbar-toggle span::before {
	top: -10px;
}

#nav_main .navbar-toggle span::after {
	bottom: -10px;
}

#nav_main .navbar-toggle:hover {
  background-color: #587ea2;	
}

#nav_main .toggle-rotate {
  background-color: #0e66b7;
}

#nav_main .toggle-rotate span {
  transition: transform 0.3s;
}

/* active state, i.e. menu open */
#nav_main .toggle-rotate.is-active {
  background-color: #166888;
}

#nav_main .toggle-rotate.is-active span {
  transform: rotate(90deg);
}

/* Mobile navigation, clickable area for revealing <ul> */
.nav-click {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	border-left: 1px solid #0057ad;
	height: 45px;
	width: 60px;
	cursor: pointer;
}

.nav-click i {
	display: block;
	height: 45px;
	width: 100%;
	background: url(../images/nav_arrow.png) no-repeat 19px 15px;
	/*background-size: 20px;*/
}

.nav-click i:hover {
	display: block;
	background: url(../images/nav_arrow.png) no-repeat 19px -25px;
	background-color: #8e8e8e;
}

.submenu-toggle {
	-webkit-transform:rotate(180deg);
	   -moz-transform:rotate(180deg);
	    -ms-transform:rotate(180deg);
	     -o-transform:rotate(180deg);
	        transform:rotate(180deg);
}


/*----------------------------------------------------- Home -----------------------------------------------------*/

/*-------------------------------------------- Banner ------------------------------------------*/
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-caption .btn {
  text-shadow: none;
}





/*------------------ Start of Contact Form (Modal) ------------------*/
#myModalLabel {
	/*width: 100%;*/
	font-size: 150%;
	background-color: rgba(0, 0, 0, .75);
	color: #fff;
	padding: 1.25%;
	/*text-decoration: underline;*/
}

#myModal .required_notation,
#myModal2 .required_notation {
    font-size: .80em;
	color: #8d8d8d;
	margin-bottom: 12px;
}

#myModal .required_symbol,
#myModal2 .required_symbol {
    color: #d00c0c;
	font-weight: bolder;
}

#myModal .error[generated=true],
#myModal2 .error[generated=true] {
	color: #dc0000;
	font-size: .75em;
	padding: 5px 0 2px 5px;
}

#myModal div.error,
#myModal2 div.error {
	padding: 0;
	color: #dc0000; /*red*/
	font-size: .75em;
}

#myModal input.error,
#myModal textarea.error,
#myModal2 input.error,
#myModal2 textarea.error {
	background-color: #ffff99; /*yellow*/
}

#myModal #modal_response,
#myModal2 #modal_response {
	margin-bottom: 20px;
	text-align: center;
}

#myModal #modal_response h2.success,
#myModal2 #modal_response2 h2.success {
             color: #21ae60; /*green*/
			 margin-bottom: 20px;
           }

#myModal #modal_response .success,
#myModal2 #modal_response2 .success {
	color: #08a300; /*green*/
	font-weight: bold;
}

#myModal #modal_response .failure,
#myModal2 #modal_response2 .failure {
	color: #dc0000; /*red*/
}

#myModal .font_weight,
#myModal2 .font_weight {
	font-weight: bold;
}

#myModal .btn-send,
#myModal2 .btn-send {
	width: 50%;
	background-color: rgba(56, 122, 169, 1.0);
	border: 1px solid;
	border-color: rgba(0,0,0,0.3);
}

#myModal .btn-send:hover,
#myModal2 .btn-send:hover {
	background-color: rgba(19, 172, 253, 1.0);
	/*background-image: url("../images/send_button_bkgd_mo.png");
	background-repeat: no-repeat;*/
 
    -webkit-transition: background-color .75s;
       -moz-transition: background-color .75s;
         -o-transition: background-color .75s;
            transition: background-color .75s;
}
/*------------------ End of Contact Form (Modal) ------------------*/





/*--------------------------------- Home (Sec1 - Welcome/Intro) ---------------------------------*/
#home .sec1 {
              color: #4b4b4b;
		      font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
			  padding-bottom: 3%;
            }

#home .sec1 .container {
                         margin-top: 45px;
						 /*background-color: #fff;*/
                       }

#home .sec1 ul li {
					margin-bottom: 3%;
                  }

#home .sec1 .column_left {
                           width: 60%;
					       float: left;
                         }

#home .sec1 .column_right {
                            width: 30%;
					        float: right;
                          }

#home .sec1 .column_left .advantage {
                                      /*background-color: #CFF;*/
									  margin-bottom: 5%;
                                    }

#home .sec1 .column_left .heading1 {
                                    width: 65%;
							        background-color: rgba(0, 0, 0, .75);
							        color: #fff;
							        padding: 1.25%;
                                  }

#home .sec1 .column_left .heading2 {
                                    width: 55%;
							        background-color: rgba(0, 0, 0, .75);
							        color: #fff;
							        padding: 1.25%;
                                  }

#home .sec1 .column_left h3 {
		                      margin: 0;
		                      margin-bottom: 3%;
				              font-style: italic;
                            }

#home .sec1 .column_left ul {
                              margin-left: -14px;
                            }

#home .sec1 .column_left ul li {
                    background-image: url("../images/bullet_red.png");
					list-style-type: none;
					background-repeat: no-repeat;
                    background-position: 0px 5px;
					padding-left: 17px;
                  }

#home .sec1 .column_left .cs1 {
                                /*background-color: #99C;*/
								width: ;
								margin-bottom: 5%;
                              }

#home .sec1 .column_left .cs2 {
                                /*background-color: #F9F;*/
								width: ;
                              }

#home .sec1 .column_left .cs_image {
                                     width: 25%;
									 float: left;
                                   }

#home .sec1 .column_left .cs1 p,
#home .sec1 .column_left .cs2 p {
                                  width: 72%;
								  float: right;
                                }

#home .sec1 .column_right .side_info1 {
                               background-color: #e1e1e1;
							   border: solid 2px #a4a4a4;
			   
			                   -webkit-border-radius: 3px;
                                  -moz-border-radius: 3px;
                                       border-radius: 3px;
					   
			                   padding: 2%;
							   padding-bottom: 7%;
							   margin: 0;
							   margin-bottom: 12%;
                             }

#home .sec1 .column_right .side_info2 {
                               margin-bottom: 12%;
                             }

#home .sec1 .column_right .side_info1 ul {
                               margin-left: -24px;
							   margin-bottom: 7%;
                             }

#home .sec1 .column_right .side_info1 ul li {
                    background-image: url("../images/bullet_check_mark.png");
					list-style-type: none;
					background-repeat: no-repeat;
                    background-position: 0px 0px;
					padding-left: 27px;
                  }

#home .sec1 .column_right .side_info1 .contact,
#home .sec1 .column_right .side_info2 .key_req,
#home .sec1 .column_right .side_info3 .client_portal {
	                                             /*background-color: #CF9;*/
                                                 text-align: center;
                                               }




/*--------------------------------- Reasons (Sec1 - Fleet Management System) ---------------------------------*/
#reasons .sec1 {
                 color: #4b4b4b;
		         font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
			     padding-bottom: 3%;
               }

#reasons .sec1 .container {
                            /*background-color: #F0C;*/
							margin-top: 45px;
                          }

#reasons .sec1 ul li {
					   margin-bottom: 3%;
                     }

#reasons .sec1 .column_left {
                              width: 60%;
					          float: left;
                            }

#reasons .sec1 .column_right {
                               width: 30%;
					           float: right;
                             }

#reasons .sec1 .column_left .fleet_management {
                                      /*background-color: #CFF;*/
									  margin-bottom: 5%;
                                    }

#reasons .sec1 .column_left .heading {
                                       width: 72%;
							           background-color: rgba(0, 0, 0, .75);
							           color: #fff;
							           padding: 1.25%;
                                     }

#reasons .sec1 .column_left h2 {
                                 margin-bottom: 5%;
                               }

#reasons .sec1 .column_left .quotes {
                                      /*background-color: #FCF;*/
								      /*width: 110%;*/
								      margin: 0 auto;
									  margin-bottom: ;
                                    }

#reasons .sec1 .column_left .quotes blockquote {
									 font-family: Georgia, "Times New Roman", Times, serif;
									 font-style: italic;

									 margin-bottom:-30px;
                                     position: relative; 
                                     max-width: 555px;
                                     margin: 0 auto;
									 margin-bottom: 5%; 
                                     padding-left: 0.4em;
									 line-height: 1.5em;
                                   }

#reasons .sec1 .column_left .quotes blockquote h3 {
                                     /*font-size: 15px;*/
									 font-size: 95%;
                                   }

#reasons .sec1 .column_left .quotes blockquote h3:before { 
                                     content: "\201C";
                                     font-weight: bold;
                                     font-size: 60px;
                                     color:#4b4b4b;
                                     position: absolute; 
                                     top: 0.1em;
                                     left: -0.55em; 
                                     font-family: 'Georgia'; 
                                   }

#reasons .sec1 .column_left .quotes blockquote h3:after { 
                                     content: "\201D";
                                     font-weight: bold;
                                     font-size: 60px;
                                     color:#4b4b4b;
                                     position: absolute; 
                                     bottom: -0.3em;
                                     right: 0; 
                                     font-family: 'Georgia'; 
                                   }

#reasons .sec1 .column_left .reasons .title {
	                           width: 98%;
							   margin: 0 auto;
                               text-align: center; 
							   background-color: #b30000;
							   color: #fff;
							   padding: 1%;
							   margin-bottom: 1.25%;
                             }

#reasons .sec1 .column_left .reasons .decrease_cost,
#reasons .sec1 .column_left .reasons .increase_productivity,
#reasons .sec1 .column_left .reasons .increase_satisfaction {
                               /*background-color: #F99;*/
							   width: 100%;
							   margin-bottom: 5%;
                             }

#reasons .sec1 .column_left .reasons .content .image {
	                           background-color: #09F;
							   width: 33%;
                               float: left;
                             }

#reasons .sec1 .column_left .reasons .content img {
                               border: solid 1px #000000;
                             }

#reasons .sec1 .column_left .reasons .content .list {
	                           /*background-color: #96F;*/
							   width: 67%;
                               float: right;
                             } 

#reasons .sec1 .column_left .content .list li {
                    background-image: url("../images/bullet_red.png");
					list-style-type: none;
					background-repeat: no-repeat;
                    background-position: 0px 5.25px;
					padding-left: 20px;
                  }

#reasons .sec1 .column_left .bottom_line .content {
                    text-align: center;
					margin: 0 auto;
                  }

#reasons .sec1 .column_left .bottom_line .content li {
					list-style-type: none;
                  }

#reasons .sec1 .column_right .side_info1 {
                               background-color: #e1e1e1;
							   border: solid 2px #a4a4a4;
 
			                   -webkit-border-radius: 3px;
                                  -moz-border-radius: 3px;
                                       border-radius: 3px;

			                   padding: 2%;
							   padding-bottom: 7%;
							   margin: 0;
							   margin-bottom: 12%;
                             }

#reasons .sec1 .column_right .side_info2 {
                               margin-bottom: 12%;
                             }

#reasons .sec1 .column_right .side_info1 ul {
                               margin-left: -24px;
							   margin-bottom: 7%;
                             }

#reasons .sec1 .column_right .side_info1 ul li {
                    background-image: url("../images/bullet_check_mark.png");
					list-style-type: none;
					background-repeat: no-repeat;
                    background-position: 0px 0px;
					padding-left: 27px;
                  }

#reasons .sec1 .column_right .side_info1 .contact {
	                                                /*background-color: #CF9;*/
                                                    text-align: center;
                                                  }



/*--------------------------------- Requirements (Sec1 - System Requirements) ---------------------------------*/
#requirements .sec1 {
             color: #4b4b4b;
		     font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
			 padding-bottom: 3%;
           }

#requirements .sec1 .container {
                        margin-top: 45px;
						/*background-color: #fff;*/
                      }

#requirements .sec1 ul li {
				   margin-bottom: 3%;
                 }

#requirements .sec1 .column_left {
                          width: 60%;
					      float: left;
                        }

#requirements .sec1 .column_right {
                           width: 30%;
					       float: right;
                         }

#requirements .sec1 .column_left .system_requirements {
                                        /*background-color: #CFF;*/
									    margin-bottom: 5%;
                                      }

#requirements .sec1 .column_left .heading {
                                   width: 65%;
							       background-color: rgba(0, 0, 0, .75);
							       color: #fff;
							       padding: 1.25%;
                                 }

#requirements .sec1 .column_left ul {
                             margin-left: -14px;
							 line-height: 1.5em;
                           }

#requirements .sec1 .column_left ul li {
                    background-image: url("../images/bullet_red.png");
					list-style-type: none;
					background-repeat: no-repeat;
                    background-position: 0px 6.75px;
					padding-left: 17px;
                  }

#requirements .sec1 .column_right .side_info1 {
                               background-color: #e1e1e1;
							   border: solid 2px #a4a4a4;
			   
			                   -webkit-border-radius: 3px;
                                  -moz-border-radius: 3px;
                                       border-radius: 3px;
					   
			                   padding: 2%;
							   padding-bottom: 7%;
							   margin: 0;
							   margin-bottom: 12%;
                             }

#requirements .sec1 .column_right .side_info2 {
                               margin-bottom: 12%;
                             }

#requirements .sec1 .column_right .side_info1 ul {
                               margin-left: -24px;
							   margin-bottom: 7%;
                             }

#requirements .sec1 .column_right .side_info1 ul li {
                    background-image: url("../images/bullet_check_mark.png");
					list-style-type: none;
					background-repeat: no-repeat;
                    background-position: 0px 0px;
					padding-left: 27px;
                  }

#requirements .sec1 .column_right .side_info1 .contact {
	                                            /*background-color: #CF9;*/
                                                text-align: center;
                                              }



/*--------------------------------- Best Choice (Sec1 - MyFleet vs The Competition) ---------------------------------*/
#best .sec1 {
              color: #4b4b4b;
		      font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
			  padding-bottom: 3%;
            }

#best .sec1 .container {
                         margin-top: 45px;
						 /*background-color: #fff;*/
                       }

#best .sec1 ul li {
				    margin-bottom: 3%;
                  }

#best .sec1 .column_left {
                           width: 60%;
					       float: left;
                         }

#best .sec1 .column_right {
                            width: 30%;
					        float: right;
                          }

#best .sec1 .column_left .best_choice {
                                        /*background-color: #CFF;*/
									    margin-bottom: 5%;
                                      }

#best .sec1 .column_left .heading {
                                    width: 65%;
							        background-color: rgba(0, 0, 0, .75);
							        color: #fff;
							        padding: 1.25%;
                                  }

#best .sec1 .column_left .intro,
#best .sec1 .column_left p {
                             margin-bottom: 3%;
                           }

#best .sec1 .column_left .management_exceptions_visual {
	                                  /*background-color: #C9F;*/
									  width: 90%;
									  margin: 0 auto;
									  /*border: solid 1px #000000;*/
									  padding: 1%;
									  margin-bottom: 5%;
                                    }

#best .sec1 .column_left .management_exceptions_visual h3 {
                                      text-align: center;
                                    }

#best .sec1 .column_left .gps_company_content {
                                      /*background-color: #99F;*/
									  width: 100%;
									  margin: 0 auto;
									  margin-bottom: 5%;
									  line-height: 1.5em;
                                    }

#best .sec1 .column_left .gps_company_content .image {
                                      /*background-color: #C69;*/
									  width: 30%;
									  float: left;
                                    }

#best .sec1 .column_left .gps_company_content .text {
                                      /*background-color: #FC9;*/
									  width: 66%;
									  float: right;
                                    }

#best .sec1 .column_left .gps_company_content .image .xyz_info1 {
                                            text-align: center;
											font-size: 85%;
                                          }

#best .sec1 .column_left .gps_company_content .image .xyz_info2 {
                                            text-align: center;
									        font-size: 85%;
									        font-style: italic;
									        margin-bottom: 3%;
                                          }

#best .sec1 .column_left .best_choice_images {
                                               /*background-color: #99F;*/
											   width: 73%;
											   margin: 0 auto;
                                             }

#best .sec1 .column_left .best_choice_images .image1,
#best .sec1 .column_left .best_choice_images .image2,
#best .sec1 .column_left .best_choice_images .vs {
                                                   float: left;
												   text-align: center;
                                                 }

#best .sec1 .column_left .best_choice_images .vs {
                                        margin: 0 2%;
										font-style: italic;
										padding-top: 15%;
                                      }

#best .sec1 .column_right .side_info1 {
                               background-color: #e1e1e1;
							   border: solid 2px #a4a4a4;
			   
			                   -webkit-border-radius: 3px;
                                  -moz-border-radius: 3px;
                                       border-radius: 3px;
					   
			                   padding: 2%;
							   padding-bottom: 7%;
							   margin: 0;
							   margin-bottom: 12%;
                             }

#best .sec1 .column_right .side_info2 {
                               margin-bottom: 12%;
                             }

#best .sec1 .column_right .side_info1 ul {
                               margin-left: -24px;
							   margin-bottom: 7%;
                             }

#best .sec1 .column_right .side_info1 ul li {
                    background-image: url("../images/bullet_check_mark.png");
					list-style-type: none;
					background-repeat: no-repeat;
                    background-position: 0px 0px;
					padding-left: 27px;
                  }

#best .sec1 .column_right .side_info1 .contact,
#best .sec1 .column_right .side_info2 .key_req {
	                                            /*background-color: #CF9;*/
                                                text-align: center;
                                              }



/*--------------------------------- How (Sec1 - How It Works) ---------------------------------*/
#how .sec1 {
             color: #4b4b4b;
		     font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
			 padding-bottom: 3%;
           }

#how .sec1 .container {
                        margin-top: 45px;
						/*background-color: #fff;*/
                      }

#how .sec1 ul li {
				   margin-bottom: 3%;
                 }

#how .sec1 .column_left {
                          width: 60%;
					      float: left;
                        }

#how .sec1 .column_right {
                           width: 30%;
					       float: right;
                         }

#how .sec1 .column_left .how_it_works {
                                        /*background-color: #CFF;*/
									    margin-bottom: 5%;
                                      }

#how .sec1 .column_left .heading {
                                   width: 65%;
							       background-color: rgba(0, 0, 0, .75);
							       color: #fff;
							       padding: 1.25%;
                                 }

#how .sec1 .column_left .intro,
#how .sec1 .column_left p {
                            margin-bottom: 3%;
                          }

#how .sec1 .column_left .how_visual {
	                                  /*background-color: #C9F;*/
									  width: 90%;
									  margin: 0 auto;
									  border: solid 1px #000000;
									  padding: 1%;
									  margin-bottom: 1%;
                                    }

#how .sec1 .column_left .how_visual_text {
                                       text-align: center;
									   font-size: 85%;
									   font-style: italic;
									   margin-bottom: 3%;
                                     }


/*------------------ Start of Image Modal ------------------*/
/* Style the Image Used to Trigger the Modal */
#how .how_visual #modalImg {
    /*border-radius: 5px;*/
    cursor: pointer;
    transition: 0.3s;
}

#how .how_visual #modalImg:hover {opacity: 0.7;}

/* The Modal (background) */
#how .how_visual .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
#how .how_visual .modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#how .how_visual #caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
#how .modal-content, #caption { 
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
#how .how_visual .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

#how .how_visual .close:hover,
#how .how_visual .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    #how .how_visual .modal-content {
        width: 100%;
    }
}
/*------------------ End of Image Modal ------------------*/



#how .sec1 .column_left ul {
                             margin-left: -14px;
                           }

#how .sec1 .column_left ul li {
                    background-image: url("../images/bullet_red.png");
					list-style-type: none;
					background-repeat: no-repeat;
                    background-position: 0px 5.25px;
					padding-left: 17px;
                  }

#how .sec1 .column_right .side_info1 {
                               background-color: #e1e1e1;
							   border: solid 2px #a4a4a4;
			   
			                   -webkit-border-radius: 3px;
                                  -moz-border-radius: 3px;
                                       border-radius: 3px;
					   
			                   padding: 2%;
							   padding-bottom: 7%;
							   margin: 0;
							   margin-bottom: 12%;
                             }

#how .sec1 .column_right .side_info2 {
                               margin-bottom: 12%;
                             }

#how .sec1 .column_right .side_info1 ul {
                               margin-left: -24px;
							   margin-bottom: 7%;
                             }

#how .sec1 .column_right .side_info1 ul li {
                    background-image: url("../images/bullet_check_mark.png");
					list-style-type: none;
					background-repeat: no-repeat;
                    background-position: 0px 0px;
					padding-left: 27px;
                  }

#how .sec1 .column_right .side_info1 .contact,
#how .sec1 .column_right .side_info2 .key_req {
	                                            /*background-color: #CF9;*/
                                                text-align: center;
                                              }



/*--------------------------------- Features (Sec1 - FleetTracking) ---------------------------------*/
#features .sec1 {
                  color: #4b4b4b;
		          font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
			      padding-bottom: 3%;
                }

#features .sec1 .container {
                             margin-top: 45px;
						     /*background-color: #fff;*/
                           }

#features .sec1 ul li {
					    margin-bottom: 3%;
                      }

#features .sec1 .column_left table {
	                                 /*background-color: #FFFFFF;*/
							         background-color: #ffffff;
							         width: 100%;
							         font-size: 88%;
							         line-height: 1.35em;
									 margin: 0 auto;
									 border: solid 1px #000000;
									 border-collapse: collapse;

							         /*-webkit-border-radius: 10px;
	                                      -moz-border-radius: 10px;
									           border-radius: 10px;*/
                                   }

#features .sec1 .column_left table .bronze {
                                        background-color: #e3b161;
                                      }

#features .sec1 .column_left table .silver {
                                        background-color: #d2d2d2;
                                      }

#features .sec1 .column_left table .gold {
                                        background-color: #f1e565;
                                      }

#features .sec1 .column_left table .platinum {
                                        background-color: #9abfcd;
                                      }

#features .sec1 .column_left table .first_heading {
                                        text-align: left;
										padding: 0 1%;
                                      }

#features .sec1 .column_left table th {
                                        font-size: 16px;
                                      }

#features .sec1 .column_left th, td {
                                      /*border: 1px solid #424242;*/
									  border: 1px solid #5f5f5f;
                                      border-collapse: collapse;
                                    }

#features .sec1 .column_left table .td_left {
                                              text-align: left;
											  padding: 0 1%;
                                            }

#features .sec1 .column_left table {
                                     margin-bottom: 6%;
                                   }

/*#features .sec1 .column_left table td {
								        padding-left: 4px;
								        padding-top: 4px;
								        padding-bottom: 4px;
                                      }*/

#features .sec1 .column_left {
                               width: 60%;
					           float: left;
                             }

#features .sec1 .column_right {
                                width: 30%;
					            float: right;
                              }

#features .sec1 .column_left .features_plan {
                                      /*background-color: #CFF;*/
									  margin-bottom: 5%;
                                    }

#features .sec1 .column_left .intro {
                                      margin-bottom: 6%;
                                    }

#features .sec1 .column_left .heading {
                                        width: 65%;
							            background-color: rgba(0, 0, 0, .75);
							            color: #fff;
							            padding: 1.25%;
                                      }

#features .sec1 .column_left .contact {
	                                    /*background-color: #CF9;*/
                                        text-align: center;
                                      }

#features .sec1 .column_right .side_info1 {
                               background-color: #e1e1e1;
							   border: solid 2px #a4a4a4;
			   
			                   -webkit-border-radius: 3px;
                                  -moz-border-radius: 3px;
                                       border-radius: 3px;
					   
			                   padding: 2%;
							   padding-bottom: 7%;
							   margin: 0;
							   margin-bottom: 12%;
                             }

#features .sec1 .column_right .side_info2 {
                               margin-bottom: 12%;
                             }

#features .sec1 .column_right .side_info1 ul {
                               margin-left: -24px;
							   margin-bottom: 7%;
                             }

#features .sec1 .column_right .side_info1 ul li {
                    background-image: url("../images/bullet_check_mark.png");
					list-style-type: none;
					background-repeat: no-repeat;
                    background-position: 0px 0px;
					padding-left: 27px;
                  }

#features .sec1 .column_right .side_info1 .contact {
	                                                 /*background-color: #CF9;*/
                                                     text-align: center;
                                                   }



/*--------------------------------- About (Sec1 - FleetTracking) ---------------------------------*/
#about .sec1 {
               color: #4b4b4b;
		       font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
			   padding-bottom: 3%;
             }

#about .sec1 .container {
                          margin-top: 45px;
						  /*background-color: #fff;*/
                        }

#about .sec1 ul li {
					 margin-bottom: 3%;
                   }

#about .sec1 .column_left {
                           width: 60%;
					       float: left;
                         }

#about .sec1 .column_right {
                            width: 30%;
					        float: right;
                          }

#about .sec1 .column_left .fleet_tracking {
                                      /*background-color: #CFF;*/
									  margin-bottom: 5%;
                                    }

#about .sec1 .column_left .intro {
                                   margin-bottom: 6%;
                                 }

#about .sec1 .column_left .quote {
                                   /*background-color: #FCF;*/
								   /*width: 110%;*/
								   margin: 0 auto;
								   margin-bottom: 5%;
								   line-height: 1.5em;
                                 }

#about .sec1 .column_left .quote blockquote {
									 font-family: Georgia, "Times New Roman", Times, serif;
									 font-style: italic;
									 margin-bottom: -30px;
                                     position: relative; 
                                     max-width: 530px;
                                     margin: 0 auto; 
                                     padding-left: 0.4em;
                                   }

#about .sec1 .column_left .quote blockquote h3 {
                                     /*font-size: 15px;*/
									 font-size: 95%;
                                   }

#about .sec1 .column_left .quote blockquote h3:before { 
                                     content: "\201C";
                                     font-weight: bold;
                                     font-size: 60px;
                                     color:#4b4b4b;
                                     position: absolute; 
                                     top: -0.1em;
                                     left: -0.55em; 
                                     font-family: 'Georgia'; 
                                   }

#about .sec1 .column_left .quote blockquote h3:after { 
                                     content: "\201D";
                                     font-weight: bold;
                                     font-size: 60px;
                                     color:#4b4b4b;
                                     position: absolute; 
                                     bottom: -0.5em;
                                     right: 0; 
                                     font-family: 'Georgia'; 
                                   }

#about .sec1 .column_left .thank_you {
                                       text-align: right;
                                     }

#about .sec1 .column_left .heading {
                                     width: 65%;
							         background-color: rgba(0, 0, 0, .75);
							         color: #fff;
							         padding: 1.25%;
                                   }

#about .sec1 .column_right .side_info1 {
                               background-color: #e1e1e1;
							   border: solid 2px #a4a4a4;
			   
			                   -webkit-border-radius: 3px;
                                  -moz-border-radius: 3px;
                                       border-radius: 3px;
					   
			                   padding: 2%;
							   padding-bottom: 7%;
							   margin: 0;
							   margin-bottom: 12%;
                             }

#about .sec1 .column_right .side_info2 {
                               margin-bottom: 12%;
                             }

#about .sec1 .column_right .side_info1 ul {
                               margin-left: -24px;
							   margin-bottom: 7%;
                             }

#about .sec1 .column_right .side_info1 ul li {
                    background-image: url("../images/bullet_check_mark.png");
					list-style-type: none;
					background-repeat: no-repeat;
                    background-position: 0px 0px;
					padding-left: 27px;
                  }

#about .sec1 .column_right .side_info1 .contact,
#about .sec1 .column_right .side_info2 .key_req {
	                                              /*background-color: #CF9;*/
                                                  text-align: center;
                                                }



/*--------------------------------- Contact (Sec1 - Contact Us) ---------------------------------*/
#contact .sec1 {
                 color: #4b4b4b;
		         font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
			     padding-bottom: 3%;
               }

#contact .sec1 .container {
                            margin-top: 45px;
						    /*background-color: #fff;*/
                          }

#contact .sec1 ul li {
				       margin-bottom: 3%;
                     }

#contact .sec1 .column_left {
                              width: 60%;
					          float: left;
                            }

#contact .sec1 .column_right {
                               width: 30%;
					           float: right;
                             }

#contact .sec1 .column_left .heading {
                                       width: 65%;
							           background-color: rgba(0, 0, 0, .75);
							           color: #fff;
							           padding: 1.25%;
                                     }

#contact .sec1 .column_left .intro {
                                     margin-bottom: 6%;
                                   }

#contact .sec1 .column_left p {
                                margin-bottom: 3%;
                              }

#contact .sec1 .column_right .side_info1 {
                               background-color: #e1e1e1;
							   border: solid 2px #a4a4a4;
			   
			                   -webkit-border-radius: 3px;
                                  -moz-border-radius: 3px;
                                       border-radius: 3px;
					   
			                   padding: 2%;
							   padding-bottom: 7%;
							   margin: 0;
							   margin-bottom: 12%;
                             }

#contact .sec1 .column_right .side_info2 {
                               margin-bottom: 12%;
                             }

#contact .sec1 .column_right .side_info1 ul {
                               margin-left: -24px;
							   margin-bottom: 7%;
                             }

#contact .sec1 .column_right .side_info1 ul li {
                    background-image: url("../images/bullet_check_mark.png");
					list-style-type: none;
					background-repeat: no-repeat;
                    background-position: 0px 0px;
					padding-left: 27px;
                  }

#contact .sec1 .column_right .side_info1 .contact,
#contact .sec1 .column_right .side_info2 .client_portal {
	                                                /*background-color: #CF9;*/
                                                    text-align: center;
                                                  }



/*------------- Start of Contact Form -------------*/
#contact #contact_form .required_notation {
											font-size: .95em;
											color: #8d8d8d;
											/*margin-top: -10px;*/
											margin-bottom: 12px;
                                          }

#contact #contact_form .required_symbol {
                                          color: #d00c0c;
				                          font-weight: bolder;
                                        }

#contact #contact_form h3 {
                            color: #b30000;
							margin-bottom: 8%;
                          }

#contact #contact_form_wrap {
                              background-color: rgba(240, 240, 240, 0.2);
							  margin: 0 auto;
							  padding: 2%;

							  -webkit-border-radius: 12px;
				                 -moz-border-radius: 12px;
									  border-radius: 12px;

							  -webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.3);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
                                 -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.3);  /* Firefox 3.5 - 3.6 */
                                      box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.3);  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
                            }

#contact #contact_form {
                         /*background-color: #96F;*/
						 width: 96%;
						 margin: 0 auto;
					     /*padding: 2%*/
					   }
										   

#contact #contact_form fieldset {
	                              /*width:320px;
                                  padding:20px;*/
                                  padding-top: 4%;
                                  padding-bottom: 4%;
								  padding-left: 2%;
								  padding-right: 3%;
                                  border: 1px solid #ccc;

                                  -webkit-border-radius: 10px;
                                   -khtml-border-radius: 10px;
                                     -moz-border-radius: 10px;
                                          border-radius: 10px;
                                }

#contact #contact_form .container2 {
	                                 /*background-color: #CC0;*/
							         margin: 14px auto;
                                   }

#contact #contact_form input,
#contact #contact_form select,
#contact #contact_form textarea {
		                          margin-bottom: 2%;
                                }

#contact #contact_form .phone,
#contact #contact_form .email {
					            float: left;
								width: 48%;;
                              }

#contact #contact_form .state {
                                float: left;
								width: 31%;
                              }

#contact #contact_form .city,
#contact #contact_form .zip {
					          float: left;
							  width: 31%;;
                            }

#contact #contact_form .phone {
                                margin-right: 4%;
                              }

#contact #contact_form .city,
#contact #contact_form .state {
                                margin-right: 3%;
                              }

#contact #contact_form #cform_buttons {
               background-color: #0CF;
			   width: 100%;
			   /*max-width: 330px;*/
			   margin: 0 auto;
             }

#contact #contact_form #cform_buttons #reset {
	                                           background-color: rgba(186, 186, 187, 1.0);
                                               width: 40%;
										       height: 50px;
										       float: left;
										       cursor: pointer;

                                               color: #ffffff;
										       font-size: .85em;
				                               /*font-weight: bold;*/

										       /*border: none;*/
				                               border: 1px solid;
			                                   border-color: rgba(0,0,0,0.3);

		                                       -webkit-border-radius: 10px;
	                                              -moz-border-radius: 10px;
											           border-radius: 10px;
                                             }

#contact #contact_form #cform_buttons #send {
                 /*background-color: rgba(118, 118, 118, 1.0);*/
				 background-color: rgba(56, 122, 169, 1.0);
				 width: 45%;
				 height: 50px;
				 float: right;
				 margin-bottom: 0;
				 cursor: pointer;

				 color: #ffffff;
				 font-size: 1.5em;
				 /*font-weight: bold;*/

				 /*border: none;*/
				 border: 1px solid;
			     border-color: rgba(0,0,0,0.3);

		         -webkit-border-radius: 10px;
	                -moz-border-radius: 10px;
					     border-radius: 10px;
               }

#contact #contact_form #cform_buttons #reset:hover {
					   background-color: rgba(166, 166, 166, 1.0);
					   /*background-image: url("../images/reset_button_bkgd_mo.png");
	                   background-repeat: no-repeat;*/
					   
					   -webkit-transition: background-color .75s;
                          -moz-transition: background-color .75s;
                            -o-transition: background-color .75s;
                               transition: background-color .75s;
                     }

#contact #contact_form #cform_buttons #send:hover {
					   background-color: rgba(19, 172, 253, 1.0);
					   /*background-image: url("../images/send_button_bkgd_mo.png");
	                   background-repeat: no-repeat;*/
 
                       -webkit-transition: background-color .75s;
                          -moz-transition: background-color .75s;
                            -o-transition: background-color .75s;
                               transition: background-color .75s;
                     }

#contact #contact_form_wrap .error[generated=true] {
	color: #dc0000;
	font-size: .75em;
	padding: 5px 0 2px 5px;
}

#contact #contact_form_wrap div.error {
	padding: 0;
	color: #dc0000; /*red*/
	font-size: .75em;
}

#contact #contact_form_wrap input.error,
#contact #contact_form_wrap textarea.error {
	background-color: #ffff99; /*yellow*/
}

#contact #contact_form_wrap #response {
	margin-bottom: 20px;
	text-align: center;
}

#contact #contact_form_wrap #response h2.success {
             color: #21ae60; /*green*/
			 margin-bottom: 20px;
           }

#contact #contact_form_wrap #response .success {
	color: #08a300; /*green*/
	font-weight: bold;
}

#contact #contact_form_wrap #response .failure {
	color: #dc0000; /*red*/
}

#contact #contact_form_wrap .font_weight {
	font-weight: bold;
}
/*--------------- End of Contact Form ---------------*/





/*---------------------------------------------------- Footer ----------------------------------------------------*/
footer {
         padding: 15px 0;
		 background-color: #282828;
		 color: #ffffff;
		 font-size: 80%;
       }

footer #nav_bottom a:hover {
                             color: #ffffff;

							 -webkit-transition: color 0.4s;
                                -moz-transition: color 0.4s;
                                  -o-transition: color 0.4s;
                                     transition: color 0.4s;
                           }

.font_size {
             font-size: 130%;
           }

footer p {
		   text-align: center;
		   /*font-weight: bold;*/
		   padding: 1% 0;
         }



/*--------------------------------------------------- Media Queries ---------------------------------------------------*/
@media only screen and (min-width : 769px) {
#nav_main .toggle_bar, #nav_main .navbar-toggle {
    display: none;
  }
}

@media only screen and (max-width : 940px) {
/*#home .sec1 .column_left .advantage {
                                      background-color: #CFF;
                                    }*/

#nav_main .navbar {
                    font-size: 75%;
                  }

/*#nav_main > ul > li {
				      width: 16.66%;
                    }*/
}

@media only screen and (max-width : 650px) {
#contact #contact_form .phone,
#contact #contact_form .email {
					            float: none;
								width: 100%;;
                              }

#contact #contact_form .phone {
                                margin-bottom: 3%;
                              }
}

@media only screen and (max-width : 568px) {
#home .sec1 .column_left .cs_image {
                                    width: 95%;
									float: none;
									margin: 0 auto;
									text-align: center;
									margin-bottom: 2%;
                                  }

#home .sec1 .column_left .cs1 p,
#home .sec1 .column_left .cs2 p {
                                  width: 95%;
								  float: none;
								  margin: 0 auto;
                                }

#best .sec1 .column_left .gps_company_content .image {
									  width: 85%;
									  float: none;
									  margin: 0 auto;
									  text-align: center;
									  margin-bottom: 4%;
                                    }

#best .sec1 .column_left .gps_company_content .text {
									  width: 95%;
									  float: none;
									  margin: 0 auto;
                                    }

#best .sec1 .column_left .best_choice_images {padding: 0; margin: 0 auto;}

#best .sec1 .column_left .best_choice_images .image1,
#best .sec1 .column_left .best_choice_images .image2,
#best .sec1 .column_left .best_choice_images .vs {
                                                   float: none;
												   margin: 0 auto;
												   width: 85%;
												   padding: 0;
                                                 }

#best .sec1 .column_left .best_choice_images .vs {
                                                   padding-top: 3%;
                                                 }
}

@media only screen and (max-width : 410px) {
/*#contact .sec2 .column_right {
                               background-color: #F69;
                             }*/
}


@media only screen and (max-width : 768px) {
/*------------------------------ Nav Bar ------------------------------*/
#nav_main .navbar {
	display: none;
  }

#nav_main .navbar {
	                box-shadow: none;
		            height: auto;
		            font-size: 95%;
                  }

.nav-click {
		     display: block;
	       }

/*.nav-item:hover .nav-submenu {
		display: none;
	}*/

#nav_main > ul > li {
	                  float: none;
	                  /*position: relative;*/
	                  /*width: 170px;*/
				      width: 100%;
				      border-top: solid 1pt #ffffff;
                    }

#nav_main > ul > li:first-child {
                                  border-top: none;
                                }

#nav_main .nav-arrow {
                       display: none;
                     }
					 

/*------ Drop Down (sub-menu) ------*/
#nav_main > ul > li > ul {
                      display: none;
                    }

#nav_main ul li .nav-submenu li a:hover {
                                  border-top: none;
                                }

#nav_main ul li .nav-submenu { /*drop down menu*/
                       width: 100%;
	                   position: static;
                     }

#nav_main ul li .nav-submenu li {
	border-bottom: solid thin #999;
	font-size: 100%;
  }

#nav_main ul li .nav-submenu li a {
	height: 45px;
	line-height: 45px;
	text-decoration: none;
  }

#nav_main ul li .nav-submenu li:last-child {
	border-bottom: none;
  }
}


@media screen and (max-width: 1200px) {
/*#best .sec1 .column_left {
                           background-color: #FCC;
                         }*/

#best .sec1 .column_left .best_choice_images {
											   width: 80%;
											   padding-left: 3%;
                                             }
}

@media only screen and (max-width: 991px) {
#home .sec1 .column_left, #home .sec1 .column_right,
#reasons .sec1 .column_left, #reasons .sec1 .column_right,
#requirements .sec1 .column_left, #requirements .sec1 .column_right,
#best .sec1 .column_left, #best .sec1 .column_right,
#how .sec1 .column_left, #how .sec1 .column_right,
#features .sec1 .column_left, #features .sec1 .column_right,
#about .sec1 .column_left, #about .sec1 .column_right,
#contact .sec1 .column_left, #contact .sec1 .column_right {
                            width: 95%;
					        float: none;
					        margin: 0 auto;
					        margin-bottom: 5%;
                          }

#features .sec1 .column_left .contact {
                            display: none;
                          }

#best .sec1 .column_left .best_choice_images {
											   width: 65%;
											   padding-left: 2%;
                                             }

}


@media screen and (max-width: 767px) {
#best .sec1 .column_left .best_choice_images {
											   width: 70%;
											   padding-left: 3%;
                                             }
}

@media screen and (max-width: 730px) {
#best .sec1 .column_left .best_choice_images {
											   width: 75%;
											   padding-left: 4%;
                                             }
}


@media screen and (max-width: 708px) {
#best .sec1 .column_left .best_choice_images {
											   width: 85%;
											   padding-left: 11%;
                                             }
}


@media screen and (max-width: 695px) {
/*#best .sec1 .column_left {
                           background-color: #FCC;
                         }*/

#best .sec1 .column_left .best_choice_images {
											   width: 90%;
											   margin: 0 auto !important;
                                             }
}


@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000;
            perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}