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

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300italic,300,400italic,600,600italic,700,700italic,800,800italic);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed);


@font-face {
  font-family:'FontAwesome';
  src:url('../font/fontawesome-webfont.eot');
  src:url('../font/fontawesome-webfontd41d.eot?#iefix') format('embedded-opentype'),
    url('../font/fontawesome-webfont.woff') format('woff'),
    url('../font/fontawesome-webfont.ttf') format('truetype');
  font-weight:normal;
  font-style:normal
}


body{
font-family: "Segoe UI", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size:13px;
background-image:url(../images/header-bg2.jpg);
background-position:top center;
background-repeat:repeat-x;
margin:0;
padding:0;
}



a{
text-decoration:none;	
color:#064992;
}
a:hover{
text-decoration:none;	
color:#333;
}

img{
border:0;
outline:none;	
}



.clear{
clear:both;	
}


.main-wrapper{
width:980px;
margin:0 auto;	
}

.header{
	width:100%;
	margin-top:20px;
}

#cssmenu {
  border: none;
  border: 0px;
  margin: 0px;
  padding: 0px;
  font: 67.5% 'Roboto Condensed','Bitstream Vera Sans', 'Trebuchet Unicode MS', 'Lucida Grande', Verdana, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  width: auto;
}
#cssmenu ul {
 background-image: -moz-linear-gradient(#dedede, #fff); 
background-image: -webkit-gradient(linear, left top, left bottom, from(#dedede), to(#fff));	
background-image: -webkit-linear-gradient(#dedede, #fff);	
background-image: -o-linear-gradient(#dedede, #fff);
background-image: -ms-linear-gradient(#dedede, #fff);
background-image: linear-gradient(#dedede, #fff);
  height: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
#cssmenu li {
  float: left;
  padding: 0px;
}
#cssmenu li a {
  background: url('../images/seperator.gif') bottom right no-repeat;

  
  display: block;
  font-weight: normal;
  line-height: 40px;
  margin: 0px;
  padding: 0px 25px;
  text-align: center;
  text-decoration: none;
  text-transform:uppercase;
}
#cssmenu > ul > li > a {
  color: #0a204f;
}
#cssmenu ul ul a {
  color: #cccccc;
}
#cssmenu li > a:hover,
#cssmenu ul li:hover > a {
  background: #125c8b url('../images/hover.png') bottom center no-repeat;
  color: #FFFFFF;
  text-decoration: none;
}
#cssmenu li ul {
  background: #333333;
  display: none;
  height: auto;
  padding: 0px;
  margin: 0px;
  border: 0px;
  position: absolute;
  width: 225px;
  z-index: 200;
  /*top:1em;
	/*left:0;*/

}
#cssmenu li:hover ul {
  display: block;
}
#cssmenu li li {
  background: url('../images/sub_sep.gif') bottom left no-repeat;
  display: block;
  float: none;
  margin: 0px;
  padding: 0px;
  width: 225px;
}
#cssmenu li:hover li a {
  background: none;
}
#cssmenu li ul a {
  display: block;
  height: 35px;
  font-size: 12px;
  font-style: normal;
  margin: 0px;
  padding: 0px 10px 0px 15px;
  text-align: left;
}
#cssmenu li ul a:hover,
#cssmenu li ul li:hover > a {
  background: #2580a2 url('../images/hover_sub.png') center left no-repeat;
  border: 0px;
  color: #ffffff;
  text-decoration: none;
}
#cssmenu p {
  clear: left;
}


.slider{
width:980px;
height:300px;	
}


.section{
width:100%;
height:100%;	
margin-bottom:15px;
margin-top:15px;
}

.section .section-left{
width:60%;
height:100%;	
float:left;
}

.section .section-left p{
margin-bottom:10px;
}

.section .section-right{
width:35%;
height:100%;
float:right;	
}



.footer{
background:#CCC;	
margin:0;
padding:5px 15px;
font-size:12px;
}
.footer .footer-left{
	width:35%;
	float:left;
	line-height:25px;
	color:#333;display:block;
	
}

.footer .footer-right{
	width:63%;	float:right;
	display:block;

}

.footer .links li{
display:block;
float:left;
margin:0;
margin-top:-8px;
padding:0 10px;
border-right:1px dotted #333;
}.footer .links li:last-child{
	border-right:none;
}
.footer .links li a{
	color:#0c3867;line-height:18px;

}
.footer .links li a:hover{
	color:#fff;
}

p{
text-align:justify;
color:#666;
line-height:18px;	
margin:5px 0;
}


.logo{
	width:60%;
	float:left;
	margin-bottom:20px;
	margin-top: 10px ;
}

.logo-right{
	width:21%;
	float:right !important;
	font-family: 'Roboto Condensed', sans-serif;	
	font-size:20px;
	color:#1cc7f5;
	/*margin-top:25px;*/
	text-align:right;
}

.logo-right span{
	font-size:23px;
	color:#fff;
}

h1{
font-family: 'Roboto Condensed', sans-serif;	
font-size:22px;
text-transform:uppercase;
color:#105c8d;
font-weight:normal;
border-bottom:1px #ccc dashed;
margin:5px 0;
line-height:35px;
text-align:left;
}
h1 strong{
color:#1797c6;
}

.table .column{
   width:170px;
   float: left;
}

.table .column.first{
   clear: left;   
}

.table .column.first.results{
font-family: 'Roboto Condensed', sans-serif;	
text-transform:uppercase;
font-size:20px;
margin:0;
padding:5px 0;
}

.emical input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
    margin: 2px 5px;
    outline: medium none;
    padding: 5px 2px 5px 5px;
    width: 90%;
	color:#1896c6;
	font-size:12px;
}

.emical input[type="button"]:hover {
    background: none repeat scroll 0 0 #000000;
}
.emical input[type="button"] {
    background: none repeat scroll 0 0 #3B3B3B;
    border-radius: 5px 0 0 5px;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-size: 12px;
    margin-right: 4px;
    padding: 4px 0;
    text-transform: uppercase;
    width: 85px;
}



.close111:hover, .close111:focus {
    color: #000000;
    cursor: pointer;
    opacity: 0.4;
    text-decoration: none;
}
button.close111 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    cursor: pointer;
    padding: 0;
	 vertical-align: middle;
	  border-radius: 0 !important;
}
.close111 {
    color: #000000;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    opacity: 0.2;
    text-shadow: 0 1px 0 #FFFFFF;
}
.hideit{display:none;}
.compreg{margin-top:20px; padding:10px; font-size:18px; color:#576A2C;}.close-ldgbx{cursor:pointer;}
.dialogs-boxes{ 
margin:0 auto; width:60% !important;position:fixed; z-index:99999; padding:10px; top:25%; right:35%; background:#fff; border:9px solid; border-color:linear-gradient(#07ACFC, #007DE4); border-radius:7px; visibility: hidden;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}

.md-effect-1 {
-webkit-transform: scale(0.7);
-moz-transform: scale(0.7);
-ms-transform: scale(0.7);
transform: scale(0.7);
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.md-show{visibility: visible;}

.md-show.md-effect-1  {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
}


/* Effect 8: 3D flip horizontal */


.md-effect-8  {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateY(-70deg);
	-moz-transform: rotateY(-70deg);
	-ms-transform: rotateY(-70deg);
	transform: rotateY(-70deg);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.5s;
	opacity: 0;
}

.md-show.md-effect-8  {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
	opacity: 1;
}




.dialogs-boxes h3{ padding:0 10px; color:#000000;}
/*.fadebox{ position:absolute; z-index:9999; top:0px; left:0px; bottom:0px; right:0px; width:100%; height:100%; max-width: 100%; max-height: 100%; background-color:#C5C5C5; display:none; opacity:0.9;}*/
.fadebox{background-color: #000000;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 90;}




.list li{
	list-style-image:url(../images/hover_sub.png);
	color:#333;
	line-height:20px;
}.list1 {
margin-left:-20px;	
}

.list1 li{
	list-style-image:url(../images/hover_sub.png);
	color:#333;
	line-height:20px;
	margin:0;
	margin-bottom:10px;
	text-align:justify;
}

.asfasf img{
border:2px solid #f2f2f2;	
padding:5px;
}

.asfasf p{
	/*font-size:12px;*/
	line-height:16px;
	margin:0;
}

.boreder{
display:block;
height:2px;
background:#f2f2f2;
margin:10px 0;	
}

.addresas{
line-height:22px;	
font-size:14px;
}.addresas strong{
	text-transform:capitalize;
	color:#09C;
}




.searchfield {

background: #fff;

padding: 1px 2px 3px 2px;

border: solid 1px #CCC;

outline: none;



-webkit-border-radius: 2px;

-moz-border-radius: 2px;

border-radius: 2px;



-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.2);

-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.2);

box-shadow: inset 0 1px 1px rgba(0,0,0,.2);

width:190px;

}





.formtable TD{

	line-height:35px;

	font-size:12px;

	font-weight:bold;

	color:#666;

}



.elegent{
	float:right;
	width:500px;
	margin-top:25px;
}

.elegent .heading{
font-family: 'Dosis', sans-serif;
	font-size:18px;
	font-weight: bold;
	padding:0 8px;
	float:right;
	margin-right:-20px;
	text-transform:uppercase;
	color:#fcfe03;
	text-decoration:blink;
	-webkit-animation-name: blinker;  
  -webkit-animation-iteration-count: infinite;  
  -webkit-animation-timing-function: cubic-bezier(.5, 0, 1, 1);
  -webkit-animation-duration: 2s; 
	
}


.heading {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 2s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

.boxes1 a{
background: #f1f2f5;
padding:10px 0;
border: solid 1px #CCC;
float:right;
font-size:12px;
font-weight:bold;
margin-top:15px;
margin-right:7px;
width:25%;text-align:center;
}
.boxes1 a:hover{
	background:#005fa8;
	color:#fff !important;
}

.boxes a{
background: #f1f2f5;
padding:10px 0;
border: solid 1px #CCC;
float:left;
font-size:12px;
font-weight:bold;
margin-top:15px;
margin-right:7px;
width:23%;
text-align:center;
}

.boxes a:hover{
	background:#005fa8;
	color:#fff !important;
}



@media only screen and (max-width : 320px) {
/*All are same as Portrait*/
.dotshow{
	display:none;
	visibility:hidden;
}


}

@media only screen and (max-width : 480px) {
/*All are same as Portrait*/
.dotshow{
	display:none;
	visibility:hidden;
}
}

@media screen and (max-width: 600px) {
/*All are same as Portrait*/
.dotshow{
	display:none;
	visibility:hidden;
}

}

