@charset "utf-8";
/* CSS Document */

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
 	 background-position:top center; 
 	 background-repeat:no-repeat; 
	 background-size: cover;
}

html, body {
	height:100%;
	width:100%;
	background-color:#333333;
	-webkit-font-smoothing:antialiased;
	-webkit-touch-callout: none;
	/*-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;*/
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

html {
    overflow-y: scroll;
}

.gmap_container {
    width: 80%;
	height: 400px;
    border: none;
	background-color: transparent;
	border-radius:4px;
	margin:0 auto 20px auto;
	overflow:hidden;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

#gmap_canvas {
    width: 100%;
	height: 100%;
    border: none;
	background-color: transparent;
	border-radius:4px;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

#gmap_canvas .text1 {
	font-family:"Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 14px;
    font-weight: normal;
	color: #666666;
	text-align:left;
}

#container {
	height:100%;
	width:100%;
	background-color:#333333;
}

/* HOME PAGE SWIPER */

.swiper-container {
        width: 100%;
        height: 260px;
		cursor:ew-resize;
		border-radius:4px;
		margin-bottom:30px;
}

.swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
		background-position:center !important;
		background-size:cover !important;
		background-repeat:no-repeat !important;
        
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
}

/* PAGE TITLE */

.page_title_container {
    width:100%;
    height:auto;
    padding:20px 20px;
}

.page_title {
	width:100%;
	text-align:center;
	font-family: 'Exo', sans-serif;
	text-decoration: none;
	font-size: 15px;
    font-weight: normal;
	color: #aaaaaa;
	line-height: 1.2em;
	padding-bottom: 8px;
}

.page_title h1 {
	text-transform:uppercase;
	line-height: 1em;
}

.page_title h2 {
	text-transform:uppercase;
}

/* PAGE DESCRIPTION */

.description_container {
	width:100%;
	height:auto;
	display:inline-flex;
	margin-bottom:25px;
}

.description {
	font-family: 'Exo', sans-serif;
	text-decoration: none;
	font-size: 15px;
    font-weight: normal;
	color: #aaaaaa;
	text-align:justify;
	padding:0;
	width:calc(100% - 240px);
	height:auto;
	margin:auto 0;
}

.fullwidth_description {
	font-family: 'Exo', sans-serif;
	text-decoration: none;
	font-size: 15px;
    font-weight: normal;
	color: #aaaaaa;
	text-align:justify;
	padding:0;
	width:100%;
	height:auto;
	margin:auto 0;
}

.fullwidth_description a {
	font-family: 'Exo', sans-serif;
	text-decoration: none;
    font-weight: normal;
	color: #bbbbbb;
	border-bottom:1px #bbbbbb dotted;
}

.fullwidth_description a:hover {
	font-family: 'Exo', sans-serif;
	text-decoration: none;
    font-weight: normal;
	color: #ffffff;
	border-bottom:1px #ffffff dotted;
}

.description p, .fullwidth_description p {
	line-height: 1.5em;
	padding:0 0 5px 0;
	text-indent: 25px;
}

.description_image {
	height:200px;
	width:200px;
	border-radius:50%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	margin:auto 20px;
	background:#eee;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}

/* NEWS */

.news_container {
	width:100%;
	height:auto;
}

.news_item {
	font-family:"Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 15px;
    font-weight: normal;
	color: #666666;
	text-align:justify;
	padding:0 0 0 10px;
	width:100%;
	height:auto;
	margin:15px 0;
	border-width:0 0 0 2px;
	border-style:solid;
	border-color:rgba(51, 102, 153, 0.3);
}

.news_item p, .news_endtext p {
	line-height: 1.5em;
	padding:0 0 5px 0;
}

/* TEAM MEMBERS */

.team-members_item {
	width:100%;
	height:auto;
	display:inline-flex;
	margin-bottom: 40px;
}

.member_image {
	height:200px;
	width:200px;
	min-width:200px;
	border-radius:50%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	margin:auto 20px;
	background:#eee;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}

.member_image2 {
	height:200px;
	width:200px;
	min-width:200px;
	border-radius:50%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	margin:auto 20px auto 200px;
	background:#eee;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}

.member_description {
	font-family:"Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 15px;
    font-weight: normal;
	color: #666666;
	text-align:justify;
	padding:0 0 25px 0;
	width:calc(100% - 440px);
	height:auto;
	margin:auto 0;
	text-indent: 25px;
}

.member_description2 {
	font-family:"Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 15px;
    font-weight: normal;
	color: #666666;
	text-align:justify;
	padding:0 0 25px 0;
	width:calc(100% - 240px);
	height:auto;
	margin:auto 0;
	text-indent: 25px;
}

.member_description p, .member_description2 p {
	padding:0 0 10px 0;
}

.member_description a, .member_description2 a {
	font-family:"Times New Roman", Times, serif;
	text-decoration: none;
    font-weight: normal;
	color: #660000;
}

.member_description a:hover, .member_description2 a:hover {
	font-family:"Times New Roman", Times, serif;
	text-decoration: none;
    font-weight: normal;
	color: #660000;
	border-bottom:1px #660000 dotted;
}

.member_name {
	font-family:"Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 17px;
    font-weight: bold;
	color: #666666;
	text-align:left;
	padding:0;
	text-indent:0;
	line-height:2em;
}

/* SERVICE LIST */

.services_container {
	width:100%;
	height:auto;
}

.services_item {
	font-family:"Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 15px;
    font-weight: normal;
	color: #666666;
	text-align:justify;
	padding:0 0 0 10px;
	width:100%;
	height:auto;
	margin:15px 0;
	border-width:0 0 0 2px;
	border-style:solid;
	border-color:rgba(51, 102, 153, 0.3);
}

.services_endtext {
	font-family:"Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 15px;
    font-weight: normal;
	color: #666666;
	text-align:justify;
	padding:0;
	width:100%;
	height:auto;
	margin:0;
	text-indent: 25px;
}

.services_item p, .services_endtext p {
	line-height: 1.5em;
	padding:0 0 5px 0;
}

.logo_series {
	text-align:center;
	background-color:transparent;
	padding-top:30px;
}

.logo_series img {
	width:100%;
	max-width:800px;
	height:auto;
}





.breadcrumb {
	width:100%;
	text-align:center;
	background-color: transparent;
	color:#C8BCB9;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 120%;
	text-decoration: none;
	font-size: 14px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.breadcrumb a {
	width:100%;
	text-align:center;
	background-color: transparent;
	color:#C8BCB9;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 120%;
	text-decoration: none;
	font-size: 14px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.breadcrumb a:hover {
	width:100%;
	text-align:center;
	background-color: transparent;
	color:#927b75;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 120%;
	text-decoration: none;
	font-size: 14px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

#content {
	height:auto;
	width:calc(100% - 60px);
	background-color: #333333;
    justify-content: center;
    margin: 30px auto 0 auto;
}

/*  FOOTER */

footer {
	width:100%;
	margin-top:15px;
	position:absolute;
}

footer .footer_top {
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:20px;
	background-color:#333333;
	-webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
	z-index:0;
}

footer .footer_bottom {
	position:relative;
	bottom:0;
	left:0;
	width:100%;
	height:20px;
	background-color:#333333;
	-webkit-box-shadow: 0 -3px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 -3px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 -3px 2px rgba(0, 0, 0, 0.3);
	z-index:0;
}

/* FOOTER1 */

#footer1 {
	width:100%;
	height:239px;
	background:url(../img/keyboard.jpg);
	background-position:top left;
	background-size:cover;
	background-repeat:no-repeat;
	display:inline-block;
	padding:10px;
    vertical-align:bottom;
	border-top:1px #777777 solid;
	border-bottom:1px #777777 solid;
}

#footer1 .footer_col1 {
	width: 176px;
    height: 100%;
    float: left;
    padding-right: 8px;
}

/*#footer1 .footer_logo {
	background:url(../img/abcifooterlogo.png);
	background-position:left;
	background-repeat:no-repeat;
	background-size:contain;
	height:150px;
	width:100%;
	margin-bottom:15px;
	margin-top:-10px;
}*/

#footer1 .footer_title {
	font-family: 'Exo', sans-serif;
	line-height: 100%;
	text-decoration: none;
	font-size: 20px;
	color: #aaaaaa;
	text-align:left;
	padding-bottom:15px;
}

/*#footer1 .title_line {
	width:30px;
	margin:5px 0 10px 0;
	height:0px;
	border-top:2px #927b75 solid;
}*/

#footer1 .footer_text {
	font-family: 'Exo', sans-serif;
	line-height: 0.6em;
	text-decoration: none;
	font-size: 13px;
	color: #aaaaaa;
	text-align:left;
}

/*#footer1 .footer_col2 {
	width:33%;
	height:auto;
	float:left;
	padding:0 25px 0 25px;
}*/

#footer1 .footer_col2 {
	width: calc(50% - 176px);
	min-width: 450px;
    height: 100%;
    float: left;
    padding: 0 8px 0 8px;
    border-width: 0 1px 0 1px;
    border-color: rgba(255, 255, 255, 0.2);
    border-style: solid;
	white-space:nowrap;
	overflow:hidden;
}

#footer1 .footer_menu {
	font-family:"Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 16px;
	color: #666666;
	text-align:left;
}

#footer1 .footer_menu a {
	font-family:"Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 16px;
	color: #666666;
	text-align:left;
}

#footer1 .footer_menu a:hover {
	color: #660000;
}

#footer1 .footer_contact {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 18px;
	color: #fff;
	text-align:left;
}

#footer1 .footer_contact a {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 18px;
	color: #fff;
	text-align:left;
}

#footer1 .footer_contact a:hover {
	color: #C8BCB9;
}

#footer1 li {
	display:block;
	margin-bottom:10px;
}

#footer1 .footer_contact span {
	min-width:30px !important;
}

#footer1 .footer_col3 {
	width: calc(50% - 176px);
	min-width: 370px;
    height: 100%;
    float: left;
    padding: 0 8px 0 8px;
    border-width: 0 0 0 0;
    border-color: rgba(255, 255, 255, 0.2);
    border-style: solid;
	white-space:nowrap;
	overflow:hidden;
}

#footer1 .footer_col3 .copyright {
    font-family: "Times New Roman", Times, serif;
    text-decoration: none;
    font-size: 16px;
    color: #666666;
    text-align: left;
    position: absolute;
    bottom: 0;
}

#footer1 .footer_col3 .copyright a {
	font-family:"Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 16px;
	color: #666666;
	text-align:left;
}

#footer1 .footer_col3 .copyright a:hover {
	color: #660000;
}

#footer1 .footer_social li a {
	font-size:20px;
	text-decoration:none;
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
	border:1px #fff solid;
	border-radius:1px;
	color:#fff;
	background-color:transparent;
	display:block;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}

#footer1 .footer_social li.facebook a:hover {
	background-color:#425F9B;
	border-color:#425F9B;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

#footer1 .footer_social li.twitter a:hover {
	background-color:#55ACEE;
	border-color:#55ACEE;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

#footer1 .footer_social li.google a:hover {
	background-color:#D73D32;
	border-color:#D73D32;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}



/* FOOTER2 */

#footer2 {
	width:100%;
	padding:20px;
	background-color:#2d2c33;
}

#footer2 .footer_menu {
	width:auto;
	height:auto;
}

#footer2 .footer_menu ul li {
	background-color:transparent;
	display:inline-block;
	line-height: 13px;
}

#footer2 .footer_menu ul li div {
	border-left:1px #404040 solid;
	height:10px;
	width:0;
	margin-left:8px;
	margin-right:8px;
}

#footer2 .footer_menu ul li a {
	line-height: 13px;
	text-decoration: none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #606060;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

#footer2 .footer_menu ul li a:hover {
	color: #ed764f;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

#footer2 .copyright {
	display:block;
	width:100%;
	height:auto;
	margin-top:15px;
}

#footer2 .copyright, #footer2 .copyright a, #footer2 .copyright a:hover {
	line-height: 13px;
	text-decoration: none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #606060;
}

/* Go to top */

.gototop_hidden {
	position:fixed;
	bottom:-30px;
	right:30px;
	width:40px;
	height:40px;
	border-radius:2px;
	background-color:#7A8802;
	color:#fff;
	font-weight:normal;
	font-size:30px!important;
	padding-top:3px;
	text-decoration:none;
	text-align:center;
	visibility:hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
	z-index:100;
}

.gototop_visible{
	position:fixed;
	bottom:30px;
	right:30px;
	width:40px;
	height:40px;
	border-radius:4px;
	background-color:#7A8802;
	color:#fff;
	font-weight:normal;
	font-size:30px!important;
	padding-top:3px;
	text-decoration:none;
	text-align:center;
	visibility:visible;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
	cursor:pointer;
	z-index:100;
}


/* FORM */

.form-container {
	border:none;
    background:transparent;
    border-top:0;
    border-right:20px;
    border-bottom: 0;
    border-left: 20px;
    border-style: solid;
    border-color: transparent;
    float:left;
    width:50%;
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

.form-container-fullwidth {
	border:none;
    background:transparent;
    border-top:0;
    border-right:20px;
    border-bottom: 0;
    border-left: 20px;
    border-style: solid;
    border-color: transparent;
    float:left;
    width:100%;
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

.input-container {
	height:auto;
	margin-bottom:25px;
}

.input-name {
	font-family: 'Exo', sans-serif;
	font-size:13px; 
	color: #aaaaaa;
	text-align:left; 
	margin-bottom:10px;
    text-transform: uppercase;
}

.input-name i {
	font-size:8px; 
	color: #aaaaaa;
    background-position: top;
	text-align:left;
    text-transform: uppercase;
}

.input-line {
	font-family: 'Exo', sans-serif;
	font-size:13px; 
	color:#555; 
	border:2px #333333 solid; 
	border-radius:4px; 
	background:#fff; 
	width:100%;
    padding:10px;
	outline: 0 none;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.input-line:hover {
	border:2px #7A8802 solid; 
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.input-line:focus {
	border:2px #7A8802 solid; 
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.input-textarea {
	font-family: 'Exo', sans-serif;
	font-size:13px; 
	color:#555; 
	border:2px #333333 solid; 
	border-radius:4px; 
	background:#fff; 
	width:100%; 
	height:200px; 
	max-height:1000px; 
	min-height:100px;
	resize: vertical;
    padding:10px;
	outline: 0 none;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.input-textarea:hover {
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
	border:2px #7A8802 solid; 
	}

.input-textarea:focus {
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
	border:2px #7A8802 solid; 
	}

.input-checkbox
{
	-ms-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-o-transform: scale(1.5);
	margin-left: 2px;
	font-size: 40px;
	line-height:40px;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
	cursor:pointer;
}

.input-select
{
	font-family: 'Exo', sans-serif;
	font-size:13px; 
	color:#555; 
	border:1px #EBEBEB solid; 
	border-radius:4px; 
	background:#fff; 
	width:100%;
    padding:10px;
	outline: 0 none;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.input-select:hover {
	border:1px #3C3B48 solid; 
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.input-select:focus {
	border:1px #3C3B48 solid; 
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.input-container .submit {
    float:left;
	width:100px;
	font-family: 'Exo', sans-serif;
	font-size:13px;
    border:2px #333333 solid;
    border-radius: 4px;
	cursor:pointer;
    padding:10px;
    margin-top:20px;
	margin-left: calc(50% - 50px);
    background-color: #fff;
	color:#2d2c33;
    text-transform: uppercase;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}

.input-container .submit:hover {
    border:2px #7A8802 solid;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}


/* GRID */

.grid-container {
	width:100%;
	background-color: transparent;
    overflow: hidden;
}

.grid-item {
    width: 20%;
	height: 250px;
    border: 2px solid transparent;
    float: left;
	box-sizing:border-box;
	background-color: transparent;
	border-radius:4px;
	overflow:hidden;
	position:relative;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.item-image {
	position:absolute;
	height:calc(100% - 46px);
	width:100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	background-color:#eee; 
	background-repeat:no-repeat; 
	background-size:cover;
	background-position:center;
}

.item-title-background {
	position:absolute;
	bottom:0;
	height:46px;
	width:100%;
	background:#660000;
}

.item-title {
	position:absolute;
	bottom:0;
	height:46px;
	width:100%;
	text-align:center;
	background-color: transparent;
	display:table;
}

.item-title span {
	display:table-cell;
	vertical-align:middle;
	color:#fff;
	font-family:"Times New Roman", Times, serif;
	line-height: 100%;
	text-decoration: none;
	font-size: 16px;
}

.item-surface {
	position:absolute;
	height:100%;
	width:100%;
    display:block;
}

.item-surface a {
	position:absolute;
	height:100%;
	width:100%;
    background: #fff;
    display:block;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.item-surface a:hover {
	position:absolute;
	height:100%;
	width:100%;
    background-color: #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
    display:block;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

/* PARTNERS */

.partners-grid-container {
	width:100%;
	background-color: transparent;
    overflow: hidden;
}

.partners-grid-item {
    width: 20%;
	height: 250px;
    border: 2px solid transparent;
    float: left;
	box-sizing:border-box;
	background-color: transparent;
	border-radius:4px;
	overflow:hidden;
	position:relative;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.partners-item-image {
	position:absolute;
	height:calc(100% - 46px);
	width:100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	background-color: transparent; 
	background-repeat:no-repeat; 
	background-size:auto;
	background-position:center;
}

.partners-item-title-background {
	position:absolute;
	bottom:0;
	height:46px;
	width:100%;
	background:#660000;
}

.partners-item-title {
	position:absolute;
	bottom:0;
	height:46px;
	width:100%;
	text-align:center;
	background-color: transparent;
	display:table;
}

.partners-item-title span {
	display:table-cell;
	vertical-align:middle;
	color:#fff;
	font-family:"Times New Roman", Times, serif;
	line-height: 100%;
	text-decoration: none;
	font-size: 16px;
}

.partners-item-surface {
	position:absolute;
	height:100%;
	width:100%;
    display:block;
}

.partners-item-surface a {
	position:absolute;
	height:100%;
	width:100%;
    background: #fff;
    display:block;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.partners-item-surface a:hover {
	position:absolute;
	height:100%;
	width:100%;
    background-color: #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
    display:block;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

/* TEAM */

.team-container {
	width:100%;
	background-color: transparent;
    overflow: hidden;
}

.team-item {
    width: 25%;
	height: 380px;
    border:0 25%;
	box-sizing:content-box;
	background-color: transparent;
	overflow: hidden;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
	position:relative;
	float:left;
}

.team-item-image {
	height:250px;
	width:250px;
	border-radius:50%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	margin:0 auto;
	background:#eee;
	background-position:top;
	background-repeat:no-repeat;
	background-size:cover;
}

.team-item-name {
	height:50px;
	width:250px;
	padding-top:30px;
	text-align:center;
	text-transform:uppercase;
	background-color: transparent;
	color:#927B75;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 15px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	margin:0 auto;
}

.team-item-rank {
	height:50px;
	width:250px;
	font-weight:lighter;
	font-style:italic;
	text-align:center;
	text-transform:capitalize;
	background-color: transparent;
	color:#C8BCB9;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 13px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	margin:0 auto;
}

.team-item-surface {
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
    display:block;
}

.team-item-surface a {
	position:absolute;
	height:100%;
	width:100%;
    background: #fff;
    display:block;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.team-item-surface a:hover {
	position:absolute;
	height:100%;
	width:100%;
    background-color: #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
    display:block;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

/* GALLERY */

.big_img_container {
    width:100%;
    height:540px;
    padding:2px 2px;
}

.big_img {
    position:relative;
    width: 100%;
	height: 100%;
	background-color: transparent;
	border-radius:2px;
	overflow:hidden;
	position:relative;
	background:#eee; 
	background-position:top center; 
	background-repeat:no-repeat; 
	background-size:cover;
}

/* THUMBNAIL GRID */

.thumb-grid-container {
	width:100%;
	background-color: transparent;
    overflow: hidden;
}

.thumb-grid-item {
    width: 5%;
	height: 50px;
    border: 2px solid transparent;
    float: left;
	box-sizing:border-box;
	background-color: transparent;
	border-radius:4px;
	overflow:hidden;
	position:relative;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.thumb-item-image {
	position:absolute;
	height:100%;
	width:100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	background:#eee; 
	background-position:top; 
	background-repeat:no-repeat;
	background-size:cover;
}

.thumb-item-surface {
	position:absolute;
	height:100%;
	width:100%;
    display:block;
}

.thumb-item-surface a {
	position:absolute;
	height:100%;
	width:100%;
    background: #fff;
    display:block;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.thumb-item-surface a:hover {
	position:absolute;
	height:100%;
	width:100%;
    background-color: #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
    display:block;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

/* SECTION TITLE */

.title-container {
	width:100%;
    height:auto;
	background-color: transparent;
    clear:both;
}

.section-title {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 100%;
	text-decoration: none;
	font-size: 16px;
    font-weight: bold;
	color: #303030;
	text-align:left;
	padding:30px 0 5px 5px;
    text-transform: uppercase;
}

.title_line {
	width:30px;
	margin:5px 0 10px 0;
	height:0px;
	border-top:2px #927b75 solid;
}

/* ARTICLE */
.article-container {
	width:100%;
    height:auto;
	background-color: transparent;
    overflow:hidden;
}

.article-text {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 13px;
    font-weight: normal;
	color: #676767;
	text-align:justify;
	text-justify:auto;
	padding:0 5px 0 5px;
}

.article-text p {
	line-height: 1.6em;
	padding:0 0 15px 0;
}

/* RELATED ARTICLES */
.related-articles-container {
	width:100%;
    height:420px;
	background-color: transparent;
    overflow:hidden;
}

.related-articles-item {
    width: 25%;
	height: 350px;
    border: 2px solid transparent;
    float: left;
	box-sizing:border-box;
	background-color: transparent;
	border-radius:4px;
	overflow:hidden;
	position:relative;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.related-articles-frame {
	position:absolute;
	height: 100%;
	width:100%;
    /*border:1px #000 solid;*/
    border-radius: 2px;
    background:tranparent;
    overflow:hidden;
}

.related-articles-image {
	height:50%;
	width:100%;
    top:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	background:#eee; 
	background-position:top center; 
	background-repeat:no-repeat; 
	background-size:cover;
}

.related-articles-content-area {
	height:65%;
	width:100%;
    padding:5px;
	background:transparent;
}

.related-articles-title {
	height:auto;
	width:100%;
	text-align:left;
    text-transform: uppercase;
	background-color: transparent;
	color:#927b75;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 120%;
	text-decoration: none;
	font-size: 16px;
    padding-top:10px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.related-articles-date {
	height:auto;
	width:100%;
	text-align:left;
    padding:5px 0;
	background-color: transparent;
	color:#C8BCB9;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 120%;
	text-decoration: none;
	font-size: 14px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.related-articles-text {
	height:auto;
	width:100%;
	text-align: justify;
    padding-top:5px;
	background-color: transparent;
	color:#927b75;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 150%;
	text-decoration: none;
	font-size: 14px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.related-articles-readmore-area {
    position:absolute;
    bottom:0;
	height:auto;
	width:100%;
}

.related-articles-readmore-gradient {
	height:30px;
	width:100%;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, rgba(255,255,255,0), rgba(255,255,255,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, rgba(255,255,255,0), rgba(255,255,255,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1)); /* Standard syntax (must be last) */
}

.related-articles-readmore-button {
	text-align:left;
    padding:20px 8px 15px 8px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.related-articles-readmore-button a {
    border:1px #000 solid;
    border-radius: 3px;
	text-align:left;
    padding:5px;
	color:#2d2c33;
	font-family: 'Exo', sans-serif;
	text-decoration: none;
	font-size: 12px;
    text-transform: uppercase;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.related-articles-readmore-button a:hover {
    border:1px #000 solid;
    border-radius: 2px;
	text-align:left;
    padding:5px;
	color:#fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.related-articles-surface {
	position:absolute;
	height:100%;
	width:100%;
    display:block;
	top:0;
	left:0;
}

.related-articles-surface a {
	position:absolute;
	height:100%;
	width:100%;
    background: transparent;
    display:block;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.related-articles-surface a:hover {
	position:absolute;
	height:100%;
	width:100%;
    background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
    display:block;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

/* CATEGORIES */

.categories-container {
	width:100%;
    height:auto;
	background-color: transparent;
    overflow:hidden;
	padding-top:20px;
}

.categories-item {
	background: #fff;
	text-align:left;
    padding:0 0 17px 8px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	float:left;
}

.categories-item a {
    border:1px #000 solid;
    border-radius: 2px;
	text-align:left;
    padding:5px;
    background-color: #fff;
	color:#2d2c33;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
    text-transform: uppercase;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.categories-item a:hover {
    border:1px #000 solid;
    border-radius: 2px;
	text-align:left;
    padding:5px;
    background-color: #2d2c33;
	color:#fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

/* ARTICLE PREVIEW */
.article-preview-container {
	width:100%;
    height:auto;
	background-color: transparent;
    overflow:hidden;
	padding-top:20px;	
}

.article-preview-item {
    width: 50%;
	height: 350px;
    border: 10px solid transparent;
    float: left;
	box-sizing:border-box;
	background: transparent;
	border-radius:4px;
	overflow:hidden;
	position:relative;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.article-preview-frame {
	position:absolute;
	height: 100%;
	width:100%;
    /*border:1px #000 solid;*/
    border-radius: 2px;
    background:tranparent;
    overflow:hidden;
}

.article-preview-image {
	height:350px;
	width:50%;
    float:left;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	background:#eee; 
	background-position:top center; 
	background-repeat:no-repeat; 
	background-size:cover;
}

.article-preview-content-area {
	height:320px;
	width:50%;
    padding:20px;
	background-color: #f6f6f6;
	float:left;
}

.article-preview-title {
	height:auto;
	width:100%;
	text-align:left;
    text-transform: uppercase;
	background-color: transparent;
	color:#2D2C33;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 120%;
	text-decoration: none;
	font-size: 16px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.article-preview-date {
	height:auto;
	width:100%;
	text-align:left;
    padding:5px 0;
	background-color: transparent;
	color:#927b75;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 120%;
	text-decoration: none;
	font-size: 14px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.article-preview-text {
	height:auto;
	width:100%;
	text-align: justify;
    padding-top:5px;
	background-color: transparent;
	color:#676767;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 150%;
	text-decoration: none;
	font-size: 14px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.article-preview-readmore-area {
    position:absolute;
	bottom:0;
	right:0;
	height:auto;
	width:50%;
}

.article-preview-readmore-gradient {
	height:60px;
	width:100%;
	background: -webkit-linear-gradient(top, rgba(246,246,246,0), rgba(246,246,246,1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, rgba(246,246,246,0), rgba(246,246,246,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, rgba(246,246,246,0), rgba(246,246,246,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, rgba(246,246,246,0), rgba(246,246,246,1)); /* Standard syntax (must be last) */
}

.readmore-button {
	text-align:center;
    padding:20px 8px 25px 17px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	float:center;
}

.readmore-button a {
    border:none;
    border-radius: 4px;
	text-align:center;
    padding:5px;
    background-color: #7A8802;
	color:#ffffff;
	font-family: 'Exo', sans-serif;
	text-decoration: none;
	font-size: 13px;
    text-transform: uppercase;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.readmore-button a:hover {
    border:none;
    border-radius: 4px;
	text-align:center;
    padding:5px;
    background-color: #aaaaaa;
	color:#000000;
	font-family: 'Exo', sans-serif;
	text-decoration: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.prev-button {
	text-align:center;
    padding:20px 8px 25px 17px;
	margin-left: 80px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	float:left;
}

.prev-button a {
    border:none;
    border-radius: 4px;
	text-align:center;
    padding:5px;
    background-color: #7A8802;
	color:#ffffff;
	font-family: 'Exo', sans-serif;
	text-decoration: none;
	font-size: 13px;
    text-transform: uppercase;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.prev-button a:hover {
    border:none;
    border-radius: 4px;
	text-align:center;
    padding:5px;
    background-color: #aaaaaa;
	color:#000000;
	font-family: 'Exo', sans-serif;
	text-decoration: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.next-button {
	text-align:center;
    padding:20px 8px 25px 17px;
	margin-right: 80px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	float:right;
}

.next-button a {
    border:none;
    border-radius: 4px;
	text-align:center;
    padding:5px;
    background-color: #7A8802;
	color:#ffffff;
	font-family: 'Exo', sans-serif;
	text-decoration: none;
	font-size: 13px;
    text-transform: uppercase;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.next-button a:hover {
    border:none;
    border-radius: 4px;
	text-align:center;
    padding:5px;
    background-color: #aaaaaa;
	color:#000000;
	font-family: 'Exo', sans-serif;
	text-decoration: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.article-preview-surface {
	position:absolute;
	height:100%;
	width:100%;
    display:block;
	top:0;
	left:0;
}

.article-preview-surface a {
	position:absolute;
	height:100%;
	width:100%;
    background: transparent;
    display:block;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.article-preview-surface a:hover {
	position:absolute;
	height:100%;
	width:100%;
    background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
    display:block;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

