/* -------------------------------------------- */
/* ------------------Reset--------------------- */
a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var{
	background: transparent;
	border: 0 none;
	font-size: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: top;
}ol, ul {list-style:none;}blockquote, q {quotes:none;}table, table td {padding:0;border:none;border-collapse:collapse;}img {vertical-align:top;}embed {vertical-align:top;}
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}
input, textarea {border:0; padding:0; margin:0; outline: 0;}
iframe {border:0; margin:0; padding:0;}
input, textarea, select {margin:0; padding:0px;}

/* -------------------------------------------- */
/* ------------------Font---------------------- */

/*Add your font at here*/

/* -------------------------------------------- */
/* ------------------Style--------------------- */
html, body {width:100%; padding:0; margin:0;}
body {
	background: white;
	color: #949494;
	font: 14px/25px Arial, Helvetica, sans-serif;
}

.conbout{
	background: #595858;
}
.careers{background: #595858}

a{color: #949494;text-decoration: none;}
a:hover {
	color: #EF4429;
	text-decoration: none;
}

a.button{cursor: pointer;color: #ffffff; display: inline-block;padding: 6px 12px 6px 12px; font-size: 18px; background: #4AA9C3; font-family: Impact,Charcoal,sans-serif; font-weight: normal; text-transform: uppercase;}
a.button:hover{}

.clear{content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

.homeboxes{background: white;}
.homeboxes:hover{
	background: gray;
}
.homeboxes:hover .title-box{
	background: black;
}
.homeboxes:hover .title-box h4{
	background: black;
	color: red;
}

.contactinfo{text-align: right;}
.contactinfo .item{
	padding-right: 40px;
	padding-top: 20px;
}

/* -------------------------------------------- */
/* ------------------Header-------------------- */

headerz {
	width: 100%;
	height: 120px;
	overflow: visible;
	position: fixed;
	left: auto;
	z-index: 999;
	background: white;
	-webkit-transition: height 0.1s;
	-moz-transition: height 0.1s;
	-ms-transition: height 0.1s;
	-o-transition: height 0.1s;
	transition: height 0.3s;
}
headerz .logo img{
	display: inline-block;
	margin-left: 203px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	max-width: 225px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
headerz a.logo>img:last-child {
	display:none;
}
headerz a.logo>img:first-child {
	display:inline-block;
}
headerz.smaller a.logo>img:first-child {
	display:none;
}
headerz.smaller a.logo>img:last-child {
	display:inline-block;
}
headerz h1#logo {
    display: inline-block;
    height: 150px;
    line-height: 150px;
    float: left;
    font-family: "Oswald", sans-serif;
    font-size: 60px;
    color: white;
    font-weight: 400;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
headerz nav {
	display: inline-block;
	float: right;
	margin-top: 0px;
	height: 60px;
	margin-right: 220px;
}

headerz nav ul a {
	line-height: 75px;
	margin-left: 0px;
	color: #000000;
	font-weight: bold;
	font-size: 20px;
	font-family: 'Strait', sans-serif;
}
headerz.smaller nav {
	display: inline-block;
	float: right;
	margin-top: 0px;
	height: 60px;
	margin-right: 225px;
}
headerz.smaller {
    height: 79px;
	background: black;
	top:0;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
headerz.smaller h1#logo {
    width: 150px;
    height: 75px;
    line-height: 75px;
    font-size: 30px;
}
headerz.smaller .logo img{
	display: inline-block;
	margin-left: 220px;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 0px;
	max-width: 160px;
}
headerz.smaller nav a {
    line-height: 65px;
	
}
headerz.smaller nav li {
    line-height: 65px;
	
}
headerz.smaller nav li a {
    line-height: 66px;
	color: white;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
headerz.smaller nav ul li ul a{
    line-height: 43px;
	color: #006a3a;
	background: 
}

headerz.smaller nav li:hover  {
	/* [disabled]width: 115px; */
	/* [disabled]height: 62px; */
	line-height: 22px;
	font-size: 1.4em;
	display: inline-block;
	border-top: solid white 2px;
	text-decoration: none;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
  }

headerz.smaller nav li.about ul.dropdown li {
	display: block;
		min-width: 175px;
	width: 175px;
	/* [disabled]padding-top: 10px; */
	padding-left: 7.5px;
	height: 43px;
	text-align: left;
		border-top: solid #4D4C4C 1px;
	border-bottom: none;
  }

headerz.smaller nav li.news ul.dropdown li {
	display: block;
		min-width: 225px;
	width: 175px;
	/* [disabled]padding-top: 10px; */
	padding-left: 7.5px;
	height: 43px;
	text-align: left;
		border-top: solid #4D4C4C 1px;
	border-bottom: none;
  }

headerz.smaller nav li.tutorials ul.dropdown li {
	display: block;
		min-width: 255px;
	width: 175px;
	/* [disabled]padding-top: 10px; */
	padding-left: 7.5px;
	height: 43px;
	text-align: left;
		border-top: solid #4D4C4C 1px;
	border-bottom: none;
  }

headerz.smaller nav li.about ul.dropdown li.topbar {
	display: block;
		min-width: 175px;
	width: 175px;
	/* [disabled]padding-top: 10px; */
	padding-left: 7.5px;
	height: 43px;
	text-align: left;
		border-top: solid white 2px
  }

headerz.smaller nav li.news ul.dropdown li.topbar {
	display: block;
		min-width: 225px;
	width: 175px;
	/* [disabled]padding-top: 10px; */
	padding-left: 7.5px;
	height: 43px;
	text-align: left;
		border-top: solid white 2px
  }

headerz.smaller nav li.tutorials ul.dropdown li.topbar {
	display: block;
		min-width: 255px;
	width: 175px;
	/* [disabled]padding-top: 10px; */
	padding-left: 7.5px;
	height: 43px;
	text-align: left;
		border-top: solid white 2px
  }

		

headerz nav a.active {
	color: #030303;
	cursor: default;
	font-weight: bold;
}

/* Sub Menus */
headerz nav li li {
  font-size: .8em;
}

/*******************************************
   Style menu for larger screens

   Using 650px (130px each * 5 items), but ems
   or other values could be used depending on other factors
********************************************/

@media screen and (min-width: 650px) {
headerz nav li {
	width: auto;
	/* [disabled]height: 62px; */
	line-height: 22px;
	font-size: 1.4em;
	display: inline-block;
	text-align: center;
	
	padding: 
  }
	
	headerz nav li.home {
	width: auto;
	/* [disabled]height: 62px; */
	line-height: 22px;
	font-size: 1.4em;
	display: inline-block;
	text-align: center;
	margin-right: 20px;
		margin-left: 20px;
  }
	
	headerz nav li.tutorials {
	width: auto;
	/* [disabled]height: 62px; */
	line-height: 22px;
	font-size: 1.4em;
	display: inline-block;
	text-align: center;
	margin-right: 20px;
		margin-left: 20px;
  }
	
	headerz nav li.news {
	width: auto;
	/* [disabled]height: 62px; */
	line-height: 22px;
	font-size: 1.4em;
	display: inline-block;
	text-align: center;
	margin-right: 20px;
		margin-left: 20px;
  }
	
	headerz nav li.about {
	width: auto;
	/* [disabled]height: 62px; */
	line-height: 22px;
	font-size: 1.4em;
	display: inline-block;
	text-align: center;
	margin-right: 20px;
		margin-left: 20px;
		
		
  }
	
	headerz nav li.contact {
	width: auto;
	/* [disabled]height: 62px; */
	line-height: 22px;
	font-size: 1.4em;
	display: inline-block;
	text-align: center;
		margin-right: 20px;
		margin-left: 20px;
		
  }
	
	headerz nav li:hover  {
	/* [disabled]width: 115px; */
	/* [disabled]height: 62px; */
	line-height: 22px;
	font-size: 1.4em;
	display: inline-block;
	border-bottom: solid #ef4328 3px;
	text-decoration: none;

  }
	
	headerz nav li:hover a.dd {
	/* [disabled]width: 115px; */
	/* [disabled]height: 62px; */
		position:relative;
	top: -3px;
		bottom: -3px;

  }
	
	headerz nav li.about:hover ul {
	max-width: 200px;

  }
	
	headerz nav li.about ul li:hover{

  }
	
	headerz nav li:hover a.dd {
	font-weight: bold;
	text-decoration: none;
	position: static;
	/* [disabled]margin-right: -4px; */
  }
	

headerz nav a {
    border-bottom: none;
  }

headerz nav > ul > li {
    text-align: center;
  }

headerz nav > ul > li > a {
    padding-left: 0;
  }

  /* Sub Menus */
headerz nav li ul {
	position: absolute;
	display: none;
	/* [disabled]width: inherit; */
  }
	

headerz nav li:hover ul  {
	display: block;
	background: #fff;
	/* [disabled]width: inherit; */
  }

headerz nav li ul li {
	display: block;
	width: auto;
	min-width: 275px;
	/* [disabled]padding-top: 10px; */
	padding-left: 10px;
	height: 40px;
	text-align: left;
	
  }
	headerz nav li.about ul.dropdown li.topbar {
	display: block;
		min-width: 175px;
	width: 175px;
	/* [disabled]padding-top: 10px; */
	padding-left: 7.5px;
	height: 43px;
	text-align: left;
		border-top: solid #006a3a 3px
  }
	
	headerz nav li.about ul.dropdown li {
	display: block;
		min-width: 175px;
	width: 175px;
	/* [disabled]padding-top: 10px; */
	padding-left: 7.5px;
	height: 43px;
	text-align: left;
		border-top: solid #006a3a 1px
  }
	
	headerz nav li.about ul li:hover {
	/* [disabled]display: inline-block; */
	background: #006a3a;
		width: 175px;
		height: 43px;
  }
	
	headerz nav li.about ul li.topbar:hover {
	/* [disabled]display: inline-block; */
	background: #006a3a;
		width: 175px;
		height: 43px;
  }
	
	headerz nav li.news ul.dropdown li {
	display: block;
		min-width: 225px;
	width: 175px;
	/* [disabled]padding-top: 10px; */
	padding-left: 7.5px;
	height: 43px;
	text-align: left;
		border-top: solid #006a3a 1px
  }
	
	headerz nav li.news ul.dropdown li.topbar {
	display: block;
		min-width: 225px;
	width: 175px;
	/* [disabled]padding-top: 10px; */
	padding-left: 7.5px;
	height: 43px;
	text-align: left;
		border-top: solid #006a3a 3px;
  }
	
	headerz nav li.news ul li:hover {
	/* [disabled]display: inline-block; */
	background: #006a3a;
		width: 175px;
		height: 43px;
  }
	
	headerz nav li.news ul li.topbar:hover {
	/* [disabled]display: inline-block; */
	background: #006a3a;
		width: 175px;
		height: 43px;
  }
	
	headerz nav li.tutorials ul.dropdown li {
	display: block;
		min-width: 255px;
	width: 175px;
	/* [disabled]padding-top: 10px; */
	padding-left: 7.5px;
	height: 43px;
	text-align: left;
		border-top: solid #006a3a 1px;
  }
	
	headerz nav li.tutorials ul.dropdown li.topbar {
	display: block;
	width: 175px;
	/* [disabled]padding-top: 10px; */
	padding-left: 7.5px;
	height: 43px;
	text-align: left;
		border-top: solid #006a3a 3px;
  }
	
	headerz nav li.contact ul li:hover {
	/* [disabled]display: inline-block; */
	background: #006a3a;
		width: 175px;
		height: 43px;
  }
	
	headerz nav li.contact ul li.topbar:hover {
	/* [disabled]display: inline-block; */
	background: #006a3a;
		width: 175px;
		height: 43px;
  }
	
	headerz nav li.tutorials ul li:hover {
	/* [disabled]display: inline-block; */
	background: #006a3a;
		width: 175px;
		height: 43px;
  }
	
	headerz nav li.tutorials ul li.topbar:hover {
	/* [disabled]display: inline-block; */
	background: #006a3a;
		width: 175px;
		height: 43px;
  }
	
	headerz nav li ul li a{
line-height: 40px;
	margin-bottom: 42px;
		font-size: 14px;
		font-weight: bold;
  }
	
	headerz nav li ul li:hover {
	/* [disabled]display: inline-block; */
	background: #006a3a;
	border-top: solid #006a3a 2px;	
  }
	
	headerz nav li ul li:hover a{
	/* [disabled]display: inline-block; */
	background: #006a3a;
	color: white;	
  }

@media all and (max-width: 660px) {
    headerz h1#logo {
        display: block;
        float: none;
        margin: 0 auto;
        height: 100px;
        line-height: 100px;
        text-align: center;
    }
    headerz nav {
        display: block;
        float: none;
        height: 50px;
        text-align: center;
        margin: 0 auto;
    }
    headerz nav a {
        line-height: 50px;
        margin: 0 10px;
    }
    headerz.smaller {
        height: 75px;
    }
    headerz.smaller h1#logo {
        height: 40px;
        line-height: 40px;
        font-size: 30px;
    }
    headerz.smaller nav {
        height: 35px;
    }
    headerz.smaller nav a {
        line-height: 35px;
    }
}

header {
	margin:auto;
	background: #333;
}
header .wrap-header{
	height: 130px;
}

header #logo {
	position: absolute;
	top: 10px;
	width: 100%;
	bottom: 10px;
}

header #search {
	position: absolute;
	top: 70px;
	right: 0px;
	width: 218px;
	z-index: 15;
}
header .button-search {	position: absolute;	right: 0px;	background: url('../images/button-search.png') center center no-repeat;	width: 28px; height: 35px;cursor: pointer;}
header #search input{background: #FFF;	padding: 1px 33px 1px 5px;	width: 182px;	height: 32px;	border: 1px solid #CCCCCC;	-webkit-border-radius: 3px;	-moz-border-radius: 3px; -khtml-border-radius: 3px;	border-radius: 3px;}

/* -------------------------------------------- */
/* ------------------Navigation---------------- */
nav {

}
nav .wrap-nav{
	width: 25%;
	float: right;
	text-align: center;
	padding-top: 35px;
}
.menu{
	text-align: center;
}
.menu ul li {
	border-bottom:1px solid #000000;
	border-top:1px solid #6B6969;
	background-color: #f9f9f9;
}
.menu ul li:hover {
	border-bottom:1px solid #000000;
	border-top:1px solid #6B6969;
	background-color: #000;
	color: #fff;
}
.menu ul li:hover a{
	background-color: #000;
	color: #fff;
}
.menu ul a{
	color: black;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	font-weight: 700;
}
	
	h3.item-header{color:white}

nav2 {margin-top:10px;}
nav2 .wrap-nav2{
	height: 42px;
	background: black;
	border: 3px solid #555555;
}

.menu2 ul {
	list-style: none;
	margin: 0;
	padding-left: 228px;
}
.menu2  ul li{position: relative;float: left;padding: 17px 10px 10px 10px; border-right:1px solid #555555; border-left:1px solid #555555; border-top:0px solid #555555; border-bottom:0px solid #555555; background:url("../images/nav-transp.png"); }
.menu2 ul li.first{border-right:1px solid #000; border-left:0px solid #000; border-top: none; border-bottom: none;}
.menu2 ul li.last{border-right:2px solid #555555; border-left:1px solid #555555; border-top: none; border-bottom: none;}
.menu2  ul li:hover, .menu2 .current {background:url("../images/nav-current.jpg"); border-right:#000000 1px solid; border-left:#000000 0px solid;}
.menu2  ul li a {
	font-size: 14px;
	line-height: 10px;
	color: #ffffff;
	display: block;
	padding: 0px 10px;
	margin-bottom: 5px;
	z-index: 6;
	position: relative;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
}
.menu2  ul li:hover a {}

.share{
	float: right;
	margin-top: 20px;
}
.share ul{list-style: none;margin: 0;padding: 0;}
.share ul li{position:relative; float:left; padding-right:5px;}

/* -------------------------------------------- */
/* ------------------Navigation---------------- */

.featured{
	margin-right: auto;
	margin-left: auto;
	padding-top: 120px;
	margin-top: 0px;
}
.featured .wrap-featured{background:#333;}
.featured .wrap-featured .slider{
	width: 100%;
}
.featured .wrap-featured .sidenav{

}

/* -------------------------------------------- */
/* ------------------Content------------------- */
#content {
	background-color: white;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	max-width: 960px;
	padding-top: 120px;
}
	#content.home {
	background-color: white;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	max-width: 960px;
	padding-top: 0px;
}
#content .wrap-content{
}

.block01 {
	margin-top: 20px;
	margin-bottom: 20px;

}
.block01 h2{
	text-align: center;
	font-size: 30px;
	line-height: 35px;
	color: #FFFFFF;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
	background: black;
}
.block01 p{font-size:20px; text-align:center; line-height:25px;}
.block01 a{color:#5FBCCD;}

.block02 {margin:20px 10px; text-align:center;}

.block02 h1{
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	padding-bottom: 13px;
	background: black;
	padding-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	border-left: 3px solid #555555;
	border-right: 3px solid #555555;
}
.block02 .wrap-col .boxh1{
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	padding-bottom: 13px;
	background: black;
	padding-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	border-left: 3px solid #555555;
	border-right: 3px solid #555555;
}
.block02 h2{
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 600;
}
.block02 h3{
	font-size: 22px;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	padding-bottom: 5px;
	background: black;
	padding-top: 5px;
	margin-left: 10px;
	border-top: 3px solid #555555;
	border-left: 3px solid #555555;
	border-right: 3px solid #555555;
	margin-right: 10px;
}
.block02 h4{
	font-size: 18px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	padding-bottom: 5px;
	background: black;
	padding-top: 5px;
}
.block02 h5{
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	padding-bottom: 13px;
	background: black;
	padding-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	border-left: 3px solid #555555;
	border-right: 3px solid #555555;
}
.block02 h6{
	color: #000000;
	padding-bottom: 10px;
	background: #4AA9C3;
	padding-top: 13px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	border-bottom: 3px solid #555555;
	border-left: 3px solid #555555;
	border-right: 3px solid #555555;
}
.block02 p{
	font-size: 16px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	font-weight: 700;
	margin-top: 10px;
}
.block02 a{
}
.block02 a:hover{
}
.block02 .box1{
	background: white;
	color: #FFFFFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	border: 3px solid #555555;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
}
.block02 .box1 a:hover{color:#B7DDE8;}
.block02 .box2{
	background: white;
	color: #FFFFFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	border: 3px solid #555555;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 10px;
	margin-left: 10px;
}
.block02 .box2 a:hover{color:#E5B9B8;}
.block02 .box3{
	background: white;
	color: #FFFFFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	border: 3px solid #555555;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
}
.block02 .box3 a:hover{color:#D6E3BC;}

.block02 .box4{
	color: #FFFFFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
}
.block02 .title-box{
	background: black;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 10px;
}

.block02 .title-box h4{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding-bottom: 10px;
	background: black;
	padding-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
}

.block03 {margin:20px 10px;}
.block03 h2{
	font-size: 24px;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 20px;
	font-weight: 700;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 0px;
}
.block03 h3{
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 20px;
	font-weight: 300;
	text-align: left;
	margin-right: 80px;
	margin-left: 80px;
}
.block03 h4{
	font-size: 18px;
	line-height: 30px;
	color: #FFFFFF;
	font-weight: normal;
	margin-right: 300px;
	margin-left: 345px;
	background-color: #4AA9C3 no-repeat;
	padding-left: 10px;
	border: solid 2px;
	padding-right: 10px;
	width: 245px;
	max-width: 245px;
}
.block03 h5{
	font-size: 18px;
	line-height: 30px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	background-color: #4AA9C3;
}
.block03 img{float:left; margin:0px 10px 10px 0px; border: 3px solid #555555;}
.block03 .col-full img{
	float: none;
	padding-left: 184px;
	border: none;
}
.block03 ul{list-style-type:none;}
.block03 ul li{border-left: 3px solid #E1E1E1; padding:5px; margin-bottom: 2.5px; padding-left: 10px;}
.block03 ul li:hover{border-left: 3px solid #4AA9C3;}

.block04 {margin:20px 10px;}
.block04.partners {background: white;}
.block04.partners h2{
	font-size: 24px;
	line-height: 30px;
	color: #FFFFFF;
	margin-bottom: 20px;
	font-family: Impact,Charcoal,sans-serif;
	font-weight: normal;
	text-align: left;
	background: black;
	padding-left: 5px;
}
.block04 h2{
	font-size: 24px;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 20px;
	font-family: Impact,Charcoal,sans-serif;
	font-weight: normal;
	text-align: center;
}
.block04 .partners a{
	display: inline-block;
	/* [disabled]float: left; */
	position: relative;
	max-width: 169px;
	margin-left: 300px;
}
.block04 .partners a img{
	/* [disabled]border: 3px solid #555555; */
	max-width: 250px;
}


.block{ margin:10px;}

#main-content{}
#main-content article{
	background: gray;
}
#main-content article .heading{}
#main-content article .content{}
#main-content article a{
	color: #ffffff;
}
#main-content article h2{
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 20px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
}
#main-content article img{ float:left; margin:0px 10px 10px 0px; border: 3px solid #555555;}
#main-content article p{
	margin-bottom: 10px;
	text-align: center;
	color: white;
	font-size: 16px;
}
#main-content article .more{float: right; margin-bottom: 30px;}
#main-content article a.comments{cursor: pointer;color: #ffffff; display: inline-block; padding: 6px 12px 6px 12px; font-size: 18px; font-family: Impact,Charcoal,sans-serif; font-weight: normal;}

#main-content2{}
#main-content2 article{
	clear: both;
	background: #4AA9C3;
}
#main-content2 article .heading{}
#main-content2 article .content{}
#main-content2 article a{
	color: #ffffff;
}
#main-content2 article h2{
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 20px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	text-decoration: underline;
}
#main-content2 article img{ float:left; margin:0px 10px 10px 0px; border: 3px solid #555555;}
#main-content2 article p{
	margin-bottom: 10px;
	text-align: center;
	color: white;
	font-size: 16px;
}
#main-content2 article .more{float: right; margin-bottom: 30px;}
#main-content2 article a.comments{cursor: pointer;color: #ffffff; display: inline-block; padding: 6px 12px 6px 12px; font-size: 18px; font-family: Impact,Charcoal,sans-serif; font-weight: normal;}

/* -------------------------------------------- */
/* ------------------Footer-------------------- */
footer {
	background-color: #AFAEAE;
	margin: auto;
	max-width: 960px;
}
.wrap-footer{}

.copyright{text-align:center; background:#333333; padding:10px 0px;color:#ffffff; }
.copyright a{text-decoration:underline; color:#ffffff; }


/* -------------------------------------------- */
/* ------------------Components-------------------- */
.photos{}
.photos:after{content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.photos a{display: block; float:left; margin: 0px 4px 10px 4px;position: relative;}
.photos a img{display:block; border:1px solid #CCC;}


.comment{font-weight:bold; margin:50px 0px; width: auto;}
.comment div{
	margin-bottom: 20px;
	vertical-align: middle;
	color: white;
}
.comment input{border: 2px solid #999999;padding: 8px 10px;width:250px;}
.comment textarea{border: 2px solid #999999;padding: 8px 10px;width:95%;}
.comment input[type="submit"] {cursor: pointer; width:100px; float:right;
	background: -webkit-linear-gradient(top, #efefef, #ddd);background: -moz-linear-gradient(top, #efefef, #ddd);
	background: -ms-linear-gradient(top, #efefef, #ddd);background: -o-linear-gradient(top, #efefef, #ddd);
	background: linear-gradient(top, #efefef, #ddd);
	color: #333;text-shadow: 0px 1px 1px rgba(255,255,255,1);	border: 2px solid #999999;}
.comment input[type="submit"]:hover {
	background: -webkit-linear-gradient(top, #eee, #ccc);	background: -moz-linear-gradient(top, #eee, #ccc);
	background: -ms-linear-gradient(top, #eee, #ccc);	background: -o-linear-gradient(top, #eee, #ccc);
	background: linear-gradient(top, #eee, #ccc);	border: 2px solid #bbb;}
.comment input[type="submit"]:active {
	background: -webkit-linear-gradient(top, #ddd, #aaa);	background: -moz-linear-gradient(top, #ddd, #aaa);
	background: -ms-linear-gradient(top, #ddd, #aaa);	background: -o-linear-gradient(top, #ddd, #aaa);
	background: linear-gradient(top, #ddd, #aaa);	border: 2px solid #999;}
