                                            @media only screen and (min-width: 600px) {
                                                body {
                                                    font-size: 7px;
                                                }
                                            }
                                            
                                            @media only screen and (min-width: 1000px) {
                                                body {
                                                    font-size: 8px;
                                                }
                                            }
                                            
                                            @media only screen and (min-width: 1300px) {
                                                body {
                                                    font-size: 9.5px;
                                                }
                                            }
                                            
                                            @media only screen and (min-width: 1400px) {
                                                body {
                                                    font-size: 12px;
                                                }
                                            }
                                            
                                            @media only screen and (min-width: 1900px) {
                                                body {
                                                    font-size: 14px;
                                                }
                                            }
                                            /*search box*/
                                            
                                            .pac-card {
                                                margin: 10px 10px 0 0;
                                                border-radius: 2px 0 0 2px;
                                                box-sizing: border-box;
                                                -moz-box-sizing: border-box;
                                                outline: none;
                                                box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
                                                background-color: #fff;
                                                font-family: Roboto;
                                            }
                                            
                                            #pac-container {
                                                padding-top: 12px;
                                                margin-right: 12px;
                                            }
                                            
                                            .pac-controls {
                                                display: inline-block;
                                                padding: 5px 11px;
                                            }
                                            
                                            .pac-controls label {
                                                font-family: Roboto;
                                                font-size: 13px;
                                                font-weight: 300;
                                            }
                                            
                                            #pac-input {
                                                background-color: #fff;
                                                font-family: Roboto;
                                                font-size: 15px;
                                                font-weight: 300;
                                                margin-left: 12px;
                                                padding: 0 11px 0 13px;
                                                text-overflow: ellipsis;
                                                width: 400px;
                                            }
                                            
                                            #pac-input:focus {
                                                border-color: #4d90fe;
                                            }
                                            /*search box*/
                                            
                                            .floatLeft {
                                                float: right;
                                            }
                                            
                                            .floatRight {
                                                float: left;
                                            }
                                            
                                            body {
                                                padding: 0px;
                                                border: 0px;
                                                margin: 0px;
                                            }
                                            
                                            #top_header {
                                                height: 1em;
                                                border-top: 1px solid #dfdfdf;
                                            }
                                            
                                            .top_header div {}
                                            
                                            .header {
                                                height: 4em;
                                                border-top: 1px solid #dfdfdf;
                                                border-bottom: 1px solid #dfdfdf;
                                            }
                                            
                                            .header div {}
                                            
                                            .navBar {
                                                width: 5.3%;
                                            }
                                            
                                            .navBarBorder {
                                                border-right: 1px solid #dfdfdf;
                                            }
                                            
                                            .navBarButton {
                                                background-color: white;
                                                background-repeat: no-repeat;
                                                background-position: 50% 20%;
                                                background-size: 50% 50%;
                                                width: 100%;
                                                padding-bottom: 100%;
                                                position: relative;
                                                border-top: 1px solid #dfdfdf;
                                            }
                                            
                                            .navBarButton1 {
                                                background-color: white;
                                                background-repeat: no-repeat;
                                                background-position: 50% 20%;
                                                background-size: 50% 50%;
                                                width: 100%;
                                                padding-bottom: 100%;
                                                position: relative;
                                                border-top: 1px solid #dfdfdf;
                                            }
                                            
                                            .navText {
                                                font-size: 1.4em;
                                                position: absolute;
                                                width: 100%;
                                                top: 50%;
                                                text-align: center;
                                            }
                                            
                                            .navBarButton:hover {
                                                background-color: #eef7fc;
                                            }
                                            
                                            .infoBar {
                                                width: 25%;
                                            }
                                            
                                            .infoBarBorder {
                                                border-right: 1px solid #dfdfdf;
                                            }
                                            
                                            .mapBar {
                                                width: 68%;
                                                /*background-color: red;*/
                                                height: 100%;
                                                /*padding-top: 100%;*/
                                                position: relative;
                                            }
                                            
                                            .busButton {
                                                background-image: url("../img/bus_button_bg.png");
                                                cursor: pointer;
                                            }
                                            
                                            .addPointsButton {
                                                background-image: url("../img/add_points_icon.png");
                                                /*cursor: pointer;*/
                                                background-color: #EBEBE4;
                                            }
                                            
                                            .addImageButton {
                                                background-image: url("../img/add_image_icon.png");
                                                /*cursor: pointer;*/
                                                background-color: #EBEBE4;
                                            }
                                            
                                            .drawRouteButton {
                                                background-image: url("../img/draw_route_icon.png");
                                                /*cursor: pointer;*/
                                                background-color: #EBEBE4;
                                            }
                                            
                                            .addBusButton {
                                                background-image: url("../img/add_bus_icon.png");
                                                /*cursor: pointer;*/
                                                background-color: #EBEBE4;
                                            }
                                            
                                            .addKmlButton {
                                                background-image: url("../img/add_kml_icon.png");
                                                /*cursor: pointer;*/
                                                background-color: #EBEBE4;
                                            }
                                            
                                            .tipPlanButton {
                                                background-image: url("../img/trip_plan_icon.png");
                                                /*cursor: pointer;*/
                                                background-color: #EBEBE4;
                                            }
                                            
                                            .layersButton {
                                                background-image: url("../img/layers_icon.png");
                                                cursor: pointer;
                                            }
                                            
                                            .leftHeader {
                                                width: 20%;
                                                margin-right: 5%;
                                                height: 100%;
                                            }
                                            
                                            .rightHeader {
                                                width: 20%;
                                                height: 100%;
                                                margin-left: 5%;
                                            }
                                            
                                            .leftHeaderButton {
                                                background-color: white;
                                                background-repeat: no-repeat;
                                                background-position: 0% 0%;
                                                padding-right: 1em;
                                                padding-left: 1em;
                                                font-size: 1.4em;
                                                margin-bottom: 1em;
                                            }
                                            
                                            .rightHeaderButton {
                                                background-color: white;
                                                background-repeat: no-repeat;
                                                background-position: 0% 50%;
                                                padding-right: 2em;
                                                padding-left: 2em;
                                                font-size: 1.4em;
                                                height: 100%;
                                            }
                                            
                                            .leftHeaderDirectionsButton {
                                                background-image: url("../img/directions_icon.png");
                                            }
                                            
                                            .leftHeaderLinesButton {
                                                background-image: url("../img/lines_icon.png");
                                            }
                                            
                                            .leftHeaderAlertsButton {
                                                background-image: url("../img/alerts_icon.png");
                                            }
                                            
                                            .rightHeaderSponsorsButton {
                                                background-image: url("../img/sponsors_icon.png");
                                            }
                                            
                                            .rightHeaderLoremButton {
                                                background-image: url("../img/lorem_icon.png");
                                            }
                                            
                                            .rightHeaderSeparator {
                                                height: 100%;
                                                border-right: 1px solid #dfdfdf;
                                                margin-left: 2em;
                                                width: 1px;
                                            }
                                            
                                            div.leftHeader div.floatLeft {
                                                height: 100%;
                                            }
                                            
                                            div.rightHeader div.rightHeaderButton {
                                                height: 100%;
                                            }
                                            
                                            .inputContainer {
                                                padding: 1em;
                                                margin: 1em;
                                            }
                                            
                                            .infoBreak {
                                                border-bottom: 1px solid #dfdfdf;
                                                clear: both;
                                            }
                                            
                                            .inputLabel {
                                                width: 20%;
                                                padding-top: 0.2em;
                                                font-size: 1.4em;
                                            }
                                            
                                            .inputText {
                                                width: 70%;
                                                border: 2px solid #eef7fc;
                                            }
                                            
                                            .infoTitle {
                                                font-size: 2em;
                                                font-weight: bold;
                                                color: #777777;
                                                margin-bottom: 1.5em;
                                            }
                                            
                                            .infoSubTitle {
                                                font-size: 1.4em;
                                                font-weight: bold;
                                                color: #777777;
                                                margin-bottom: 1em;
                                            }
                                            
                                            .infoText {
                                                font-size: 1.4em;
                                                color: #777777;
                                            }
                                            /*----- Accordion -----*/
                                            
                                            .accordion,
                                            .accordion * {
                                                -webkit-box-sizing: border-box;
                                                -moz-box-sizing: border-box;
                                                box-sizing: border-box;
                                            }
                                            
                                            .accordion {
                                                overflow: hidden;
                                                box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
                                                border-radius: 3px;
                                                background: #f7f7f7;
                                            }
                                            /*----- Section Titles -----*/
                                            
                                            .accordion-section-title {
                                                width: 100%;
                                                padding: 15px;
                                                display: inline-block;
                                                border-top: 1px solid #1a1a1a;
                                                background: #fff;
                                                transition: all linear 0.15s;
                                                /* Type */
                                                font-size: 1.200em;
                                                /*text-shadow:0px 1px 0px #1a1a1a;*/
                                                font-weight: bold;
                                                color: #000;
                                            }
                                            
                                            .accordion-section-title.active {
                                                background: #A49C9C;
                                                /* Type */
                                                text-decoration: none;
                                            }
                                            
                                            .accordion-section-title:hover {
                                                background: #e4c32d;
                                                /* Type */
                                                text-decoration: none;
                                            }
                                            
                                            .accordion-section:last-child .accordion-section-title {
                                                border-bottom: none;
                                            }
                                            /*----- Section Content -----*/
                                            
                                            .accordion-section-content {
                                                padding: 15px;
                                                display: none;
                                                /*font-size:10px;*/
                                            }
                                            /*accordion*/
                                            
                                            .accordion-hub-title {
                                                width: 100%;
                                                padding: 15px;
                                                display: inline-block;
                                                border-top: 1px solid #1a1a1a;
                                                background: #fff;
                                                transition: all linear 0.15s;
                                                /* Type */
                                                font-size: 1.200em;
                                                /*text-shadow:0px 1px 0px #1a1a1a;*/
                                                font-weight: bold;
                                                color: #000;
                                                cursor: pointer;
                                                /*text-align: center;*/
                                            }
                                            
                                            .accordion-hub-title:hover {
                                                background: #e4c32d;
                                                /* Type */
                                                text-decoration: none;
                                            }
                                            
                                            .selecthubs {
                                                height: 20px;
                                                width: 100%;
                                                font-size: 14px;
                                                font-weight: bold;
                                            }
                                            
                                            .selectoprs {
                                                height: 20px;
                                                width: 100%;
                                                font-size: 14px;
                                                font-weight: bold;
                                            }
                                            
                                            #leftboxinfo {
                                                direction: rtl;
                                            }
                                            
                                            .ENAR {
                                                margin-right: 20px;
                                            }
                                            
                                            .marginleft20 {
                                                margin-right: 20px;
                                            }
                                            
                                            .marginright20 {
                                                margin-left: 20px;
                                            }
                                            /* infowindow*/
                                            /*
.gm-style-iw {
	width: 350px !important;
	top: 15px !important;
	left: 0px !important;
	background-color: #fff;
	box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
	border: 1px solid rgba(72, 181, 233, 0.6);
	border-radius: 2px 2px 10px 10px;
}
#iw-container {
	margin-bottom: 10px;
}
#iw-container .iw-title {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 22px;
	font-weight: 400;
	padding: 10px;
	background-color: #48b5e9;
	color: white;
	margin: 0;
	border-radius: 2px 2px 0 0;
}
#iw-container .iw-content {
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	margin-right: 1px;
	padding: 15px 5px 20px 15px;
	max-height: 140px;
	overflow-y: auto;
	overflow-x: hidden;
}
.iw-content img {
	float: right;
	margin: 0 5px 5px 10px;	
}
.iw-subTitle {
	font-size: 16px;
	font-weight: 700;
	padding: 5px 0;
}
.iw-bottom-gradient {
	position: absolute;
	width: 326px;
	height: 25px;
	bottom: 10px;
	right: 18px;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}*/
                                            /*end info window*/