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

@media only screen and (min-width: 600px) {

/*---- body ----*/
body
{
}

/*---- container ----*/
#container
{

}



/*--------------------------------------
			index page begin
--------------------------------------*/



/*---- header ----*/

header hgroup
{
	float:left;
	text-align:left;
	width:46%;
}

header ul.headericons
{
	float:right;
	text-align:right;
	width:54%;
}

header ul.headericons li
{
	list-style:none;
	display:inline-block;
	margin-top:2em;
	vertical-align:middle;
}

header ul.headericons li a
{
	padding:6px 10px;
}
header ul.headericons li a img
{
	vertical-align:middle;
}

header p
{
	float:right;
	text-align:right;
	font-style:italic;
	color:#666;
	padding-left:22px;
}

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

#menu li {
	width:25%;
}

#menu li:nth-child(5)
{
	border-bottom:0;
}
#menu li:nth-child(6)
{
	border-bottom:0;
}
#menu li:nth-child(7)
{
	border-bottom:0;
}
#menu li:nth-child(8)
{
	display:block;
	border-bottom:0;
}
#menu li:last-child {
    border-right: 2px solid #fff;
}
#menu li:nth-child(4) {
    border-right: 0px;
}

#menu ul li:last-child {   
    box-shadow: none;
	border-right:0px;    
}

/*---- tablet menu end ----*/



/*---- Sidebar Begin ----*/
#sidebar
{
	width:100%;
	float:left;
}

#sidebar .col
{
	width: 32%;
	float:left;
	margin-top:1%;
	background-color:#E1E1E1;
	padding-bottom:18px;
}

#sidebar .col p
{
	padding-bottom:10px;
	padding-top:0px;
}


.col .imgwidth100 img
{
	width:100%;
}

.greybox
{
	margin:0% 0%;
	margin-top:1%;
	margin-left:2%;
	width:32%;
	float:left;
	height:50%;
}

.greenbox
{
	margin:0% 0%;
	margin-top:1%;
	margin-left:2%;
	width:32%;
	float:left;
}

.greenbox p
{
	margin-top:8%;
}

/*---- Sidebar End ----*/


/*---- Sliderbottom Begin ----*/

.img1, .img2, .img3
{
	text-align:center;
	width:auto;
	margin-left:16px;
	display:inline-block;
}

.img1 p, .img2 p, .img3 p
{
	padding:14px 0px;
	background-color:#333;
	
}

article#slider #sliderbottom img {
	width: auto;
}

/*---- Sliderbottom End ----*/



/*--------------------------------------
			index page end
--------------------------------------*/


/*--------------------------------------
			2. About page begin
--------------------------------------*/

.row {
	clear: both;
}

.column-fourth:last-child,
.column-half:last-child,
.column-three-fourths:last-child,
.column-third:last-child,
.column-half48:last-child {
	margin-right: 0;
}

.column-fourth,
.column-half,
.column-three-fourths,
.column-third,
.column-half48 {
	float: left;
	margin-right: 4%;
}

.column-fourth {
	width: 24%;
}

.column-half {
	width: 49%;
}

.column-half48
{
	width:48%;
}

.column-third {
	width:30.66%;
}

.column-three-fourths {
	width: 72%;
}

/*--------------------------------------
			About page end
--------------------------------------*/


.imgwidth100
{
	width:100%;
	margin-bottom:0px;
	display:none;
}



}
