/* ---------------------TABLE OF CONTENT--------------------------------------------------------

    1.  Global
    2.  Common Classes
	3.	Typography
	4.	Header
	5.	Main Menu
	6.	Main Content
	7.	Scrolling Images
	8. 	Footer
*/

/*-----------------------------------------------------------------------------------*/
/*	1.	Global
/*-----------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,

article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: auto;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

/*-----------------------------------------------------------------------------------*/
/*	2.	Common Classes
/*-----------------------------------------------------------------------------------*/

body {
	font-family:Tahoma, Verdana, sans-serif; 
	font-size: 14px;
	color:#333;
	text-align:center;
}

p {
	font-family:Tahoma, Verdana, sans-serif; 
	font-size: 14px;
	color:#333;
	line-height: 1.5em;
}

img {
  max-width: 100%;
}
img.shadow {
	box-shadow: none;
}
.wrapper {
	width: 100%;
	overflow:hidden; 
	margin-left:auto; 
	margin-right:auto;
	background-color:#FFF;
	text-align:center;
	
}
.row {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.wrapper-clear {
	width: 100%;
	overflow:hidden; 
	margin-left:auto; 
	margin-right:auto;
	background-color:#FFF;
	text-align:center;
}
.content {
	width: 90%;
	max-width: 1140px;
	margin-left:auto; 
	margin-right:auto;
}

.blue-bg {
	background-image: url(../images/back-slider.jpg);
	background-repeat: repeat;
	border-top: 1px solid #214c77;
	border-bottom: 1px solid #214c77;
}
.grey-bg {
	background-image: url(../images/back.jpg);
	background-repeat: repeat;
	border-top: 1px solid #214c77;
	border-bottom: 1px solid #214c77;
}



/*-----------------------------------------------------------------------------------*/
/*	3.	Typography
/*-----------------------------------------------------------------------------------*/


h1, h2, h3, h4, h5, h6  {
	font-family: 'Oswald', sans-serif !important;
	font-weight: normal!important;
	color: #214c77!important;
}

h3 {
	font-size: 16px !important;
}

a {
	font-family:Tahoma, Verdana, Sans-serif;  
	font-weight: bold;
	color: #333; 
	text-decoration: none; 
	border: none
}
a:link {
	color: #333; 
	text-decoration: none;}
a:visited {
	color: #333; 
	text-decoration: none;}
a:hover {
	color:#1d63b8; 
	text-decoration:none;} 


.blue {
	color: #1d63b8 !important;
}

ul, li {
	text-align: left;
}
.list {
	margin-left: 2em !important;
}
p.bold {
	font-weight: 700 !important;
}

.btn-full-blue:link {
    border-radius: 0px;
    border: 2px solid #1d63b8 !important;
	background: #1d63b8 ;
	color: #fff;
	text-decoration: none;
}

.btn, .btn-blue:link {
    border-radius: 0px !important;
    border: 2px solid #1d63b8 !important;
	background: #fff;
	color: #1d63b8;
	text-decoration: none;
}

.btn-blue:hover, .btn-blue:visited {
    border-radius: 0px !important;
    border: 2px solid #214c77 !important;
	background: #fff;
	color: #214c77;
	text-decoration: none;
}

@media (min-width:768px){
	h3 {
		font-size: 24px !important;
	}
}

/*-----------------------------------------------------------------------------------*/
/*	4.	Header & Slider
/*-----------------------------------------------------------------------------------*/

#header {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1140px;
	z-index: 999;	
}

.center {margin:0 auto;}

section {
	width: 100%;
}

#owl-demo {
	  border: 2px solid #214c77;
}

/*-----------------------------------------------------------------------------------*/
/*	5.	Menu
/*-----------------------------------------------------------------------------------*/

.container-fluid {
	padding-left: 0;
	padding-right: 0;
	background-color: #fff;
}

#custom-bootstrap-menu.navbar-default {
	background-color: #FFF !important;
	border-color: #FFF !important;
}

#custom-bootstrap-menu.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background-color: #FFF;
	border: none;
	text-align: left;

}
	
#custom-bootstrap-menu.navbar-default {
    font-size: 18px;
    background-color: rgba(255, 255, 255);
	font-family: 'Oswald', sans-serif;
	text-align: left;
	
}
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a {
    color: rgba(0, 0, 0, 1);
    background-color: rgba(0, 0, 0, 0);
	font-family: 'Oswald', sans-serif;
	font-size: 1em;
	padding-top: 25px;
	font-weight: normal;
}
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:focus {
    color: #034ea2;
	
}

#custom-bootstrap-menu.navbar-default .navbar-nav .open .dropdown-menu>li>a, .navbar-default .navbar-nav .open .dropdown-menu {
    background-color: rgba(255,255,255,1);
    color:rgba(0, 0, 0, 1);
	font-family: 'Oswald', sans-serif;
	text-align:left;
	margin-left: 0;
	text-transform: uppercase;
}

#dLabel {
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	display: inline-block;
}


@media all and (min-width: 768px){
#custom-bootstrap-menu.navbar-default .navbar-nav .open .dropdown-menu>li>a, .navbar-default .navbar-nav .open .dropdown-menu {
	text-align:left;
}	


}
#custom-bootstrap-menu.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	border-bottom: 1px solid #034da2;
}
#custom-bootstrap-menu.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    background-color: #0271bc;
    color:rgba(0, 0, 0, 1);
  }  

#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:focus {
    color: #034da2;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle {
    border-color: #0271bc;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus {
    color: #034da2;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle .icon-bar {
    background-color: #0271bc;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #000000;
}

#custom-bootstrap-menu.navbar-default #custom-bootstrap-menu.navbar-toggle:focus, #custom-bootstrap-menu.navbar-default .navbar-toggle:hover {
	background-color: #fff;
}


#custom-bootstrap-menu.dropdown-menu {
	border-radius: 0px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: inline-block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 0px;
    -moz-border-radius:0px;
    border-radius: 0px;
}


/*-----------------------------------------------------------------------------------*/
/*	6.	Main Content
/*-----------------------------------------------------------------------------------*/


p {
	text-align:justify;
}

.comphead {
	text-transform:uppercase;
	font-weight:bold;
	font-size:1.3em;
	color:#197ec2;
}
.sechead {
	text-transform:uppercase;
	font-weight:bold;
	font-size:1em;
	color:#197ec2;
}
	
.productheading {
	text-transform:uppercase;
	font-size:1.3em;
	font-weight:bold;
	color:#197ec2;
}
.blue {
	text-transform:uppercase;
	font-size:1em;
	font-weight:bold;
	color:#214c77;
}
.telephone {
	text-align: left;
	font-family: 'Oswald', sans serif;
	font-size: 20px;
	color: #197ec2;
}
.right {
	float: right;
	width: 10%;
}

.thirty {
	display: inline;
	width: 30%;
	text-align: center;
}
.fifty {
	float: left;
	width: 50%;
	text-align: left;
	margin-left: 2em;
}
.sixty {
	float: left;
	width: 65%;
	text-align: left;
	margin-left: 2em;
}
.seventy {
	float: left;
	width: 70%;
	text-align: justify;
	margin-left: 2em;
}
.seventy li {
	margin-left:2em;
}

.light-blue {
	background-color: #00afee;
}
.white {
	color: #FFF !important;
}
.border-left {
	border-right: 1px solid #FFF;
}

/*-----------------------------------------------------------------------------------*/
/*	8.	Footer
/*-----------------------------------------------------------------------------------*/	

footer {
	width: 100%;
	background-color: #1f4c75;
	border-top: thick #197ec2 solid;
	color: #fff;
	
}

footer a {
	font-family:Tahoma, Verdana, Sans-serif; 
	font-size:.9em; 
	color: #fff; 
	text-decoration: none; 
	border: none
}

footer a:link { 
	color: #fff; 
	text-decoration: none; 
}
	
footer a:visited {
	color: #fff; 
	text-decoration: none; 
}


	