/* ------------------------------------ */
/* ---------- Reset Browser ----------- */
/* ------------------------------------ */

@import url("reset.css");

/* ------------------------------------ */
/* ---------- General styles ---------- */
/* ------------------------------------ */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:21px;
	color:#363636;
	background-attachment:fixed;
}
#wrapper {
	width: 1090px;
	margin: auto;
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 20px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 20px rgba(50, 50, 50, 0.75);
	padding: 0px 28px;
}
.clear { 
	clear:both; 
	display:block; 
} 
.line {
	border-bottom: solid 1px #d8d8d8;
	padding: 15px 0 15px 0;
}
a { 
	text-decoration:none;
	position:relative;
}
.border-bottom {
	position:absolute;
	left: 4px;
	right: 4px;
	height: 4px;
	bottom: -4px;
	background: #25642F;
}

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

header {
	width: 100%;
	height: 155px;
	margin: auto;
	position: relative;
	z-index: 50000;
}
.home header {
	border-bottom: solid 1px #25642F;
}
header .border-left {
	position: absolute;
	left: 5px;
	width: 1px;
	top: 0px;
	bottom: 0px;
	background: #189C2D;
}
header .logo {
	position: absolute;
	left: 0px;
	top: 0px;
}
header .logo a {
	display: block;
	padding: 15px;
	height: 115px;
}
header .logo a img {
	display: block;
	height: 110px;
}
header .main-menu {
	float:right;
	position:relative;
	z-index:1000;
	
}
header .main-menu ul li {
	float:left;
	margin-left:10px;
	position:relative;
}
header .main-menu ul li .border-bottom {
	background: none;
}
header .main-menu ul li a {
	display:block;
	height:64px;
	color:#444444;
	padding:105px 10px 0 10px;
	font-size:15px;
	line-height:15px;
	text-transform:uppercase;
}

header .main-menu ul li.current a {
	color: #189C2D;
}

header .main-menu ul li:hover a {
	color: #189C2D;
	-webkit-transition: background 0.4s linear, color 0.4s linear;
	-moz-transition: background 0.4s linear, color 0.4s linear;
	-ms-transition: background 0.4s linear, color 0.4s linear;
	-o-transition: background 0.4s linear, color 0.4s linear;
	transition: background 0.4s linear, color 0.4s linear;
}

header .main-menu ul li:hover .border-bottom {
	background: #25642F;
	-webkit-transition: background 0.4s linear;
	-moz-transition: background 0.4s linear;
	-ms-transition: background 0.4s linear;
	-o-transition: background 0.4s linear;
	transition: background 0.4s linear;
}
header .main-menu ul li:hover ul li a {
	color:#ffffff;
	background: none;
}
header .main-menu ul li.active a {
	background: #189C2D;
	color: #ffffff;
}
header .main-menu ul li.active .border-bottom {
	background: #e4a40b;
}
header .main-menu ul li ul {
	position:absolute;
	width:180px;
	display:none;
	top:130px;
	z-index:100000;
	left:-81px;
	padding-left: 100%;
}
header .main-menu ul li ul li {
	width:100%;
	margin:0px;
	padding:0px;
	background-image: url('../images/submenu-li-border.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #189C2D;
}
header .main-menu ul li ul li.last {
	padding-bottom:0px;
	background-image: none;
}
header .main-menu ul li ul li a {
	display:block;
	height:auto;
	width:80%;
	border-top:none;
	color:#ffffff;
	padding:4% 10%;
	font-size:15px;
	line-height:21px;
	margin-left:0px;
	text-transform:uppercase;
}
header .main-menu ul li ul li:hover a {
	color:#444444;
	-webkit-transition:color 0.4s linear;
	-moz-transition:color 0.4s linear;
	-ms-transition:color 0.4s linear;
	-o-transition:color 0.4s linear;
	transition:color 0.4s linear;
}
header .main-menu ul li ul li.active a {
	color:#444444;
}
header .search {
	float: right;
	margin: 90px 0 0 20px;
}
header .search form .field {
	display:block;
	height:40px;
	width: 100px;
	background: #f0f0f0;
	color:#555252;
	font-size:12px;
	float: left;
	border: none;
	padding: 0px 5px 0px 13px;
	
}
header .search form .submit {
	background: url('../images/search-bg.png') no-repeat center #dddddd;
	display:block;
	height:40px;
	width: 40px;
	border:none;
	cursor:pointer;
	float: left;
	padding: 0px;
}
header .search form .submit:hover {
	background-color:#189C2D;
	background-image: url('../images/search-bg-h.png');
	-webkit-transition: background-color 0.4s linear;
	-moz-transition: background-color 0.4s linear;
	-ms-transition: background-color 0.4s linear;
	-o-transition: background-color 0.4s linear;
	transition: background-color 0.4s linear;
}

/* ----------------------------------- */
/* -------- Main title styles -------- */
/* ----------------------------------- */

.main-title {
	width:100%;
	height: 123px;
	border-top: solid 1px #189C2D;
	border-bottom: solid 1px #189C2D;
	position: relative;
	z-index: 40000;
}
.main-title  p {
	font-size:95px;
	line-height:95px;
	color: #eab82a;
	text-transform: uppercase;
	position: absolute;
	right: 0px;
	top: 19px;
	
}

/* ----------------------------------- */
/* ----------- Main styles ----------- */
/* ----------------------------------- */

#main {
	width:100%;
}
/* ----------- Main Content ----------- */
.main-content {
	width:100%;
	margin:auto;
	padding:45px 0 40px 0;
}
.main-content .left-container {
	width:65.65%;
	float:left;
}
.main-content .right-container {
	width:31.5%;
	float:right;
}
.marked-title {
	width:100%;
	border-bottom: solid 1px #189C2D;
	margin-bottom: 25px;
}
.marked-title.first {
	margin-top: 30px;
}
.marked-title h3 {
	font-size:30px;
	line-height:30px;
	height: 33px;
	color:#ffffff;
	padding:7px 10px 0px 10px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	background: #189C2D;
	
	margin-bottom: 0px;
	letter-spacing: -1px;
}
/* ----------- Full Width ----------- */
.title-box {
	background: #2d2d2d;
	padding: 20px 20px 15px 20px;
	margin-bottom: 25px;
}
.title-box h1 {
	color: #ffffff;
	margin-bottom: 0px;
}
/* ----------- Article ----------- */
article {
	width:100%;
	float:left;
	background:#ffffff;
	position:relative;
	margin-bottom:33px;
}
article.border {
	border-bottom: solid 1px #d8d8d8;
	padding-bottom: 20px;
	margin-bottom: 25px;
}
article .title-box {
	margin-bottom: 1px;
}
article .post-thumb {
	position:relative;
}
article .post-thumb .overlay {
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	cursor:pointer;
	opacity: 0;
  	filter: alpha(opacity = 0);
}
article .post-thumb .overlay .cat {
	position:absolute;
	left:0px;
	right:0px;
	bottom:40px;
	height: 25px;
	border-bottom: solid 1px #189C2D;
	cursor:pointer;
	z-index: 2000;
	color: #ffffff;
	font-size: 12px;
	
	padding-left: 55px;
	text-transform: uppercase;
	padding-top: 5px;
}
article.small .post-thumb .overlay .cat {
	bottom:14px;
}
article .post-thumb .overlay .cat .icon {
	background: url('../images/overlay-cat-icon.png') no-repeat center #189C2D;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 15px;
	bottom: 0px;
}
article .post-thumb .overlay .op {
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	background:#2d2d2d;
	z-index:1000;
	opacity: 0;
  	filter: alpha(opacity = 0);
	cursor:pointer;
}
article .post-thumb:hover .overlay .op {
	opacity: 0.8;
  	filter: alpha(opacity = 80);
	-webkit-transition: opacity 0.4s linear;
	-moz-transition: opacity 0.4s linear;
	-ms-transition: opacity 0.4s linear;
	-o-transition: opacity 0.4s linear;
	transition: opacity 0.4s linear;
}
article .post-thumb:hover .overlay {
	opacity: 1;
  	filter: alpha(opacity = 100);
	-webkit-transition: opacity 0.4s linear;
	-moz-transition: opacity 0.4s linear;
	-ms-transition: opacity 0.4s linear;
	-o-transition: opacity 0.4s linear;
	transition: opacity 0.4s linear;
}
article .post-thumb img {
	width:100%;
	display:block;
}
article .post-thumb .rating {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 62px;
	height: 17px;
	background: url('../images/rating-bg.png') repeat;
	padding: 13px 0 0 18px;
}
article .post-info {
	padding-top: 1px;
	margin-bottom: 25px;
}
article .post-info li {
	float: left;
	display: inline-block;
	background: #189C2D;
	line-height: 21px;
	margin-right: 1px;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	padding: 15px;
	letter-spacing: 1px;
}
article .post-info li span {
	font-size: 12px;
	line-height: 12px;
	color: #ffffff;
	letter-spacing: normal;
}
article.small.single {
	border-bottom: none;
	margin-bottom: 25px;
}
article.small.single .post-thumb {
	width: 100%;
	float: none;
	margin-bottom: 13px;
}
article.small.single .cat-post-desc {
	width: 100%;
	float: none;
}
article .cat-post-desc {
	position: relative;
}
article .cat-post-desc h3 {
	color: #525252;
	font-size: 18px;
	line-height: 24px;
	
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 18px;
}
article .cat-post-desc h3 a {
	color: #525252;
}
article .cat-post-desc h3 a:hover {
	color: #ffbb19;
	-webkit-transition: color 0.4s linear;
	-moz-transition: color 0.4s linear;
	-ms-transition: color 0.4s linear;
	-o-transition: color 0.4s linear;
	transition: color 0.4s linear;
}
article .cat-post-desc .date {
	color: #189C2D;
	font-size: 12px;
	line-height: 12px;
	
	text-transform: uppercase;
	padding-bottom: 10px;
}
article .cat-post-desc p {
	color: #6f6f6f;
	font-size: 12px;
	line-height: 18px;
	
	padding-bottom: 0px;
}
article.small {
	border-bottom: solid 1px #d8d8d8;
	padding-bottom: 12px;
	margin-bottom: 12px;
}
article.small.last {
	border-bottom: none;
	margin-bottom: 40px;
}
article.small .post-thumb {
	width: 45.35%;
	float: left;
}
article.small .cat-post-desc {
	width: 49.4%;
	float: right;
}
article.small .cat-post-desc .date {
	padding-bottom: 0px;
}
article.small .cat-post-desc h3 {
	font-size: 12px;
	line-height: 18px;
	
	margin-bottom: 0px;
	margin-top: 5px;
}
article.small .cat-post-desc .rating {
    background: none;
    bottom: -15px;
    left: 0px;
    padding: 0;
    position: absolute;
}
article.twoboxes {
	border-bottom: solid 1px #d8d8d8;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
article.twoboxes.last {
	border-bottom: none;
}
article.twoboxes .post-thumb {
	float: left;
	width: 31.5%;
}
article.twoboxes .post-thumb .cat {
	bottom: 10px;
}
article.twoboxes .post-thumb .overlay .cat .icon {
	width: 22px;
	height: 22px;
}
article.twoboxes img {
	width: 100%;
	display: block;
}
article.twoboxes .right-desc {
	float: right;
	width: 63.5%;
}
article.twoboxes h3 {
	font-size: 12px;
	line-height: 16px;
	color: #7a7a7a;
	text-transform: uppercase;
	padding-bottom: 2px;
	margin-bottom: 0px;
}
article.twoboxes h3 a {
	color: #7a7a7a;
}
article.twoboxes h3 a:hover {
	color: #189C2D;
	-webkit-transition: color 0.4s linear;
	-moz-transition: color 0.4s linear;
	-ms-transition: color 0.4s linear;
	-o-transition: color 0.4s linear;
	transition: color 0.4s linear;
}
article.twoboxes .date {
	color: #189C2D;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	margin-top: 5px;
	padding-bottom: 0px;
	
}
/* ----------- Features ----------- */
h1, h2, h3, h4, h5, h6 {
	color: #4d4d4d;
	
	margin-bottom: 20px;
}
h1 {
	font-size:27px;
        line-height: 30px;
}
h2 {
	font-size:48px;
	line-height:54px;
}
h3 {
	font-size:30px;
	line-height:36px;
}
h4 {
	font-size:28px;
	line-height:34px;
}
h5 {
	font-size:24px;
	line-height:30px;
}
h6 {
	font-size:20px;
	line-height:26px;
}
.features .features h1, .features h2, .features h3, .features h4, .features h5, .features h6 {
	line-height:65px;
}
p {
	padding-bottom:20px;
}
p b {
	
}
.quote {
	
	background:#eeeeee;
	font-size: 12px;
	padding:30px 30px 30px 110px;
	margin-bottom:30px;
	margin-top:10px;
	font-style:italic;
	position:relative;
	color:#727272;
}
.quote .icon {
	background:url('../images/quote.png') no-repeat center #ffbb19;
	display:block;
	position:absolute;
	width:80px;
	top:0px;
	left:0px;
	bottom:0px;
}
.rating {
	z-index: 5000;
}
.rating li {
	float: left;
	padding-right: 1px;
}
.rating li a {
	background: url('../images/news-rate-star.png') no-repeat;
	width: 8px;
	height: 7px;
	display: block;
	cursor: default;
}
.rating.calc li a {
	cursor: pointer;
}
.rating li.active a {
	background-position: 0px -8px;
}
.rating.calc li:hover a {
	background-position: 0px -8px;
	-webkit-transition: background-position 0.4s linear;
	-moz-transition: background-position 0.4s linear;
	-ms-transition: background-position 0.4s linear;
	-o-transition: background-position 0.4s linear;
	transition: background-position 0.4s linear;
}
.rating li.hover a {
	background-position: 0px -8px;
	-webkit-transition: background-position 0.4s linear;
	-moz-transition: background-position 0.4s linear;
	-ms-transition: background-position 0.4s linear;
	-o-transition: background-position 0.4s linear;
	transition: background-position 0.4s linear;
}
.rating-box {
	background: #2d2d2d;
	width: 260px;
	padding: 5px 20px;
	float: left;
	margin-right: 30px;
}
.rating-box .item {
	background: url("../images/widget-border-bottom.jpg") repeat-x bottom;
	position: relative;
}
.rating-box .item .rating {
	position: absolute;
	right: 0px;
	bottom: 16px;
}
.rating-box .item p {
	
	font-size: 24px;
	line-height: 24px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 10px 0;
}
.rating-box .total .left {
	
	font-size: 24px;
	line-height: 24px;
	float: left;
	text-transform: uppercase;
	color: #ffffff;
	padding: 25px 0 17px 0;
}
.rating-box .total .right {
	
	font-size: 40px;
	line-height: 40px;
	float: right;
	text-transform: uppercase;
	color: #ffffff;
	padding: 17px 0 0 0;
}
.separator {
	width:100%;
	height:1px;
	background:#d4d4d4;
	margin-bottom:45px;
	margin-top:25px;
}
/* ----------- Post Navi ----------- */
.post-navi {
	padding-top:40px;
	margin: auto;
	width: 238px;
        height: 80px;
}
.post-navi li {
	float: left;
	margin-right: 2px;
}
.post-navi a {
	float:left;
	display:block;
	background:#535353;
	width:32px;
	height:21px;
	color:#ffffff;
	font-size:14px;
	line-height:14px;
	
	text-align:center;
	padding-top:11px;
}
.post-navi li:hover a {
	background:#189C2D;
	-webkit-transition: color 0.4s linear, background 0.4s linear;
	-moz-transition: color 0.4s linear, background 0.4s linear;
	-ms-transition: color 0.4s linear, background 0.4s linear;
	-o-transition: color 0.4s linear, background 0.4s linear;
	transition: color 0.4s linear, background 0.4s linear;
}
.post-navi li a.active {
	background:#189C2D;
	-webkit-transition: color 0.4s linear, background 0.4s linear;
	-moz-transition: color 0.4s linear, background 0.4s linear;
	-ms-transition: color 0.4s linear, background 0.4s linear;
	-o-transition: color 0.4s linear, background 0.4s linear;
	transition: color 0.4s linear, background 0.4s linear;
}
/* ----------- Comments ----------- */
.main-content .left-container .comments {
	padding: 25px 0;
}
.main-content .left-container .comments ul.level-1 {
	width:100%;
	margin-bottom:25px;
}
.main-content .left-container .comments ul.level-2 {
}
.main-content .left-container .comments ul.level-3 {
}
.main-content .left-container .comments ul li {
	padding-left: 75px;
}
.main-content .left-container .comments ul li .comment {
	display:block;
	height:auto;
	min-height:76px;
	border:solid 1px #e8e8e8;
	background:#f6f6f6;
	position:relative;
	margin-bottom:25px;
}
.main-content .left-container .comments ul li .comment:hover .date {
	background: #189C2D;
	-webkit-transition: background 0.4s linear;
	-moz-transition: background 0.4s linear;
	-ms-transition: background 0.4s linear;
	-o-transition: background 0.4s linear;
	transition: background 0.4s linear;
}
.main-content .left-container .comments ul li .comment .date {
	display:block;
	width:75px;
	background: #535353;
	position: absolute;
	left: -76px;
	top: -1px;
	bottom: -1px;
}
.main-content .left-container .comments ul li .comment .date span {
	display:block;
	width:73px;
	text-align:center;
	background:url('../images/comments-ic.png') center top no-repeat;
	font-size:14px;
	color:#ffffff;
	
	padding-top:25px;
	margin-top:15px;
	font-style: italic;
}
.main-content .left-container .comments ul li .comment .content {
	color:#777777;
	font-size:14px;
	line-height:21px;
	padding:5px 20px 15px;
	display:block;
	
}
.main-content .left-container .comments ul li .comment .title {
	color:#777777;
	font-size:14px;
	line-height:40px;
	
	font-style: italic;
}
.main-content .left-container .comments ul li .comment .title b {
	
}
.main-content .left-container .comments ul li .reply {
	display:block;
	position:absolute;
	background:url('../images/reply-sprite.png') no-repeat 40px 0px;
	height:11px;
	left:180px;
	top:20px;
	font-size:14px;
	line-height:10px;
	
	font-style:italic;
	color:#777777;
	padding-right:30px;
}
.main-content .left-container .comments ul li .reply:hover {
	background-position:40px -11px;
	-webkit-transition: background-position 0.4s linear;
	-moz-transition: background-position 0.4s linear;
	-ms-transition: background-position 0.4s linear;
	-o-transition: background-position 0.4s linear;
	transition: background-position 0.4s linear;
}
.main-content .left-container .comments .contact-form {
	border:none;
	padding-top:0px;
}
/* ----------- Sidebar ----------- */
.main-content .right-container .sidebar {
	width:100%;
}
.sidebar .widget {
	background:#ffffff;
	position:relative;
	margin-bottom:30px;
}
.sidebar .widget .tags li {
	float:left;
	padding:0 4px 4px 0;
}
.sidebar .widget .tags li a {
	display:inline-block;
	color:#ffffff;
	height: 22px;
	padding:8px 10px 0 10px;
	font-size:12px;
	line-height:12px;
	background:#262626;
	
}
.sidebar .widget .tags li a:hover {
	background:#189C2D;
	color:#ffffff;
	-webkit-transition: background 0.4s linear;
	-moz-transition: background 0.4s linear;
	-ms-transition: background 0.4s linear;
	-o-transition: background 0.4s linear;
	transition: background 0.4s linear;
}
.sidebar .widget .social li {
	float: left;
	width: 29.75%;
	margin-right: 5.375%;
	background: #f4f4f4;
	margin-bottom: 25px;
}
.sidebar .widget .social li.third {
	margin-right: 0;
}
.sidebar .widget .social li a {
	width: 100%;
	display: block;
	color: #919191;
	font-size: 24px;
	line-height: 18px;
	
	text-align: center;
	padding-bottom: 20px;
}
.sidebar .widget .social li a span {
	font-size: 12px;
	text-transform: uppercase;;
}
.sidebar .widget .social li .icon {
	width: 100%;
	height: 73px;
	display: block;
	margin-bottom: 20px;
}
.sidebar .widget .social li .icon.fb {
	background: url('../images/fb-ic.png') no-repeat center #535353;
}
.sidebar .widget .social li .icon.tw {
	background: url('../images/tw-ic.png') no-repeat center #535353;
}
.sidebar .widget .social li .icon.rss {
	background: url('../images/rss-ic.png') no-repeat center #535353;
}
.sidebar .widget .social li:hover .icon {
	background-color:#189C2D;
	-webkit-transition: background-color 0.4s linear;
	-moz-transition: background-color 0.4s linear;
	-ms-transition: background-color 0.4s linear;
	-o-transition: background-color 0.4s linear;
	transition: background-color 0.4s linear;
}
.sidebar .widget .ads {
	margin-bottom: 25px;
	width: 100%;
}
.sidebar .widget .nav-tabs > li > a {
    background: none repeat scroll 0 0 #189C2D;
    padding: 6px 10px 3px 10px;
}
.sidebar .widget .nav-tabs > li.active > a {
    background-color:#535353;
	-webkit-transition: background-color 0.4s linear;
	-moz-transition: background-color 0.4s linear;
	-ms-transition: background-color 0.4s linear;
	-o-transition: background-color 0.4s linear;
	transition: background-color 0.4s linear;
}
.sidebar .widget .nav-tabs > li:hover > a {
    background-color:#535353;
	-webkit-transition: background-color 0.4s linear;
	-moz-transition: background-color 0.4s linear;
	-ms-transition: background-color 0.4s linear;
	-o-transition: background-color 0.4s linear;
	transition: background-color 0.4s linear;
}
.sidebar .widget .tab-content {
	border-top: solid 1px #189C2D;
	margin-top: -1px;
	background: none;
}
.sidebar .widget .tab-pane {
	padding: 0;
	letter-spacing: -1px; 
}
.sidebar .widget .news .item {
	border-bottom: solid 1px #d8d8d8;
	padding: 20px 0; 
}
.sidebar .widget .news .item.last {
	border-bottom: none;
}
.sidebar .widget .news .item h3 {
	color: #525252;
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	
	text-transform: uppercase; 
	letter-spacing: normal;
}
.sidebar .widget .news .item h3 a {
	color: #525252; 
}
.sidebar .widget .news .item h3 a:hover {
	color:#189C2D;
	-webkit-transition: color 0.4s linear;
	-moz-transition: color 0.4s linear;
	-ms-transition: color 0.4s linear;
	-o-transition: color 0.4s linear;
	transition: color 0.4s linear; 
}
.sidebar .widget .news .item p {
	color: #189C2D;
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	
	text-transform: uppercase; 
	padding-bottom: 4px;
}
/* ----------- Contact-form ----------- */
.main-content.contact {
	padding-top: 25px;
}
.contact-iframe {
	width:100%;
}
.contact-iframe iframe {
	width:100%;
}
.main-content .infos {
	width: 717px;
	margin: auto;
	padding: 30px 0;
}
.main-content .infos h1 {
	font-size:103px;
	line-height:103px;
	color:#189C2D;
	
	letter-spacing: -5px;
	margin: 0;
	word-wrap:break-word;
}
.main-content .infos h2 {
	font-size:38px;
	line-height:44px;
	color:#7a7a7a;
	
	text-transform: uppercase;
	letter-spacing: -5px;
	margin: 0;
}
.main-content .infos h2 span {
	color:#9a9a9a;
}
.main-content .contact-content {
	width: 717px;
	margin: auto;
}
.main-content .contact-content .contact-form .top-form {
	width:100%;
}
.main-content .contact-content .contact-form .right-form {
	width:100%;
}
.main-content .contact-content .contact-form .parent {
	position: relative;
	display: block;
	float: left;
	margin-right: 2%;
	width: 32%;
}
.main-content .contact-content .contact-form .parent .icon {
	position: absolute;
	width: 48px;
	height: 41px;
	display: block;
	top: 0px;
	right: 0px;
}
.main-content .contact-content .contact-form .field {
	width:94%;
	padding:0 3%;
	height:41px;
	border:none;
	margin-bottom:25px;
	color:#555252;
	font-size:12px;
	display:block;
	
	font-style:italic;
	background: #f0f0f0;
}
.main-content .contact-content .contact-form .parent.last {
	margin-right:0;
}
.main-content .contact-content .contact-form .parent.name .icon  {
	background:url('../images/cf-name-ic.png') no-repeat center #535353;
}
.main-content .contact-content .contact-form .parent.email .icon {
	background:url('../images/cf-mail-ic.png') no-repeat center #535353;
}
.main-content .contact-content .contact-form .parent.web .icon {
	background:url('../images/cf-web-ic.png') no-repeat center #535353;
}
.main-content .contact-content .contact-form .parent:hover .icon {
	background-color:#189C2D;
	-webkit-transition: background-color 0.4s linear;
	-moz-transition: background-color 0.4s linear;
	-ms-transition: background-color 0.4s linear;
	-o-transition: background-color 0.4s linear;
	transition: background-color 0.4s linear;
}
.main-content .contact-content .contact-form textarea {
	width:98%;
	padding:15px 1%;
	height:190px;
	margin-bottom:35px;
	border:none;
	color:#555252;
	font-size:12px;
	background:#f0f0f0;
	
	font-style:italic;
}
.main-content .contact-content .contact-form .submit {
	float: right;
	margin-bottom: 50px;
}
.main-content .contact-content .contact-form .reset:hover {
	background-color:#189C2D;
	-webkit-transition: background-color 0.4s linear;
	-moz-transition: background-color 0.4s linear;
	-ms-transition: background-color 0.4s linear;
	-o-transition: background-color 0.4s linear;
	transition: background-color 0.4s linear;
}
/* ----------- Home ----------- */
.cn_wrapper{
	margin:0;
	width:100%;
	height:357px;
	position:relative;
	color:#fff;
	overflow:hidden;
	margin-top: 30px;
}
.cn_wrapper h1{
	font-size:20px;
	text-transform:uppercase;
}
.cn_wrapper h2{
	font-size:12px;
	border-bottom:1px solid #000;
	padding-bottom:4px;
	text-transform:uppercase;
}
.cn_preview{
	left:0px;
	width: 719px;
	height:357px;
	position:absolute;
	top:0px;
}
.cn_list{
	background: #2d2d2d;
	padding: 27px 25px 0 25px;
	width:323px;
	height:330px;
	position:absolute;
	top:0px;
	right:0px;  
}
.cn_content{
	top:357px;/*0*/
	left:0px;
	width:717px;
	position:absolute;
	height:357px;
}
.cn_content .caption{
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 100px;
	padding-right: 110px;
	padding-left: 10px;
	background: url('../images/caption-bg.png');
}
.cn_content .caption h3{
	
	text-transform: uppercase;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 0px;
	color: #ffffff;
	padding-top: 15px;
	padding-bottom: 8px;
}
.cn_content .caption p{
	
	font-size: 12px;
	line-height: 18px;
	color: #ffffff;
}
.cn_content .caption h3 a{
	color: #ffffff;
}
.cn_content .caption h3 a:hover{
	color:#189C2D;
	-webkit-transition: color 0.4s linear;
	-moz-transition: color 0.4s linear;
	-ms-transition: color 0.4s linear;
	-o-transition: color 0.4s linear;
	transition: color 0.4s linear;
}
.cn_content .caption .date{
	width: 100px;
	height: 100px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background: #189C2D;
	text-align: center;
}
.cn_content .caption .date p{
	
	font-size: 59px;
	line-height: 20px;
	color: #ffffff;
	padding-top: 32px;
}
.cn_content .caption .date p span{
	
	font-size: 12px;
}
.cn_content.bg-1{
	background: url('../images/slider-img-1.jpg') no-repeat center #ffffff;
}
.cn_content.bg-2{
	background: url('../images/slider-img-2.jpg') no-repeat center #ffffff;
}
.cn_content.bg-3{
	background: url('../images/slider-img-3.jpg') no-repeat center #ffffff;
}
.cn_content.bg-4{
	background: url('../images/slider-img-4.jpg') no-repeat center #ffffff;
}
.cn_content.bg-5{
	background: url('../images/slider-img-5.jpg') no-repeat center #ffffff;
}
.cn_content.bg-6{
	background: url('../images/slider-img-6.jpg') no-repeat center #ffffff;
}
.cn_content.bg-7{
	background: url('../images/slider-img-7.jpg') no-repeat center #ffffff;
}
.cn_content.bg-8{
	background: url('../images/slider-img-8.jpg') no-repeat center #ffffff;
}
.cn_content.bg-9{
	background: url('../images/slider-img-9.jpg') no-repeat center #ffffff;
}
.cn_content.bg-10{
	background: url('../images/slider-img-10.jpg') no-repeat center #ffffff;
}
.cn_item{
	width: 100%;
	background: url("../images/widget-border-bottom.jpg") repeat-x bottom;
	cursor: pointer;
	padding-bottom: 21px;
	margin-bottom: 21px;
}
.cn_item.last{
	background: none;
}
.cn_item h4{
	font-size: 12px;
	line-height: 16px;
	color: #ffffff;
	margin-bottom: 0px;
	
	text-transform: uppercase;
	margin-bottom: 1px;
}
.cn_item .left-box{
	float: left;
	width: 90px;
}
.cn_item .left-box img{
	width: 100%;
	display: block;
}
.cn_item .right-box{
	float: right;
	width: 210px;
}
.cn_item:hover h4,
.cn_list .selected h4,
.cn_item:active h4{
	color:#2DD340;
	-webkit-transition: color 0.4s linear;
	-moz-transition: color 0.4s linear;
	-ms-transition: color 0.4s linear;
	-o-transition: color 0.4s linear;
	transition: color 0.4s linear;
}
.cn_list p {
	font-size: 11px;
	color: #626262;
	line-height: 11px;
	
	padding-bottom: 0px;
}
.cn_nav{
	width:100%;
	height:49px;
	position:absolute;
	bottom:105px;
	left:0px;
	right: 0px;
	padding-left: 40px;
	border-bottom: solid 1px #189C2D; 
}
a.cn_next, a.cn_prev{
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #189C2D;
	opacity: 0.9;
    filter: alpha(opacity = 90);
    width: 49px;
    height: 49px;
    margin-right: 1px;
    float: left;
    cursor: pointer;
}
a.cn_next{
	background-image:url('../images/slider-next.png');
}
a.cn_prev{
	background-image:url('../images/slider-prev.png');
}
.cn_nav a:hover{
	background-color:#101010;
}
.cn_nav a:active{
	background-color:#000;
}
.cn_nav a.disabled{
	opacity:0.5;
	cursor: default;
}
.cn_nav a.disabled:hover{
	background-color: #189C2D;
}
.cn_page{
	display:none;
}

/* ----------------------------------- */
/* ---------- Footer styles ---------- */
/* ----------------------------------- */

footer {
	height:auto;
	width: 100%;
}
.footer-top {
	background: url('../images/footer-top-middle.png') no-repeat center top #2d2d2d;
	width: 1090px;
	margin: auto;
	padding: 50px 28px 0 28px;
	position: relative;
}
.footer-top .logo {
	position: absolute;
	left: 65px;
	top: -60px;
}
.footer-top .logo a {
	display: block;
	padding: 3px;
	height: 200px;
}
.footer-top .logo a img {
	display: block;
	height: 200px;
}
.footer-top .widget {
	width:31.5%;
	float:left;
	margin-right:2.75%;
}
.footer-top .widget.first{
	padding-top: 0px;
}
.footer-top .widget.last{
	margin-right:0;
}
.footer-top .widget .title{
	width:100%;
	border-bottom: solid 1px #189C2D;
	margin-bottom: 25px;
}
.footer-top .widget .title h3{
	font-size:30px;
	line-height:30px;
	height: 33px;
	color:#ffffff;
	padding:7px 10px 0px 10px;
	display: inline-block;
	display: inline-block;
	*display: inline;
	zoom: 1;
	background: #189C2D;
	
	margin-bottom: 0px;
}
.footer-top .widget .news article {
	background: url('../images/widget-border-bottom.jpg') repeat-x bottom;
	background-color: #2d2d2d;
	border-bottom: none;
}
.footer-top .widget .news article.last {
	background: none;
}
.footer-top .widget .info li, .concact .info li {
	padding-left:30px;
	font-size:12px;
	line-height:12px;
	display:block;
	height:16px;
	margin-bottom:10px;
	color:#9b9b9b;
	padding-top: 3px;
	
}
.footer-top .widget .info li.address, .concact .info li.address {
	background:url('../images/address-icon.png') no-repeat;
}
.footer-top .widget .info li.phone, .concact .info li.phone {
	background:url('../images/phone-icon.png') no-repeat;
}
.footer-top .widget .info li.mail, .info li.mail {
	background:url('../images/mail-icon.png') no-repeat;
}
.footer-top .widget .info li a {
	font-size:12px;
	line-height:12px;
	color:#9b9b9b;
}
.footer-top .widget .info li a:hover {
	color:#189C2D;
	-webkit-transition: color 0.4s linear;
	-moz-transition: color 0.4s linear;
	-ms-transition: color 0.4s linear;
	-o-transition: color 0.4s linear;
	transition: color 0.4s linear;
}
.footer-top .widget .desc {
	background: url('../images/widget-border-bottom.jpg') repeat-x bottom;
	margin-bottom: 25px;
	padding-bottom: 5px;
	
}
.footer-top .widget .desc p {
	color: #999;
}
.footer-bottom {
	background:#232323;
	width: 1090px;
	margin: auto;
	padding: 12px 28px;
}
.footer-bottom .copyright {
	float:left;
}
.footer-bottom .copyright p {
	font-size:12px;
	line-height:18px;
	color:#5f5f5f;
	padding: 0;
	
}
.footer-bottom .copyright p span {
	color:#189C2D;
}

.footer-bottom .develop{
    float: right;
    color: #666;
    font-size: 12px
}


/*-----------------------------------*/
/*------- Responsive design ---------*/
/*-----------------------------------*/

.mobile-menu {
	display:none;
	position: absolute;
	right: 180px;
	top: 90px;
	width: 300px;
	
	border: solid 1px #189C2D;
	padding: 10px; 
}

@media (min-width: 1024px) and (max-width: 1185px) { 
	#wrapper {
		width: 980px;
	}
	.footer-top {
		width: 980px;
	}
	.footer-bottom {
		width: 980px;
	}
	article.small {
	    padding-bottom: 18px;
	}
	.cn_content{
		top:357px;/*0*/
		left:0px;
		width:607px;
		position:absolute;
		height:357px;
	}
	.cn_content .caption h3 {
		font-size: 14px;
		line-height: 20px;
	}
        
	.search {
		display:none;
	}
}

@media (max-width: 1023px) {
        
	#wrapper {
		width: 717px;
	}
	.footer-top {
		width: 717px;
	}
	.footer-bottom {
		width: 717px;
	}
	header .logo a img {
	    height: 80px;
	}
	footer .logo a img {
	    height: 80px!important;
	}
	article.small {
	    padding-bottom: 24px;
	}
	.cn_content{
		top:357px;/*0*/
		left:0px;
		width:344px;
		position:absolute;
		height:357px;
	}
	.cn_content .caption h3 {
		font-size: 12px;
		line-height: 14px;
	}
	.cn_content .caption p {
		font-size: 10px;
		line-height: 10px;
	}
        .search {
		display:none;
	}
        
        .main-menu ul li.current{
		display:none!important;
	}
}

@media (max-width: 790px) {
	#wrapper {
		width: 280px;
		padding-left: 25px;
		padding-right: 25px;
	}
	header {
		height: 130px;
                text-align: center;
	}
        .border-bottom{
            display:none;
        }
	.footer-top {
		width: 280px;
		padding-left: 25px;
		padding-right: 25px;
	}
	.footer-bottom {
		width: 280px;
		padding-left: 25px;
		padding-right: 25px;
	}
        .main-menu {
		display:none;
	}
	.mobile-menu {
		display:block;
		width: 280px;
		right: 0px;
		top: 24px;
	}
	header .search {
	    margin: 90px 0 0 0;
	    float: left;
	    z-index: 10000;
	    position: relative;
	}
	.main-title {
	    height: 215px;
	}
	.main-content .contact-content .contact-form .parent {
	    float: none;
	    margin-right: 0;
	    width: 100%;
	}
	.main-content .infos {
	    width: 280px;
	}
	.main-content .contact-content {
	    width: 280px;
	}
	.footer-top .widget {
	    float: none;
	    margin-right: 0;
	    width: 100%;
	    margin-bottom: 25px;
	}
	.main-menu {
		display:none;
	}
	.main-content .left-container {
	    float: none;
	    width: 100%;
	    padding-bottom: 60px;
	}
	.main-content .right-container {
	    float: none;
	    width: 100%;
	}
	.rating-box {
	    width: 240px;
	    margin-bottom: 25px;
	}
	.main-content .left-container .comments ul li {
	    padding-left: 0px;
	}	
	.main-content .left-container .comments ul li .comment .date {
	    display: none;
	}
	.row-fluid .span6 {
  	  width:100%!important;
	}
	.row-fluid .span5 {
	  width:100%!important;
	}
	.row-fluid .span4 {
	  width:100%!important;
	}
	.row-fluid .span3 {
	  width:100%!important;	
	}
	.row-fluid .span2 {
	  width:100%!important;
	}
	.row-fluid [class*="span"] {
	  margin-left: 0!important;
	}
	.alert {
	    padding: 15px 50px 15px 15px!important;
	}
	.alert-block {
	    padding: 15px 15px 15px 15px!important;
	}
	.cn_wrapper {
		display: none;
	}
        .search {
		display:none;
	}
}

/* Banners */

.block_popular_stuff .content {width:374px;}
.space-20{height: 20px; clear:both;}