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

article, aside, figure, footer, header, nav, section {
	display: block;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20;
}

* {
  box-sizing: border-box;
}

body {
 font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
  padding: 10px;
   background: #fffff;
  position:relative;
}





p{
	text-align: left;
	line-height: 22px;
	padding: 0px;
	margin: 0px;
	text: wrap;
}
h6{
	text-align: left;
	line-height: 22px;
	padding: 0px;
	margin: 0px;
	font-weight:normal;
}
h1{
font-family: Arial;

padding:0px 0 10px 0; margin:0px; 

color:#000000; font-size:28px; font-weight:normal;
text-align:center;
}

h2{
padding:0px 0 10px 0; margin:0px; color:#B52025; font-size:20px; font-weight:normal;
}
h3{
	padding: 0px 0 10px 0;
	margin: 0px;
	color: #333333;
	font-size: 20px;
	font-weight: normal;
}
h4{
	padding: 0px 20px 10px 20px;
	margin: 0px;
	color: #000000;
	font-size: 16px;
	font-weight: normal;
}

h5{
	padding: 0px 100px 10px 100px;
	margin: 0px;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	text-align:center;
}

h8{
	padding: 0px 0px 10px 0px;
	margin: 0px;
	color: #01445A;
	font-size: 22px;
	font-weight: normal;
}

h9{
	padding: 0px 0px 10px 0px;
	margin: 0px;
	color: #01445A;
	font-size: 20px;
	font-weight: bold;
	
	
}

h10{
	padding: 0px 0px 10px 0px;
	margin: 0px;
	color: #000000;
	font-size: 16px;
	font-weight: normal;
}

h11{
padding:0px 0 10px 0; margin:0px; color:#fffffff; font-size:20px; font-weight:normal;text-align:center;
}
h12{
padding:0px 0 10px 0; margin:0px; color:#B52025; font-size:20px; font-weight:normal;
}
h12{
padding:0px 0 10px 0; margin:0px; color:#B52025; font-size:20px; font-weight:normal;text-align:center;
}
h14{
padding:5px 0 5px 0; margin:0px; 
text-align:center;
color:#000000; font-size:20px; font-weight:normal;

}
h15{
padding:5px 0 5px 0; margin:0px; 
text-align:justify;
color:#000000; font-size:16px; font-weight:normal;
}
.img {
 display: block;
  margin-left: auto;
  margin-right: auto;
}

.img1 {
  float: right;
}
.img3 {
  float: left;
  margin: 0px;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.img2 {
  float: right;
}
.clear{
clear:both;
}


.container {
	width: 100%;
	
	background-color: #FFF;
	margin: 0 auto; 
}

/* Header/Blog Title */
.header {
	width: 100%;
	height: 500px;
	
	background-color: #FFFFFF;
	margin: 0 auto;
}

.header h1 {
  font-size: 50px;
}
/* Slideshow container */
.slideshow-container {
	
  width: 100%;
  
 margin: 0 auto; 
  
  padding:0px 0 0 0px;
float:left;
}
/* Style the top navigation bar */
.topnav {
  overflow: hidden;
  background-color: #333;
}

/* Style the topnav links */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change color on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn {   
  float: left;
  width: 7%;
 padding: 0px 0px 5px 0px; 
}

.midcolumn {   
  float: right;
  width: 65%;
}
.midlcolumn {   
  float: left;
  width: 80%;
}

.mid22column {   
  float: left;
  width: 92%;
}

.midlcolumn {   
  float: left;
  width: 80%;
}
.midrcolumn {   
  float: left;
  width: 10%;
}
.midr2column {   
  float: left;
  width: 10%;
}
.midr3column {
  float: left;
  width: 10%;
}
/* Right column */
.rightcolumn {
  float: left;
  width: 19%;
  background-color: #f1f1f1;
  padding-left: 15px;
}

/* Fake image */
.fakeimg {
  background-color: #aaa;
  width: 100%;
  padding: 20px;
}


/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}






/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .leftcolumn, .rightcolumn {   
    width: 100%;
    padding: 0;
  }
}

/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 400px) {
  .topnav a {
    float: none;
    width: 100%;
  }
}

/* The grid: Four equal columns that floats next to each other */
.smcolumn {
  float: left;
  width: 140%;
  padding: 5px;
}
.sm2column {
  float: left;
  width: 140%;
  padding: 5px;
}
/* Style the images inside the grid */
.column img {
  opacity: 0.8; 
  cursor: pointer; 
}

.column img:hover {
  opacity: 1;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* The expanding image container */
.container101 {
  position: relative;
  display: none;
  margin: auto;
  padding:inherit;
  text-align:center;
  
 
}

/* Expanding image text */
#imgtext {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: white;
  font-size: 20px;
}

/* Closable button inside the expanded image */
.closebtn {
  position: absolute;
  top: 10px;
  right: 15px;
  color: white;
  font-size: 35px;
  cursor: pointer;
}





[class*="col-"] {
  float: left;
  padding: 15px; text-align:center;
  background-color:#FFF
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

/* Fake image */
.mainimg {
  background-color: #white;
  width: 80%;
  padding: 30px;
}
.sideimg {
  background-color: #aaa;
  
  margins: auto;
}
/* Add a card effect for articles */
.card {
  background-color: white;
  padding: 20px;
  margin-top: 20px;
}
.card2 {
	background-color: white;
  padding: 20px;margin:0px;
  background-color: white;
  
  margin: auto;
  text-align:center;
}


.cardleft {
  background-color: white;
  padding: 0px;
  margin-top: 0px;
  text-align:center;
}


/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Footer */
.footer {
  padding: 20px;
  text-align: center;
  background: #ddd;
  margin-top: 20px;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .leftcolumn, .rightcolumn {   
    width: 100%;
    padding: 0;
  }
}

/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 400px) {
  .topnav a {
    float: none;
    width: 100%;
  }
}

.affix {
    top: 20px;
    z-index: 9999 !important;
  }
/*----------------------menu-------------------------*/
#menu{
width:600px;
float:right;
padding:5px 50px 0 0;
}

#menusoc{
width:100px;
float:left;
padding:5px 0px 5px 0px;
}
a.one:link {
	text-decoration: none;
	color: #AA8000;
	font-weight: normal;
	text-align:center;
}
a.one:visited {
	color:#0000ff;
	text-decoration: none;
text-align:center;font-weight: normal;

}
a.one:hover {
	color:#463500;
	text-align:center;
	font-weight: normal;
	
}

a.two:link {text-decoration: none;
	color: #AA8000;
	font-weight: normal;
	text-align:center;
	font-size: 20px;margin: 0;
	}
a.two:visited {color:#0000ff;text-align:center;}
a.two:hover {color:#B20000;
	text-align:center;
	font-weight: normal;
	font-size: 20px;margin: 0;
}

a.three:link {
	text-decoration: none;
	color: #00238C;
	font-weight: normal;
	text-align:left;
	padding-left:0px;
}
a.three:visited {
	color:#00238C;
	text-decoration: none;
text-align:left;font-weight: normal;

}
a.three:hover {
	color:#00238C;
	text-align:left;
	font-weight: bold;
	
}

a.six:link {
	text-decoration: none;
	color: #8C0000;
	font-size:18px;
	font-weight: normal;
	text-align:center;
	padding-left:0px;
}
a.six:visited {
	color:#00238C;
	text-decoration: none;
text-align:center;font-weight: normal;

}
a.six:hover {
	color:#8C0000;
	text-align:center;
	font-weight: bold;
	font-size:20px;
	
}



ul {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 0px 15px 17px 15px;
  list-style: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
ul li {
  font: bold 14px/18px sans-serif;
  display: inline-block;
  margin-right: 4px;
  position: relative;
  padding: 10px 15px 10px 15px;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
ul li:hover {
  background: #E3E7EA;
  color: #000000;
}
ul li ul {
  padding: 0;
  position: absolute;
  top: 30px;
  left: 0;
  width: 205px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
ul li ul li { 
  background: #fffff; 
  display: block; 
  color: #222222;
  text-shadow: 0 -1px 0 #000;
}
ul li ul li:hover { background: #E3E7EA; 
color: #222222;
}
ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}





.home_section_left{
width:28%;
height:auto;
float:left;
margin:0 14px 0 14px;
padding:0 10px 20px 10px;
background:url(../../images/home_block_bg.gif) no-repeat center bottom;
}
.home_section_left p{
clear:both;
}
.home_section_left p span{
font-weight:bold;
}
img.home_section_icon{
width:63px;
float:left;
}
h2.home_title{
	width: 190px;
	float: left;
	font-size: 20px;
	padding: 20px 0 0px 10px;
	margin: 0px;
	color: #B52025;
	text-align: left;
}
.home_subtitle{
width:190px;
float:left;padding:0px 0 0px 10px; font-size:13px; color:#333333; font-weight:bold;
}
.home_section_thumb{
float:left; clear:both;
padding:2px; text-align:center;margin:10px 0 10px 0; border:0px #dcdcdc solid;
}


.home2_section_left{
width:24.5%;
height:auto;
float:left;
margin:0 14px 0 14px;
padding:0 10px 20px 10px;
background:url(../../images/home_block_bg.gif) no-repeat center bottom;
}
.home2_section_left p{
clear:both;
}
.home2_section_left p span{
font-weight:bold;
}
img.home2_section_icon{
width:63px;
float:left;
}
h2.home2_title{
	width: 190px;
	float: left;
	font-size: 20px;
	padding: 20px 0 0px 10px;
	margin: 0px;
	color: #B52025;
	text-align: left;
}
.home2_subtitle{
width:190px;
float:left;padding:0px 0 0px 10px; font-size:13px; color:#333333; font-weight:bold;
}
.home2_section_thumb{
float:left; clear:both;
width: 100%;
padding:2px; text-align:center;margin:10px 0 10px 0; border:0px #dcdcdc solid;
}



.home325_section_left{
width:48%;
height:auto;
float:left;
margin:0 0px 0 20px;
padding:0 20px 20px 20px;

.home325_section_left p{
clear:both;
}
.home325_section_left p span{
font-weight:bold;
}
img.home325_section_icon{
width:63px;
float:left;
}
h2.home325_title{
	width: 390px;
	float: left;
	font-size: 20px;
	padding: 20px 0 0px 10px;
	margin: 0px;
	color: #B52025;
	text-align: left;
}
.home325_subtitle{
width:190px;
float:left;padding:0px 0 0px 10px; font-size:13px; color:#333333; font-weight:bold;
}
.home325_section_thumb{
float:left; clear:both; width:90%;
padding:2px; text-align:center;margin:10px 0 10px 0; 
}
.design6_section_left{
	width: 80%;
	
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align:center;
	
	
}
design6_section_icon{
width:90%;
text-align:center;
}
.design14_section_left{
	width: 80%;
	
	float: left;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align:center;
	
	
}


.design14_section_thumb{
	
	
width: 100%;
 float:center;
 clear:both;
padding:10px 15% 10px 15%; text-align:center;margin:10px 0px 10px 0px; border:0px #dcdcdc solid;

}



.work2_section_left{
	width: 135px;
	height: auto;
	float: left;
	background: url(../../images/home_block_bg.gif) no-repeat center bottom;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	text-align: center;
}

img.work2_section_icon{
width:63px;
float:left;
}

.work2_subtitle{
width:190px;
float:left;padding:0px 0 0px 10px; font-size:13px; color:#333333; font-weight:bold;
}
.work2_section_thumb{
float:left; clear:both;
padding:2px; text-align:center;
margin:10px 0 10px 0; border:0px #dcdcdc solid;
width: 100%;

}
