/*!
 * Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Toggle Styles */

input:focus, textarea:focus {
    border:1px solid #97d6eb;
}


#header {
	width:100%;
	height:100%;
	
}

#logolarge{
	display: block;
	
}

#logosmall{
	display: none;
	
}

hr{
	border: none;
    height: 1px;
    /* Set the hr color */
    color: #041943; /* old IE */
    background-color: #041943; /* Modern Browsers */
	
}

.header-image {
	width: 100%;
    height: auto;
	
}

.header-image img {
	width:100%;
	
}

.jumbotron1{
	background:url(../images/mainBG2.jpg) no-repeat center center;
	background-size:cover;
	width:100%;
	height:auto;
	
}

.boxes {
	font-size: 12px;
	
}

.boxH {
	font-size:15px;
	color:#FEFE00;
	
}

.bigheader{
	color:#041943;
	font-family:"paralucent",sans-serif;
	
}

h1{
	color:#041943;
	font-family:"paralucent",sans-serif;
}

h2{
	color:#041943;
	font-family:"paralucent",sans-serif;
}

h3{
	color:#041943;
	font-family:"paralucent",sans-serif;
}

p{
	font-family:"paralucent",sans-serif;
	color:#686868;
}

#servicesmenu0{
	color:#979797;
	font-size:18px;
	line-height:2.2;
	
}

#largelinks{
	
}

#largelinks a:hover {text-decoration:none}

#servicesmenu0 a:link {color:#DFDFDF;}
#servicesmenu0 a:visited {color:#DFDFDF;}
#servicesmenu0 a:hover {color:#FEFE00;}
#servicesmenu0 a:active {color:#DFDFDF;}

#staff{
	color:#FFFFFF;
	
}

#staff a:link {color:#FEFE00;}
#staff a:visited {color:#FEFE00;}
#staff a:hover {color:#FEFE00;}
#staff a:active {color:#DFDFDF;}

/* iPads (portrait) ----------- */
@media only screen and (max-width : 990px) {
	#servicesmenu0{
		display:none;
		
	}
	
	h4{
		font-size:11px;
		
	}
}

@media only screen and (max-width : 1180px) {
	#servicesmenu0{
			font-size:15px;
		
	}
	
	h4{
		font-size:11px;
		
	}
}

@media only screen and (max-width : 480px) {
	#hometop{
		display:none;
		
	}
	#logolarge{
		display: none;
	}
	#logosmall{
		display: block;
	}
	h1{
		font-size: 26px;
	}
	
	h2{
		font-size: 24px;
	}

	
}

#mobile {
	display:none;
	
}
#mobile a:link {color:#fff;}
#mobile a:visited {color:#fff;}
#mobile a:hover {color:#fff;}
#mobile a:active {color:#fff;}
   /* Smartphone Portrait and Landscape */
   @media only screen
   and (min-device-width : 320px)
   and (max-device-width : 480px){ #mobile { display: inline;}}


#rcorners {
	padding: 5px 20px 10px 0px;
    width: 100%;
    height: auto;
	color:#686868;
	font-family: "paralucent",sans-serif;
	font-size: 17px;
}

#rcorners2 {
	padding: 5px 20px 10px 0px;
    height: auto;
	color:#686868;
	font-family: "paralucent",sans-serif;
	font-size: 17px;
}

#rcorners3 {
    border-radius: 25px;
    border: 2px solid #555555;
    padding: 20px; 
    height: auto;
	color:#FFFFFF;
	background-color:#FFFFFF;
}

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
	background-image: url(../images/menu_bg.jpg);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper::-webkit-scrollbar { 
    display: none; 
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
	position: relative;
    padding: 15px;
	background-color: #fff;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
	font-size:20px;
    color: #fff;
	text-shadow: 2px 2px #000;}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 100px;
    font-size: 18px;
    line-height: 60px;
	text-indent:0px;
	padding:5px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 250px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
		background-color: #fff
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}
/* Style the buttons that are used to open and close the accordion panel */
 button.accordion {
    background-color: #00102D;
    color: #999999;
    cursor: pointer;
    padding: 15px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
 button.accordion.active, button.accordion:hover {
    color: #fff;
    background: rgba(255,255,255,0.2);
}

/* Style the accordion panel. Note: hidden by default */
div.panel {
    padding: 0 18px;
    background-color:#000;
     max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
}

/* The "show" class is added to the accordion panel when the user clicks on one of the buttons. This will show the panel content */
div.panel.show {
    opacity: 1;
    max-height: 500px; /* Whatever you like, as long as its more than the height of the content (on all screen sizes) */
}


/*<!--old CSS-->*/
.newsletter {
/*    background-color: #666666; */
    border: 1px solid #fff;
    border-radius: 12px 12px 12px 12px;
    padding: 30px 30px 11px 30px;
	margin-left: 20px;
    width: 250px;
	height: 420px;
    background:#252524;
}
.submit
{
	font-size:12px;
	margin-top:10px;
}


.sign_field {
   background: none repeat scroll 0 0 #333;
    border: 1px solid #999999;
    color: #FFFFFF;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 17px;
    height: 22px;
    margin-bottom: 2px;
    margin-top: 10px;
    width: 166px;
    }

.newsletter a {
	color: #F0E68C;
	}
.newsletter p
{
    color: #CCCCCC;
    font-size: 15px;
    margin-top: 30px;
}
.facebook {
    clear: both;
    float: right;
    margin-top: 10px;
    width: 180px;
    display: block;
    text-align: center;
}
.facebook #u_0_2 {
 color:#fff;
}

.utube {
    border: 1px solid #333333;
    float: left;
    height: 162px;
    margin: 20px 0 28px;
    width: 203px;
}
/*.utube {
    border: 5px solid #333333;
    float: left;
    height: 360px;
    margin: 20px 0 0 66px;
    width: 480px;
}
*/


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



.fm-editor{
	background-color:#fff;
	margin:0px;
	padding:10px;
}

.fm-editor a{
	cursor: pointer;
}

.edit-form-button{
	cursor: pointer;
}

/* control selector in the form editor */
.fm-editor-controls{
	background-color: #eee;
	padding:5px 15px;
	border-bottom: 1px solid #ccc;
}

/* for the 'Settings' panel in the form editor */
.fm-admin-field-wrap{
	padding:0px 10px;
	width:100%;
	height:45px;
}

/* 'fm-form-admin' is the wrapper class for admin panels */
.fm-form-admin .handle{
	float:left;
}

.fm-form-admin label{
	display:block; 
	text-align:left;
	width:280px;
	height:20px;
	float:left;
	font-size:13px;
}
.fm-form-admin .small, .fm-small{
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	float:left;
	width:280px;
	padding-top:3px;
}
.fm-form-admin input, .fm-form-admin select{
	font-size:12px;
	padding:4px 2px;
	margin:2px 0 20px 10px;
}
.fm-form-admin input[type='text']{
	width:300px;
}

.fm-form-admin select{
}

/* form item in the editor is in a table of class 'editor-item-table' */
table.editor-item-table{
	width:100%;
}

table.editor-item-table tr{

}

table.editor-item-table td{	
}

table.editor-item-table td label{
	float: left;
	/* width:100px; */
	text-align: left;
	margin-right: 0.5em;
	display:block;
	vertical-align:top;
}
table.editor-item-table td.editor-item-container{
	padding-top:0px;
	padding-bottom:2px;
}
td.editor-item-buttons{
	width:35px;
	vertical-align:top;
	padding:6px 5px;
}

.edit-form-menu-item{
	border:1px solid #000;
	padding-top:3px;
	/* width:455px; */
	style:block;
	margin-bottom:10px;
}

/* some of the editor items use a table of class 'editor-item' within the above 'editor-item-table' */
table.editor-item{
	/* width:350px; */
	width:100%;
}

table.editor-item td{
	vertical-align:middle;
	text-align:left;
	padding:0px 10px;
	height:25px;
	/* border:1px solid #000; */
}

table.editor-item em{
	color:#FF0000;
	font-weight:bold;
}

td.editor-item-main{
	text-align:center;
}

table.editor-item td.editor-item-label{
	/* width:50%; */ 
	vertical-align:top;
	padding-top:4px;
}

td.editor-item-label{
	width:40%;
}

.editor-item-panel{
	padding:0px 10px 0px 0px;
	margin:0px;
	text-align:right;
}
.editor-panel-table{
	width:358px;
	padding-bottom:30px;
	margin:0px;
	float:right;
}

.editor-panel-table td input[type='text']{
	width:175px;
}
.editor-panel-table td select{
	width:175px;
}

.editor-panel-table td{
	/* vertical-align:top; */
	text-align:left;
}

.editor-panel-table label{
	padding-top:5px;
}

hr.edit-panel-sep{
	color:#AAA;
	background-color:#AAA;
	height:1px;
	border:0;
}

/* load saved fields menu bar */
.load-saved-fields{
	text-align:right;
	margin-bottom:10px;
}

#fm-editor-tabs-wrap{
	margin-top:15px;
	border-bottom:1px solid #CCCCCC;
}
.fm-editor-tab{
	
}

/******************************************/
/* Data summary */

.fm-data-summary h3{
	font-weight:bold;
}
.fm-data-summary li{
	list-style:none;
}
.fm-data-summary-label{
	font-weight:bold;
}
.fm-data-summary-value{
	
}
.fm-data-summary-edit{
	float:right;
}

/* only shown within the 'data' page */

.fm-data-summary-div{
	border: 1px dotted #999999;
	padding:10px;
	margin:20px;
}

.fm-data-edit-div{
	border-bottom: 1px dotted #999999;
	padding:10px;
	margin:20px;
}

.fm-download-link{
	cursor: pointer;
}

/******************************************/
/* Condition editor */

#fm-conditions-container{
	
}

#fm-conditions{
	margin-top:20px;
}
#fm-conditions li{
	padding:10px 10px;
	width:90%;
}
.condition-move{
	padding-right:15px;
	padding-top:5px;
	vertical-align:top;
}
.condition-test-list{
}
.condition-test-list li{
	width:100% !important;
	padding:3px 20px !important;
	margin:2px 0px !important;
}
.condition-test{
	background-color:#eee !important;	
}
.condition-items-div{
	margin-top:20px;
	margin-left:20px;
}
.condition-item-list li{
	width:100% !important;
	padding:2px 0px !important;
	margin:0px 0px !important;
}
.condition-item{

}

table.condition-buttons td{
	padding-right:15px;
}

/******************************************/
/* Data page */

#fm-data-more-options td {
	vertical-align: top;
}

#fm-data-per-page {
	width: 30px;
}

.fm-data-pagination {
	padding-top:10px;
	padding-right:15px;
}

th.fm-data-actions-col{
	width:50px;
}

.fm-data-options-show-btn{
	padding-top:5px;
}

.fm-data-option-submit-btn{
	float:right;
	padding:10px;
	padding-top:0px;
	margin:0px;
}

div.fm-data-options{
	float:left;
	margin:10px;
	width: auto;
}

.fm-data-options td{
	padding:2px;
	text-align:center;
	height:20px;
}

.fm-data-options td.field-title{
	text-align:left;
}

.fm-data-options table{
	padding-left:15px;
	padding-bottom:5px;
}

.fm-data-options h3{
	font-size:12px;
	padding:5px;
	margin-bottom:0px;
	margin-top:0px;
}

.fm-data-options th{
	padding:10px;
}

td.fm-data-option-title{
	font-weight:bold;
	padding-right:5px;
	padding-top:10px;
}

table.fm-data-summary-table td, table.fm-data-summary-table th{
	padding:10px;
	text-align:left;
}
table.fm-data-summary-table{
	margin-left:15px;
}

.fm-message {
	padding:5px;
	margin:0px;
	border:1px solid #e6db55;
	background-color:#ffffe0;
}
/******************************************************************/
/* USER SIDE */


.fm-form fieldset{	
	border: 1px solid #000;
	padding:20px 20px 20px 10px;
}

.fm-form h3{
	font-weight:bold;
}

.fm-form legend{
	font-size:20px;
	margin:20px 20px 20px 10px;
}

.fm-form em{
	color:#FF0000 !important;
	font-weight:bold;
	font-style: normal;
}
.fm-form .separator{
	font-size:15px;
	font-weight:bold;
	margin-top:20px;
}

.fm-form label{
	text-align: left; 
	margin-right: 0.5em;
	display:block; 
}

.fm-form input{
	margin:3px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.fm-form input[type='checkbox']{
	margin-top:5px;
}

.fm-form table, .fm-form tr, .fm-form td{
	border:none !important;
	margin:0px !important;
	padding:0px !important;
	vertical-align:top;
}

.fm-form select{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.fm-form ul li:before{
	content:inherit; 
}

.fm-form li{
	list-style:none !important;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
}

.fm-form li.content{	
	margin-bottom:20px;
}

.fm-form input.submit{
	float:right;
	color:#000;
}

.fm-form #ajax-loading{
	float:right;
}

    .google-maps {
        position: relative;
        padding-bottom: 50%; /* This is the aspect ratio*/
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
   }
   
   #formlinks{
	   font-size:15px;
	   color:#fff;
	   
   }

#formlinks a {color:#FEFE00;}
#formlinks a:visited{color:#FEFE00;}
#formlinks a:hover{ color:#1058EA; text-decoration:none;}
#formlinks a:active{color:#FEFE00;}

