html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Source Sans Pro', sans-serif;
}

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
img{
    width:100%;
    height:100%;
}
.thumbnail > img {
    border: 12px solid #fff;
    padding: 5px;
}
.col-lg-3 {
    width: 25%;
    float:left;
}
.row{ display: inline-block; }


ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a[href], label[for], select, 
input[type=checkbox], input[type=radio] {
	cursor: pointer;
}

button, input[type=button], input[type=image], 
input[type=reset], input[type=submit] {
    overflow: visible;
    cursor: pointer;
    padding: 15px;
    border: none;
    background: #d6b539;
    color: #fff;
    text-transform: uppercase;
}

button::-moz-focus-inner, 
input[type=button]::-moz-focus-inner, 
input[type=image]::-moz-focus-inner, 
input[type=reset]::-moz-focus-inner, 
input[type=submit]::-moz-focus-inner {
	border: 0;
}

.hide {
	position: absolute !important;
	left: -9999em !important;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

th, td {
	vertical-align: top;
}

th {
	font-weight: normal;
	text-align: left;
}

address, cite, dfn {
	font-style: normal;
}

abbr, acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}

sub, 
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

textarea {
	 overflow: auto;
}


/* Normalized Styles
------------------------------------------------------------------------------*/

body {
	font: 16px/30px 'Source Sans Pro', sans-serif;
	background-color: #fff;
    color: #606060;
    font-size: 15px;
    margin: 0;
    overflow-x: hidden;
}

input, textarea, select, button {
	outline: none;
	font-family: 'Source Sans Pro', sans-serif;
	    padding: 10px;
	
}

a, a:visited, a:focus, a:active {
	text-decoration: none !important;
	//color: #fff;
}

a:hover {
	text-decoration: underline;
}

.fr{float: right;} .fl{float: left;}

/* Container
------------------------------------------------------------------------------*/

.container {
	position: relative;
	width: 1070px;
	margin: 0 auto;
}


.container > h5{
   // font-size:30px;
    color:#4f8931;
    font-weight:700;
    margin:20px 10px 0px 10px;
    display:inline-block;
}

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

header {
	position: fixed;
    z-index: 99;
    width: 100%;
    background: rgba(244, 244, 244, 0.99);
}

.logo {
    padding: 5px 0;
}
.social li{
	margin-top: 30px;
	display: inline-block;
}

.fa {
  padding: 12px;
  font-size: 30px;
  width: 45px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}
.social li .link{
font-size: 14px;
    text-transform: uppercase;
    padding: 0 5px 0 0px;
    font-weight: 700;
    color: #4f8931;
}
/* Navigation
------------------------------------------------------------------------------*/

.nav {
	text-transform: capitalize;
    font-size: 18px;
    font-weight: 700;
    display: block;
    margin-top:25px;
}

.nav ul li{
	padding: 10px 10px 15px 10px;
    display: inline-block;
}
.nav ul li a{color: #4f8931;}
#menu-bar,#menu-close{display: none;}

.crf-s:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	width: 52px;
	border-left: 1px solid #d0d2d5;
	background: url(../images/bg_arrow_select.png) no-repeat 19px 23px;
}

.crf-sm li {
	cursor: pointer;
}

.crf-sm {
	position: absolute;
	border: 1px solid #cccccc;
	display: none;
	overflow: auto;
	max-height: 300px;
	z-index: 9999;
	border: 1px solid #cbcbcb;
	background: #e6e8ec;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #555555;
	font-size: 14px;
	padding: 5px 20px;
	line-height: 24px;
}


/* main-content
------------------------------------------------------------------------------*/

.content {
	overflow: hidden;
	padding: 70px 0;
}

.main-contentblk{
	float: left;
	width: 50%;
	padding: 0 15px;
    margin-top:40px;
}

.sidebarblk {
    width: 25%;
    float: left;
    background: #f4f4f5;
    padding: 40px;
    
}


.main-content {
	float: left;
	width: 58.333%;
	padding: 0 15px;
}

.divider {
	background: #4F8931 url(../images/bg_white_arrow.png) no-repeat 50% 0;
	height: 80px;
	position: relative;
	margin-top: 3px;
	margin-bottom: 37px;
}

.divider:after {
	background: url(../images/bg_white.png) no-repeat 50% 0;
	height: 30px;
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
}

.posts-con article {
	border-bottom: 1px solid #000000;
	padding-bottom: 40px;
	margin-bottom: 41px;
}

.slider-con {
	padding: 9px 0 77px 0;
	margin-right: -20px;
}

.slider-con .slide li {
	padding: 0 19px 19px 0;
	float: left;
}

.slider-con .slide li img{
	border-radius: 6px;
}

.slider-con .bx-pager {
	text-align: center;
	padding-top: 18px;
	padding-right: 20px;
}

.slider-con .bx-pager-item {
	display: inline-block;
	padding: 0 2px;
}

.slider-con .bx-pager-item a {
	width: 16px;
	text-indent: -999em;
	height: 17px;
	display: block;
	background: url(../images/bg_slider_nav_2.png) no-repeat;
}

.slider-con .bx-pager-item a.active,
.slider-con .bx-pager-item a:hover {
	background-position: -16px 0;
}

.slider-con .bx-controls-direction {
	display: none;
}

.posts-con article.last {
	border-bottom: none;
}

.posts-con .current-date {
	margin-top: 9px;
}

.posts-con h3 {
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	padding-top: 4px;
	padding-bottom: 22px;
}

.posts-con .info {
	overflow: hidden;
}

.posts-con .info-line {
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 20px;
}

.posts-con .info-line .time {
	padding: 0 20px 0 25px;
	background: url(../images/ico_time.png) no-repeat 0 3px;
	display: inline-block;
}

.posts-con .info-line .place {
	padding: 0 20px 0 25px;
	background: url(../images/ico_place.png) no-repeat 0 3px;
	display: inline-block;
}

h1.single{
	margin: 0 15px 0 15px;
}

/* sidebar
------------------------------------------------------------------------------*/

#sidebar {
	width: 33.3%;//33.3%;
	float: right;
	padding: 0 15px;
}

#sidebar h2 {
	text-align: left;
	padding-bottom: 27px;
}

#sidebar .widget {
	padding-bottom: 85px;
}

#sidebar .sidemenu {
	padding-top: 9px;
}

#sidebar .sidemenu a {
	border: 1px solid #000000;
	border-radius: 4px;
	display: block;
	margin-bottom: 8px;
	height: 45px;
	line-height: 43px;
	padding: 0 0 0 15px;
	//font-family: 'BebasNeue';
	color: #000000;
	font-size: 24px;
	position: relative;
}

#sidebar .sidemenu li.fil-cat {
	border: 1px solid #000000;
	border-radius: 4px;
	display: block;
	margin-bottom: 8px;
	height: 45px;
	line-height: 43px;
	padding: 0 0 0 15px;
	//font-family: 'BebasNeue';
	color: #000000;
	font-size: 16px;
	position: relative;
}

.mac #sidebar .sidemenu a {
	padding: 3px 0 0 15px;
}

#sidebar .sidemenu li.fil-cat:hover:after,
#sidebar .sidemenu .current li.fil-cat:after {
	position: absolute;
	content: "";
	left: -8px;
	top: 15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 7px 7.5px 0;
	border-color: transparent #4F8931 transparent transparent;
}

#sidebar .sidemenu li.current.fil-cat,
#sidebar .sidemenu li.fil-cat:hover {
	border: 1px solid #FFA500;
	color: #fff;
	background: #FFA500;
	text-decoration: none;
}

#sidebar .sidemenu li.current.fil-cat .nr,
#sidebar .sidemenu li.fil-cat:hover .nr {
	background: #4F8931;
}

#sidebar .sidemenu li.fil-cat .nr {
	height: 27px;
	width: 47px;
	display: block;
	border-radius: 3px;
	float: right;
	background: #4F8931yellow;
	line-height: 27px;
	font-size: 15px;
	margin: 8px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.mac #sidebar .sidemenu li.fil-cat .nr {
	margin: 5px 8px 8px 8px;
}

#sidebar .calendar .head {
	overflow: hidden;
	height: 45px;
	line-height: 43px;
	border-radius: 4px;
	border: 1px solid #000000;
	text-align: center;
	font-size: 24px;
	font-family: 'BebasNeue';
	padding: 0 15px;
	margin-bottom: 7px;
}

#sidebar .calendar .head .next,
#sidebar .calendar .head .prev {
	background: url(../images/bg_arrow_nav.png) no-repeat;
	height: 17px;
	width: 26px;
	display: block;
	float: left;
	margin: 13px 0 -30px 0;
}

#sidebar .calendar .head .next {
	float: right;
	background-position: -26px 0;
}

.mac #sidebar .calendar .head h4{
	padding-top: 4px;
}

#sidebar .calendar .table {
	margin: 0 -3px;
}

#sidebar .calendar table {
	width: 100%;
}

#sidebar .calendar table tr {
}

#sidebar .calendar th {
	font-family: 'BebasNeue';
	font-size: 18px;
	line-height: 24px;
	color: #000000;
	text-align: center;
	padding-bottom: 3px;
}

#sidebar .calendar td {
	font-family: 'BebasNeue';
	font-size: 24px;
	line-height: 46px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	padding: 0px;
}

#sidebar .calendar td.disable {
	color: #c5c9d1;
}

#sidebar .calendar td.archival>div {
	background: #e6e8ec;
	border-color: #e6e8ec;
	border: 1px solid #e6e8ec;
}

#sidebar .calendar td.upcoming>div {
	background: #4F8931;
	color: #fff;
	border: 1px solid #4F8931;
}

#sidebar .calendar td.upcoming>div.hover {
	background: #4F8931yellow;
	border: 1px solid #4F8931yellow;
}

#sidebar .calendar td>div {
	border-radius: 4px;
	border: 1px solid #000000;
	margin: 3px;
	display: block;
}

.mac #sidebar .calendar td>div {
	padding-top: 4px;
}

#sidebar .calendar .tooltip {
	position: relative;
	z-index: 2;
}

#sidebar .calendar .tooltip .holder {
	display: none;
	position: absolute;
	top: -72px;
	left: -382px;
	border-radius: 4px;
	background: #4F8931;
	text-align: left;
	font-size: 14px;
	line-height: 24px;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	width: 375px;
	padding: 14px 20px 13px 20px;
	font-weight: normal;
}

#sidebar .calendar .tooltip .holder:after {
	position: absolute;
	top: 91px;
	right: -4px;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #4F8931;
}

#sidebar .calendar .tooltip h4 {
	font-weight: bold;
	padding-bottom: 10px;
}

#sidebar .calendar .tooltip .info-line {
	color: #899ec4;
	padding-bottom: 9px;
}

#sidebar .calendar .tooltip .time {
	padding: 0 29px 0 23px;
	background: url(../images/ico_time_2.png) no-repeat 0 3px;
	display: inline-block;
}

#sidebar .calendar .tooltip .place {
	padding: 0 20px 0 22px;
	background: url(../images/ico_place_2.png) no-repeat 0 3px;
	display: inline-block;
}

#sidebar .calendar .note {
	padding: 37px 0 0 0;
}

#sidebar .calendar .note p {
	position: relative;
	padding-left: 34px;
	padding-right: 44px;
	float: left;
}

#sidebar .calendar .note p:after {
	position: absolute;
	background: #4F8931;
	content: "";
	height: 22px;
	width: 22px;
	display: block;
	border: 4px solid #fff;
	box-shadow: 0 0 0 1px #d8dbe1;
	top: 5px;
	left: 1px;
	border-radius: 4px;
}

#sidebar .calendar .note .archival-note:after {
	background: #ced0d5;
}

#sidebar .list ul {
	margin-right: -25px;
}

#sidebar .list li {
	float: left;
	padding: 0 19px 19px 0;
}

#sidebar .list li img {
	border-radius: 6px;
}

#sidebar .list .btn {
	padding: 0 26px;
}

#sidebar .btn-holder {
	padding-top: 4px;
}

/* slider
------------------------------------------------------------------------------*/

.slider {
	width: auto;
    height : auto;
    max-height: 100%;
    max-width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 74px;
}

.slider .bxslider li {
/*	background: url(../banner.php) no-repeat 50% 50%; */
	background-size: cover;
	width: auto;
    height : auto;
    max-height: 100%;
    max-width: 100%;
	margin:7.6em 0 0 0;
}

.slider .info {
	float: right;
	padding: 122px 15px 0 0;
}

.slider .info h2 {
	color: #fff;
	font-family: 'BebasNeue';
	font-weight: 300;
	font-size: 72px;
	line-height: 84px;
	padding-bottom: 50px;
	text-align: left;
}

.slider .info h2 span {
	color: #fff;
	font-family: 'BebasNeue';
	font-weight: 700;
	font-size: 84px;
	line-height: 101px;
	border-radius: 4px;
	background: #4F8931;
	padding: 1px 23px 5px 23px;
	display: inline-block;
}

.mac .slider .info h2 span {
	line-height: 81px;
	padding-top: 20px;
}

.slider .info a {
	color: #fff;
	font-family: 'BebasNeue';
	font-size: 40px;
	line-height: 48px;
	font-weight: 300;
	padding-right: 63px;
	background: url(../images/bg_arrow.png) no-repeat 100% 50%;
}



.slider .bx-controls-direction {
	display: none;
}

.slider .bx-pager {
	position: absolute;
    bottom: -8px;
    /* top: 15px; */
    left: 0;
    right: 0;
    text-align: center;
    /* z-index: 999; */
}

.slider .bx-pager-item {
	display: inline-block;
	padding: 0 2px;
}

.slider .bx-pager-item a {
	display: block;
	background: url(../images/bg_slider_nav.png) no-repeat;
	height: 13px;
	width: 12px;
	text-indent: -999em;
}

.slider .bx-pager-item a.active,
.slider .bx-pager-item a:hover {
	background-position: -12px 0;
}

/* posts
------------------------------------------------------------------------------*/

.posts {
	overflow: hidden;
	padding-bottom: 0px;
}

.posts article {
	width: 50%;
	float: left;
	padding: 0 3px;
}

.posts .pic {
	float: left;
	margin-right: 30px;
	margin-top: 6px;
    max-width:130px;
}

.posts .info {
	overflow: hidden;
	padding-right: 30px;
}

.posts .info h3 {
	 overflow: hidden;
    color: #d6b539;
    font-weight: 700;
    text-transform: uppercase;
    /* font-family: 'BebasNeue'; */
    font-size: 24px;
    line-height: 40px;
    padding-bottom: 10px;
}

/* news
------------------------------------------------------------------------------*/

.news {
	overflow: hidden;
	background: #4F8931;
	padding: 57px 0 70px 0;
}

h1,
h2 {
	color: #d6b539;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 48px;
    font-weight: 500;
    text-align: left;
}

h1 {
	text-align: left;
	padding-bottom: 18px;
}

h2 {margin-top:50px;}

.news h2 {
	color: #fff;
}

.news article {
	width: 50%;
	float: left;
	padding: 0 15px;
}

.news .pic {
	float: left;
	margin-right: 25px;
	margin-top: 4px;
}

.news .pic img {
	border-radius: 5px;
}

.news .info {
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
}

.news .info h4 {
	color: #d6b539;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}

.news .info .date {
	color: #d6b539;
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 10px;
}

.news .info p {
	padding-bottom: 11px;
}

.news .more {
	padding-right: 23px;
	background: url(../images/bg_arrow_blue.png) no-repeat 100% 50%;
	color: #4F8931yellow;
}

.more {
	padding-right: 23px;
	background: url(../images/bg_arrow_blue_dark.png) no-repeat 100% 50%;
	color: #4F8931;
}

.btn-holder {
	text-align: center;
	clear: both;
	padding: 65px 0 0 0;
}

a.btn,
.btn {
	color: #FFA500;
	text-transform: uppercase;
	border-radius: 4px;
	background: #FFF;
	font-size: 16px;
	height: 46px;
	line-height: 46px;
	display: inline-block;
	padding: 0 21px;
	border: none;
}

a.btn.blue,
.btn.blue {
	float: left;
	background: #4F8931;
	color: #fff;
}

/* events
------------------------------------------------------------------------------*/

.events {
	padding: 57px 0 100px 0;
}

.events article {
	width: 25%;
	float: left;
	padding: 0 15px;
	font-size: 14px;
	line-height: 20px;
}

.current-date {
	width: 70px;
	float: left;
	border-radius: 4px;
	background-color: #4F8931;
	margin-right: 30px;
	margin-top: 4px;
	text-align: center;
	font-family: 'BebasNeue';
	color: #fff;
	font-size: 16px;
	padding: 3px;
	line-height: 20px;
}

.current-date .date {
	background-color: #fff;
	color: #4F8931;
	font-size: 40px;
	border-radius: 4px;
	line-height: 49px;
	margin-top: 3px;
	font-weight: bold;
}

.events .info {
	overflow: hidden;
}

.events .info p {
	padding-bottom: 13px;
	//min-height: 153px;
}

/* info-request
------------------------------------------------------------------------------*/

.info-request {
	border-radius: 4px;
	background: #4F8931 url(../images/ico_information.png) no-repeat 35px 35px;
	display: block;
	padding: 0 0 0 138px;
	margin: 0 15px 100px 15px;
	height: 134px;
	overflow: hidden;
}

.info-request:hover {
	text-decoration: none;
}

.info-request .holder {
	width: 70%;
	display: block;
	float: left;
}

.info-request .arrow {
	width: 25%;
	display: block;
	float: right;
	height: 100%;
	background: #4F8931Yellow url(../images/bg_arrow_information.png) no-repeat 50% 50%;
}

.info-request .title {
	color: #d6b539;
    font-size: 44px;
    text-transform: uppercase;
    line-height: 48px;
    font-weight: 500;
	padding: 26px 0 0 0;
	display: block;
	font-weight: 300;
}

.info-request .text {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	margin: -2px 0 0 0;
	display: block;
	text-transform: uppercase;
}

/* Content
------------------------------------------------------------------------------*/

#content {
	float: right;
	width: 760px;
}


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

#footer {
	clear: both;
	background: #4F8931 url(../images/bg_white_arrow.png) no-repeat 50% 0;
	overflow: hidden;
	padding: 91px 0 0 0;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
}

#footer article {
	float: left;
	width: 33%; 
	padding: 0 15px;
}

#footer h3 {
	color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 48px;
    font-weight: 600;
	display: block;
	padding-bottom: 37px;
}

#footer a {
	color: #fff;
}

#footer .col-1 li {
	border-bottom: 1px solid #d6b539;
	padding-top: 1px;
	padding-bottom: 11px;
	margin-bottom: 11px;
}

#footer .col-1 li a {
	display: block;
	position: relative;    
	margin: 0px 40px;
}

#footer .col-1 li i{    
	margin: -12px;
    font-size: 22px;
    position: absolute;}
#footer .col-1 .mail {
	padding-bottom: 11px;
	margin-bottom: 11px;
}

#footer .col-1 .mail a:after {
	background: url(../images/ico_contacts.png) no-repeat 0 -32px;
	height: 22px;
	top: -1px;
}

#footer .col-1 .phone a:after {
	background: url(../images/ico_contacts.png) no-repeat 0 -54px;
	height: 32px;
	top: -6px;
}

#footer .last {
	border: none !important;
}


#footer article p {
	padding-bottom: 17px;
}

#footer .col-2 li {
	padding: 0 10px 10px 0;
	float: left;
}

#footer .col-2 li a {
/*	background: none;*/
	display: block;
	width: 119px;
	height: 35px;
	line-height: 35px;
/*	color: none;*/
	font-size: 14px;
	border-radius: 4px;
	padding-left: 35px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

#footer .col-2 li a:after {
	background: #FFA500 url(../images/ico_social.png) no-repeat 9px 8px;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	width: 35px;
}

#footer .col-2 .google-plus a:after {
	background-position: -26px 8px;
}

#footer .col-2 .twitter a:after {
	background-position: 9px -27px;
}

#footer .col-2 .pinterest a:after {
	background-position: -26px -27px;
}

#footer input {
	border-radius: 4px;
    background-color: #d8dbe1;
    height: 52px;
    padding: 16px 20px;
    width: 100%;
    color: #4f8931;
    border: none;
    font-size: 14px;
    margin-bottom: 10px;
}

#footer button {
	border-radius: 4px;
	background: #FFA500;
	height: 52px;
	line-height: 52px;
	padding: 0 20px;
	width: 100%;
	color: #000000;
	border: none;
	font-size: 16px;
	margin-bottom: 10px;
}

#footer input::-webkit-input-placeholder {
	color:#000;
}
#footer input::-moz-placeholder {
	color:#000;
}

#footer .copy {
	text-align: center;
    /* clear: both; */
    color: #c1aeae;
    background: #000000;
    padding: 25px 0 26px 0;
    width: 100%;
    display: inline-block;
}
.copy a{text-transform: uppercase;}

/*! fancyBox v2.1.3 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #fff;
	color: #000;
	text-shadow: none;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

.fancybox-close {
	position: absolute;
	top: -10px;
	right: -10px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	z-index: 8040;
	background: url(../images/ico_close.png) no-repeat;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(../images/bg_blue.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

#fancy {
	display: none;
	padding: 19px 22px 26px 22px;
}

#fancy h2 {
	font-size: 48px;
	line-height: 48px;
	padding-bottom: 33px;
}

#fancy .left {
	float: left;
	padding: 0 4px;
}

#fancy .right {
	float: right;
	padding: 0 4px;
}

#fancy fieldset {
	width: 370px;
	background: #e6e8ec url(../images/ico_form.png) no-repeat 21px 19px;
	border-radius: 4px;
	height: 52px;
	margin-bottom: 8px;
}

#fancy .name {
	background-position: 21px -33px;
}

#fancy .subject {
	background-position: 21px -85px;
}

#fancy .question {
	background-position: 21px -137px;
	height: 172px;
}

#fancy input {
	height: 52px;
	font-size: 14px;
	color: #7e8798;
	border: none;
	background: none;
	width: 100%;
	padding: 16px 10px 16px 60px;
}

#fancy textarea {
	height: 172px;
	font-size: 14px;
	color: #7e8798;
	border: none;
	background: none;
	width: 100%;
	padding: 18px 10px 18px 60px;
	resize: none;
}

#fancy textarea::-webkit-input-placeholder,
#fancy input::-webkit-input-placeholder {
	color:#7e8798;
}
#fancy textarea::-moz-placeholder,
#fancy input::-moz-placeholder {
	color:#7e8798;
}

#fancy .btn-holder {
	padding-top: 32px;
}

#fancy .btn {
	width: 230px;
	height: 52px;
	line-height: 52px;
}

.crf-s {
	outline: none;
	line-height: 20px;
	margin: 0 0 8px 0;
	position: relative;
	cursor: pointer;
	height: 52px;
	font-size: 14px;
	color: #7e8798;
	border: none;
	background: none;
	width: 100%;
	display: block;
	padding: 16px 10px 16px 60px;
}

.crf-s:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	width: 52px;
	border-left: 1px solid #d0d2d5;
	background: url(../images/bg_arrow_select.png) no-repeat 19px 23px;
}

.crf-sm li {
	cursor: pointer;
}

.crf-sm {
	position: absolute;
	border: 1px solid #cccccc;
	display: none;
	overflow: auto;
	max-height: 300px;
	z-index: 9999;
	border: 1px solid #cbcbcb;
	background: #e6e8ec;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #555555;
	font-size: 14px;
	padding: 5px 20px;
	line-height: 24px;
}


/* Fonts
------------------------------------------------------------------------------*/ 

@font-face {
	font-family: 'BebasNeue';
    src: url('../fonts/BebasNeueBold.eot');
    src: url('../fonts/BebasNeueBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BebasNeueBold.woff') format('woff'),
         url('../fonts/BebasNeueBold.ttf') format('truetype'),
         url('../fonts/BebasNeueBold.svg#BebasNeueBold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
	font-family: 'BebasNeue';
    src: url('../fonts/BebasNeueRegular.eot');
    src: url('../fonts/BebasNeueRegular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BebasNeueRegular.woff') format('woff'),
         url('../fonts/BebasNeueRegular.ttf') format('truetype'),
         url('../fonts/BebasNeueRegular.svg#BebasNeueRegular') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
	font-family: 'BebasNeue';
    src: url('../fonts/BebasNeueBook.eot');
    src: url('../fonts/BebasNeueBook.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BebasNeueBook.woff') format('woff'),
         url('../fonts/BebasNeueBook.ttf') format('truetype'),
         url('../fonts/BebasNeueBook.svg#BebasNeueBook') format('svg');
    font-weight: 300;
    font-style: normal;
}

/* Media
------------------------------------------------------------------------------*/ 

@media screen and (max-width: 1220px) {

	.container {
		width: 100%;
	}

	
	
	.slider {
		height: 550px;
		margin-bottom: 50px;
	}
	
	.slider .bxslider li {
		height: 550px;
	}
	
	.slider .info {
		float: right;
		padding: 50px 15px 0 0;
	}
	
	.slider .info h2 {
		font-size: 60px;
		line-height: 70px;
		padding-bottom: 50px;
	}
	
	.slider .info h2 span {
		font-size: 70px;
		line-height: 80px;
		display: inline-block;
	}

	.mac .slider .info h2 span {
		line-height: 61px;
	}
	
	.slider .info a {
		font-size: 36px;
		line-height: 40px;
	}
	
	.posts {
		padding-bottom: 50px;
	}
	
	.posts article {
		padding: 0 15px;
	}
	
	.posts .pic {
		margin-right: 15px;
		width: 90px;
	}
	
	.posts .pic img {
		width: 100%;
	}
	
	.posts .info {
		padding-right: 0;
		font-size: 16px;
		line-height: 22px;
	}
	
	.posts .info h3 {
		font-size: 26px;
		line-height: 30px;
		padding-bottom: 7px;
	}
	
	.news {
		padding: 40px 0 50px 0;
	}
	
	h1,
	h2 {
		font-size: 50px;
		line-height: 60px;
		padding-bottom: 40px;
	}
	
	.news article {
		width: 50%;
		float: left;
		padding: 0 15px;
	}
	
	.news .pic {
		margin-right: 15px;
		width: 80px;
	}
	
	.news .pic img {
		width: 100%;
	}
	
	.btn-holder {
		padding: 50px 0 0 0;
	}
	
	.events {
		padding: 40px 0 50px 0;
	}
	
	.events article {
		width: 50%;
		padding-bottom: 30px;
	}
		
	.events article:nth-child(2n+2) {
		clear: left;
	}
		
	.events .info p {
		min-height: 0;
	}
	
	.info-request {
		height: auto;
		padding: 0;
		margin-bottom: 70px;
	}
	
	.info-request .holder {
		width: 100%;
		padding-bottom: 20px;
		padding-left: 138px;
	}
	
	.info-request .arrow {
		width: 100%;
		height: 80px;
	}
	
	.info-request .title {
		font-size: 50px;
		line-height: 60px;
	}
		
	#footer {
		padding: 50px 0 0 0;
	}
	
	#footer article {
		width: 50%;
		padding-bottom: 20px;
	}
	
	#footer article:nth-child(2n+1) {
		clear: left;
	}
	
	#footer h3 {
		font-size: 40px;
		line-height: 44px;
		padding-bottom: 30px;
	}
		
	#footer .copy {
		padding: 20px 15px 15px 15px;
	}
	
	#fancy .right,
	#fancy .left {
		width: 100%;
	}
	
	#fancy fieldset {
		width: 100%;
	}
	
	#sidebar {
		width: 40%;
	}

	.posts-con .current-date {
		margin-right: 15px;
	}

	.posts-con article {
		font-size: 14px;
		line-height: 22px;
	}

	.slider-con .slide li {
		width: 33.33%;
	}
	
	.slider-con .slide li img {
		width: 100%;
	}
	
	#sidebar .sidemenu a {
		font-size: 20px;
	}
	
}

@media screen and (min-width: 701px) {

	
	
}



@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	
	

	.slider .info a {
		background-image: url(../images/bg_arrow@2x.png);
		background-size: 36px 19px;
	}

	.slider .bx-pager-item a {
		background-image: url(../images/bg_slider_nav@2x.png);
		background-size: 24px 13px;
	}

	.news .more {
		background-image: url(../images/bg_arrow_blue@2x.png);
		background-size: 10px 7px;
	}

	.more {
		background-image: url(../images/bg_arrow_blue_dark@2x.png);
		background-size: 10px 7px;
	}

	.info-request {
		background-image: url(../images/ico_information@2x.png);
		background-size: 65px 64px;

	}

	.info-request .arrow {
		background-image: url(../images/bg_arrow_information@2x.png);
		background-size: 180px 57px;
	}


	#footer .col-1 li a:after {
		background-image: url(../images/ico_contacts@2x.png) !important;
		background-size: 32px 86px !important;
	}

	#footer .col-2 li a {
		background-image: url(../images/bg_arrow_blue_dark@2x.png);
		background-size: 10px 7px;
	}

	#footer .col-3 li a:after {
		background-image: url(../images/ico_social@2x.png) !important;
		background-size: 52px 53px !important;
	}
	
	#footer {
		background-image: url(../images/bg_white_arrow@2x.png);
		background-size: 117px 30px;
	}

	.slider:after {
		background-image: url(../images/bg_white_arrow@2x.png);
		background-size: 117px 30px;
	}
	
	.slider .bg-bottom {
		background-image: url(../images/bg_white@2x.png);
		background-size: 1920px 30px;
	}	
	
	.fancybox-close {
		background-image: url(../images/ico_close@2x.png);
		background-size: 50px 50px;
	}	
	
	#fancy fieldset {
		background-image: url(../images/ico_form@2x.png);
		background-size: 19px 173px;
	}	
	
	.crf-s:after {
		background-image: url(../images/bg_arrow_select@2x.png);
		background-size: 15px 7px;
	}	
	
	.posts-con .info-line .time {
		background-image: url(../images/ico_time@2x.png);
		background-size: 17px 16px;
	}	
	
	.posts-con .info-line .place {
		background-image: url(../images/ico_place@2x.png);
		background-size: 13px 16px;
	}	
	
	#sidebar .calendar .head .next, #sidebar .calendar .head .prev {
		background-image: url(../images/bg_arrow_nav@2x.png);
		background-size: 52px 17px;
	}	
	
	#sidebar .calendar .tooltip .time {
		background-image: url(../images/ico_time_2@2x.png);
		background-size: 17px 16px;
	}
	
	#sidebar .calendar .tooltip .place {
		background-image: url(../images/ico_place_2@2x.png);
		background-size: 13px 16px;
	}
	
	.slider-con .bx-pager-item a {
		background-image: url(../images/bg_slider_nav_2@2x.png);
		background-size: 32px 17px;
	}

	.divider {
		background-image: url(../images/bg_white_arrow@2x.png);
		background-size: 117px 30px;
	}
	
	.divider:after {
		background-image: url(../images/bg_white@2x.png);
		background-size: 1920px 30px;
	}	

	.menu-trigger {
		background-image: url(../images/bg_menu_trigger@2x.png) !important;
		background-size: 30px 30px !important;
	}
	
}

@media screen and (max-width: 1000px) {
	.widget.list .btn-holder{
		text-align: left;
	}
}

@media screen and (max-width: 768px) {
	.slider .info{
		padding-top: 70px;
	}
	#footer{
		padding-top: 60px;
	}
}

@media screen and (max-width: 700px) {

	body {
		min-width: 320px;
	}
	
	.slider,
	.slider .bx-viewport,
	.slider .bx-viewport,
	.slider .bxslider li {
		height: 300px !important;
	}
	
	.slider .info {
		padding: 60px 15px 40px 15px;
	}
	
	.slider .info h2 {
		font-size: 40px;
		line-height: 50px;
		padding-bottom: 30px;
	}
	
	.slider .info h2 span {
		font-size: 40px;
		line-height: 50px;
		padding: 0 15px;
	}

	.mac .slider .info h2 span {
		line-height: 50px;
		padding-top: 10px;
	}
	
	.slider .info a {
		font-size: 26px;
		line-height: 30px;
		padding-right: 50px;
	}
	
	.posts {
		padding-bottom: 40px;
	}
	
	.posts article {
		width: 100%;
		padding-bottom: 30px;
	}
	
	.news {
		padding: 30px 0 40px 0;
	}
	
	h1,
	h2 {
		font-size: 40px;
		line-height: 50px;
		padding-bottom: 30px;
	}
	
	.news article {
		width: 100%;
		padding-bottom: 30px;
	}
	
	.btn-holder {
		padding: 20px 0 0 0;
	}
	
	.events {
		padding: 30px 0 40px 0;
	}
	
	.events article {
		width: 100%;
		padding-bottom: 30px;
	}
		
	.info-request {
		background-position: 20px 40px;
		background-size: 32px 32px;
		margin-bottom: 50px;
	}
	
	.info-request .holder {
		padding-left: 70px;
	}
	
	.info-request .title {
		font-size: 40px;
		line-height: 40px;
		padding-bottom: 6px;
	}
		
	#footer article {
		width: 100%;
	}
	
	#footer h3 {
		font-size: 34px;
		line-height: 34px;
		padding-bottom: 20px;
	}
		
	#fancy {
		padding-left: 0;
		padding-right: 0;
	}
	
	.main-content,
	#sidebar {
		width: 100%;
	}
    
    #sidebar .calendar {
		position: relative;
	}
	
	#sidebar .calendar .tooltip {
		position: static;
	}
	
	#sidebar .calendar .tooltip .holder {
		top: 430px;
		right: 0;
		left: 0;
		width: auto;
		z-index: 99;
	}

	#sidebar .calendar .tooltip .holder:after {
		display: none;
	}

	#sidebar .sidemenu {
		padding-top: 0;
	}

	@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	
	}
}

@media screen and (max-width: 480px) {
	#footer article{
		padding-bottom: 30px;
	}
}
.main-content h4{
	/*padding: 0 50px;*/
    font-size: 22px;
    line-height: 48px;
    text-transform: uppercase;
    color: #d6b539;
    font-weight: 600;
}


.profile img{
//	height: 285px;
  //  padding: 30px;
    display: block;
    width: 100%;
    
}

.profile {
  position: relative;
}


.overlay {
  position: absolute;
  bottom: 0;
  left: 100%;
  right: 0;
  background: rgba(214, 181, 57, 0.9);
  width: 0;
  height: 100%;
  transition: .5s ease;
  overflow: hidden;
}

.profile:hover .overlay {
  width: 100%;
  left: 0;
}

.text{
  white-space: nowrap; 
  color: white;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.text li{display: inline-block;}

.profile h5{
	text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    padding: 20px 0 20px 0;
    //text-transform: uppercase;
}


.sidebar{
    width: 33.333%;
    float: left;
    background: #f4f4f5;
    padding: 40px;
}  
    
/*==================== 
	Widgets 
====================== */
.widget{
	padding: 10px;
	background-color: #fff;
}
.widget.widget-last{
	margin-bottom: 0px;
}
.widget.no-box{
	padding: 0;
	background-color: transparent;
	margin-bottom: 40px;
	box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none;
}
.widget.subscribe p{
	margin-bottom: 18px;
}
.widget li a{
	color: #606060;
}
.widget-title {
    text-transform: uppercase;
    }
.widget-title span {
    background: #606060 none repeat scroll 0 0;
    display: block;
    height: 1px;
    margin-top: 15px;
    position: relative;
    width: 20%;
}
.widget-title span::after {
    background: inherit;
    content: "";
    height: inherit;
    position: absolute;
    top: -4px;
    width: 50%;
}
.widget-title.text-center span,
.widget-title.text-center span::after {
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}
.widget .badge{
	float: right;
	background: #7f7f7f;
}

/* Tag Widget */
.tag-widget li {
    display: inline-block;
	margin-bottom: 4px;
}
.tag-widget li a{
	padding: 6px 10px;
	display: block;
	border: 1px solid #ccc;
	color: #7f7f7f;
	border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px;
}
.widget .tag-widget li a:hover{
	color: #fff;
}
/* Thumnail Widget */
.thumbnail-widget li {
    display: table;
    padding-bottom: 20px;
}
.thumbnail-widget li:last-child{
	padding-bottom: 0;
}
.thumbnail-widget .thumb-wrap {
    margin-right: 20px;
	display: inline-block;
}
.thumbnail-widget .thumb-wrap img{
	display: inline-block;
}
.thumb-circle .thumb-wrap img{
	border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%;
}
.thumbnail-widget .thumb-content {
    display: table-cell;
    vertical-align: middle;
}
.thumb-content > h5 {
    margin-bottom: 5px;
}
.thumbnail-widget a{
	display: block;
}
.thumbnail-widget span{
	font-size: 12px;
	font-style: italic;
	color: #7f7f7f;
}
.thumbnail-widget p{
	margin: 0;
	color: #7f7f7f;
}


.student-profile,.student-details{
	width: 50%;
	float: left;
	padding: 15px 15px;
	min-height: 1px;
	position: relative;
}
.student-profile img,.student-details{padding: 35px; }

.student-details{
	
}
.student-details ul li i{
	
	padding: 15px 20px;
    background: #f5f5f4;
    font-size: 42px;
    color: #4f8931;
    text-align: center;
    width: 100px;
    height: 80px;
}
.student-details  h5{
	
	
}

.student-file
{
	float:left;
    margin: 30px 20px 0px 5px;
    width: 100%;
	display: table;
    position: relative;
    min-height: 1px;
    border: 1px solid #d6b539;
    background: #fff;
}

.student-file span
{
    font-size: 20px;
    padding: 0px 0px 0px 25px;
    color: #222222;
    text-transform: uppercase;
}

.student-file i {
    color: #4f8931;
    font-size: 32px !important;
    padding: 15px 25px 15px 25px !important;
    border-right: 1px solid #d6b539;
}

.SubBanner {
    padding: 110px 0;
    height: 200px;
    width: 100%;
    background: rgb(97, 55, 55);
}


.SubBanner h2 {
	font-size: 22px;
    text-align: left;
    color: #fff;
    margin: 60px 0;
}


.gallery {
    margin-left: -21px;
    margin-bottom: 21px;
    margin-bottom: 1.5rem;
}
.ie8 .gallery {
    margin-left: 0;
  background:red;
}
.gallery-item {
    position: relative;
    float: left;
    text-align: center;
    margin: 0 0 21px;
    margin: 0 0 1.5rem;
    padding: 21px;
    padding: 1.5rem;
    border: 0 solid rgba(0, 0, 0, 0);
    border-left-width: 21px;
    border-left-width: 1.5rem;
    z-index: 90;
}

.ie8 .gallery-item {
  padding: 0 21px;
}

.gallery-item:before {
    position: absolute;
    content:"";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #ccc;
    z-index: -1;
}
.gallery-item img {
    border: 1px solid #ccc;
}
.gallery-item a {
    position: relative;
    z-index: 1000;
}
.gallery-columns-1 > .gallery-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.gallery-columns-2 > .gallery-item {
    width: 50%;
}
.gallery-columns-3 > .gallery-item {
    width: 33.333%;
}
.gallery-columns-4 > .gallery-item {
    width: 25%;
}
.gallery-columns-5 > .gallery-item {
    width: 20%;
}
.gallery-columns-2 > .gallery-item:nth-of-type(2n + 1), .gallery-columns-3 > .gallery-item:nth-of-type(3n + 1), .gallery-columns-4 > .gallery-item:nth-of-type(4n + 1), .gallery-columns-5 > .gallery-item:nth-of-type(5n + 1) {
    margin-left: 0;
}
.gallery-columns-2 > .gallery-item:nth-of-type(2n), .gallery-columns-3 > .gallery-item:nth-of-type(3n), .gallery-columns-4 > .gallery-item:nth-of-type(4n), .gallery-columns-5 > .gallery-item:nth-of-type(5n) {
    margin-right: 0;
}
.ie8 .gallery-columns-2 > .gallery-item {
    width: 49%;
}
.ie8 .gallery-columns-3 > .gallery-item {
    width: 32.3%;
}
.ie8 .gallery-columns-4 > .gallery-item {
    width: 24%;
}
.ie8 .gallery-columns-5 > .gallery-item {
    width: 19%;
}
.gallery-caption {
    font-size: 20px !important;
    text-transform: uppercase;
    /* 14px / 16 = .875 */
    margin-left: 0;
    padding: 8px 0;
    padding: .75em 0 0;
}
.gallery-caption > :last-child {
    margin-bottom: 0;
}


.awards-wining {
    float: left;
    width: 50%;
    position: relative;
    min-height: 1px;
    margin-bottom: 40px;
    padding-right: 15px;
    padding-left: 15px;
}

.awards-wining h3{
	font-size: 24px;
    line-height: 48px;
    text-transform: uppercase;
    color: #4f8931;
}



/* Contact */

	#contact {
		border-bottom: solid 1px rgba(212, 212, 255, 0.1);
		overflow-x: hidden;
	}

		#contact > .inner {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			padding: 0 !important;
		}

			#contact > .inner > :nth-child(2n - 1) {
				padding: 4em 3em 2em 0 ;
				border-right: solid 1px rgba(212, 212, 255, 0.1);
				width: 60%;
			}

			#contact > .inner > :nth-child(2n) {
				padding-left: 3em;
				width: 40%;
			}

			#contact > .inner > .split {
				padding: 0;
			}

				#contact > .inner > .split > * {
					padding: 3em 0 1em 3em ;
					position: relative;
				}

					#contact > .inner > .split > *:before {
						border-top: solid 1px rgba(212, 212, 255, 0.1);
						content: '';
						display: block;
						margin-left: -3em;
						position: absolute;
						top: 0;
						width: calc(100vw + 3em);
					}

				#contact > .inner > .split > :first-child:before {
					display: none;
				}

		



/* Form */

	form {
		margin: 0 0 2em 0;
	}

		form .field {
			margin: 0 0 2em 0;
		}

			form .field.half {
				width: 50%;
				float: left;
				padding: 0 0 0 1em;
			}

				form .field.half.first {
					padding: 0 1em 0 0;
				}

		form > .actions {
			margin: 2.5em 0 0 0 !important;
		}

		@media screen and (max-width: 736px) {

			form .field {
				margin: 0 0 1.5em 0;
			}

				form .field.half {
					padding: 0 0 0 0.75em;
				}

					form .field.half.first {
						padding: 0 0.75em 0 0;
					}

			form > .actions {
				margin: 2em 0 0 0 !important;
			}

		}

		@media screen and (max-width: 480px) {

			form .field.half {
				width: 100%;
				float: none;
				padding: 0;
			}

				form .field.half.first {
					padding: 0;
				}

		}

	label {
		color: #222;
		display: block;
		font-size: 0.8em;
		font-weight: 600;
		letter-spacing: 0.25em;
		margin: 0 0 1em 0;
		text-transform: uppercase;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	input[type="search"],
	input[type="url"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background: #f4f4f5;
		border: none;
		border-radius: 0;
		color: inherit;
		display: block;
		outline: 0;
		padding: 0 1em;
		text-decoration: none;
		width: 100%;
	}

		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		input[type="tel"]:invalid,
		input[type="search"]:invalid,
		input[type="url"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		input[type="tel"]:focus,
		input[type="search"]:focus,
		input[type="url"]:focus,
		select:focus,
		textarea:focus {
			border-color: nonr;
			box-shadow: 0 0 0 0 none;
		}

	.select-wrapper {
		text-decoration: none;
		display: block;
		position: relative;
	}

		.select-wrapper:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.select-wrapper:before {
			color: rgba(212, 212, 255, 0.1);
			content: '\f078';
			display: block;
			height: 2.75em;
			line-height: 2.75em;
			pointer-events: none;
			position: absolute;
			right: 0;
			text-align: center;
			top: 0;
			width: 2.75em;
		}

		.select-wrapper select::-ms-expand {
			display: none;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	input[type="search"],
	input[type="url"],
	select {
		height: 3.75em;
	}

	textarea {
		padding: 0.75em 1em;
	}

	input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2em;
		opacity: 0;
		width: 1em;
		z-index: -1;
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			color: #ffffff;
			cursor: pointer;
			display: inline-block;
			font-weight: 300;
			padding-left: 2.65em;
			padding-right: 0.75em;
			position: relative;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				background: rgba(212, 212, 255, 0.035);
				content: '';
				display: inline-block;
				height: 1.65em;
				left: 0;
				letter-spacing: 0;
				line-height: 1.58125em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 1.65em;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			background: #ffffff;
			border-color: #9bf1ff;
			content: '\f00c';
			color: #242943;
		}

		input[type="checkbox"]:focus + label:before,
		input[type="radio"]:focus + label:before {
			box-shadow: 0 0 0 2px #9bf1ff;
		}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}

	::-webkit-input-placeholder {
		color: rgba(244, 244, 255, 0.2) !important;
		opacity: 1.0;
	}

	:-moz-placeholder {
		color: rgba(244, 244, 255, 0.2) !important;
		opacity: 1.0;
	}

	::-moz-placeholder {
		color: rgba(244, 244, 255, 0.2) !important;
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		color: rgba(244, 244, 255, 0.2) !important;
		opacity: 1.0;
	}

	.formerize-placeholder {
		color: rgba(244, 244, 255, 0.2) !important;
		opacity: 1.0;
	}

.contact-method .fa{
	font-size: 30px;
    color: #4f8931;    
    margin: 0 -52px;
    position: absolute;
}




/* thumbnail-slider */
#thumbnail-slider {
    margin:0 auto; /*center-aligned*/
    width:100%;
    max-width:900px;
    padding:0;
    box-sizing:border-box;
    position:relative;
    -webkit-user-select: none;
    user-select:none;
}

#thumbnail-slider div.inner {    
    /*the followings should not be changed */
    position:relative;
    overflow:hidden;
    padding:0;
    margin:0;
}
#thumbnail-slider div.inner ul {    
    /*the followings should not be changed */
    white-space:nowrap;
    position:relative;
    left:0; top:0;
    list-style:none;
    font-size:0;
    padding:0;
    margin:0;
    float:left!important;
    width:auto!important;
    height:auto!important;
}
#thumbnail-slider ul li {
    display:inline-block;
    margin-top:20px;
    margin-bottom:90px;
    margin-left:-30px; margin-right:-30px; /* Spacing between thumbs*/
    -webkit-transform:scale(0.9);
    transform:scale(0.9); /*Note: The scale down will increase the spacing between slides. You can set negative margins as did above to roll back the spacing. */
    -webkit-transition:-webkit-transform 0.5s;
    transition:transform 0.5s;
    box-sizing:content-box;
    text-align:center;
    vertical-align:middle;
    padding:0;
    position:relative;
    list-style:none;
    backface-visibility:hidden;  
	/*-webkit-filter: grayscale(100%);
	filter: grayscale(100%);*/
    
}
#thumbnail-slider ul li.active {
    -webkit-transform:scale(1.15); 
    transform:scale(1.15); /*Note: if scale is greater than 1, the margin-top and margin-bottom in the selector "#thumbnail-slider li" must be set with a sufficient value so the enlarged image will be shown within the margins.*/
    background-color:transparent;  
	/*-webkit-filter: initial;
	filter: initial;*/
}
#thumbnail-slider .thumb {
    width:100%;
    height: 100%;
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center center;
    display:block;
    position:absolute;
    font-size:0;
    cursor:inherit;
    -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent), to(rgba(255,255,255,0.4)));
    transition:all linear 0.4s;
}
/*-- Start 3D --*/
#thumbnail-slider .thumb {
    -webkit-transform: perspective(500px) translateX(1px) translateZ(-30px) rotateY(30deg);
    transform: perspective(500px) translateX(1px) translateZ(-30px) rotateY(30deg);
}
#thumbnail-slider .active .thumb {
    -webkit-transform: translateX(0px) translateZ(0px) rotateY(0deg); 
    transform: translateX(0px) translateZ(0px) rotateY(0deg); 
}
#thumbnail-slider li.active ~ li .thumb {
    -webkit-transform: perspective(500px) translateX(-1px) translateZ(-30px) rotateY(-30deg); 
    transform: perspective(500px) translateX(-1px) translateZ(-30px) rotateY(-30deg); 
}
/*-- End 3D --*/

/* --------- navigation controls ------- */   
/* The nav id should be: slider id + ("-prev", "-next", and "-pause-play") */

#thumbnail-slider-pause-play {display:none;} /*.pause*/
#thumbnail-slider-prev, #thumbnail-slider-next {display:none;}

#slideshow {
  position: relative;
  height: 175px;
}

#slideshow > div {
  position: absolute;
}

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}
table tr {
  background: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}
table th,
table td {
  padding: .625em;
  text-align: center;
}
table th {
    font-size: 1em;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #4f8931;
    font-weight: 700;
}

td.event{
    background:#4f8931;
}

td.event1{
    background:#d6b539 !important;
}
.event a {
    background-color: #4f8931 !important;
    background-image :none !important;
    color: #ffffff !important;
}

.overlayy {
  position: fixed;
  top: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlayy:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #e5e5e5;
  border-radius: 5px;
  width: 70%;
  position: relative;
  transition: all 5s ease-in-out;
}
.popup h2 {
  margin-top: 0;
  color: #4f8931;
    text-align:center;
    margin-bottom:-5px;
    font-weight:bold;
}
td a{
color:#f16622;
}
td a:hover{
color:#000;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
.popup .close:hover {
  color: #d6b539;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
  text-align:left;
  padding:20px 0;
}
thead tr{
    background-color:#d6b539;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}


#pfolio {  
    margin: 1rem 0;
    -webkit-column-count: 3; 
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -webkit-column-width: 33.33333333333333%;
    -moz-column-width: 33.33333333333333%;
    column-width: 33.33333333333333%;
}
.tile { 
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;

}

.scale-anm {
  transform: scale(1);
}


.tile img {
    width:150px !important;
    height: 150px !important;
    margin-bottom: 3rem;
  
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.main-contentcar{
        width:1040px;
        margin-top:50px;
        margin-left:155px;
}
@media screen and (max-width: 480px) {
.main-contentcar{
        width:100%;
        margin-left:0px;
        margin-top:50px;
       
}
