@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 ----*/

.active
{
	background-color:#093;
	color:#fff;
}

nav
{
	margin:12px 0px;
}

/*---- tablet menu begin ----*/

/*-- Reset the default ul styles --*/
#menu, #menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu {
    width: 100%;
    margin: 0px auto;
    background-color: #333;
}

/*-- Clear floats --*/
#menu:before,
#menu:after {
    content: "";
    display: table;
}

#menu:after {
    clear: both;
}

#menu {
    zoom:1;
}


/*-- Menus --*/
#menu li {
    float: left;
    border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
    position: relative;
	width:25%;
	padding:8px 0px;
	text-align:center;
}
#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)
{
	border-bottom:0;
}
#menu li:last-child {
    border-right: 2px solid #fff;
}
#menu li:nth-child(4) {
    border-right: 0px;
}

#menu a {
    color: #fff;
    text-transform: uppercase;
    font: bold 12px Arial, Helvetica;
    text-decoration: none;
}

#menu li:hover {
	background-color:#093;
}

*html #menu li a:hover { /* IE6 only */
	background-color:#093;
}


/*-- Dropdown Menu --*/
#menu ul {
    margin: 20px 0 0 0;
    _margin: 0; /*IE6 only*/
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 29px;
    left: 0;
    z-index: 1;    
    background: #444;   
    background: linear-gradient(#444, #111);
    transition: all .4s ease-in-out;
	width:100%;
}

#menu li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
}

#menu ul ul {
    top: 0;
    margin: 0 0 0 20px;
    _margin: 0; /*IE6 only*/    
}

#menu ul li {
    float: none;
    display: block;
    border-bottom: 1px solid #000;
    _line-height: 0; /*IE6 only*/
	border-right:0;
	padding:0px 4px;
	width:100%;
	text-align:left;
}



#menu ul li:nth-child(5)
{
	border-bottom: 1px solid #000;
}
#menu ul li:nth-child(6)
{
	border-bottom: 1px solid #000;
}
#menu ul li:nth-child(7)
{
	border-bottom: 1px solid #000;
}
#menu ul li:nth-child(8)
{
	border-bottom: 1px solid #000;
}

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

#menu ul a {    
    padding: 8px;
    width: 100%;
    _height: 10px; /*IE6 only*/
    display: block;
    float: none;
    text-transform: none;
}

#menu ul li:hover {
    background-color: #065608;
}


/*-- First and last list elements styles (for small arrow) --*/

/*
#menu ul li:first-child > a:after {
    content: '';
    position: absolute;
    left: 40px;
    top: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #444;
}
#menu ul ul li:first-child > a:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #444;
}
*/
#menu ul li:first-child > a {
    border-radius: 3px 3px 0 0;
}

#menu ul li:first-child > a:after {
    content: '';
    position: absolute;
    left: 40px;
    top: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #444;
}


#menu ul li:first-child a:hover:after {
    border-bottom-color: #065608; 
}


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



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

#sidebar .col
{
	width: 22%;
	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:24%;
	float:left;
	height:50%;
}

.greenbox
{
	margin:0% 0%;
	margin-top:1%;
	margin-left:2%;
	width:24%;
	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-third:nth-child(3)
{
	margin-right:0;
}

.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;
}

#workculture .gallery li
{
	display:inline-block;
	width:49%;
	padding:12px;
}

.column-11
{
	width:38%;
	float:left;
}



}
