html{ margin:0; padding:0; font-family:calibri; font-size:14px;}
body{}


h1{}
h2 {
    color: #014386;
    font-family: calibri;
    font-size: 24px;
    font-weight: normal;
    margin: 0 0 10px;
    text-transform: uppercase;
}
h3 {
    color: #333;
    font-family: calibri;
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 10px;
    text-transform: uppercase;
}
h3.subtitle {
    color: #014386;
    font-family: calibri;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
}
h4{}
h5{}
h6{}

ul, ol {
    margin: 0;
    padding: 0 15px;
}

ul li { color: #014386; font-size: 14px; }
ul li strong { font-size: 13px; }

ol li { color: #014386; font-size: 14px; }
.noliststyle li { list-style: outside none none; }
p {
    color: #333;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    text-align: justify;
}
p strong { font-size: 13px; }
p img { width: 100%; max-width:400px; }

*{ outline:0;}
a, a:focus{ outline:0 none;}
.blue{ color:#00F; margin-bottom:4px;margin-top:4px}
/*----------------Header---------------*/
header {
    background: #014386 none repeat scroll 0 0;
    box-shadow: 0 5px 10px #999;
    float: left;
    height: auto;
    padding: 10px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.logo { float: left; margin: 3px 0 5px 0; width: auto;}

/*----------Menu--------------*/
.menu-div {
    float: right;
    height: 42px;
    width: 40px;
	margin-top:10px;
	margin-right:10px;
}
/*-------------Footer------------*/
footer { background: none repeat scroll 0 0 #b7dee8; float: left; padding: 15px 10px; text-align: center; width: 100%; }
.social { float: left; width: 100%; }
.gotodesktop { color: #014386; float: left; font-size: 16px; font-weight: normal; height: 26px; line-height: 35px; width: 100%; }
.social a { margin: 0 5px; }
.gotodesktop a { color: #014386; }

/*-------------Slider------------*/
slider {  background: #f2f2f2 none repeat scroll 0 0;  float: left; height: auto; text-align: center; width: 100%; margin-top:72px;}
slider img { width: 100%; }
.rslides_container { float: left; height: 100%; position: relative; vertical-align: top; width: 100%; max-height:320px;}
.rslides { height: 100%; list-style: outside none none; margin: 0; overflow: hidden; padding: 0;  position: relative; width: 100%;}
.rslides { margin: 0 auto; }
#slider1 { display: block; }
.rslides li { display: none; height: 100%; left: 0; position: absolute;  top: 0; width: 100%; }
.rslides img { border: 0 none; display: block; float: left; height: 100%; width: 100%; }
.centered-btns_nav { background: transparent url("../images/themes.gif") no-repeat scroll left top; height: 61px; left: 0; margin-top: -35px;  opacity: 0.7; overflow: hidden;  position: absolute; text-decoration: none; text-indent: -9999px; top: 50%; width: 38px;  z-index: 3; }
.centered-btns_nav.next { background-position: right top; left: auto; right: 0;}
.next { float: right;}
.centered-btns_nav.centered-btns1_nav { display: block; }
.centered-btns_tabs.centered-btns1_tabs { bottom: 24px; float: right; margin-right: 10px; position: relative; z-index: 99998;}
.centered-btns_tabs li, .transparent-btns_tabs li, .large-btns_tabs li { display: inline; float: none; margin-right: 5px;}
.centered-btns_tabs a, .transparent-btns_tabs a, .large-btns_tabs a { background: rgba(242, 242, 242, 1) none repeat scroll 0 0; border-radius: 50%; box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3) inset; display: inline-block; height: 14px; overflow: hidden; position: relative; text-indent: -9999px; width: 14px;}
.centered-btns_here a, .transparent-btns_here a, .large-btns_here a { background: #014386 none repeat scroll 0 0; }

/*---Content--------------------*/
content { background: #f2f2f2 none repeat scroll 0 0; float: left; padding: 10px; width: 100%; }
article { float: left; width: 100%; margin-bottom:15px;}
.readmore {
    background: #014386 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto;
    padding: 8px 15px;
    text-align: center; text-decoration:none;
}
.readmore:hover { background: #4F81BD none repeat scroll 0 0;   color: #fff;  text-decoration:none;}
p strong { font-size: 13px; color:#000; }

#Schematics{ padding-top:70px; width:100%; float:left;}
.menupagecover { background: none repeat scroll 0 0 #000; float: left; height: 100%; opacity: 0; position: fixed; top: 0; width: 100%;  z-index: 9999; display:none;}
/*---------Contact form-------------*/

input[type="text"] {
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 30px;
    padding: 5px;
    width: 97%;
}
textarea {
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 80px;
    padding: 2px 5px;
    width: 97%;
}
input[type="submit"], input[type="button"]  {
    background: #014386 none repeat scroll 0 0;
    border: 1px solid #014386;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    padding: 5px 20px;
    width: auto;
}
input[type="text"]:focus, textarea:focus { border: 1px solid #014386; }

/*
 * Gallery with pretty photo
 */

.gallery { border-top: 1px solid #f1f1f1; } 

.gallery .element {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 1px;
	overflow: hidden;
}

.gallery .element .gallery-img-hover {
	position: absolute;
	top: 100%;
	left: 0%;
	z-index: 20;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.15);
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
      	-ms-transition: all 0.4s ease-in-out;
	     -o-transition: all 0.4s ease-in-out;
        	transition: all 0.4s ease-in-out;
}

.gallery .element:hover .gallery-img-hover { top: 0%; }
.gallery .element a{ color: #fff; }
.gallery .element i.hover-icon{
	position: absolute;
	top: 50%;
	z-index: 25;
	display: inline-block;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	background: rgba(0,0,0,0.5);
	border-radius: 50px;
	-webkit-transition: all 0.4s ease-in;
	   -moz-transition: all 0.4s ease-in;
	    -ms-transition: all 0.4s ease-in;
	     -o-transition: all 0.4s ease-in;
	        transition: all 0.4s ease-in;
}

.gallery .element i.icon-left { right: 100%; margin-right: 10px; }
.gallery .element i.icon-right { left: 100%; margin-left: 10px; }
.gallery .element:hover i.icon-left { right: 40%; }
.gallery .element:hover i.icon-right { left: 40%; }
.gallery-img-hover{ color:#fff; }
.gallery-img-hover p, .gallery-img-hover h3 {
    bottom: 0;
    color: #fff;
    float: left;
    padding: 10px;
    position: absolute; width:auto;
}

.gallery .element {
    float: left;
    margin-right: 2%;
    width: 31%;
}
.img-left img { float: left; margin-bottom: 20px; margin-right: 20px; width:70px; }
.img-left { float: left; width: 100%; }

#mgs{ color:#F00;}

@keyframes roty {
  from { transform: rotateY(0deg); }
  to   { transform: rotateY(360deg); }
}
.processing {
    background: none repeat scroll 0 0 #fff;
    border-radius: 50%;
	border:4px solid #E59424;
    color: #E59424;
    height: 100px;
    left: 50%;
    line-height: 90px;
    margin: -50px 0 0 -50px;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 100px;
	animation: 2s roty infinite linear; 
	display:none;
}

.overlap {
    background: none repeat scroll 0 0 #000;
    display: none;
    float: left;
    height: 100%;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
}

@media (max-width: 639px){
.gallery .element {
    float: left;
    margin-right: 2%;
    width: 48%;
}
}
@media (max-width: 419px){
.gallery .element {
    float: none;
	margin:10px auto;
    width: 70%;
}
}
@media (max-width: 379px){
.gallery .element {  width: 80%;
}
}
@media (max-width: 359px){
.gallery .element {  width: 90%;
}
}