/* reset */
* {
margin: 0;
padding: 0;
}

/* render html5 elements as block */
header, footer, section, aside, nav, article {
display: block;
}

body {
	line-height: 1;
	font: "Times New Roman";
	color: #333;
	font-size: 16px;
	line-height: 18px;
	background-image: url(images/bg8.jpg);
	background-repeat: repeat;
	background-color: #FFF;
}

/* layout */

#wrapper {
width: 950px;
margin: 0 auto;
margin-top: 5px;
margin-bottom: 5px;
}

nav {
	width: 940px;
	height: 40px;
	margin: auto;
	padding-top: 10px;
	background-image: none;
}

header {
	width: 940px;
	height: 300px;
	/* curved border radius */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	/*background-image: url(images/banner.swf);*/
	background-repeat: no-repeat;
	background-position: right top;
	margin: auto;

}

#main {
	width: 940px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	background-image: none;
}

#content {
float: left;
width: 450px;
margin-left: 40px;
}
#content_w {
float: left;
width: 940px;
margin-left: 40px;
}

footer {
width: 940px;
margin: 0 auto;
clear: both;
}

/* basics */

h1,h2,h3,h4,h5,h6 {
font-weight: bold;
clear: both;
color: #F00;
padding-top: 20px;
}

h1 a, h2 a, h3 a {
	text-decoration: none;
	font-style: italic;
}

a:link, a:visited {
	color:#F00;
}

a:hover, a:active {
	color: #F30;
}

p {
margin-top: 10px;
margin-bottom: 18px;
overflow:hidden;
}

li {
padding-left: 10px;
}

/* nav */

nav .menu {
	font-size: 20px;
	font-weight: bold;
}

nav .menu ul {
margin: 0;
padding: 17px 0 0 20px;
list-style: none;
line-height: normal;
}

nav .menu li {
display: block;
float: left;
}

nav .menu a {
	display: block;
	float: left;
	margin-right: 5px;
	padding: 0px 15px;
	text-decoration: none;
	color: #FFF;
}

nav .menu a:hover {
	font-style: italic;
	line-height: normal;
	color: #F00000;
}

/** HEADER */

header h1, header h2 {
margin: 0;
padding: 0 0 0 30px;
line-height: normal;
}

header h1 { 	
float: left;
padding-top: 10px; 
}

header h1 a:link, header h1 a:visited {
text-decoration: none;
color: #6D9D30;
text-shadow: 0px 2px 3px #777;
font-size: 48px;
}

header h1 a:hover { 
text-decoration: none; 
}

header h2 {
	padding: 20px 0 0 30px;
	font-style: italic;
	font-size: 14px;
	color: #FFF;
	background-color: #FFF;
}

/** ARTICLES **/
#content {
	float: left;
	width: 585px;
	margin:10px 0 10px 0;
	padding:5px 20px 5px 20px;
	background-color: #F5E9DF;
	/* curved border radius */
	border-radius:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-image: url(images/dusan.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#content_w {
	float: left;
	width: 900px;
	margin:10px 0 10px 0;
	padding:5px 20px 5px 20px;
	background-color: #F5E9DF;
	/* curved border radius */
	border-radius:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-image: url(images/dusan.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center bottom;
}

figure { margin-top:18px;
		
}	
.team-list li {
	overflow:hidden;
	padding-bottom:15px;
	padding-top:15px;
	padding-right:0px;
	padding-left:0px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin-top: 20px;
	margin-bottom: 20px;
			
}
.team-list li:last-child {
	padding-bottom:5;
}
	.team-list li figure {
		float:left;
		margin:10px 20px 50px 0;
		
		
	}


.alignleft, img.alignleft {
display: inline;
float: left;
margin-right: 24px;
margin-top: 4px;
}

.alignright, img.alignright {
display: inline;
float: right;
margin-left: 24px;
margin-top: 4px;
}

.aligncenter, img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
	
.alignmiddle, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 7px;
}
img.alignleft, img.alignright, img.aligncenter {
margin-bottom: 12px;
}

/* sidebar and widget blocks */

aside {
float: right;
text-align: left;
width: 290px;
margin:0;
padding:0;
border-radius:10px;
			-moz-border-radius:10px;
			-webkit-border-radius:10px;
}

/* article */
.articlecontent p a {
	color: #F00;
	
}

.articlecontent p a:hover {
color: #000;
}
.articlecontent ul li {
	
	padding-bottom:10px;
	padding-top:10px;
	padding-right:0px;
	padding-left:10px;
	margin-top:auto;
	margin-left: 20;
			
}
.articlecontent ul li:last-child {
	padding-bottom:10;
}

/* box shadow on pics */
.articlecontent img {
/* curved border radius */
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

/* sidebar */
aside section {
margin: 10px 0 0 0;
padding: 10px 10px;
background-color: #F5E9DF;
border-radius:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

aside section ul {
margin: 0 0 0 20px;
color: #307437;
}

aside section ul li a {
display: block;
text-decoration: none;
color: #000;
}

aside section ul li a:hover {
	background-color: #CC9;
	color: #fff;
}

aside section h3 {
margin-bottom: 10px;
}


#footer-area {
	color: #FFF;
	font-size: 90%;
	padding: 18px 0;
	overflow: hidden;
	/* curved border radius */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: red ;

}

.footer-segment {
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	width: 190px;
	clear: none;
}
.footer-segment_r {
	float: right;
	margin-right: 20px;
	margin-left: 20px;
	width: 190px;
	clear: none;
}
.footer-segment1 {
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	width: 900px;
	clear: none;
}

.footer-segment ul {
margin-left: 20px;
}

footer aside h4 {
color: #ddd;
font-size: 16px;
line-height: 1.5em;
}

footer a:link, footer a:visited {
color: #FFF;
}

footer a:hover { 
text-decoration: underline; 
}

footer p {
margin-top: -2px;
}

/** Navigation */
.nav-wrap {
	margin: 0px auto;
	border-bottom-width: 2px;
	border-top-style: none;
	border-bottom-style: solid;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-bottom-color: #F00;
}
.nav-wrap_l {
	margin: 0px auto;
	
}


.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
*:first-child+html .group { zoom: 1; } /* IE7 */

#example-one { margin: 0 auto; list-style: none; position: relative; width: 940px; }
#example-one li { display: inline; }
#example-one li a {
	color: silver;
	font-size: 18px;
	display: block;
	float: left;
	padding: 6px 10px 4px 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bolder;
}
#example-one li a:hover {
	color: #F00;
}
#magic-line {
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 150px;
	height: 2px;
	
	background-color: #F00;
}

#example-two { margin: 0 auto; list-style: none; position: relative; width: 940px; }
#example-two li { display: inline; }
#example-two li a { position: relative; z-index: 100;opacity: 0.4; color: silver; font-size: 14px; display: block;font-weight: bolder; float: right; padding: 6px 10px 4px 10px; text-decoration: none; text-transform: uppercase; }
#example-two li a:hover { opacity: 1;-moz-transition: all 400ms linear 0s; }
#example-two #magic-line-two { position: absolute; top: 0; left: 0; width: 100px; background: rgba(220, 133, 5, 0.9); z-index: 100; }

.current_page_item a { color: red !important; }
 .current_page_item_two a { opacity: 1 !important; }
#fixed-bar {
    margin: 0;
    padding: 0;
    position: fixed;
    z-index: 100;
	right: 20px;
	bottom: 2%;
}
#fixed-bar a {
    color: white;
    text-decoration: none;
}
#bar-inner {
    width: 50px;
    margin: 0 auto;
    height: 46px;
    line-height: 46px;
	
}


.color_orange {
	color:#ee6b26;
}
.color_grey {
	color:#333333;
}
.color_black {
	color:#000000;
}
.color_white {
	color:#ffffff;
}
.button, input[type="submit"], input[type="text"], textarea {
	font-size:16px;
	color:#333333;
	box-shadow:inset 0 0 0px #aaaaaa, 2px 2px 1px #aaaaaa;
	-khtml-box-shadow:inset 0 0 0px #aaaaaa, 2px 2px 1px #aaaaaa;
	-moz-box-shadow:inset 0 0 0px #aaaaaa, 2px 2px 1px #aaaaaa;
	-ms-box-shadow:inset 0 0 0px #aaaaaa, 2px 2px 1px #aaaaaa;
	-o-box-shadow:inset 0 0 0px #aaaaaa, 2px 2px 1px #aaaaaa;
	-webkit-box-shadow:inset 0 0 0px #aaaaaa, 2px 2px 1px #aaaaaa;
	padding:12px 20px 12px 20px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background-color:#eeeeee;
	font-family:'ArimoRegular';
	-moz-transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	transition:all 0.3s linear;
	cursor:pointer;
}
.button:hover, input[type="submit"]:hover, input[type="text"]:hover, textarea:hover {
	box-shadow:inset 0 0 15px #666666, 2px 2px 1px #aaaaaa;
	-khtml-box-shadow:inset 0 0 15px #666666, 2px 2px 1px #aaaaaa;
	-moz-box-shadow:inset 0 0 15px #666666, 2px 2px 1px #aaaaaa;
	-ms-box-shadow:inset 0 0 15px #666666, 2px 2px 1px #aaaaaa;
	-o-box-shadow:inset 0 0 15px #666666, 2px 2px 1px #aaaaaa;
	-webkit-box-shadow:inset 0 0 15px #666666, 2px 2px 1px #aaaaaa;
	background-color:#ffffff;
	-moz-transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	transition:all 0.3s linear;
	color:#000000;
}
.button a {
	font-size:16px;
	color:#333333;
	text-decoration:none;
}
.button a:hover {
	color:#000000;
}

/* ============================= Contact us START ===================================== */

#contact_form {
	width: 325px;
	float:left;
	padding-top:10px;
	padding-bottom:70px;
	margin-right:31;
	overflow:hidden;
}
#contact_form .clearfix {
	width:100%;
	margin-bottom:20px;
	position:relative
}
#contact_form .clear {
	clear: both;
	margin-bottom:30px;
}
#contact_form input[type="text"], #contact_form textarea {
	float:left;
	margin:0;
	
	border:none;
	padding:14px 18px;
	color:#333333;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	position:relative;
	width:266px;
	outline:none;
	font-family:'Times New Roman';
	font-size:14px;
}
#contact_form input[type="text"]:hover, #contact_form textarea:hover {
	background:#686661;
	color:silver;
}
#contact_form textarea {
	height:88px;
	overflow:auto;
	resize:none;
}
#contact_form .buttons {
	margin-right:22px;
	float:left;
	
}
#contact_form input[type="submit"], input[type="reset"] {
	width:90px;
	margin:3px;
	border:none;
	color:#333333;
}
#contact_form input[type="submit"]:hover, input[type="reset"]:hover {
	
	color:#000000;
}

.msg {
	font-size: 11px;
	font-weight: bold;
	color:#F00;
	margin-left:10px;
}

.contact {
	width:220px;
	height:auto;
	float:right;
}
.contact ul {
	padding:0px 0px 0px 0px;
}
.contact li {
	display:inline-block;
	padding:0px 5px 10px 0px;
	line-height:22px;
	font-size:14px;
	font-weight: bold;
}
.contact li a {
	opacity: 1.0;
}
.contact li a:hover {
	opacity: 0.5;
}
/* ============================== Contact us END ====================================== */

#wrapper #main #content .team-list table tr td {
	font-family: Times New Roman, Times, serif;
}
/* @font-face {
	font-family: 'LeagueGothicRegular';
	src: url('font/League_Gothic-webfont.eot');
	src: local('☺'), url('font/League_Gothic-webfont.woff') format('woff'), url('font/League_Gothic-webfont.ttf') format('truetype'), url('font/League_Gothic-webfont.svg#webfontpm5EArBj') format('svg');
	font-weight: normal;
	font-style: normal;
}*/



.row { margin: 0 -12.5px; }
.row .row { width: auto; max-width: none; min-width: 0; margin: 0 -12.5px; }
.row.collapse .column, .row.collapse .columns { padding: 0; }
.row .row { width: auto; max-width: none; min-width: 0; margin: 0 -12.5px; }
.row .row.collapse { margin: 0; }
.column, .columns {
	float: left;
	min-height: 1px;
	padding: 0 12.5px;
	position: relative;
	margin-left: 45px;
}
.column.centered, .columns.centered { float: none; margin: 0 auto; }
[class*="column"] + [class*="column"]:last-child { float: left; }
[class*="column"] + [class*="column"].end { float: left; }
.one, .row .one { width: 8.33333%; }
.two, .row .two { width: 17.26667%; }
.three, .row .three { width: 25%; }
.four, .row .four { width: 33.33333%; }
.five, .row .five { width: 41.66667%; }
.six, .row .six { width: 50%; }
.seven, .row .seven { width: 58.33333%; }
.eight, .row .eight { width: 66.66667%; }
.nine, .row .nine { width: 75%; }
.ten, .row .ten { width: 83.33333%; }
.eleven, .row .eleven { width: 91.66667%; }
.twelve, .row .twelve { width: 100%; }
.row .offset-by-one { margin-left: 8.33333%; }
.row .offset-by-two { margin-left: 16.66667%; }
.row .offset-by-three { margin-left: 25%; }
.row .offset-by-four { margin-left: 33.33333%; }
.row .offset-by-five { margin-left: 41.66667%; }
.row .offset-by-six { margin-left: 50%; }
.row .offset-by-seven { margin-left: 58.33333%; }
.row .offset-by-eight { margin-left: 66.66667%; }
.row .offset-by-nine { margin-left: 75%; }
.row .offset-by-ten { margin-left: 83.33333%; }
.push-two { left: 16.66667%; }
.pull-two { right: 16.66667%; }
.push-three { left: 25%; }
.pull-three { right: 25%; }
.push-four { left: 33.33333%; }
.pull-four { right: 33.33333%; }
.push-five { left: 41.66667%; }
.pull-five { right: 41.66667%; }
.push-six { left: 50%; }
.pull-six { right: 50%; }
.push-seven { left: 58.33333%; }
.pull-seven { right: 58.33333%; }
.push-eight { left: 66.66667%; }
.pull-eight { right: 66.66667%; }
.push-nine { left: 75%; }
.pull-nine { right: 75%; }
.push-ten { left: 83.33333%; }
.pull-ten { right: 83.33333%; }

img { height: auto; }
img, object, embed { max-width: 100%; }
img { -ms-interpolation-mode: bicubic; }

#map_canvas img, .map_canvas img { max-width: none!important; }

/* Nicolas Gallagher's micro clearfix */
.row { *zoom: 1; }
.row:before, .row:after { content: " "; display: table; }
.row:after { clear: both; }

/* Team */
.team-member {
  position: relative;
  margin-bottom: 30px;
  margin-top:30px;
}

.team-member img {
  border-bottom: 3px solid #F00;
}

.team-member h5 {
  padding: 5px 10px;
  color: #fff;
  background-color: #4e5257;
  position: absolute;
  bottom: 8px;
  left: 0;
  font-weight: normal;
  z-index: 9;
}

.team-member > span {
  font-size: 9px;
  bottom: -27px;
  padding: 5px 10px;
  color: #fff;
  background-color: #F00;
  position: absolute;
  left: 0;
  z-index: 9;
}