/* mbhuju@gmail.com */
@import url(https://fonts.googleapis.com/css?family=Quattrocento+Sans:400,700,400italic,700italic);
@import url(https://fonts.googleapis.com/css?family=Cinzel:400,700,900);
@import url(https://fonts.googleapis.com/css?family=Oswald:400);
body{margin:0px; background:#3c4a9b; font-family:'Quattrocento Sans', Arial, Helvetica, sans-serif;  font-size:16px; color:#231f20; font-weight: normal; line-height: 24px;}

a:link, a:active, a:visited{ color:#ff0000; font-weight: normal;  text-decoration:underline;}
a:hover{color:#000; text-decoration:underline;}

a.footermenu:link, a.footermenu:active, a.footermenu:visited {font-size:12px; color:#9ba5db; font-weight: bold; text-decoration:none;}
a.footermenu:hover{color: #fff;}

img{max-width:100%;}
a[href^=tel] { color: inherit; text-decoration: none; }

/*********
HEADER
******/
#header{width:100%; height:auto; background:#fff; margin-top:10px;  padding-bottom:9px;}
#header_inner{width:1084px; height:auto; margin:0 auto; }
#left_part{width:50%; height:auto; float:left; padding:39px 0 28px 0;}
#right_part{width:30%; height:auto; float:right; padding-top:55px;  }
#menu{width:1164px; height:auto; margin:0 auto; background:#3c4a9b;}
#banner{width:100%; height:auto; background:#e0e0e0; padding:9px 0 12px 0;}
#banner_inner{width:1072px; height:auto; margin:0 auto;}
#photo{ width:56.52985%; float:left;}
#block{ width:42.91045%; float:right;}
#smalllogo{ text-align:center; display:none; }
/*******
CONTENT
*********/
#content{width:1072px; height:auto; background:#fff; margin:0 auto; margin-top:21px; }
#content_inner{width:985px; height:auto; margin:0 auto; background:#FFF; padding:55px 0 46px 0; }
#logos{width:1008px; height:auto; margin:0 auto; padding-bottom:28px;}
#inner{width:90%; height:auto; margin:0 auto; padding:40px 0; background:#FFF;}

#contact_left{width:50%; height:auto; float:left;  }
#contact_right{width:50%; height:auto; float:right;}
#left{width:32%; height:auto; float:left; margin-left:5%;}
#middle{width:32%; height:auto; float:left;}
#right{width:30%; height:auto; float:right;}
#frame{width:50%; height:auto; float:left;}
#frame1{width:50%; height:auto; float:right;}
#frame2{width:25%; height:auto; float:left;}
#frame3{width:25%; height:auto; float:left;}
#frame4{width:25%; height:auto; float:left;}
#frame5{width:25%; height:auto; float:right;}
#frame6{width:25%; height:auto; float:left; text-align:center; margin-bottom:20px;}
#commercial{width:50%; float:left;}
#commercial1{width:47%; float:right;}

/*******
FOOTER
*********/
#footer{width:1072px; height:auto; margin:0 auto; padding:24px 0 28px 0;}
#left_footer{width:65%; height:auto; float:left;  }
#right_footer{width:35%; height:auto; float:right; text-align:right; }

.tbar{ border-bottom:#000 1px solid; padding:10px;}
/*******
STYLE
*********/
h1{ font-family:"Times New Roman", Times, serif;	font-size:35px;	color: #3c4a9b;	font-weight:bold; line-height:30px; text-transform: uppercase; margin-top:0;}

.style1{font-family:"Times New Roman", Times, serif;  font-size:22px; color: #1b62aa; font-weight: bold;	line-height: 24px;}
.style2{ font-family: 'Cinzel', serif; font-size:30px; color: #000000; line-height:30px;}
.style3{ font-family: 'Cinzel', serif; font-size:30px; color: #3c4a9b; font-weight: bold; line-height:35px;}
.style4{ font-family: "Times New Roman", Times, serif; font-size:30px; color: #3c4a9b; }
.style5{font-family:"Times New Roman", Times, serif;  font-size:20px; color: #1b62aa; font-weight: bold;	line-height: 24px;}
.style6{ color: #ff0000; font-weight: bold;}
.small{ font-size:13px;}

.img{border:1px solid #D7D7D5; padding:5px; }
.clear{clear:both;}


/*******
FORM
*********/
input, textarea, select { width:90%; height:25px; background:#f5f5f5; border:1px solid #dedede;}
textarea{ height:100px;}

.btn{ width:200px; height:40px; font-weight:bold; text-align:center; color:#FFFFFF;	background:#3c4a9b; border:1px solid #000000; font-size:15px;}
.email_error{ padding:2px; border:1px solid red; color:red; margin-bottom:5px;}

select[multiple=multiple]{
    width:auto;
    height:auto;
}

input[name=radio] {
width:auto;
}

input[name=radio1] {
width:auto;
}

input[name=radio2] {
width:auto;
}

input[name=radio3] {
width:auto;
}

input[name=radio4] {
width:auto;
}

input[name=radio5] {
width:auto;
}

input[name=radio6] {
width:auto;
}

input[name=radio7] {
width:auto;
}





















#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:96%;
   
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:100%;
    max-height:76px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}

.nbs-flexisel-nav-left {
    left: 10px;
    background: url(../images/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: 5px;
    background: url(../images/button-next.png) no-repeat;
}