@font-face {
    font-family: 'cabinregular';
    src: url('fonts/cabin-regular-webfont.eot');
    src: url('fonts/cabin-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/cabin-regular-webfont.woff2') format('woff2'),
         url('fonts/cabin-regular-webfont.woff') format('woff'),
         url('fonts/cabin-regular-webfont.ttf') format('truetype'),
         url('fonts/cabin-regular-webfont.svg#cabinregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'aaarghnormal';
    src: url('fonts/aaargh-webfont.eot');
    src: url('fonts/aaargh-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/aaargh-webfont.woff2') format('woff2'),
         url('fonts/aaargh-webfont.woff') format('woff'),
         url('fonts/aaargh-webfont.ttf') format('truetype'),
         url('fonts/aaargh-webfont.svg#aaarghnormal') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*--------------------------------------------------------------------------

	1.	Reset
    2.	960 Grid System
    3.	Common css (Link, button, margin class, text align class...)
    4.	Layout extend
    5.	Navigation
    6.	Icons
    7.	Form
    8.	Project teaser
    9.	Header
    10.	Footer
    11.	Home page
    12.	Other pages

--------------------------------------------------------------------------------*/

/* 1.	Reset
--------------------------------------------------------------------------------*/

html{
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body{
    background: #f9f9f9;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    font-size: 0.813em;
    line-height: 1.6em;
    color: #5c666b;
}
.rs{
    margin: 0;
    padding: 0;
}
h1.rs, h2.rs, h3.rs, h4.rs, h5.rs, h6.rs{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
ul.rs, ol.rs{
    list-style: none;
}

img{
    /* Responsive images (ensure images don't scale beyond their parents) */
    max-width: 100%;
    /* Part 1: Set a maxium relative to the parent */
    /*width: auto\9; */
    /* IE7-8 need help adjusting responsive images */
    height: auto;
    /* Part 2: Scale the height according to the width, otherwise you get stretching */
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
button, input, select, textarea{
    margin: 0;
    vertical-align: middle;
    font-family: inherit;
    font-size: 100%;
    outline: none;
}
button, input{
    *overflow: visible;
    line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner{
    padding: 0;
    border: 0;
}
button, html input[type="button"], input[type="reset"], input[type="submit"]{
    -webkit-appearance: button;
    cursor: pointer;
}
label, select, button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"]{
    cursor: pointer;
}
input[type="search"]{
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button{
    -webkit-appearance: none;
}
textarea{
    overflow: auto;
    vertical-align: top;
    resize: none;
}

/* 2.	960 Grid System
Learn more ~ http://960.gs/
Licensed under GPL and MIT.
--------------------------------------------------------------------------------*/

/* Containers
--------------------------------------------------------------------------------*/
.container_full{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.container_10{
    margin-left: 22.5%;
    margin-right: auto;
    width: 960px;
}
.container_12{
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}

.container_13{
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12{
    display: inline;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
}

.grid_a, .grid_b, .grid_c, .grid_d {
    display: inline;
    float: right;
    margin-left: 1%;
}

.grid_nws {
    width: 472px;
    display: inline;
    margin-right: 6px;
    float: left;
}

.banner300, .banner120, .banner250 {
    float: right;
    color: #fff;  
}

.banner120 {width: 120px; height:600px; margin-bottom: 20px;}
div.banner120 {background-image: url(../images/banner/banner120.jpg)}
.banner160 {width: 160px; height:600px; margin-bottom: 20px;}
div.banner160 {background-image: url(../images/banner/banner160.jpg)}
.banner300 {width: 300px; height: 250px; margin-top: 20px;}
.banner250 {width: 250px; height: 250px;}

div.banner250, div.banner300 {
    background: url(../images/slide-item-bg.png) repeat 0 0;
}

.banner300 p {padding: 50px 10px 0 10px;}
.banner250 p {padding: 30px 10px 0 10px;}

.banner300 p, .banner250 p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 2em;
    text-align: center;
    line-height: 1.2em;    
}

.banner300 a.btn-gray {margin:0 70px;}
.banner250 a.btn-gray {margin:0 45px;}

.headerbanner {
    width: 90%;
    margin: 0 auto;
}

.banner160, .banner234, .banner320, .banner468 {
    float: left;
    color: #fff; 
}

.banner234 {width: 234px; height:60px;}
div.banner234 {background-image: url(../images/banner/banner234.jpg)}
.banner320 {width: 320px; height:100px; margin-left: 20px;}
div.banner320 {background-image: url(../images/banner/banner320.jpg)}
.banner468 {width: 468px; height:60px; margin-left: 20px;}
div.banner468 {background-image: url(../images/banner/banner468.jpg)}

.auma {
    width:640px;
    height: 250px;
}

.grid_d, .grid_e {
    margin-bottom: 10px;
}

.grid_e button {
    font-size: 12px;
}

.grid_1{width: 6.333%;}
.grid_2{width: 14.666%;}
.grid_3{width: 23%;}
.grid_a{width: 25.3%;}
.grid_b{width: 25.3%;}
.grid_c{width: 25.3%;}
.grid_d{width: 300px;}
.grid_e{width: 170px; display: inline; margin-right: 1%; float: left;}
.grid_f{width: 640px; display: inline; float: left; margin-left: 1%; margin-top: 10px;}
.grid_4{width: 31.333%;}
.grid_5{width: 39.666%;}
.grid_6{width: 48%;}
.grid_7{width: 56.333%;}
.grid_8{width: 70%; }
.grid_9{width: 73%;}
.grid_10{width: 81.333%;}
.grid_11{width: 89.666%;}
.grid_12{width: 98%;}

/*Prefix Extra Space >> 12 Columns*/
.prefix_1{padding-left: 8.333%;}
.prefix_2{padding-left: 16.666%;}
.prefix_4{padding-left: 33.333%;}
.prefix_5{padding-left: 41.666%;}
.prefix_7{padding-left: 58.333%;}
.prefix_8{padding-left: 66.666%;}
.prefix_9{padding-left: 75%;}
.prefix_10{padding-left: 83.333%;}
.prefix_11{padding-left: 91.666%;}

.make-left{float: left}
.make-right{float: right}

#wrapper{
    margin: 0 auto;
}
.clearfix{
    *zoom: 1;
}
.clearfix:before,
.clearfix:after{
    display: table;
    content: "";
    line-height: 0;
}
.clearfix:after{
    clear: both;
}
.clear{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearspace {
    height: 40px;
}
.clear-2col{
    display: none;
}

/* 3.	Common css
--------------------------------------------------------------------------------*/
.br4{border-radius: 4px;-moz-border-radius: 4px;-webkit-border-radius: 4px;}
.br0{border-radius: 0;-moz-border-radius: 0;-webkit-border-radius: 0;}
.mb30{margin-bottom: 30px}
.pb10{padding-bottom: 10px}
.pb20{padding-bottom: 10px}
.pb30{padding-bottom: 30px}
.dis-scroll{overflow: hidden;}
.ta-l{text-align: left}
.ta-c{text-align: center}
.ta-r{text-align: right}
.fw-b{font-family: 'Open Sans', sans-serif; font-weight: 700}
.fw-thin{font-family: 'Open Sans', sans-serif; font-weight: 300}
.fw-n{font-weight: normal}
a{
	color: #3e4b51;
	text-decoration: none;
    transition:color 0.3s;
	-o-transition:color 0.3s;
	-ms-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-webkit-transition:color 0.3s;
}
a:hover{text-decoration: none;}
a:hover, a:active{outline: 0;}
a.fc-default,.fc-default{color: #5c666b}
a.fc-white,.fc-white{color: #FFF}
a.fc-orange,.fc-orange,.be-fc-orange:hover,.be-fc-footer:hover{color: #891536}
li.be-fc-footer:hover{color: #891536;}
a.fc-black,.fc-black{color: #3e4b51}
a.fc-gray,.fc-gray{color: #b7bcbe}
a.fc-gray-dark,.fc-gray-dark{color: #999}
/*a.fc-blue,.fc-blue{color: #4a92e2}*/

.fc-orange-bold {color: #891536; font-weight:bold;}

.btn{
    border: 1px solid #b6b6b6;
    cursor: pointer;
    text-align: center;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #575757;
    padding: 5px 16px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1), 0 0 2px rgba(255,255,255,0.1) inset, 0 1px 2px rgba(255,255,255,0.2) inset;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1), 0 0 2px rgba(255,255,255,0.1) inset, 0 1px 2px rgba(255,255,255,0.2) inset;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1), 0 0 2px rgba(255,255,255,0.1) inset, 0 1px 2px rgba(255,255,255,0.2) inset;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.btn.fill-width{
    display: block;
    margin-bottom: 8px;
}
.btn.big{
    padding: 10px 20px;
}
.btn.bigger{
    font-family: 'Open Sans', sans-serif;
	font-weight: 700;
    text-transform: uppercase;
    font-size: 1.077em;
    padding: 14px 24px;
}
.btn-white{
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3f3f3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 100%); /* IE10+ */
    background: linear-gradient(top,  #ffffff 0%,#f3f3f3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */
}
.btn-white:hover{
    background: #f2f2f2;
}
.btn-black{
    border-color: #2a3336;
    color: #FFF;
    background: #445359; /* Old browsers */
    background: -moz-linear-gradient(top,  #445359 0%, #384449 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#445359), color-stop(100%,#384449)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #445359 0%,#384449 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #445359 0%,#384449 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #445359 0%,#384449 100%); /* IE10+ */
    background: linear-gradient(top,  #445359 0%,#384449 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#445359', endColorstr='#384449',GradientType=0 ); /* IE6-9 */
}
.btn-black:hover{
    background: #384449;
}
.btn-green{
    border-color: #45911b;
    color: #FFF;
    padding: 10px 20px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
	font-weight: 700;
    background: #5bb327; /* Old browsers */
    background: -moz-linear-gradient(top,  #5bb327 0%, #4ba220 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5bb327), color-stop(100%,#4ba220)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #5bb327 0%,#4ba220 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #5bb327 0%,#4ba220 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #5bb327 0%,#4ba220 100%); /* IE10+ */
    background: linear-gradient(top,  #5bb327 0%,#4ba220 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bb327', endColorstr='#4ba220',GradientType=0 ); /* IE6-9 */
}
.btn-green:hover{
    background: #65da2b;
}
.btn-red{
    border: 1px solid #b53b2c;
    color: #FFF;
    background: #ec5843; /* Old browsers */
    background: -moz-linear-gradient(top,  #fc0626 0%, #891536 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fc0626), color-stop(100%,#891536)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fc0626 0%,#891536 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fc0626 0%,#891536 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fc0626 0%,#891536 100%); /* IE10+ */
    background: linear-gradient(top,  #fc0626 0%,#891536 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc0626', endColorstr='#891536',GradientType=0 ); /* IE6-9 */
}
.btn-red:hover{
    background: #e84837;
}

.btn-orange{
    border-color: #b65e01;
    color: #FFF;
    padding: 10px 20px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    background: #ef7f01; /* Old browsers */
    background: -moz-linear-gradient(top,  #ef7f01 0%, #ef9734 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ef7f01), color-stop(100%,#ef9734)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ef7f01 0%,#ef9734 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ef7f01 0%,#ef9734 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ef7f01 0%,#ef9734 100%); /* IE10+ */
    background: linear-gradient(top,  #ef7f01 0%,#ef9734 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7f01', endColorstr='#ef9734',GradientType=0 ); /* IE6-9 */
}

.btn-orange:hover{background: #f6a54a;}

.innerbutton {
    margin-bottom: 15px;
}

.social-h, .social-f {
    text-align: center;
    margin-left: 25px;
    display:inline-block;
    padding: 0;  
}

.social-h {   
    margin-top: 27px;
}

.scrollto {
    right:200px;
    top: 500px;
    padding-left: 10px;
    padding-right: 10px;
    color: #000;
    cursor: pointer;
    position: fixed;
}

.scrollto:hover {
    background-color: #f6a54a;
    border-radius:30px;
}

.facebook:hover {
    content: url(../images/facebook-icon-hover.jpg);
}

.linkedin:hover {
    content: url(../images/linkedin-icon-hover.jpg);
}

.newsbutton {
    margin-left: 20px;
}

.news-page {
    position: relative;
    text-align: center;
    margin-top: 60px;
}

.breadcrumbs {
    font-size: 20px;
    margin-bottom: 20px;
}

.breadcrumbs a:hover {
    color: #891536;
}

.pagination {
    text-align: center;
    width: 100%;
    position: absolute;
    top: -50px;
    margin-bottom: 10px;
    font-size: 20px;
}

.search_results .pagination {
    top: 20px;
    position: relative;
}

.pagination a {
    text-decoration: none;
    padding-right: 15px;
    color: #bbbcbc;
}

div.pagination span.page_disabled {
    visibility: hidden;
}

div.pagination span.page_current {
    color: #363636;
    padding-right: 15px;
}

div.pagination a.prev, div.pagination a.next {
    color: #363636;
}

div.pagination a.prev {
    margin-right: 45px;
}

div.pagination a.prev:hover, div.pagination a.next:hover, .pagination a:hover {
    color: #891536;
}

div.pagination a.next {
    margin-left: 45px;
}

.arrow-prev {
  margin-right: 45px;
  display: inline-block;
  vertical-align: top;
  margin-top: 9px;
}

.arrow-next {
  margin-left: 45px;
  display: inline-block;
  vertical-align: top;
  margin-top: 9px;
}

.slider-dots {
  list-style: none;
  display: inline-block;
  padding-left: 0;
  margin-top: 9px;
}

.slider-dots li {
  color: #bbbcbc;
  display: inline;
  font-size: 20px !important;
  margin-right: 10px;
  cursor: pointer;
}

.slider-dots li.active-dot {
  color: #363636;
}

.sitemap {
    color: #111c87;
    font-family: 'cabinregular', sans-serif;
    text-transform: uppercase;
    list-style-image: url("../images/icon_next_red.png");
    font-weight: bold;
}

.sitemap .siteinner {
    list-style-image: url("../images/icon_next.png");
}

.sitemap a:hover {
    color: #fff;
    background-color: #005a89;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.btn-gray{
    padding: 11px 25px 13px;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background: rgba(0,0,0,0.2);
    color: #a8a082;
    text-transform: uppercase;
    font-size: 1.077em;
    font-family: 'Open Sans', sans-serif;
	font-weight: 700;
    transition:color 0.3s;
    -o-transition:color 0.3s,background 0.3s;
    -ms-transition:color 0.3s,background 0.3s;
    -moz-transition:color 0.3s,background 0.3s;
    -webkit-transition:color 0.3s,background 0.3s;
}
.btn-gray:hover{
    background: rgba(0,0,0,0.4);
    color: #FFF;
}
.btn-fb{
    background: #4274b8;
    color: #FFF;
    padding: 15px 20px;
    font-family: 'Open Sans', sans-serif;
	font-weight: 700;
    font-size: 1.077em;
    text-transform: uppercase;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-transition:background 0.3s;
    -ms-transition:background 0.3s;
    -moz-transition:background 0.3s;
    -webkit-transition:background 0.3s;
}
.btn-fb:hover{
    background: #3068b5;
}
.btn-blue{
    border-color: #45911b;
    color: #FFF;
    padding: 10px 20px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    border-color: #326bb9;
    color: #FFF;
    background: #4392ec; /* Old browsers */
    background: -moz-linear-gradient(top,  #4392ec 0%, #377ae8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4392ec), color-stop(100%,#377ae8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #4392ec 0%,#377ae8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #4392ec 0%,#377ae8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #4392ec 0%,#377ae8 100%); /* IE10+ */
    background: linear-gradient(top,  #4392ec 0%,#377ae8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4392ec', endColorstr='#377ae8',GradientType=0 ); /* IE6-9 */
}
.btn-blue:hover{
    background: #377ae8;
}
.btnX{
    color: #9fa5a8;
    float: left;
    width: 8px;
    height: 8px;
    line-height: 0;
    font-weight: bold;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.wrapper-box .title-box-outside{
    color: #3e4b51;
    font-size: 1.230769230769231em;
    font-family: 'Open Sans', sans-serif;
	font-weight: 700;
    padding-bottom: 10px;
}
.box-gray{
    background: #F0F0F0;
    border: 1px solid #ccc;
    padding: 19px;
    margin-bottom: 30px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.box-gray .title-box{
    font-size: 1.384615384615385em;
    margin: 0;
    padding:0 0 10px 0;
    font-family: 'Open Sans', sans-serif;
	font-weight: 700;
    font-weight: normal;
}
.box-white{
    margin-bottom: 30px;
    background: #FFF;
    padding: 22px 28px 28px;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.box-gray .title-box,
.box-white .title-box{
    font-size: 1.2em;
    margin: 0;
    padding:0 0 10px 0;
    font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

.box-text-content{
    padding-bottom: 30px;
}
.box-text-content .title-in-box{
    font-family: 'Open Sans', sans-serif;
	font-weight: 600;
    color: #3e4b51;
    font-size: 1.384615384615385em;
    line-height: 1.2em;
    margin-bottom: 10px;
}

.common-title{
    margin: 0;
    padding: 0 0 12px 0;
    color: #3e4b51;
    line-height: 1.2em;
    font-size: 2.154em;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}
.common-title.big{
    font-size: 3.692307692307692em;
    color: #b1bcc2;
    line-height: 1.4em;
    padding-bottom: 25px;
}

.popup-common{
    display: none;
    position:fixed;
    top:0;
    left: 0;
    width:100%;
    height: 100%;
    z-index:10000;
}
.popup-common .overlay-bl-bg{
    position:fixed;
    top:0;
    left: 0;
    width:100%;
    height: 100%;
    background: #3e4b51;
    opacity: 0.7;
    filter: alpha(Opacity = 70);
}
.popup-common .pop-content{
    position: relative;
    margin-top: 130px;
}
/*.pop-content .wrap-content{}*/
/*.pop-content .wrap-content .main-content{}*/
/*.popup-common .closePopup{}*/
.editor-content p, .regular-content p{
    padding: 10px 0;
    margin: 0;
}

.editor-content a {
    text-decoration:underline;
    color: #891536;
}

p.ec-short-before {
    padding-bottom: 0;
}

p.ec-short-after {
    padding-top: 5px;
}

.editor-content .img-desc{
    border: 1px solid #d4d4d4;
    background-color:#FFF;
    padding: 4px;
    margin-bottom: 3px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.editor-content .img-label{
    color: #b2b7b9;
    font-style: italic;
    display: block;
}

.editor-content h3 {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 1.2em;
    color: #891536;
    padding-top: 10px;
    padding-bottom: 20px;
}

.editor-content strong {
    color: #891536;
    font-weight:bold;
}

.editor-content h4 {
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 1em;
}

.editor-content em {
    font-weight: bold;
}

.editor-content em {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #b7bcbe;
}



/* 4.	Layout extend
--------------------------------------------------------------------------------*/
.layout-2cols{
    width: 960px;
    margin: 0 auto;
    padding: 40px 0;
}
.layout-2cols .content{
    float: left;
}
.layout-2cols .sidebar{
    float: left;
}

.layout-2cols .sidebar2{
    float: right;
}

.layout-2cols.sidebar-left .content{
    float: right;
}
.layout-1cols-ceneter{
    width: 960px;
    margin: 0 auto;
    padding: 40px 0;
}
.layout-1cols-ceneter .content{
    margin: 0 auto;
    float: none;
    display: block;
}


.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}
.media > .thumb-left{
    float: left;
    margin-right:20px;
    margin-top: 2px;
}
/* 5.	Navigation
--------------------------------------------------------------------------------*/
.nav{
    list-style: none;
    margin: 0;
    padding: 0;
}
/*.nav > li{}*/
.nav > li > a{
    display: block;
}

/*.nav-horizontal{}*/
.nav-horizontal > li{
    float: left;
    padding: 0 20px;
}
.nav-horizontal > li:first-child{
    padding-left:0;
}
.nav-horizontal > li.sep{
    border-left: 1px dotted #788186;
    height: 7px;
    background: none;
    margin-top: 7px;
    padding: 0;
}
.nav-horizontal > li > a{
    color: #92999d;
    transition:color 0.3s;
    -o-transition:color 0.3s;
    -ms-transition:color 0.3s;
    -moz-transition:color 0.3s;
    -webkit-transition:color 0.3s;
}
.nav-horizontal > li:hover > a,
.nav-horizontal > li.active > a{
    color: #FFF;
}

/*.nav-category{}*/
.nav-category > li{
    margin: 6px 0;
    padding: 0 22px;
    position: relative;
}
.nav-category > li > a{
    display: inline;
    font-family: 'Open Sans', sans-serif;
	font-weight: 700;
    font-size: 1.077em;
    transition:none;
	-o-transition:none;
	-ms-transition:none;
	-moz-transition:none;
	-webkit-transition:none;
}
.nav-category > li > a:hover,
.nav-category > li.active > a{
    color: #ea503d;
}
.nav-category > li .iPlugGray{
    position: absolute;
    top:5px;
    left:0;
}
.nav-category > li > a:hover .iPlugGray,
.nav-category > li.active > a .iPlugGray{
    background-position:  -45px -16px;
}
.nav-category .count-val{
    cursor: pointer;
    color: #afbbc1;
    margin-left: 3px;
    font-family: "Open Sans", Arial, sans-serif;
}
.nav-category > li > a:hover .count-val,
.nav-category > li.active .count-val{
    color: #ea503d;
}
/*.nav-category .nav-sub-category{}*/
.nav-sub-category > li{
    margin:5px 0;
    padding-left: 15px;
    position: relative;
}
.nav-sub-category > li > a{
    font-size: 1.077em;
    transition:none;
    -o-transition:none;
    -ms-transition:none;
    -moz-transition:none;
    -webkit-transition:none;
}
.nav-sub-category > li > a:hover,
.nav-sub-category > li > a:hover .count-val{
    color: #ea503d;
}
.nav-sub-category .dotSquare{
    position: absolute;
    top:10px;
    left: 0;
    height: 3px;
    width: 3px;
    background: #afbbc1;
}
.nav-sub-category > li > a:hover .dotSquare{
    background: #ea503d;
}

/*.nav-tabs{}*/
.nav-tabs > li{
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li > a{
    color: #5c666b;
    font-family:'Open Sans', sans-serif;
	font-weight: 300;
    padding: 9px 18px;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}
.nav-tabs > li.active > a{
    color: #ea503d;
    background-color: #ffffff;
    border: 1px solid #d4d4d4;
    border-bottom-color: transparent;
}
.nav-tabs > li.disable > a{
    cursor: default;
    color: #c7cacb;
}
/*.tab-content{}*/
.tab-content .tab-pane{
    display: none;
    border: 1px solid #d4d4d4;
    background: #FFF;
    border-radius: 0 4px 4px;
    -moz-border-radius: 0 4px 4px;
    -webkit-border-radius: 0 4px 4px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.tab-content .tab-pane.active{
    display: block;
}

.nav-pledge{
    border-bottom: 1px solid #ccc;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}
.nav-pledge > li{
}
.nav-pledge > li > .pledge-label{
    border: 1px solid #ccc;
    border-bottom: 0;
    cursor: pointer;
    background: #f0f0f0;
    padding: 15px 20px;
}
.nav-pledge > li > .pledge-label:hover,
.nav-pledge > li > .pledge-label.active{
    background: #3e4b51;
    border-color:#475358;
}
.nav-pledge .iPlugGray{
    float: left;
    margin-right: 12px;
    margin-top: 2px;
}
.nav-pledge .pledge-label:hover .iPlugGray,
.nav-pledge .pledge-label.active .iPlugGray{
    background-position: -109px -16px;
}
.nav-pledge .pledge-amount{
    float: left;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
	font-weight: 700;
    font-size: 1.077em;
    color: #3e4b51;
    line-height: 1.2em;
    margin-right: 5px;
    margin-top: 1px;
}
.nav-pledge .pledge-label:hover .pledge-amount,
.nav-pledge .pledge-label.active .pledge-amount{
    color: #FFF;
}
.nav-pledge .count-val{
    float: left;
    color: #afbbc1;
    font-size: 1.077em;
    line-height: 1.2em;
}
.nav-pledge .pledge-label:hover .count-val,
.nav-pledge .pledge-label.active .count-val{
    color: #dbe3e7;
}
.nav-pledge .pledge-content{
    display: none;
    border:solid #ccc;
    border-width: 0 1px;
}
.nav-pledge .pledge-content.active{
    display: block;
}

.nav-menu-blog{
    padding: 13px 0;
    background: #FFFFFF;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.nav-menu-blog > li{
    float: left;
}
.nav-menu-blog .sep{
    float: left;
    border-left: 1px dashed #d8dbdc;
    height: 21px;
}
.nav-menu-blog > li > a{
    text-transform: uppercase;
    margin: 0 42px;
    font-size: 1.077em;
    font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}
.nav-menu-blog > li > a:hover{
    color: #ea503d;
}
.alternate-menu-blog{
    display: none;
}
/*class for SelectNav.js*/
.selectnav {
    display: none;
}

/* 6.	Icon
--------------------------------------------------------------------------------*/
.icon{background: transparent url("../images/icon.png?v=0.1121989") no-repeat;border: none;display: inline-block;*display: inline;*zoom: 1;}
    .iMagnifier        {width:16px;height:16px;background-position: 0 0}
    .iCalendar         {width:16px;height:16px;background-position: -16px 0}
    .iClock            {width:16px;height:16px;background-position: -32px 0}
    .iReply            {width:11px;height:15px;background-position: -48px 0}
    .iReplyHover       {width:11px;height:15px;background-position: -59px 0}
    .iPost             {width:15px;height:15px;background-position: -70px 0}
    /*row2*/
    .iFolder           {width:12px;height:10px;background-position: 0 -16px}
    .iX                {width:09px;height:09px;background-position: -16px -16px;cursor: pointer;}
    .iX:hover,.iXHover {width:09px;height:09px;background-position: -25px -16px;cursor: pointer;}
    .iPlugGray         {width:11px;height:11px;background-position: -34px -16px}
    .iPlugRed          {width:11px;height:11px;background-position: -45px -16px}
    .iLocation         {width:09px;height:13px;background-position: -56px -16px}
    .iNext             {width:11px;height:16px;background-position: -65px -16px}
    .iNext:hover       {width:11px;height:16px;background-position: -76px -16px}
    .iPrev             {width:11px;height:16px;background-position: -98px -16px}
    .iPrev:hover       {width:11px;height:16px;background-position: -87px -16px}
    /*row3*/
    .iBigX             {width:27px;height:27px;background-position: 0 -32px;cursor: pointer;}
    .iBtnRed           {width:29px;height:25px;background-position: -27px -32px;cursor: pointer;}

.icon2{background: transparent url("../images/icon2.png?v=0.1121989") no-repeat;border: none;display: inline-block;*display: inline;*zoom: 1;}
    .iHome        {width:28px;height:28px;background-position: 0 0;cursor: pointer;}
    .iHome:hover        {width:28px;height:28px;background-position: -28px 0;cursor: pointer;}


    


/* 7.	Form
--------------------------------------------------------------------------------*/
/*.form{}*/
.form-search{
    margin-top: 20px;
    position: relative;
    float: left;
}
.form-search .txt-keyword{
    margin: 0;
    font-family: 'Open Sans', sans-serif;
	font-weight: 300;
    padding: 7px 32px 9px 43px;
    width: 143px;
    display: inline-block;
    outline: none;
    background-color: #f9f9f9;
    border: 1px solid #d9d9d9;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
    transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}
.form-search .txt-keyword:focus{
    border-color:#52A8EC;
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.form-search .btn-search{
    position: absolute;
    top:9px;
    left:19px;
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0;
    background: none;
    line-height: 0;
}
.form-search .btn-reset-keyword{
    position: absolute;
    top: 12px;
    right: 18px;
    width: 9px;
    height: 9px;
    border: none;
    padding: 0;
    margin: 0;
    background: none;
    line-height: 0;
}
.form-search .btn-reset-keyword .icon{
    position: absolute;
    top: 0;
    left: 0;
}

.form .row-item{
    padding-bottom: 30px;
}
.form .row-item .lbl{
    float: left;
    padding-top: 7px;
    width: 130px;
    text-align: right;
}
.form .row-item .val{
    margin-left: 140px;
}
.form .row-item .btn{
    padding: 8px 16px;
    margin-bottom: 3px;
    margin-left: 5px;
}
.form .row-item .display-val{
    font-family: 'Open Sans', sans-serif;
	font-weight: 700;
    font-size: 1.077em;
    padding: 7px 0;
}
.form .txt{
    border: 1px solid #d9d9d9;
    margin-bottom: 3px;
    padding: 8px 10px;
    background: #f9f9f9;
    width:220px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;

}
.form .txt.fill-width{
    width: 100%;
}
.form .txt:focus{
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */

    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.form textarea.txt{
    height: 195px;
}
.form .description-input{
    font-family:'Open Sans', sans-serif;
	font-weight: 300;
    font-style: italic;
    color: #b7bcbe;
}

/* 8.	Project teaser
--------------------------------------------------------------------------------*/
.project-short{
    background: #FFF;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    margin-bottom: 50px;
}
.project-short .top-project-info{
    padding: 22px 28px 28px;
}
.content-info-short{
    position: relative;
}
.content-info-short .thumb-img{
    margin-top: 5px;
    display: block;
    line-height: 0;
    float: left;
    width: 51.68141592920354%;
    padding: 0.7079646017699115%;
    /*margin-right: 3.008849557522124%;*/
    /*width: 292px;
    padding: 4px;
    margin-right: 17px;*/
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.content-info-short .thumb-img img{
    width: 100%;
}
.content-info-short .wrap-short-detail{
    padding-bottom: 20px;
    float: right;
    width: 43.36283185840708%;
}
.content-info-short .acticle-title{
    margin-bottom: 5px;
    font-size: 1.38em;
    line-height: 1.4em;
}
.content-info-short .acticle-title a{
    font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
.content-info-short .tiny-desc{
    color: #b2b7b9;
    padding-bottom: 15px;
}
/*.content-info-short .title-description{}*/
.content-info-short .comment-view{
    position: absolute;
    bottom: 0;
    left: 57%;
}
.content-info-short .project-location{
    color: #b7bcbe;
    padding-bottom: 6px;
}
.content-info-short .comment-view .sep{
    margin: 0 4px;
    color: #b7bcbe;
}
.project-short .bottom-project-info{
    position: relative;
    background: #f0f0f0;
    border-top: 1px solid #d9d9d9;
    border-radius: 0 0 4px 4px;
    -moz-border-radius:  0 0 4px 4px;

    -webkit-border-radius:  0 0 4px 4px;
}
.project-short .project-progress{
    margin: 10px 30px;
    /*background: url("../images/progress.png") no-repeat center center;*/
    background: url("../images/bg-s-out.png") no-repeat center center;
    float: left;
    width: 78px;
    height: 78px;
    text-align: center;
    position: relative;
    color: #3e4b51;
    font-size: 1.23em;
    font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}
.project-short .project-progress .sys_holder_sector{
    line-height: 0;
}
.project-short .project-progress .val-progress{
    position: absolute;
    top: 9px;
    left: 8px;
    background: url("../images/bg-s-in.png") no-repeat;
    width: 62px;
    height: 62px;
    line-height: 62px;
}
.project-short .line-progress{
    padding: 10px 0 18px 0;
}
.project-short .line-progress .bg-progress{
    overflow: hidden;
    background: #cecece;
    height: 8px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 1px 1px rgba(255,255,255,0.25), 0 1px 3px rgba(0,0,0,0.1) inset;
    -moz-box-shadow: 0 1px 1px rgba(255,255,255,0.25), 0 1px 3px rgba(0,0,0,0.1) inset;
    -webkit-box-shadow: 0 1px 1px rgba(255,255,255,0.25), 0 1px 3px rgba(0,0,0,0.1) inset;
}
.project-short .bg-progress > span{
    display: block;
    background: #ea503d;
    height: 8px;
}
.project-short .bg-progress > span.success{
    background: #53aa23;
}
.project-short .group-fee{
    padding: 25px 0 0 50px;
    float: left;
}
.project-short .group-fee .fee-item{
    float: left;
}
.project-short .group-fee .lbl{
    padding-bottom: 2px;
    text-transform: uppercase;
    color: #979da0;
}
.project-short .group-fee .val{
    color: #3e4b51;
    font-size: 1.385em;
    font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}
.project-short .group-fee .sep{
    float: left;
    border-left: 1px dashed #d8dbdc;
    height: 21px;
    margin: 12px 28px 0 28px;
}
.project-short .bottom-project-info .btn-buck-project{
    float: right;
    padding: 7px 25px;
    margin: 30px 20px 0 0;
}
/* Smaller Thumb*/
.project-short.sml-thumb .top-project-info{
    padding: 9px;
}
.sml-thumb .content-info-short .thumb-img{
    float: none;
    width: auto;
    padding: 4px;
    margin: 0;
}
.sml-thumb .content-info-short .wrap-short-detail{
    float: none;
    width: auto;
    padding-top: 10px;
    padding-bottom: 0;
}
.sml-thumb .content-info-short .acticle-title{
    margin-bottom: 2px;
    font-size: 1.154em;
}
.sml-thumb .content-info-short .acticle-title a{
    font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}
.sml-thumb .content-info-short .tiny-desc{
    padding-bottom: 10px;
}
.sml-thumb .content-info-short .title-description{
    padding-bottom: 15px;
}
.sml-thumb .project-location .iLocation{
    vertical-align: -2px;
    margin-right: 3px;
}
.project-short.sml-thumb .bottom-project-info{
    padding: 16px 10px;
}
.project-short.sml-thumb .group-fee{
    float: none;
    padding: 0;
}
.project-short.sml-thumb .group-fee .fee-item{
    padding-left: 16px;
}
.project-short.sml-thumb .group-fee .fee-item:first-child{
    padding-left: 0;
}
.project-short.sml-thumb .group-fee .lbl{
    font-family: 'Open Sans', sans-serif;
	font-weight: 300;
    font-size: 0.923em;
}
.project-short.sml-thumb .group-fee .val{
    font-size: 1.077em;
}
.project-short.sml-thumb .group-fee .sep{
    display: none;
}
/* Big thumb*/
.big-thumb .content-info-short .thumb-img{
    float: none;
    width: auto;
    padding: 4px;
}
/* Larger width (in Search result)*/
.project-short.larger .content-info-short .thumb-img{
    width: 45.41213063763608%;
    padding: 0.6220839813374806%;
    /*margin-right: 3.110419906687403%;*/
}
.project-short.larger .content-info-short .wrap-short-detail{
    width: 50%;
}
.project-short.larger .content-info-short .comment-view{
    position: absolute;
    bottom: 0;
    left: 50%;
}
/* inside tab pane width (in Profile-> tab Project)*/
.project-short.inside-tab{
    border-width: 1px 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.project-short.inside-tab:first-child{
    border-top: 0;
}


/* 9.	Header
--------------------------------------------------------------------------------*/
#header{
    position: relative;
    background: #fff;
    border-bottom: 1px solid #d4d4d4;
}
#header .wrap-top-menu{
    background: #fff;
    padding:  0;
}
#header .top-menu{
    float: left;
}
#header .top-menu .alternate-menu{
    display: none;
}
#header .top-message{
    float: right;
}
#header .txt-message{
    color: #92999d;
    margin: 0 20px 0 10px;
}
#header .wrap-top-menu .iBtnRed{
    display: none;
}
#header .wrap-top-menu .iBtnRed.active{
    background-position: -56px -32px;
}

#header .header-content{
    padding: 0;
}
.header-content .header-right{
    
    float: right;
}
.header-right{
    display: inline;
    padding:0;
}
.header-content .header-left{
    float: left;
}
#logo{
    float: left;
    margin: 0;
    padding:10px 0 0 30px;
    width: 240px;
}
#header .main-nav{
    float: left;
    padding-top:20px;
    padding-bottom:25px;
    padding-right:40px;
}
.center-nav{
    margin-top:20px;
    padding:2px 0;
    text-align:center;
    background: -webkit-linear-gradient(#fc0626, #891536); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fc0626, #891536); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fc0626, #891536); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fc0626, #891536); /* Standard syntax */
}

.center-nav .nav-item{
    display: inline;
    
}

.center-nav ul ul {
    position: absolute;
    margin-top: 5px;
    width:100%;
    left:-20px;   
    list-style: none;
    border:1px solid #919ca2;
    padding:0;
    visibility:hidden;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition:700ms ease;
    -moz-transition:700ms ease;
    -o-transition:700ms ease;
    transition:700ms ease;
    background: -webkit-linear-gradient(#e0eff6, #c7d4da); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#e0eff6, #c7d4da); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#e0eff6, #c7d4da); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#e0eff6, #c7d4da); /* Standard syntax */
}

#subnav{
    width:160px;
}

.center-nav ul ul li {
    padding:4px;
    border-bottom:1px solid #919ca2;
    background: -webkit-linear-gradient(#e0eff6, #c7d4da); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#e0eff6, #c7d4da); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#e0eff6, #c7d4da); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#e0eff6, #c7d4da); /* Standard syntax */
}

.center-nav ul ul li:last-child {
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.center-nav ul ul li a {
    font-size: 14px;
}


.center-nav ul ul li:hover a {
    color:#891536;
}

.dropper {
    position:relative;
}

.dropper:hover ul {
    visibility:visible;
    opacity:1;
    z-index: 999;
    filter:alpha(opacity=100);
}


.center-nav .center-nav-inner-wrap{
    border:1px solid #919ca2;
    bottom:10px;
    padding:5px 0;
    position:relative;
    width:900px;
    margin: 0 auto;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 
    15px;
    background: -webkit-linear-gradient(#e0eff6, #c7d4da); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#e0eff6, #c7d4da); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#e0eff6, #c7d4da); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#e0eff6, #c7d4da); /* Standard syntax */
}

.center-nav > ul > li:after {
    content: "";
    margin-left:20px;
    margin-right: 20px;
    border-left: 1px solid #919ca2;
}

.center-nav > ul > li:last-of-type:after {
    content: "";
    border: 0;
    margin:0;
}

.langbar{
    list-style:none;
    padding-bottom:15px;
    padding-left:60px;
    margin:0;
}
.langbar li{
    display:inline;
}

.main-nav .nav-item{
    float: left;
}
.main-nav .nav-title{
    text-transform: uppercase;
    color: #5b6165;
    font-family: 'aaarghnormal', sans-serif;
	font-weight: 700;
    font-size:1.077em;
}
.nav-title-lang{
    text-transform: uppercase;
    color: #5b6165;
    padding:2px;
    font-weight: bold;
    float: left;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 25px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size:1.2em;
}

.center-nav .nav-title{
    text-transform: uppercase;
    color: #262d31;
    font-family: 'aaarghnormal', sans-serif;
    font-weight: 700;
    font-size:1.077em;
}
.main-nav .nav-title:hover,
.nav-title-lang:hover,
.center-nav .nav-title:hover{
    color:#891536;
}

.pointer{
    cursor: pointer;
}

.main-nav .nav-description{
    font-family: 'Open Sans', sans-serif;
	font-weight: 300;
    color: #afbbc1;
}
.main-nav .sep{
    float: left;
    border-left: 2px dashed #891536;
    height: 21px;
    margin: 9px 28px 0 28px;
}

/*-----------------------------*/

/*News Graphs*/

.imagegraphs{
    border:1px solid #DFDFDF;
    width:680px;
    height:340px;
    font-size: 12px;
    padding:1px 1px 1px 1px;
    margin-bottom:20px;
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    border-top-left-radius: 15px;
}
.minigallery{
    border: 1px dashed #919ca2;
    width:716px;
    height:200px;
    margin-bottom:100px;
}

/*-----------------------------*/

/*Global Piyasa Box*/

.globalpiyasa {
    height:335px;
    border:1px solid #DFDFDF;
}

.it-box {
    height: 264px;
    border: 1px solid #DFDFDF;
    padding-top: 0;
}

.magazinebox {
    clear: left;
    margin-bottom: 10px;
    height:300px;
    border:1px solid #DFDFDF;
    margin-top: 10px;
}

.mag_published .wrap-short-detail {
    height: 40px;
}

.mag_published a.thumb-img img.cover-image {
    position: absolute;
    left: 30px;
    bottom: 65px;
    width: 137px;
}

a.btn {
    font-size: 12px;
}

.statisticbox {
    clear: left;
    height:110px;
    margin-top: 45px;
    border:1px solid #DFDFDF;
}

.mediadatenbox {
    clear: left;
    margin-bottom: 20px;
    height: 87px;
    border: 1px solid #DFDFDF;
}

.mediadatenbox2 {
    clear: left;
    margin-top: 60px;
    height: 87px;
    border: 1px solid #DFDFDF;
}

.stat {
    height: 100%;
    width: 100%;
    position: relative;
}

#statbar, #mediadatenbar {
    height: 30px;
    width: 100%; 
    position: absolute; 
    bottom: 0px;
    padding-top: 10px;
    text-align: center;
}

#statbar{
    margin-bottom: 80px;
}

#mediadatenbar{
    margin-bottom: 62px;
}

.magazinebar {
    height: 60px;
    width: 100%; 
    background-color: rgba(0, 0, 0, 0.6); 
    position: absolute; 
    bottom: 0px;
    margin-bottom: 42px;
    padding-top: 10px;
    text-align: center;
}

#mag-bg, #auma-bg {
    height: 100%;
    width: 100%;     
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-position: right top; 
    position: relative;  
    overflow: hidden;
}

#mag-bg{background-image: url(../images/magazine/oda-magazine-box.jpg);}
#auma-bg{background-image: url(../images/auma-box.jpg);}


.globalpiyasa {
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    border-top-right-radius: 15px;
}

.boxheader {
    background:url("../images/bg_off.png") repeat;
    position: relative;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    border-top-right-radius: 15px;
    /* background: -webkit-linear-gradient(#e0eff6, #c7d4da); */ /* For Safari 5.1 to 6.0 */
    /* background: -o-linear-gradient(#e0eff6, #c7d4da); */ /* For Opera 11.1 to 12.0 */
    /* background: -moz-linear-gradient(#e0eff6, #c7d4da); */ /* For Firefox 3.6 to 15 */
    /* background: linear-gradient(#e0eff6, #c7d4da); */ /* Standard syntax */
}

.boxheader .tooltip {
    display: none;
    position: absolute;
    background-color: #dedede;
    box-shadow: 2px 2px 2px #000;
    padding: 10px;
    min-height: 50px;
    z-index: 100000;
    right: 0;
    width: 450px;
    text-align: center;
    -mox-box-shadow:0 0 10px rgba(0,0,0,0.5);
    -webkit-box-shadow:0 0 10px rgba(0,0,0,0.5);
    box-shadow:0 0 10px rgba(0,0,0,0.5);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.boxheader .ttp1 {top:-300px;}
.boxheader .ttp2 {top:-370px;}

.boxheader .tooltip p {
    text-align: left;
    font-weight: normal;
    border: none;
    margin-bottom: 7px;
}

.boxheader .tooltip a {
    margin-bottom: 10px;
}

.boxheader .tooltip:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -10px;
    right: 30px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #dedede;
}

.globalpiyasa:hover .tooltip {
    display: block;
}

.boxheader2 {
    font-family: 'cabinregular', sans-serif;
    font-weight:bold;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
    margin-top: 0;
    margin-bottom:5px;
    padding:8px 0;
    line-height:22px;
    width:100%;
    background:url("../images/bg_off.png") repeat;
}

.boxheader2a, .boxheader2b {
    font-family: 'cabinregular', sans-serif;
    font-weight:bold;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 0;
    margin-bottom:5px;
    padding:8px 0;
    line-height:22px;
    width:100%;
    background:url("../images/bg_off.png") repeat;
}

.boxheader2a {font-size: 12px}
.boxheader2b {font-size: 10px}

.globalpiyasa a, .boxheader .tooltip p.linklike{
    color:blue;
    font-weight: 700;
    margin-top: 0;
    display:inline-block;
    font-size:1em;
    width:100%;
    
}

.globalpiyasa a {text-align: center;}

.globalpiyasa a:hover, .boxheader2 a:hover{
    color: #891536;
}

.globalpiyasa a span, .boxheader .tooltip p.linklike span {
    color:orange;
}
.globalpiyasa p{
    color: #3e4b51;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size:0.9em;
    padding-left: 10px;
    padding-right: 10px;
    text-align:center;
    margin-bottom: 0;
    margin-top: 0;
    /* border-top: 2px solid #919ca2; */
    border-bottom: 2px solid #919ca2;
    /*  */
}

.slideglobal {
    position: relative;
}

.slideglobal img {
    position: absolute;
}

/*-----------------------------*/

/*Consulting*/

.top-lbl-val h3.title1 {
    font-family: 'cabinregular', sans-serif;
    color: #fff;
    font-weight:bold;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom:15px;
    padding:0 0 4px;
    line-height:22px;
    margin-top: 0;
    border-radius:5px 5px 0 0;
    padding:10px 20px;  
    -webkit-box-shadow: 0 -3px 4px rgba(0,0,0,0.05) inset;
       -moz-box-shadow: 0 -3px 4px rgba(0,0,0,0.05) inset;
            box-shadow: 0 -3px 4px rgba(0,0,0,0.05) inset;
            background: #005a89; /* Old browsers */
    background: -moz-linear-gradient(top,  #005a89 50%, #111c87 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#005a89), color-stop(100%,#111c87)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #005a89 50%,#111c87 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #005a89 50%,#111c87 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #005a89 50%,#111c87 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #005a89 50%,#111c87 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005a89', endColorstr='#111c87',GradientType=0 ); /* IE6-9 */
}

.layout-2cols .consult-title {
    text-transform: uppercase;
    color: #891536;
    font-family: 'aaarghnormal', sans-serif;
    font-weight: 700;
    font-size:2em;
    padding-left: 20px;
}

blockquote{
    font-style:italic;
    line-height:1.5em;
    letter-spacing:1px;
    font-weight:normal;
    color:#8a8787;
}
#quotes-wrap{
    float:left;
    width: 300px;
    margin-top:10px;
    margin-right: 5px;
}
.quotes{  
    float:left;
    width:250px;
    background:url(images/white-bg.jpg)repeat;
    border:1px solid #ddd;
    margin-bottom:20px;
}

.aside {
    margin-top: 5px;
    width:600px;
}

.quotes img{
    margin-right:10px;
    margin-top:-20px;
}
.quotes p{
    overflow:hidden;
    margin-bottom:0;
    padding-bottom:0;
}
.quotes .name{
    font-family:Georgia;
    color:#87998a;
}

blockquote {
    margin-left: 0;
}

figure img{
    float:left;
    opacity: .7;
    -moz-transition: opacity;
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 500ms;
    -webkit-transition: opacity;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 500ms;
    -o-transition: opacity;
    -o-transition-timing-function: ease-out;
    -o-transition-duration: 500ms;
    transition: opacity;
    transition-timing-function: ease-out;
    transition-duration: 500ms;
}
figure img:hover{
    opacity: 1;
    -moz-transition: opacity;
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 500ms;
    -webkit-transition: opacity;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 500ms;
    -o-transition: opacity;
    -o-transition-timing-function: ease-out;
    -o-transition-duration: 500ms;
    transition: opacity;
    transition-timing-function: ease-out;
    transition-duration: 500ms;
}

/*-----------------------------*/

/*Magazines*/

.magazine-title {
    text-align: center;
}

/*-----------------------------*/

/*News Block*/

.newsblock {
    width:472px;
    height:600px;
    font-size: 12px;
    padding:1px 1px 1px 1px;
    margin-bottom:10px;
}

h2.title1, h2.title2{
    font-family: 'cabinregular', sans-serif;
    color: #fff;
    font-weight:bold;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
    margin-top: 0;
    margin-bottom:5px;
    padding:8px 0;
    line-height:22px;
    width:100%;
    border: 1px solid #DFDFDF;    
}

h2.title1 {
    background: -webkit-linear-gradient(#fc0626, #891536); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fc0626, #891536); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fc0626, #891536); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fc0626, #891536); /* Standard syntax */
}

.newsblockcontainer{
    float:left;
    width:472px;
    padding:0px 0px 0px 0px;
    margin:0px 0px 8.5px 0px;
    border:1px solid #dfdfdf;
    font-size:12px;
    line-height:14px;
    color:#333333;
    overflow:hidden;
    max-height:120px;
}

.newsblocknews .newsdate{
    margin-bottom:5px;
    float:left;
    width:670px;
    font-size: 11px;
    color: gray;
}

.newsblocknews{
    float:left;
    width:470px;
    padding:0 0 0 15px;
    margin:0;
}

.newsblocknews h3{   
    padding:0px 0px 0px 0px;
    margin:8px 0px 4px 0px;
    font-size:13px;
    float:left;
}

.newsblocknews h3 a{
   color:#891536; 
}

.newsblocktext{
    color:#555555;
    font-size:11.5px;
    padding:0px 0px 10px 0px;
    float:left;
    width:460px;
}

.newslink{
    padding:0px 0px 0px 0px;
    margin:5px 0px 0px 0px;
    text-decoration:none;
    color:#891536;
    float:left;
}

.newslink:hover{
    color:#AF000B;
    text-decoration:underline;
}

/*-----------------------------*/

/*Video Block*/

#videoblock {
    width:640px;
    height:580px;
    font-size: 12px;
    padding:1px 1px 1px 1px;
    margin-top: 20px;
}

h2.title2 {
    background: #005a89; /* Old browsers */
    background: -moz-linear-gradient(top,  #005a89 50%, #111c87 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#005a89), color-stop(100%,#111c87)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #005a89 50%,#111c87 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #005a89 50%,#111c87 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #005a89 50%,#111c87 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #005a89 50%,#111c87 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005a89', endColorstr='#111c87',GradientType=0 ); /* IE6-9 */
}

.videogalerie{
margin:20px 0px 0px 0px;
padding:0px 0px 0px 0px;
float:left;
width:690px;
 
}

.video_solo{
margin:0px 15px 20px 0px;
padding:0px 0px 0px 0px;
font-size:12px;
width:211.5px;
height:320px;  
float:left;
background:white;
border:1px solid #d6d6d6;
}

.video_img{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
width:211px;
height:135px;
float:left;

}

.video_img img{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
width:212px;
height:135px;
overflow:hidden;
float:left;
}

.video_textbox{
margin:0px 0px 0px 0px;

padding:10px 5px 0px 5px;
float:left;
  line-height: 17px;
height:175px;
width:202px;
text-align:center;  
}

.video_textbox:hover{
background:#d6d6d6;
}


.video_textbox a{
color:#AF000B;
}
.video_textbox a:hover{
text-decoration:underline!important;
}

.video_textbox h1, .video_textbox p,.video_textbox a{
 display: block;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    text-align: center;
}

#youtube-2click-outer{
width:640px;
height:358px;

border:solid 1px #999;
}
#youtube-2click-outer img{
width:640px;
height:358px;
position:absolute;
}
.youtube-2click-text span{
padding-top:180px;
display:block;
text-align:center;
padding-left:30px;
padding-right:30px;
font-size:14px;
font-weight:bold;
height:12px;
}
.youtube-2click-text{
background-color:#fff;
position:absolute;
width:640px;
height:358px;
-moz-opacity: 0.70;
opacity:.70;
filter: alpha(opacity=70);


}
.youtube-2click-button{
    position:absolute;
    margin-top:230px;
    font-size:14px;
    text-align:center;
    border:solid 1px silver;
    padding:5px;
    margin-left:280px;
    cursor: pointer;
    background: #005a89; /* Old browsers */
    background: -moz-linear-gradient(top,  #005a89 50%, #111c87 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#005a89), color-stop(100%,#111c87)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #005a89 50%,#111c87 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #005a89 50%,#111c87 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #005a89 50%,#111c87 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #005a89 50%,#111c87 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005a89', endColorstr='#111c87',GradientType=0 ); /* IE6-9 */
    
}
.youtube-2click-button a{
    color:#fff!important;
}
.youtube-2click-button a:hover{
color:#891536!important;
}

/*-----------------------------*/

/*Rate Calculation Form*/

.ratecalcbox {
    clear: left;
    height:280px;
    border:1px solid #DFDFDF;
}

.ratecalc {
    padding-left: 5px;
    height: 100%;
    width: 100%;
    position: relative;
}

.ratecalc select {
    width:155px;
}

.ratecalc input {
    width:151px;
}

/*-----------------------------*/

#header .account-panel{
    margin-left: 38px;
    float: right;
}
#header .account-panel .btn{
    float: left;
    margin-left: 8px;
}
#header .account-panel .btn:first-child{
    margin-left: 0;
}

#header .dropdown-search-result{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #3e4b51;
    z-index: 1;
}
.dropdown-search-result .wrap-title-result{
    position: relative;
    padding-top: 40px;
    padding-bottom: 13px;
}
.dropdown-search-result .title-result{
    line-height: 1.4em;
    font-size: 1.538461538461538em;
    font-family: 'Open Sans', sans-serif;
	font-weight: 700;
    color: #9fa5a8;
}
.dropdown-search-result .title-result a:hover{
    border-bottom: 1px dotted #ffffff;
}
.dropdown-search-result .iBigX{
    position: absolute;
    top:27px;
    right: 0;
}
.dropdown-search-result .iPickUp{
    border: 6px solid;
    border-color: transparent transparent #3e4b51 transparent;
    position: absolute;
    width: 0;
    height: 0;
    top: -12px;
    left: 550px;
}
/*.dropdown-search-result .list-project-result{}*/
.dropdown-search-result .project-short{
    margin-bottom: 16px;
}
.dropdown-search-result .wrap-short-detail{
    padding-bottom: 0;
}
.dropdown-search-result .content-info-short .title-description{
    padding-bottom: 12px;
}
.dropdown-search-result .project-short .line-progress{
    padding: 5px 0 15px 0;
}
.dropdown-search-result .confirm-result{
    color: #9fa5a8;
    font-size: 1.077em;
    padding-bottom: 45px;
    padding-right: 50px;
    position: relative;
}
.dropdown-search-result .confirm-result a{
    border-bottom: 1px dotted #3e4b51;
}
.dropdown-search-result .confirm-result a:hover{
    border-bottom: 1px dotted #FFFFFF;
}
.dropdown-search-result .confirm-result .view-all{
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
	font-weight: 300;
    position: absolute;
    top: 2px;
    right: 0;
}


/* 10.	Footer
--------------------------------------------------------------------------------*/
#footer{
    border-top: 1px solid #d4d4d4;
    
    padding: 25px 0 0 0;
    background: #005a89; /* Old browsers */
    background: -moz-linear-gradient(top,  #005a89 34%, #111c87 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(34%,#005a89), color-stop(100%,#111c87)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #005a89 34%,#111c87 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #005a89 34%,#111c87 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #005a89 34%,#111c87 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #005a89 34%,#111c87 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005a89', endColorstr='#111c87',GradientType=0 ); /* IE6-9 */

    }
#footer .main-footer .grid_2{
    margin-bottom: 36px;
}
#footer .ftitle{
    font-size: 1.077em;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-family: 'aaarghnormal', sans-serif;
}
#footer p.description{
    padding-bottom: 10px;
    line-height: 1.6em;
    color: #919ca2;
}

#footer a.description {
    color: #919ca2;
}

#footer a.description:hover {
    color: #891536;
}

#footer .about-us .email{
    padding: 0 0 5px 0;
}
#footer .lst-tweets > ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
#footer .lst-tweets > ul li{
    padding-top: 15px;
}
#footer .lst-tweets > ul li:first-child{
    padding-top: 0 ;
}
#footer .lst-tweets > ul a{
    color: #ea503d;
}
#footer .lst-tweets > ul a:hover{
    border-bottom: 1px dotted #ea503d;
}
#footer .lst-tweets > ul .timestamp{
    font-style: italic;
    color: #adb2b5;
}
#footer .form-email .txt{
    margin-bottom: 10px;
}

#footer .footer-menu {
    
}

#footer .footer-menu > ul{
    width: 100px;
    padding-bottom: 10px;
}
#footer .footer-menu > ul:first-child{
    width: 105px;
}
#footer .footer-menu > ul li{
    padding: 3px 0;
}
#footer .footer-menu > ul li:first-child{
    padding-top: 0;
}

#footer .footer-menu > ul li a{
    
    display: inline-block;
}
#footer .copyright{
    background: #f9f9f9;
    border-top : 1px solid #d4d4d4;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.1) inset;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.1) inset;
}
#footer .copyright > .container_12 > .grid_12{
    position: relative;
    padding: 23px 0;
}
#footer .logo-footer{
    position: absolute;
    top: 10px;
    left: 0;
}
#footer .term-privacy{
    position: absolute;
    top: 22px;
    right: 0;
}
#footer .term-privacy .sep{
    color: #aeaeae;
    margin: 3px;
    font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}




/* 11.	Page: Home
--------------------------------------------------------------------------------*/
#home-slider p {
	margin: 0	
}
#home-slider .slide-item{
    float: left;
    width: 500px;
    margin-left: 1%;
    padding-top: 40px;
}
#home-slider .slide-title{
    font-family: 'Open Sans', sans-serif;
	font-weight: 300;
    font-size: 3.1em;
    line-height: 1.2em;
    color: #fff;
    padding-bottom: 20px;
    text-align: center;
}

.slide-description {
    font-size: 1.4em;
}

.slide-description,
.slide-description2{
    font-family: 'Open Sans', sans-serif;
	font-weight: 300;
    line-height: 1.6em;
    color: #deddd0;
    padding-bottom: 20px;
    text-align: center;
}
.slide-description2{
	color: #fff;
    font-size: 1.23em;
}
.slide-with-background {
	background:url(../images/slide-item-bg.png) repeat 0 0;	
}
#home-slider .md-bullet{
    cursor: pointer;
    margin-left: 5px;
    width: 8px;
    height: 8px;
    border: 2px solid #736531;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
#home-slider .md-bullet.md-current{
    background:#736531;
}
#home-slider .btn-gray {padding: 0;}


.home-feature-category{
    padding-top: 48px;
    background: #FFF;
}
.home-feature-category .left-lst-category{
    margin-bottom: 50px;
}
.home-feature-category .wrap-lst-category{
    padding: 24px 34px;
    background: #f0f0f0;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.home-feature-category .title-welcome{
    font-weight: normal;
    font-size: 1.385em;
    font-family: 'Open Sans', sans-serif;
	font-weight: 700;
    padding-bottom: 12px;
}
.home-feature-category .description{
    padding-bottom: 15px;
}
.home-feature-category .lst-category{
    padding: 10px 0 0 0 ;
}
.home-feature-category .view-all-category{
    padding-top: 9px;
}
.home-feature-category .view-all-category a{
    font-family: 'Open Sans', sans-serif;
	font-weight: 700;
    font-size: 1.077em;
    transition:none;
    -o-transition:none;
    -ms-transition:none;
    -moz-transition:none;
    -webkit-transition:none;
}

.home-feature-category .marked-category{
    margin-bottom: 50px;
}
.marked-category .wrap-title{
    position: relative;
    margin-bottom: 16px;
}
.marked-category .title-mark{
    font-size: 2.154em;
    line-height: 1em;
}
.marked-category .count-project{
    position: absolute;
    top: 9px;
    right: 0;
    font-size: 1.077em;
}
.marked-category .box-marked-project{
    margin-bottom: 0;
}

.home-popular-project{
    padding-top: 25px;
    background: #f0f0f0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1) inset;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1) inset;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1) inset;
}
.home-popular-project .wrap-title{
    position: relative;
}
.home-popular-project .wrap-title .be-fc-orange{
    position: absolute;
    top: 10px;
    right: 0;
}

.be-fc-footer{
    color:#fff;
}

.home-discover-friends{
    background: #f9f9f9;
    padding: 50px 0;
}
/*.home-discover-friends .row-friends{}*/
.home-discover-friends .thumb-avatar{
    width: 12.39583333333333%;
    float: left;
    margin-left: 0.1041666666666667%;
    margin-bottom: 1px;
}
.home-discover-friends .thumb-avatar img:hover{
    opacity: 0.7;
    filter: alpha(Opacity=70);
    -o-transition:opacity 0.3s;
    -ms-transition:opacity 0.3s;
    -moz-transition:opacity 0.3s;
    -webkit-transition:opacity 0.3s;
}
.home-discover-friends .thumb-avatar:first-child{
    margin-left: 0;
}
.home-discover-friends .connect-fb{
    float: left;
    width: 74.89583333333333%;
    margin-left: 0.1041666666666667%;
}
.home-discover-friends .connect-fb .description{
    float: left;
    width: 390px;
    padding: 20px 0 0 27px;
    font-family: 'Open Sans', sans-serif;
	font-weight: 300;
    font-size: 2.154em;
    line-height: 1.3em;
    color: #3e4b51;
}
.home-discover-friends .connect-fb .btn-fb{
    float: right;
    margin: 35px 27px 0 0;
}

.additional-info-line{
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    background: #FFF;
    padding: 22px 0;
    margin-bottom: 100px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}
.additional-info-line .title{
    font-family: 'Open Sans', sans-serif;
	font-weight: 700;
    font-size: 1.384615384615385em;
    line-height: 1.4em;
    color: #3e4b51;
    padding-bottom: 7px;
}
.additional-info-line .description{
    color: #9aa1a4;

}
.additional-info-line .btn-red{
    margin-top: 10px;
}


/* 12.	Page: Project
--------------------------------------------------------------------------------*/
/*.project-detail{}*/
.project-detail .project-title{
    font-size: 2em;
    line-height: 1.2em;
    padding-bottom: 10px;
}
.project-detail .post-by{
    color: #9ba2a5;
    padding-bottom: 20px;
}
.project-detail .post-by a{
    font-family: 'Open Sans', sans-serif;
	font-weight: 700;
    font-size: 1.077em;
    color: #9ba2a5;
}
.project-detail .post-by a:hover{
    color: #ea503d;
}
.project-detail .title-inside{
    font-family: 'Open Sans', sans-serif;
	font-weight: 600;
    font-size: 1.384615384615385em;
    color: #3e4b51;
    line-height: 1.2em;
    padding-bottom: 6px;
}
.project-detail .tab-content .alternate-tab{
    border-top: 1px solid #fff;
    border-bottom: 0;
    padding: 10px;
    background: #d4d4d4;
    cursor: pointer;
    display: none;
}
.project-detail .tab-pane .post-by{
    padding-bottom: 10px;
}
.project-detail .editor-content,
.project-detail .tab-pane-inside{
    padding: 25px 30px;
}
.project-detail .social-sharing{
    padding-top: 30px;
}
.project-detail .project-btn-action{
    background: #f0f0f0;
    border-top:1px solid #d9d9d9;
    padding: 28px 30px;
    border-radius: 0 0 4px 4px;
    -moz-border-radius:0 0 4px 4px;
    -webkit-border-radius:0 0 4px 4px;
}
.project-detail .project-btn-action .btn{
    margin-left: 20px;
}
.project-detail .project-btn-action .btn:first-child{
    margin-left: 0;
}
/*.project-runtime{}*/
.project-runtime .project-date{
    padding-bottom: 5px;
}
.project-runtime .project-date .icon{
    float: left;
    margin-top: 2px;
    margin-right: 8px;
}
.project-runtime .project-date .val{
    float: left;
}
.project-runtime .btn-buck-project{
    display: block;
    text-align: center;
    text-transform: none;
    padding: 14px;
    margin: 12px 0;
}
.project-runtime .btn-buck-project .lbl{
    font-size: 1.384615384615385em;
    display: block;
    padding-bottom: 5px;
}
.project-runtime .btn-buck-project .desc{
    display: block;
    font-family: "Open Sans", Arial, sans-serif;
    color: #b9dba6;
}

/*.project-author{}*/
.project-author .thumb-left{
    width: 90px;
    border: 1px solid #d4d4d4;
    padding: 4px;
    background: #FFF;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}
.project-author .thumb-left img{
    width: 100%;
}

.project-author .author-action{
    padding-top: 20px;
}
.project-author .author-action .btn{
    margin-left: 5px;
    min-width: 65px;
}
.project-author .author-action .btn:first-child{
    margin-left: 0;
}

/*.wrap-nav-pledge{}*/
.wrap-nav-pledge .pledge-detail{
    background: #FFF;
    padding: 15px 20px;
    /*display: none;*/
}
.wrap-nav-pledge .pledge-description{
    padding-bottom: 25px;
}


/* 12.	Page: Search  Result
--------------------------------------------------------------------------------*/
/*.search-result-page{}*/
.search-result-page .top-lbl-val{
    padding-bottom: 18px;
}
.search-result-page .common-title{
    padding-bottom: 5px;
}
.search-result-page .count-result{
    padding-bottom: 20px;
    color: #afbbc1;
    font-size: 1.384615384615385em;
    line-height: 1.2em;
}
.search-result-page .confirm-search{
    padding: 10px 0;
    text-align: center;
    background: #f0f0f0;
}
.search-result-page .list-project-result{
    padding-bottom: 20px;
}
.search-result-page .list-project-result .project-short{
    margin-bottom: 20px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.search-result-page .btn-load-more{
    padding: 7px 25px;
}

.left-list-category{
    padding-left: 20px;
    padding-bottom: 35px;
}
.left-list-category .title-nav{
    padding-bottom: 16px;
    color: #979da0;
    font-size: 1.153846153846154em;
    text-transform: uppercase;
    font-family: "Open Sans", Arial, sans-serif;
}

.search_results h3 a:hover{color: #891536;}


/* 12.	Page: Single
--------------------------------------------------------------------------------*/
/*.single-page{}*/

.contact-intro p {
    margin: 0;
    padding: 0;
    padding-bottom: 30px;
}

.contact-details h3 {
    font-size: 1.2em;
    margin: 0;
    padding:0 0 10px 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.contact-details p {
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
}

.contact-details strong {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.single-sub-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 1.2em;
    color: #9ba2a5;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
}

.single-inner-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 1.2em;
    color: #891536;
    padding-top: 10px;
    padding-bottom: 20px;
}

.single-list-title {
    font-weight: bold;
    font-size: 1em;
}

.layout-2cols .single-title, .single-page .single-title, .layout-2cols .news-title, .layout-2cols .contact-title, .layout-2cols .impres-title{
    text-transform: uppercase;
    color: #891536;
    font-family: 'aaarghnormal', sans-serif;
    font-weight: 700;
    font-size:2em;
    padding-left: 20px;   
}

.layout-2cols .news-title {
    line-height: 30px;
    text-align: center;
}

.layout-2cols .impres-title:first-of-type, .layout-2cols .contact-title {
    padding-bottom: 20px;
}

.layout-2cols .impres-title:last-of-type {
    padding-top: 20px;
    padding-bottom: 20px;
}

.layout-2cols .kordon-title {
    text-transform: uppercase;
    color: #00537d;
    font-family: 'aaarghnormal', sans-serif;
    font-weight: 700;
    font-size:2em;
    padding-left: 20px;
}

.single-page .post-by{
    color: #9ba2a5;
    padding-bottom: 20px;
}
.single-page .post-by a{
    font-family: 'Open Sans', sans-serif;
	font-weight: 700;
    font-size: 1.077em;
    color: #9ba2a5;
}
.single-page .post-by a:hover{
    color: #ea503d;
}
.single-page .box-single-content{
    border: 1px solid #d4d4d4;
    background: #FFF;
    padding: 22px 28px 28px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}

.statistics {
    margin-bottom: 20px;
    border: 1px solid #d4d4d4;
    background: #FFF;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}


.single-page .social-sharing{
    padding-top: 30px;
}

.txt-radio {
    margin-right: 5px;
}

/* 12.	Page: Post
--------------------------------------------------------------------------------*/
.single-page .utility-post{
    padding: 5px 0;
}
.single-page .tag-cloud .sep:first-child{
    display: none;
}
.single-page .tag-cloud{
    float: left;
}
.single-page .social-sharing-outside{
    float: right;
    padding-top: 4px;
}
.single-page .box-list-comment{
    padding-top: 35px;
}
.box-list-comment .title-box-outside{
    float: left;
}
.box-list-comment .post-new-comment{
    float: right;
    color: #b7bcbe;
}
.box-list-comment .post-new-comment:hover{
    color: #ea503d;
}
.box-list-comment .post-new-comment .iPost{
    vertical-align: -1px;
    margin-right: 3px;
}

.box-list-comment .box-white{
    padding: 0;
    margin-bottom: 40px;
}
.box-list-comment .comment-item{
    border-top: 1px solid #d4d4d4;
    padding: 27px;
}
.box-list-comment .comment-item:first-child{
    border-top: 0;
}
.comment-item.lv2{
    padding-left: 87px;
}
.comment-item.lv3{
    padding-left: 147px;
}
.comment-item .thumb-left{
    width: 57px;
    height: 57px;
    line-height: 0;
}
.comment-item .thumb-left img{
    border-radius: 57px;
    -moz-border-radius: 57px;
    -webkit-border-radius: 57px;
}
.comment-item .comment-author{
    font-size: 1.153846153846154em;
    padding-bottom: 10px;
}
.comment-item .comment-content{
    padding-bottom: 10px;
}
.comment-item .time-post{
    color: #b7bcbe;
    position: relative;
}
.comment-item .time-post .btn-reply{
    position: absolute;
    top:0;
    right: 0;
}
.comment-item .btn-reply .iReply{
    vertical-align: -2px;
}
.comment-item .time-post .btn-reply:hover .iReply{
    background-position: -59px 0;
}

/*.box-post-comment{}*/
.box-post-comment .left-input{
    float: left;
    width: 45.70383912248629%;
    margin-bottom: 30px;
}
.box-post-comment .right-input{
    float: right;
    width: 53.0164533820841%;
    margin-bottom: 30px;
}
.box-post-comment .txt{
    margin-bottom: 0;
    padding: 14px 10px;
}
.box-post-comment .left-input label{
    display: block;
    margin-top: 20px;
}
.box-post-comment .left-input label:first-child{
    margin-top: 0;
}

.radiolabel:before {
    background-color: red;
}

.box-post-comment textarea.txt{
    height: 184px;
}
.box-post-comment .btn-submit-comment{
    font-family: 'Open Sans', sans-serif;
	font-weight: 700;
    text-transform: uppercase;
    color: #3e4b51;
    font-size: 1.076923076923077em;
    padding: 9px 12px 10px;
    width: 22.38010657193606%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing:  border-box;
}
.thanks{
    float: left;
    position: relative;
    background: #3c84ea;
    color: #FFF;
    padding: 9px 2.664298401420959%;
    width:68%;
    text-align: left;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.thanks .pick-right{
    border: 6px solid;
    border-color: transparent transparent transparent #3c84ea;
    width: 0;
    height: 0;
    position: absolute;
    top:13px;
    right: -12px;
}


/* 12.	Page: How it work
--------------------------------------------------------------------------------*/
.how-it-work{
    padding: 45px 0;
}
.how-it-work .short-introduce .title{
    font-size: 3.846153846153846em;
    line-height: 1.2em;
    color: #afbbc1;
    padding-bottom: 15px;
}
.how-it-work .box-introduce{
    margin-bottom: 25px;
    background: #FFF;
    border: 1px solid #d4d4d4;
    padding: 22px 28px 28px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}
.how-it-work .left-intro{
    float: left;
    width: 33.18233295583239%;
}
.how-it-work .right-intro{
    float: right;
    width:62.66506602641056%;
    padding: 0.4530011325028313%;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
}
.how-it-work .left-intro .title-intro{
    font-size: 1.384615384615385em;
    padding-bottom: 13px;
}
.how-it-work .left-intro .btn-star-project{
    display: block;
    text-align: center;
    text-transform: none;
    padding: 16px;
    margin: 10px 0;
}
.left-intro .btn-star-project .lbl{
    font-size: 1.384615384615385em;
    display: block;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}
.left-intro .btn-star-project .desc{
    display: block;
    font-family: 'Open Sans', sans-serif;
	font-weight: 300;
    color: #f4a9a1;
}
.left-intro .description-btn{
    color: #959c9f;
    font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}


/* 12.	Page: Profile
--------------------------------------------------------------------------------*/
.form-profile{
    padding: 44px 20px;
    width: 500px;
}
.form-profile .txt-website{
    width: 290px;
}
.form-profile .wrap-btn-submit{
    padding-top: 40px;
}
.form-profile .btn-submit-all{
    padding: 8px 16px;
}


/* 12.	Page: Blog
--------------------------------------------------------------------------------*/
/*.blog-page{}*/
.blog-page .top-info{
    padding-bottom: 50px;
}
.blog-page .blog-title{
    font-size: 3.692307692307692em;
    color: #b1bcc2;
    line-height: 1.4em;
    padding-bottom: 25px;
}
/*.blog-page .main-info{}*/
.blog-page .box-text-content .title-in-box{
    font-size: 1.230769230769231em;
}
.blog-page .title-detail{
    font-size: 2.153846153846154em;
    line-height: 1.4em;
    padding-bottom: 20px;
}
.blog-page .title-detail a {
	color: #5C666B
}
.blog-page .title-detail a:hover {
	color: #EA503D
}
/*.blog-page .grp-info-box{}*/
.blog-page .grp-info-box .box-text-content{
    float: left;
    width: 34.33%;
    padding-bottom: 0;
}
.blog-page .grp-info-box .box-text-content:first-child{
    margin-left: -20px;
}
.blog-page .box-text-content .wrap-info{
    padding-left: 20px;
}
.blog-page .box-text-content p{
    padding-bottom: 15px;
}
/*.blog-page .wrap-last-post{}*/
.blog-page .wrap-last-post .title{
    color: #3e4b51;
    font-size: 2.153846153846154em;
    line-height: 1.2em;
}
.blog-page .list-last-post{
    padding-bottom: 20px;
}
.list-last-post .other-post-item{
    padding-bottom: 18px;
}
.list-comment .other-post-item{
    padding-bottom: 25px;
    border-top: 1px solid #D9D9D9;
    padding-top: 25px;
}
.list-comment .other-post-item .other-post-item{
    margin-top: 20px;
    padding-bottom: 0;
}
.list-comment .other-post-item:first-child{
    padding-top: 0;
    border-top: 0;
}
.other-post-item .thumb-left{
    width: 90px;
    border: 1px solid #d4d4d4;
    padding: 4px;
    background: #FFF;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}

.list-comment .other-post-item .thumb-left{
    width: 64px;
    padding: 2px;
}
.other-post-item .title-other-post{
    font-size: 1.230769230769231em;
}
.blog-page .wrap-last-post .btn-load-more{
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}
.blog-page .popular-post .title-box{
    padding: 5px 0 20px 0;
}
.blog-page .popular-post{
    padding: 20px;
}
.blog-page .list-popular-post li{
    padding-bottom: 16px;
}
.blog-page .list-popular-post a.mark{
    font-size: 1.077em;
}


/* 12.	Page: Category
--------------------------------------------------------------------------------*/
.list-project-in-category{
    margin-bottom: 25px;
}
.list-project-in-category .lbl-type{
    padding-bottom: 16px;
}
.list-project-in-category .title-lbl{
    font-size: 1.230769230769231em;
    float: left;
}
.list-project-in-category .view-all{
    float: right;
}
.list-project-in-category .list-project{
    margin: 0 -9px;
}
.list-project-in-category .list-project > .grid_3{
    width: 31.3%;
}
.list-project-in-category .list-project .project-short{
    margin-bottom: 18px;
}


/* 12.	Page: Day news
--------------------------------------------------------------------------------*/
/*.day-news{}*/
.day-news .top-nav-news{
    padding-top: 40px;
}
.day-news .common-title{
    padding-bottom: 35px;
}
.day-news .nav-item .title{
    font-size: 1.384615384615385em;
}
.day-news .nav-item .time{
    font-size: 1.077em;
}
.day-news .project-short{
    margin-bottom: 17px;
}


/* 12.	Page: Login
--------------------------------------------------------------------------------*/
/*.login-form{}*/
.login-form .title-form{
    font-size: 1.538461538461538em;
    color: #ffffff;
    padding-bottom: 20px;
}
.login-form .box-white{
    height: 300px;
}
.login-form .title-box{
    padding-bottom: 0;
}
.login-form .form-action{
    padding-top: 20px;
}
.login-form label{
    display: block;
}
.login-form .txt{
    margin-bottom: 19px;
}
.login-form .wrap-2col{
    margin-left: -20px;
    margin-bottom: 10px;
}
.login-form .wrap-2col .col{
    float: left;
    width: 50%;
}
.login-form .wrap-2col label{
    padding-left: 20px;
}
.login-form .wrap-2col .col .txt{
    margin-bottom: 0;
    margin-top: 19px;
}
.login-form .wrap-2col label:first-child .txt{
    margin-top: 0;
}
.login-form .btn-submit{
    padding: 8px 25px;
}
.login-form .chk-remember{
    float: left;
    margin-right: 10px;
}
.login-form .lbl-remember{
    float: left;
    line-height: 1em;
}

/* CMS CONTENT
-----------------------------------------------------------*/
.cms-content p, .regular-content p{
    padding-top:0;
    padding-bottom: 5px;
    margin: 0;
}

.cms-content br {
    padding: 10px 0;
    margin: 0;
}

.cms-content a {
    text-decoration:underline;
    color: #891536;
}

.cms-content h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 1.2em;
    color: #891536;
    padding-top: 10px;
    padding-bottom: 20px;
}

.cms-content h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 1.2em;
    color: #9ba2a5;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
}

.cms-content h5 {
    font-weight: bold;
    font-size: 1em;
}


.jqte-test {
    display:block;
    margin:0 0 10px;
    padding:6px;
    width:95%;
    background:#FFF;
    border:#AAA 1px solid;
    font-size:13px;
}
textarea.jqte-test, div.jqte-test, span.jqte-test {
    min-height:100px;
}