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

@import url("reset.css");

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

/* Crete Round Italic */

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

/* Crete Round Regular */

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

/* Montserrat Regular */

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

/* Montserrat Bold */

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

}

/* Serpentine */

@font-face {
	font-family: 'SerpentineD-BolIta';
	src: url('../fonts/2AD7FF_0_0.eot');
	src: url('../fonts/2AD7FF_0_0.eot?#iefix') format('embedded-opentype'),
		url('../fonts/2AD7FF_0_0.woff') format('woff'),
		url('../fonts/2AD7FF_0_0.ttf') format('truetype');
	font-weight: normal;
    font-style: normal;
}

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

body {
	overflow-x: hidden;
	width: 100%;
	font-family: 'montserratregular';
	color: #646464;
	font-size: 15px;
	line-height: 24px;
	background: #ffffff;
	position: relative;
}
.clear {
	clear:both;
	display:block;
} /* Use the .clear class to clear floated columns */
a {
	color: #00acec;
	text-decoration:none;
}
a:hover {
	color: #62A82A;
}
.container {
	width: 1024px;
	margin: auto;
} /* Use the .container class to wrap a 1200px container */
#page {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 100;
}
.fancybox {
	position: relative;
	display: block;
}
.fancybox .overlay {
	position: absolute;
	background: url('../images/image-rollover-bg.png') no-repeat center rgba(0, 166, 227, 0.52);
	display: block;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: none;
}

/* ----------------------------------- */
/* ------- Tell Us Form styles ------- */
/* ----------------------------------- */

input#form-first-name {
	display:none;
}

.tell-us-form {
	position: fixed;
	top: 0px;
	right: -463px;
	bottom: 0px;
	/*background: #62a82a;*/
	width: 505px;
	z-index: 20000;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	background: url('../images/TDS-Website-GreenBGShadow.png') repeat 0 0 scroll transparent;
}
.tell-us-form.active {
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.show-tell-us-form {
	position: fixed;
	right: 0px;
	/*top: 35%;*/
	top: 50%;
	margin-top: -110px;
	width: 91px;
	height: 219px;
	margin-top: -101px;
	background: url('../images/TDS-Website-TellUs-Btn.png') no-repeat;
	cursor: pointer;
	z-index: 22001;
}
.mobile-menu .bottom-links .design-your-wrap {
  background: #DF9727 none repeat scroll 0 0;
  border-radius: 8px;
  color: #ffffff;
  display: inline-block;
  font-family: "crete_rounditalic";
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 15px;
  padding: 12px 15px;
}

.bottom-tell-us-form .design-your-wrap {
	position: fixed;
	right: 0px;
	top: 75%;
	margin-top: -110px;
	width: 91px;
	height: 219px;
	margin-top: -101px;
	background: url('../images/TDS-Website-DesignWrap-Btn.png') no-repeat;
	cursor: pointer;
	z-index: 22001;
}
.close-tell-us-form {
	position: absolute;
	right: 27px;
	top: 30px;
	width: 13px;
	height: 15px;
	background: url('../images/close.png') no-repeat;
	cursor: pointer;
	z-index: 25000;
}
.tell-us-form form {
	overflow-x: visible;
	overflow-y: auto;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	padding: 75px 40px 0 50px;
	z-index: 22000;
}
.tell-us-form p {
	font-size: 16px;
	line-height: 20px;
	color: #9dd274;
	text-align: center;
	margin-bottom: 15px;
}
.tell-us-form fieldset {
	display: block;
	background: #ffffff;
	padding: 15px 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 30px;
	margin-left:17px;
}
.tell-us-form fieldset input[type="text"] {
	display: block;
	background: #ffffff;
	border: none;
	border-bottom: solid 1px #e3e3e3;
	font-size: 20px;
	color: #303030;
	height: 55px;
	width: 356px;
	padding: 0 25px;
	font-family: 'crete_rounditalic';
}
.tell-us-form fieldset input:last-child {
	border-bottom: none;
}
.tell-us-form textarea {
	font-size: 20px;
	line-height: 25px;
	color: #303030;
	display: block;
	background: #ffffff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	width: 365px;
	height: 120px;
	padding: 25px;
	border: none;
	font-family: 'crete_rounditalic';
	margin-bottom: 30px;
	margin-left: 17px;
}
.tell-us-form .chzn-container {
	margin-bottom: 30px;
	margin-left: 17px;
}
.tell-us-form input[type="submit"] {
	display: inline-block;
	background: #303030;
	color: #9dd274;
	border: none;
	height: 57px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	padding: 0 35px;
	cursor: pointer;
	margin-bottom: 30px;
}


.entry-content .more-link {
	display:none;
}

.entry-content ol, .entry-content ul {
	margin-bottom: 40px;
}

.entry-content ol li, .entry-content ul li {
	margin-left: 40px;
}


.bottom-tell-us-form input[type="submit"] {
    background: none repeat scroll 0 0 #303030;
    border: medium none;
    border-radius: 8px;
    color: #fff !important;
    cursor: pointer;
    display: inline-block !important;
    font-size: 20px !important;
    height: 57px;
    line-height: 20px;
    margin-bottom: 30px;
    padding: 0 35px;
    text-transform: uppercase;
}
.bottom-tell-us-form input[type="submit"]:hover {
    background: none repeat scroll 0 0 #565759;
}

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

.site-header {
	position: relative;
}

/* Header background */
.site-header .header-bg .image {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

.site-header .header-bg .header-bg-image {
	background: url('../images/TDS-Website-InteriorHeader-4.png') no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	-moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	-o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}
.site-header .header-bg .header-bg-overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(0, 105, 160, 0.8);
}

/* Header Top */

.site-header .header-top {
	height: 90px;
	background: rgba(2, 0, 0, 0.68);
	position: fixed;
	z-index: 10000;
	left: 0px;
	top: 0px;
	right: 0px;
}
.site-header .header-top .main-menu ul li {
	float: left;
	margin-right: 35px;
	padding-top: 30px;
}
.site-header .header-top .main-menu ul li a {
	display: block;
	height: 28px;
	line-height: 28px;
	font-size: 16px;
	color: #00a8e7;
	text-transform: uppercase;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: transparent;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.site-header .header-top .main-menu ul li a:hover {
	color: #ffffff;
	border-bottom-color: #ffffff;
}
.site-header .header-top .main-menu ul li a.active {
	color: #ffffff;
	border-bottom-color: #ffffff;
}
.site-header .header-top .main-menu ul li.home {
	padding-top: 0px;
	margin-right: 30px;
}
.site-header .header-top .main-menu ul li.home a {
	display: block;
	height: 90px;
	width: 83px;
	background: url('../images/menu-home-icon.png') no-repeat center #62a82a;
	border-bottom: none;
	position: relative;
}
.site-header .header-top .main-menu ul li.home a:hover {
	display: block;
	height: 90px;
	width: 83px;
	background: url('../images/TDS-Website-HomeIcon-White.png') no-repeat center #62a82a;
	border-bottom: none;
	position: relative;
}
.site-header .header-top .main-menu ul li.home a .bottom-bg {
	display: block;
	height: 10px;
	width: 83px;
	background: url('../images/menu-home-bottom-bg.png') no-repeat;
	position: absolute;
	left: 0px;
	bottom: -10px;
}
.site-header .header-top .right-links {
	float: right;
	text-align: center;
	padding-top: 7px;
}
.site-header .header-top .right-links .guide {
	font-size: 14px;
	line-height: 32px;
	height: 28px;
	display: inline-block;
	background: url('../images/right-links-guide-bg-2.png') no-repeat left;
	padding-left: 35px;
	color: #ffffff;
	margin-bottom: 7px;
}
.site-header .header-top .right-links .upload {
	display: block;
	background: #00a6e3;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	font-size: 15px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 0 15px;
}
.site-header .header-top .right-links .upload:hover {
	background-color:#008bd3;
}
.site-header .header-top .right-links .upload i {
	font-size: 18px;
	margin-right: 10px;
	color: #3bbbe9;
}

/* Header Bottom */

.site-header .header-bottom {
	padding: 130px 0 40px 0;
	position: relative;
}
.site-header .header-bottom .logo {
	float: left;
}
.site-header .header-bottom .logo img {
	display: block;
}
.site-header .search-form {
	float: right;
	position: relative;
	padding-right: 33px;
	margin-top: 23px;
}
.site-header .search-form .toggle-search {
	display: block;
	width: 66px;
	height: 66px;
	background: url('../images/toggle-search-bg.png') no-repeat center #003f5b;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: -9px;
	right: 0px;
}
.site-header .search-form input[type="text"] {
	display: block;
	width: 0px;
	height: 48px;
	background: #ffffff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: none;
	font-size: 20px;
	color: #9e9e9e;
	font-family: 'crete_rounditalic';
	padding: 0px;
}

/* ----------------------------------- */
/* ----------- Main Styles ----------- */
/* ----------------------------------- */

.site-main {
}

/* Main Top */

.site-main .main-top {
	background: #f4f4f4;
}
.site-main .main-top .container {
	padding: 20px 0;
}

/* Breadcrumbs */

.site-main .breadcrumbs ul li {
	float: left;
	color: #646464;
	font-size: 16px;
	line-height: 22px;
	font-family: 'crete_rounditalic';
	padding-right: 5px;
}
.site-main .breadcrumbs ul li.active {
	color: #00a6e3;
}
.site-main .breadcrumbs ul li a {
	color: #646464;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.site-main .breadcrumbs ul li a:hover {
	color: #00a6e3;
}

/* Main Content */

.site-main .main-content {
	position: relative;
}

/* Right Container */

.site-main .main-content .right-container {
	float: right;
	width: 70%;
	padding-top: 45px;
}
.site-main .main-content .right-container .articles {
	margin-bottom: 80px;
}
.site-main .main-content .right-container .articles .articles-title {
	font-size: 34px;
	line-height: 34px;
	color: #00acec;
	margin-bottom: 40px;
}

.site-main .main-content .right-container p strong,
.site-main .main-content .right-container p b {
	font-family: 'montserratbold';
}

/* Entry full */

.site-main .main-content .entry-full {
}
.site-main .main-content .entry-full h1 {
	font-size: 34px;
	line-height: 34px;
	color: #00acec;
	margin-bottom: 20px;
}
.site-main .main-content .entry-full h2 {
	font-size: 30px;
	line-height: 30px;
	color: #00acec;
	margin-bottom: 20px;
}
.site-main .main-content .entry-full h3 {
	font-size: 22px;
	line-height: 22px;
	color: #545454;
	margin-bottom: 20px;
}
.site-main .main-content .entry-full p {
	margin-bottom: 20px;
}
.site-main .main-content .entry-full i {
	font-family: 'crete_rounditalic';
}

h1 {
	font-size: 30px;
	line-height: 22px;
	color: #545454;
	margin-bottom: 20px;
}
h2 {
	font-size: 28px;
	line-height: 22px;
	color: #545454;
	margin-bottom: 20px;
}
h3 {
	font-size: 24px;
	line-height: 22px;
	color: #545454;
	margin-bottom: 10px;
}
h4 {
	font-size: 22px;
	line-height: 22px;
	color: #545454;
	margin-bottom: 10px;
}
h5 {
	font-size: 20px;
	line-height: 22px;
	color: #545454;
	margin-bottom: 10px;
}

.entry-content p {
	margin-bottom: 20px;
	line-height: 160%;
}

/* Entry Small */

.site-main .main-content .entry-small {
	margin-bottom: 65px;
}
.site-main .main-content .entry-small .entry-image {
	float: left;
	width: 210px;
	margin-right: 30px;
}
.site-main .main-content .entry-small .entry-image img {
	width: 100%;
	display: block;
}
.site-main .main-content .entry-small .entry-content {
	float: left;
	width: 476px;
}
.site-main .main-content .entry-small.no-image .entry-content {
	float: none;
	width: auto;
}
.site-main .main-content .entry-small .entry-content .entry-title {
	border-bottom: solid 1px #f4f4f4;
	margin-bottom: 15px;
}
.site-main .main-content .entry-small .entry-content .entry-title h2 {
	font-size: 22px;
	line-height: 24px;
	color: #545454;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.site-main .main-content .entry-small .entry-content .entry-title h2 a {
	color: #545454;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.site-main .main-content .entry-small .entry-content .entry-title h2 a:hover {
	color: #00acec;
}
.site-main .main-content .entry-small .entry-content .entry-title p {
	font-family: 'crete_rounditalic';
	font-size: 16px;
	line-height: 16px;
	color: #646464;
	margin-bottom: 15px;
}
.site-main .main-content .entry-small .entry-content .entry-meta {
	border-top: solid 1px #f4f4f4;
	padding-top: 7px;
	margin-top: 15px;
}
.site-main .main-content .entry-small .entry-content .entry-meta .more {
	font-size: 15px;
	line-height: 30px;
	color: #00acec;
	text-transform: uppercase;
	margin-right: 15px;
}
.site-main .main-content .entry-small .entry-content .entry-meta .more:hover {
	text-decoration: underline;
}
.site-main .main-content .entry-small .entry-content .entry-meta .share {
	font-size: 15px;
	line-height: 30px;
	color: #00acec;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 45px 0 15px;
	background: url('../images/entry-share-bg.png') no-repeat #f4f4f4;
	background-position: right 15px center;
}

/* Gallery */

.site-main .main-content .gallery ul li {
	float: left;
	width: 47.5%;
	margin-left: 5%;
	margin-bottom: 20px;
}
.site-main .main-content .gallery ul li:nth-child(2n+1) {
	clear: left;
	margin-left: 0;
}
.site-main .main-content .gallery img {
	display: block;
	width: 100%;
	height: auto;
}

/* Left Container */

.site-main .main-content .left-container {
	float: left;
	width: 25%;
	padding-top: 45px;
}

/* Sidebar */

.site-main .main-content .left-container .sidebar .widge {
	margin-bottom: 40px;
}
.site-main .main-content .left-container .sidebar .widget .widget-title {
	background: #f4f4f4;
	padding: 7px 20px;
	margin-bottom: 10px;
}
.site-main .main-content .left-container .sidebar .widget .widget-title h3 {
	font-size: 14px;
	line-height: 16px;
	color: #b7b7b7;
}
.site-main .main-content .left-container .sidebar .widget .widget-content ul.accordion li {
	border-bottom: solid 1px #f4f4f4;
}
.site-main .main-content .left-container .sidebar .widget .widget-content ul.accordion li .parent {
	background-image: url('../images/sidebar-parent-down.png');
	background-position:  right 20px center;
	background-repeat: no-repeat;
	display: block;
	font-size: 20px;
	line-height: 20px;
	color: #5b5b5b;
	padding: 15px 20px;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.site-main .main-content .left-container .sidebar .widget .widget-content ul.accordion li:hover .parent {
	background-image: url('../images/sidebar-parent-down-active.png');
	background-color: #00a6e3;
	color: #ffffff;
}
.site-main .main-content .left-container .sidebar .widget .widget-content ul.accordion li.active .parent {
	background-image: url('../images/sidebar-parent-down-active.png');
	background-color: #00a6e3;
	color: #ffffff;
}
.site-main .main-content .left-container .sidebar .widget .widget-content ul.accordion li a {
	display: block;
	font-size: 20px;
	line-height: 20px;
	color: #5b5b5b;
	padding: 15px 20px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.site-main .main-content .left-container .sidebar .widget .widget-content ul.accordion li a:hover {
	background-color: #00a6e3;
	color: #ffffff;
}
.site-main .main-content .left-container .sidebar .widget .widget-content ul.accordion li.active a {
	background-color: #00a6e3;
	color: #ffffff;
}
.site-main .main-content .left-container .sidebar .widget .widget-content ul.accordion li.active ul li a {
	background-color: transparent;
	color: #5b5b5b;
}
.site-main .main-content .left-container .sidebar .widget .widget-content ul.accordion li ul {
	background: #f4f4f4;
	padding: 20px;
	display: none;
}
.site-main .main-content .left-container .sidebar .widget .widget-content ul.accordion li.active ul {
	display: block;
}
.site-main .main-content .left-container .sidebar .widget .widget-content ul.accordion li ul li {
	border-bottom: none;
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 16px;
}
.site-main .main-content .left-container .sidebar .widget .widget-content ul.accordion li ul li:last-child {
	margin-bottom: 0px;
}
.site-main .main-content .left-container .sidebar .widget .widget-content ul.accordion li ul li a {
	font-size: 16px;
	line-height: 16px;
	padding: 0;
	display: inline-block;
}
.site-main .main-content .left-container .sidebar .widget .widget-content ul.accordion li ul li a:hover {
	background: transparent;
	color: #00a6e3;
}

/* ----------------------------------- */
/* ----------- Home styles ----------- */
/* ----------------------------------- */

/* Header */

.home .site-header .introduction {

}
.home .site-header .introduction .introduction-title {
	background: url('../images/title-border.png') repeat-x bottom;
	text-align: center;
	padding: 60px 0;
}
.home .site-header .introduction .introduction-title .trademark {
	font-size: 0.5em;
	vertical-align: text-top;
}
.home .site-header .introduction .introduction-title h1 {
	font-size: 75px;
    line-height: 75px;
	color: #ffffff;
	font-family: 'SerpentineD-BolIta';
}
.home .site-header .introduction .introduction-content {
	text-align: center;
	padding: 60px 0;
}
.home .site-header .introduction .introduction-content p {
	font-size: 20px;
	line-height: 36px;
	color: #ffffff;
	font-family: 'crete_rounditalic';
}

/* expertise */

.home .site-main .expertise {
}
.home .site-main .expertise .expertise-title {
	text-align: center;
	position: relative;
	overflow: hidden;
	height: 320px;
	background: #06212e;
}
.home .site-main .expertise .expertise-title h2 {
	font-size: 25px;
	line-height: 320px;
	color: #ffffff;
	position: relative;
	z-index: 1000;
	letter-spacing: 15px;
	text-transform: uppercase;
	display: none;
}
.home .site-main .expertise .expertise-title .overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	background: #02202c;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=89)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=89);
	opacity: 0.89;
	z-index: 500;
}
.home .site-main .expertise .expertise-title .parallax {
	background: url('../images/expertise-background.jpg') no-repeat fixed center;
	background-size: cover;
    margin: 0;
    position:absolute;
    top:0;
    left:0;
    right: 0px;
    bottom: 0px;
}
.home .site-main .expertise .expertise-content .row {
	position: relative;
}
.home .site-main .expertise .expertise-content .expertise-item {
	float: left;
	width: 33.333333%;
	height: 340px;
}
.home .site-main .expertise .expertise-content .expertise-item .item-normal {
	width: 100%;
	height: 340px;
	position: relative;
}
.home .site-main .expertise .expertise-content .expertise-item .item-overlay {
	background: url('../images/expertise-item-overlay.png') repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 2250;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.home .site-main .expertise .expertise-content .expertise-item:hover .item-overlay {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}
.home .site-main .expertise .expertise-content .expertise-item .item-normal.active .item-overlay {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}
.home .site-main .expertise .expertise-content .expertise-item .item-image {
	background-size: cover;
	background-position: center;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	z-index: 2000;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.home .site-main .expertise .expertise-content .expertise-item:hover .item-image {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
.home .site-main .expertise .expertise-content .expertise-item .item-normal.active .item-image {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
.home .site-main .expertise .expertise-content .expertise-item .item-image-greyscale {
	background-size: cover;
	background-position: center;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	-moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	-o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	z-index: 1500;
}
.home .site-main .expertise .expertise-content .expertise-item.first .item-image {
	background-image: url('../images/expertise-img-1.jpg');
}
.home .site-main .expertise .expertise-content .expertise-item.first .item-image-greyscale {
	background-image: url('../images/expertise-img-1.jpg');
}

.home .site-main .expertise .expertise-content .expertise-item.second .item-image {
	background-image: url('../images/expertise-img-2.jpg');
}
.home .site-main .expertise .expertise-content .expertise-item.second .item-image-greyscale {
	background-image: url('../images/expertise-img-2.jpg');
}

.home .site-main .expertise .expertise-content .expertise-item.third .item-image {
	background-image: url('../images/expertise-img-3.jpg');
}
.home .site-main .expertise .expertise-content .expertise-item.third .item-image-greyscale {
	background-image: url('../images/expertise-img-3.jpg');
}

.home .site-main .expertise .expertise-content .expertise-item.fourth .item-image {
	background-image: url('../images/expertise-img-4.jpg');
}
.home .site-main .expertise .expertise-content .expertise-item.fourth .item-image-greyscale {
	background-image: url('../images/expertise-img-4.jpg');
}

.home .site-main .expertise .expertise-content .expertise-item.fifth .item-image {
	background-image: url('../images/expertise-img-5.jpg');
}
.home .site-main .expertise .expertise-content .expertise-item.fifth .item-image-greyscale {
	background-image: url('../images/expertise-img-5.jpg');
}

.home .site-main .expertise .expertise-content .expertise-item.sixth .item-image {
	background-image: url('../images/expertise-img-6.jpg');
}
.home .site-main .expertise .expertise-content .expertise-item.sixth .item-image-greyscale {
	background-image: url('../images/expertise-img-6.jpg');
}
.home .site-main .expertise .expertise-content .expertise-item .item-title {
	z-index: 3000;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	cursor: pointer;
	padding: 0 70px;
	text-align: center;
}
.home .site-main .expertise .expertise-content .expertise-item:hover .item-title {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}
.home .site-main .expertise .expertise-content .expertise-item .item-normal.active .item-title {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}
.home .site-main .expertise .expertise-content .expertise-item .item-title .table {
	display: table;
	height: 100%;
	width: 100%;
}
.home .site-main .expertise .expertise-content .expertise-item .item-title .table .table-cell {
	display: table-cell;
	vertical-align: middle;
}
.home .site-main .expertise .expertise-content .expertise-item .item-title span {
	margin: auto;
	font-size: 24px;
	line-height: 30px;
	color: #ffffff;
	text-transform: uppercase;
	padding-bottom: 10px;
	display: inline-block;
	background: url("../images/title-border.png") repeat-x bottom;
}
.home .site-main .expertise .expertise-content .expertise-item .item-reveal {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 340px;
	background: #00acec;
	text-align: center;
	padding: 50px 0;
	display: none;
	z-index: 5000;
}
.home .site-main .expertise .expertise-content .expertise-item .item-reveal .item-close {
	position: absolute;
	right: 40px;
	top: 20px;
	width: 13px;
	height: 15px;
	background: url('../images/close.png');
	cursor: pointer;
}
.home .site-main .expertise .expertise-content .expertise-item .item-reveal h3 {
	font-size: 55px;
	line-height: 55px;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.home .site-main .expertise .expertise-content .expertise-item .item-reveal p {
	font-size: 20px;
	line-height: 36px;
	color: #ffffff;
	font-family: 'crete_rounditalic';
	margin-bottom: 25px;
}
.home .site-main .expertise .expertise-content .expertise-item .item-reveal .more {
	display: inline-block;
	height: 30px;
	background: #303030;
	color: #ffffff;
	font-size: 14px;
	line-height: 30px;
	padding: 0 15px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-transform: uppercase;
	margin-bottom: 45px;
}
.home .site-main .expertise .expertise-content .expertise-item .item-reveal .more:hover {
background-color:#008bd3;
}
.home .site-main .expertise .expertise-content .expertise-item .item-reveal .item-slider {
	position: relative;
	padding: 0 80px;
}
.home .site-main .expertise .expertise-content .expertise-item .item-reveal .item-slider .prev {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: 80px;
	background: url('../images/slider-prev.png') no-repeat center;
	cursor: pointer;
}
.home .site-main .expertise .expertise-content .expertise-item .item-reveal .item-slider .next {
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 80px;
	background: url('../images/slider-next.png') no-repeat center;
	cursor: pointer;
}
.home .site-main .expertise .expertise-content .expertise-item .item-reveal .item-slider .slides {
	width: 100%;
}
.home .site-main .expertise .expertise-content .expertise-item .item-reveal .item-slider .slides .slide {
	width: 201px;
	padding-right: 20px;
}
.home .site-main .expertise .expertise-content .expertise-item .item-reveal .item-slider .slides .slide.last {
	margin-right: 0px;
}
.home .site-main .expertise .expertise-content .expertise-item .item-reveal .item-slider .slides li img {
	width: 100%;
	display: block;
}
/* New Styles For Expersise*/
.home .site-main .expertise .expertise-content .expertise-item .item-reveal .large-img {
	display: none;
}
.home .site-main .expertise .expertise-content .expertise-item .item-reveal .item-slider-large {
	position: relative;
	padding: 0 80px;
}
.home .site-main .expertise .expertise-content .expertise-item .item-reveal .item-slider-large .prev {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: 80px;
	background: url('../images/slider-prev.png') no-repeat center;
	cursor: pointer;
}
.home .site-main .expertise .expertise-content .expertise-item .item-reveal .item-slider-large .next {
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 80px;
	background: url('../images/slider-next.png') no-repeat center;
	cursor: pointer;
}
.home .site-main .expertise .expertise-content .expertise-item .item-reveal .item-slider-large .slides {
	width: 100%;
}
.home .site-main .expertise .expertise-content .expertise-item .item-reveal .item-slider-large .slides .slide {
	width: 864px;
}
.home .site-main .expertise .expertise-content .expertise-item .item-reveal .item-slider-large .slides .back-to-thumbs {
	width: 150px;
	display: table-cell;
	height: 60px;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	cursor: pointer;
}
.home .site-main .expertise .expertise-content .expertise-item .item-reveal .item-slider-large .slides .back-to-thumbs img {
	display: block;
	margin: auto;
	width: 64px;
	margin-bottom: 10px;
}
.home .site-main .expertise .expertise-content .expertise-item .item-reveal .item-slider-large .slides li .caption {
	width: 650px;
	padding-left: 64px;
	display: table-cell;
	height: 60px;
	white-space: pre-wrap;
	font-size: 12px;
	line-height: 14px;
	vertical-align: middle;
	text-align: left;
	color: #ffffff
}
.home .site-main .expertise .expertise-content .expertise-item .item-reveal .item-slider-large .slides li img {
	width: 100%;
	height: auto;
	display: block;
}
.home .site-main .expertise .expertise-content .expertise-item .item-reveal .item-slider-large .slides .slide.last {
	margin-right: 0px;
}


/* services */

.home .site-main .services {
}
.home .site-main .services .services-title {
	text-align: center;
	position: relative;
	overflow: hidden;
	height: 320px;
	background: #06212e;
}
.home .site-main .services .services-title h2 {
	font-size: 25px;
	line-height: 320px;
	color: #ffffff;
	position: relative;
	z-index: 1000;
	letter-spacing: 15px;
	text-transform: uppercase;
	display: none;
}
.home .site-main .services .services-title .overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	background: #02202c;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=89)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=89);
	opacity: 0.89;
	z-index: 500;
}
.home .site-main .services .services-title .parallax {
	background: url('../images/services-background.jpg') no-repeat fixed center;
	background-size: cover;
    margin: 0;
    position:absolute;
    top:0;
    left:0;
    right: 0px;
    bottom: 0px;
}
.home .site-main .services .services-content {
	position: relative;
	background: #62a82a;
}
.home .site-main .services .services-content .services-item {
	width: 20%;
	float: left;
}
.home .site-main .services .services-content .services-item.fourth {
	width: 25%;
}
.home .site-main .services .services-content .services-item .item-normal {
	cursor: pointer;
	padding: 90px 0;
}
.home .site-main .services .services-content .services-item .item-normal .item-image {
	height: 180px;
	width: 100%;
	text-align: center;
}
.home .site-main .services .services-content .services-item .item-normal .item-image img.whitescale {
	display: none;
}
.home .site-main .services .services-content .services-item .item-normal.active .item-image img {
	display: none;
}
.home .site-main .services .services-content .services-item .item-normal.active .item-image img.whitescale {
	display: inline;
}
.home .site-main .services .services-content .services-item .item-normal .item-image .table {
	display: table;
	height: 100%;
	width: 100%;
}
.home .site-main .services .services-content .services-item .item-normal .item-image .table .table-cell {
	display: table-cell;
	vertical-align: middle;
}
.home .site-main .services .services-content .services-item .item-normal .item-name {
	width: 100%;
	text-align: center;
}
.home .site-main .services .services-content .services-item .item-normal:hover .item-name {
	color: #ffffff;
}
.home .site-main .services .services-content .services-item .item-normal .item-name span.button {
	display: inline-block;
	position: relative;
}
.home .site-main .services .services-content .services-item .item-normal .item-name span.button .border {
	position: absolute;
	background: transparent;
	left: 20px;
	right: 20px;
	height: 5px;
	bottom: 4px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.home .site-main .services .services-content .services-item .item-normal .item-name span.button .text {
	display: inline-block;
	font-size: 17px;
	line-height: 17px;
	color: #303030;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	text-transform: uppercase;
	padding: 14px 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.home .site-main .services .services-content .services-item .item-normal:hover .item-name span.button .text {
	color: #ffffff;
}
.home .site-main .services .services-content .services-item .item-normal:hover .item-name span.button .border {
	background: #ffffff;
}
.home .site-main .services .services-content .services-item .item-normal.active .item-name span.button .text {
	background: #303030;
	color: #ffffff;
}
.home .site-main .services .services-content .services-item .item-normal.active .item-name span.button .border {
	background: #303030;
}
.home .site-main .services .services-content .services-item .item-reveal {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0;
	background: #303030;
	text-align: center;
	padding: 50px 0;
	z-index: 5000;
	display: none;
}
.home .site-main .services .services-content .services-item .item-reveal .item-close {
	position: absolute;
	right: 40px;
	top: 20px;
	width: 13px;
	height: 15px;
	background: url('../images/close.png');
	cursor: pointer;
}
.home .site-main .services .services-content .services-item .item-reveal h3 {
	font-size: 55px;
	line-height: 55px;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.home .site-main .services .services-content .services-item .item-reveal p {
	font-size: 20px;
	line-height: 36px;
	color: #ffffff;
	font-family: 'crete_rounditalic';
	margin-bottom: 25px;
}
.home .site-main .services .services-content .services-item .item-reveal .more {
	display: inline-block;
	height: 30px;
	background: #62a82a;
	color: #ffffff;
	font-size: 14px;
	line-height: 30px;
	padding: 0 15px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-transform: uppercase;
}
.home .site-main .services .services-content .services-item .item-reveal .more:hover {
	background-color: #4e9911;
}

/* staff */

.home .site-main .staff {
}
.home .site-main .staff .staff-title {
	text-align: center;
	position: relative;
	overflow: hidden;
	height: 320px;
	background: #06212e;
}
.home .site-main .staff .staff-title h2 {
	font-size: 25px;
	line-height: 320px;
	color: #ffffff;
	position: relative;
	z-index: 1000;
	letter-spacing: 15px;
	text-transform: uppercase;
	display: none;
}
.home .site-main .staff .staff-title .overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	background: #02202c;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=89)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=89);
	opacity: 0.89;
	z-index: 500;
}
.home .site-main .staff .staff-title .parallax {
	background: url('../images/expertise-background.jpg') no-repeat fixed center;
	background-size: cover;
    margin: 0;
    position:absolute;
    top:0;
    left:0;
    right: 0px;
    bottom: 0px;
}
.home .site-main .staff .staff-content {
	background: #f4f4f4;
	padding: 60px 0;
}
.home .site-main .staff .staff-content .row {
	position: relative;
	margin-bottom: 30px;
}
.home .site-main .staff .staff-content .row:last-child {
	margin-bottom: 0;
}
.home .site-main .staff .staff-content .staff-item {
	width: 21%;
	float: left;
	margin-right: 5.3333333%;
}
.home .site-main .staff .staff-content .staff-item.last {
	margin-right: 0;
}
.home .site-main .staff .staff-content .staff-item .item-normal {
	cursor: pointer;
}
.home .site-main .staff .staff-content .staff-item .item-normal .item-image {
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-bottom: 10px;
}
.home .site-main .staff .staff-content .staff-item .item-normal .item-image img {
	width: 100%;
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.home .site-main .staff .staff-content .staff-item .item-normal .item-image .overlay {
	background: #2f2f2f;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=44)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=44);
	opacity: 0.44;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.home .site-main .staff .staff-content .staff-item:hover .item-normal .item-image .overlay {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}
.home .site-main .staff .staff-content .staff-item .item-normal.active .item-image .overlay {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}
.home .site-main .staff .staff-content .staff-item .item-normal .item-description {
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	padding: 20px 0 10px 0;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.home .site-main .staff .staff-content .staff-item .item-normal.active .item-description {
	background: #303030;
}
.home .site-main .staff .staff-content .staff-item .item-normal .item-description h3 {
	font-size: 17px;
	line-height: 20px;
	color: #646464;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.home .site-main .staff .staff-content .staff-item:hover .item-normal .item-description h3 {
	color: #0098d3;
}
.home .site-main .staff .staff-content .staff-item .item-normal.active .item-description h3 {
	color: #ffffff;
}
.home .site-main .staff .staff-content .staff-item .item-normal .item-description p {
	font-size: 15px;
	line-height: 20px;
	color: #646464;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.home .site-main .staff .staff-content .staff-item .item-normal.active .item-description p {
	color: #00acec;
}
.home .site-main .staff .staff-content .staff-item .item-normal .item-description p {
	font-size: 15px;
	line-height: 20px;
	color: #646464;
}
.home .site-main .staff .staff-content .staff-item .item-reveal {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: #303030;
	text-align: center;
	padding: 40px 0;
	z-index: 5000;
	display: none;
}
.home .site-main .staff .staff-content .staff-item .item-reveal .item-close {
	position: absolute;
	right: 40px;
	top: 20px;
	width: 13px;
	height: 15px;
	background: url('../images/close.png');
	cursor: pointer;
}
.home .site-main .staff .staff-content .staff-item .item-reveal h3 {
	font-size: 55px;
	line-height: 55px;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.home .site-main .staff .staff-content .staff-item .item-reveal p {
	font-size: 20px;
	line-height: 36px;
	color: #ffffff;
	font-family: 'crete_rounditalic';
	margin-bottom: 25px;
}
.home .site-main .staff .staff-content .staff-item .item-reveal .more {
	display: inline-block;
	height: 30px;
	background: #62a82a;
	color: #ffffff;
	font-size: 14px;
	line-height: 30px;
	padding: 0 15px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-transform: uppercase;
}
.home .site-main .staff .staff-content .staff-item .item-reveal .more:hover {
	background-color: #4e9911;
}
/* resources */

.home .site-main .resources {
}
.home .site-main .resources .resources-title {
	text-align: center;
	position: relative;
	overflow: hidden;
	height: 320px;
	background: #06212e;
}
.home .site-main .resources .resources-title h2 {
	font-size: 25px;
	line-height: 320px;
	color: #ffffff;
	position: relative;
	z-index: 1000;
	letter-spacing: 15px;
	text-transform: uppercase;
	display: none;
}
.home .site-main .resources .resources-title .overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	background: #02202c;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=89)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=89);
	opacity: 0.89;
	z-index: 500;
}
.home .site-main .resources .resources-title .parallax {
	background: url('../images/services-background.jpg') no-repeat fixed center;
	background-size: cover;
    margin: 0;
    position:absolute;
    top:0;
    left:0;
    right: 0px;
    bottom: 0px;
}
.home .site-main .resources .resources-content {
	background: #f4f4f4;
	padding: 70px 0;
}
.home .site-main .resources .resources-content .infographic {
	padding-top: 70px;
	margin-bottom: -56px;
}
.home .site-main .resources .resources-content .infographic a {
	display: block;
	position: relative;
	text-indent: -9999px;
	background: url('../images/infographic-button.png') no-repeat;
	width: 658px;
	height: 221px;
	margin: auto;
}
.home .site-main .resources .resources-content .resources-item {
	width: 28%;
	float: left;
	margin-right: 8%;
}
.home .site-main .resources .resources-content .resources-item.last {
	margin-right: 0px;
}
.home .site-main .resources .resources-content .resources-item .item-icon {
	height: 160px;
	margin-bottom: 35px;
}
.home .site-main .resources .resources-content .resources-item .item-icon .table {
	height: 100%;
	display: table;
}
.home .site-main .resources .resources-content .resources-item .item-icon .table .table-cell {
	display: table-cell;
	vertical-align: bottom;
}
.home .site-main .resources .resources-content .resources-item .item-icon img {
	max-width: 100%;
}
.home .site-main .resources .resources-content .resources-item .item-content h3 {
	font-size: 25px;
	line-height: 25px;
	color: #00acec;
	margin-bottom: 20px;
}
.home .site-main .resources .resources-content .resources-item .item-content p {
	font-size: 16px;
	line-height: 22px;
	color: #646464;
	font-family: 'crete_rounditalic';
	margin-bottom: 30px;
}
.home .site-main .resources .resources-content .resources-item .item-content .more {
	display: inline-block;
	font-size: 20px;
	line-height: 20px;
	color: #ffffff;
	background: #62a82a;
	padding: 10px 25px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-transform: uppercase;
}
.home .site-main .resources .resources-content .resources-item .item-content .more:hover {
	background-color: #4e9911;
}

/* blog */

.home .site-main .blog {
}
.home .site-main .blog .blog-title {
	text-align: center;
	position: relative;
	overflow: hidden;
	height: 320px;
	background: #06212e;
}
.home .site-main .blog .blog-title h2 {
	font-size: 25px;
	line-height: 320px;
	color: #ffffff;
	position: relative;
	z-index: 1000;
	letter-spacing: 15px;
	text-transform: uppercase;
	display: none;
}
.home .site-main .blog .blog-title .overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	background: #02202c;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=89)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=89);
	opacity: 0.89;
	z-index: 500;
}
.home .site-main .blog .blog-title .parallax {
	background: url('../images/expertise-background.jpg') no-repeat fixed center;
	background-size: cover;
    margin: 0;
    position:absolute;
    top:0;
    left:0;
    right: 0px;
    bottom: 0px;
}
.home .site-main .blog .blog-content {
	position: relative;
	background: #00acec;
	padding: 35px 5%;
}
.home .site-main .blog .blog-content.no-padding {
	padding: 0;
}
.home .site-main .blog .blog-content .blog-item {
	position: relative;
	background: #00acec;
	width: 47.5%;
	margin-right: 5%;
	float: left;
}
.home .site-main .blog .blog-content .blog-item.last {
	margin-right: 0px;
}
.home .site-main .blog .blog-content .blog-item .item-image {
	float: left;
	width: 47.5%;
}
.home .site-main .blog .blog-content .blog-item .item-image img {
	width: 100%;
	display: block;
}
.home .site-main .blog .blog-content .blog-item .item-content {
    margin-left: 52.5%;
}
.home .site-main .blog .blog-content .blog-item .item-content .no-image {
	margin-left: 12%;
}
.home .site-main .blog .blog-content .blog-item .item-content .date {
	font-size: 14px;
	line-height: 14px;
	color: #7ddbfe;
	padding-bottom: 20px;
    text-transform: uppercase;
}
.home .site-main .blog .blog-content .blog-item .item-content h3 {
	font-size: 25px;
	line-height: 30px;
	color: #ffffff;
	padding-bottom: 20px;
}
.home .site-main .blog .blog-content .blog-item .item-content h3 a {
	color: #ffffff;
}
.home .site-main .blog .blog-content .blog-item .item-content h3 a:hover {
	text-decoration: underline;
}
.home .site-main .blog .blog-content .blog-item .item-content p {
	font-size: 16px;
	line-height: 22px;
	color: #ffffff;
	font-family: 'crete_rounditalic';
}


.home .site-main .blog .blog-content .blog-content-left {
	width: 50%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #ffffff;
	position: relative;
}
.home .site-main .blog .blog-content .blog-content-left .latest-post {
	padding-left: 40%;
}
.home .site-main .blog .blog-content .blog-content-left .latest-post .latest-post-img {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: 40%;
}
.home .site-main .blog .blog-content .blog-content-left .latest-post .latest-post-img a {
	display: block;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-size: cover;
	background-position: center;
}
.home .site-main .blog .blog-content .blog-content-left .latest-post .latest-post-content {
	padding: 40px;
}
.home .site-main .blog .blog-content .blog-content-left .latest-post .latest-post-content .date {
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	color: #7ddbfe;
	margin-bottom: 30px;
	display: block;
}
.home .site-main .blog .blog-content .blog-content-left .latest-post .latest-post-content h4 {
	color: #ffffff;
	font-size: 25px;
	line-height: 30px;
	text-transform: uppercase;
}
.home .site-main .blog .blog-content .blog-content-left .latest-post .latest-post-content h4 a {
	color: #ffffff;
}
.home .site-main .blog .blog-content .blog-content-left .latest-post .latest-post-content h4 a:hover {
	color: #003f5b;
}
.home .site-main .blog .blog-content .blog-content-left .latest-post .latest-post-content p {
	font-size: 16px;
	line-height: 22px;
	font-family: 'crete_rounditalic';
}
.home .site-main .blog .blog-content .blog-content-right {
	width: 50%;
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #ffffff;
}
.home .site-main .blog .blog-content .blog-content-right .posts {
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	padding: 40px;
}
.home .site-main .blog .blog-content .blog-content-right .top {
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	color: #7ddbfe;
	margin-bottom: 30px;
	display: block;
}
.home .site-main .blog .blog-content .blog-content-right .posts ul li {
	margin-bottom: 24px;
}
.home .site-main .blog .blog-content .blog-content-right .posts ul li:last-of-type {
	margin-bottom: 0;
}
.home .site-main .blog .blog-content .blog-content-right .posts ul li a {
	color: #ffffff;
	display: block;
}
.home .site-main .blog .blog-content .blog-content-right .posts ul li a:hover {
	color: #003f5b;
}


.home .site-main .blog .blog-more {
	text-align: center;
	background: #303030;
	padding: 15px 0;
}
.home .site-main .blog .blog-more a {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 30px;
	color: #7ddbfe;
}
.home .site-main .blog .blog-more a:hover {
	text-decoration: underline;
}

/* Testimonials */
.home .site-main .testimonials {
	background: #62a82a;
	padding: 70px 0;
}
.home .site-main .testimonials .table {
	width: 100%;
	height: 100%;
	display: table;
}
.home .site-main .testimonials .table .table-cell {
	vertical-align: middle;
	display: table-cell;
}
.home .site-main .testimonials .testimonial {
	background: #73bb3a;
	border: 1px solid #f3f6fb;
	border-radius: 24px;
	position: relative;
	padding: 40px;
	margin-bottom: 100px;
}
.home .site-main .testimonials .testimonial .client {
	position: absolute;
	right: 160px;
	top: 100%;
	padding: 30px 0 0 50px;
}
.home .site-main .testimonials .testimonial .client h3 {
	font-family: 'montserratregular';
	font-size: 14px;
	line-height: 16px;
	color: #9ed374;
	text-transform: uppercase;
}
.home .site-main .testimonials .testimonial .client:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: -50px;
	top: 0px;
	border: 25px solid;
	border-color: #f3f6fb #f3f6fb transparent transparent;
}
.home .site-main .testimonials .testimonial .client:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: -49px;
	top: 0px;
	border: 24px solid;
	border-color: #73bb3a #73bb3a transparent transparent ;
}
.home .site-main .testimonials .testimonial-balloon .testimonial-content {
	padding: 56px 90px;
}
.home .site-main .testimonials .testimonial p {
	color:#fff;
	font-family: 'crete_rounditalic';
	font-size:20px;
	text-align:center;
	position:relative;
	line-height: 36px;
	padding: 0 30px;
}
.home .site-main .testimonials .testimonial p:before {
	content: "\201C";
	font-family: 'montserratregular';
	font-size: 150px;
	color:#9ed374;
    line-height: 0;
    position: absolute;
    top: 48px;
    margin-left:-56px;
}
.home .site-main .testimonials .testimonial p:after {
	content: "\201D";
	font-family: 'montserratregular';
	font-size: 150px;
	color:#9ed374;
	line-height: 0;
    position: absolute;
    bottom:-50px;
}
.home .site-main .testimonials .testimonial iframe,
.home .site-main .testimonials .testimonial img  {
	display: block;
	margin-right: 40px;
	max-width: 560px;
}
.home .site-main .testimonials .more-testimonials {
	text-align: center;
}
.home .site-main .testimonials .more-testimonials a {
	display: inline-block;
	height: 40px;
	background: #303030;
	color: #ffffff;
	font-size: 14px;
	line-height: 40px;
	padding: 0 15px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-transform: uppercase;
}
.home .site-main .testimonials .more-testimonials a:hover {
	background-color: #4e9911;
}

/* testimonials archive */
.site-main .main-content .entry-full .testimonials-archive .testimonial {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #f4f4f4;
}
.site-main .main-content .entry-full .testimonials-archive .testimonial-media {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #f4f4f4;
	min-height: 360px;
}

.site-main .main-content .entry-full .testimonials-archive .testimonial-media .table-cell-media {
	float: left;
	margin: 5px 20px 40px 0;
}
.site-main .main-content .entry-full .testimonials-archive .testimonial p {
	margin-bottom: 20px;
}
.site-main .main-content .entry-full .testimonials-archive .testimonial h3 {
	color: #00acec;
    font-family: "crete_rounditalic";
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0;
}
.site-main .main-content .entry-full .testimonials-archive .testimonial-media h3 {
	color: #00acec;
    font-family: "crete_rounditalic";
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0;
}
.site-main .main-content .entry-full .load-testimonials {
	padding-top: 25px;
	text-align: center;
}
.site-main .main-content .entry-full .load-testimonials a {
	display: inline-block;
	height: 40px;
	background: #73bb3a;
	color: #ffffff;
	font-size: 14px;
	line-height: 40px;
	padding: 0 15px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-transform: uppercase;
}
.site-main .main-content .entry-full .load-testimonials a:hover {
	background-color: #4e9911;
}

/* projects */
.site-main .projects {
	background: url('../images/projects-bg.jpg') no-repeat center;
	background-size: cover;
	padding: 70px 0;
}
.site-main .projects h2 {
	font-size: 55px;
	line-height: 55px;
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'montserratregular';
	font-weight: normal;
	margin-bottom: 50px;
	text-align: center;
}
.site-main .projects .project {
	font-size: 16px;
	line-height: 22px;
	color: #003f5b;
	text-align: center;
}
.site-main .projects .project h3 {
	display: inline-block;
	vertical-align: top;
	font-size: 34px;
	line-height: 36px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 13px 60px;
	margin-bottom: 25px;
	border-radius: 10px;
	background: #003f5b;
	font-family: 'montserratregular';
	font-weight: normal;
}
.site-main .projects .project img,
.site-main .projects .project iframe {
	display: block;
	max-width: 100%;
	margin: auto;
	margin-bottom: 25px;
}
.site-main .projects .project .more {
	display: inline-block;
	vertical-align: top;
	height: 40px;
	background: #003f5b;
	color: #ffffff;
	font-size: 14px;
	line-height: 40px;
	padding: 0 15px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-transform: uppercase;
	margin-top: 25px;
}
.site-main .projects .project .more:hover {
	background-color: #00628d;
}
.site-main .projects .projects-rotator {
	position: relative;
}
.site-main .projects .projects-rotator .projects-rotator-prev {
	position: absolute;
	width: 28px;
	height: 48px;
	background: url('../images/home-rotator-prev-icon-white.png') no-repeat center;
	background-size: 100% 100%;
	left: -78px;
	top: 50%;
	margin-top: -24px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	z-index: 1000;
}
.site-main .projects .projects-rotator .projects-rotator-prev:hover {
	opacity: 0.8;
}
.site-main .projects .projects-rotator .projects-rotator-next {
	position: absolute;
	width: 28px;
	height: 48px;
	background: url('../images/home-rotator-next-icon-white.png') no-repeat center;
	background-size: 100% 100%;
	right: -78px;
	top: 50%;
	margin-top: -24px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	z-index: 1000;
}
.site-main .projects .projects-rotator .projects-rotator-next:hover {
	opacity: 0.8;
}
.site-main .projects .projects-rotator .slides {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.site-main .projects .projects-rotator .slides .slide {
	width: 100%;
	height: auto;
	text-align: center;
}

/* partners */
.site-main .partners {
	padding: 70px 0;
}
.site-main .partners .partners-details {
	text-align: center;
	font-family: 'crete_rounditalic';
	font-size: 16px;
	line-height: 22px;
	color: #003f5b;
	margin-bottom: 70px;
	padding: 0 150px;
}
.site-main .partners .partners-details h2 {
	font-size: 28px;
	line-height: 28px;
	color: #00acec;
	text-transform: uppercase;
	font-family: 'montserratregular';
	font-weight: normal;
	margin-bottom: 35px;
}
.site-main .partners .partners-rotator {
	margin-bottom: 70px;
	position: relative;
}
.site-main .partners .partners-rotator .partners-rotator-prev {
	position: absolute;
	width: 28px;
	height: 48px;
	background: url('../images/home-rotator-prev-icon.png') no-repeat center;
	background-size: 100% 100%;
	left: -78px;
	top: 50%;
	margin-top: -24px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	z-index: 1000;
}
.site-main .partners .partners-rotator .partners-rotator-prev:hover {
	opacity: 0.8;
}
.site-main .partners .partners-rotator .partners-rotator-next {
	position: absolute;
	width: 28px;
	height: 48px;
	background: url('../images/home-rotator-next-icon.png') no-repeat center;
	background-size: 100% 100%;
	right: -78px;
	top: 50%;
	margin-top: -24px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	z-index: 1000;
}
.site-main .partners .partners-rotator .partners-rotator-next:hover {
	opacity: 0.8;
}
.site-main .partners .partners-rotator .slides {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.site-main .partners .partners-rotator .slides .slide {
	width: 100%;
	height: auto;
	text-align: center;
}
.site-main .partners .partners-rotator .slides .slide ul li {
	display: inline-block;
	vertical-align: middle;
	width: 32%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 25px;
}
.site-main .partners .partners-rotator .slides .slide ul li a img {
	display: block;
	max-width: 100%;
	margin: auto;
}
.site-main .partners .partners-rotator .slides .slide ul li a .title {
	display: block;
	text-align: center;
	font-size: 22px;
	line-height: 22px;
	color: #545454;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-family: 'montserratregular';
	padding-top: 30px;
}
.site-main .partners .partners-rotator .slides .slide ul li a:hover .title {
	color: #003f5b;
}
.site-main .partners .more {
	text-align: center;
}
.site-main .partners .more a {
	display: inline-block;
	vertical-align: top;
	height: 30px;
	background: #003f5b;
	color: #ffffff;
	font-size: 14px;
	line-height: 30px;
	padding: 0 25px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-transform: uppercase;
	margin-top: 25px;
}
.site-main .partners .more a:hover {
	background-color: #00628d;
}

/* community */
.site-main .community {
	padding: 70px 0;
}
.site-main .community .community-details {
	text-align: center;
	font-family: 'crete_rounditalic';
	font-size: 16px;
	line-height: 22px;
	color: #003f5b;
	margin-bottom: 70px;
	padding: 0 150px;
}
.site-main .community .community-details h2 {
	font-size: 28px;
	line-height: 28px;
	color: #00acec;
	text-transform: uppercase;
	font-family: 'montserratregular';
	font-weight: normal;
	margin-bottom: 35px;
}
.site-main .community .community-rotator {
	margin-bottom: 70px;
	position: relative;
}
.site-main .community .community-rotator .community-rotator-prev {
	position: absolute;
	width: 28px;
	height: 48px;
	background: url('../images/home-rotator-prev-icon.png') no-repeat center;
	background-size: 100% 100%;
	left: -78px;
	top: 50%;
	margin-top: -24px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	z-index: 1000;
}
.site-main .community .community-rotator .community-rotator-prev:hover {
	opacity: 0.8;
}
.site-main .community .community-rotator .community-rotator-next {
	position: absolute;
	width: 28px;
	height: 48px;
	background: url('../images/home-rotator-next-icon.png') no-repeat center;
	background-size: 100% 100%;
	right: -78px;
	top: 50%;
	margin-top: -24px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	z-index: 1000;
}
.site-main .community .community-rotator .community-rotator-next:hover {
	opacity: 0.8;
}
.site-main .community .community-rotator .slides {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.site-main .community .community-rotator .slides .slide {
	width: 100%;
	height: auto;
	text-align: center;
}
.site-main .community .community-rotator .slides .slide ul li {
	display: inline-block;
	vertical-align: middle;
	width: 32%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 25px;
}
.site-main .community .community-rotator .slides .slide ul li a img {
	display: block;
	max-width: 100%;
	margin: auto;
}
.site-main .community .more {
	text-align: center;
}
.site-main .community .more a {
	display: inline-block;
	vertical-align: top;
	height: 30px;
	background: #003f5b;
	color: #ffffff;
	font-size: 14px;
	line-height: 30px;
	padding: 0 25px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-transform: uppercase;
	margin-top: 25px;
}
.site-main .community .more a:hover {
	background-color: #00628d;
}

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

.site-footer {
	background: #06212e;
	padding: 45px 0;
}
.site-footer .footer-left {
	float: left;
}
.site-footer .logo {
	float: left;
	margin-right: 40px;
	padding-top: 12px;
}
.site-footer .logo img {
	display: block;
	height: 70px;
}
.site-footer .info {
	float: left;
}
.site-footer .info ul li {
	color: #00acec;
	font-size: 16px;
}
.site-footer .info li.title {
	color: #ffffff;
	text-transform: uppercase;
}
.site-footer .info li a {
	color: #ffffff;
}
.site-footer .info li a:hover {
	text-decoration: underline;
}
.site-footer .footer-right {
	float: right;
}
.site-footer .social {
	float: right;
	margin-right: 40px;
}
.site-footer .social ul li {
	float: left;
}
.site-footer .social ul li {
	margin-right: 25px;
}
.site-footer .social ul li:last-child {
	margin-right: 0px;
}
.site-footer .social ul li a {
	background: #00acec;
	width: 52px;
	height: 52px;
	text-align: center;
	line-height: 52px;
	font-size: 32px;
	color: #06212e;
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.site-footer .social ul li a:hover {
	background-color: #fff !important;
}
.site-footer .social ul li a.fb:hover {
	background: #3460a1;
}
.site-footer .social ul li a.tw:hover {
	background: #28aae1;
}
.site-footer .social ul li a.yt:hover {
	background: #ee3138;
}
.site-footer .upload {
	display: inline-block;
	background: #00a6e3;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	font-size: 15px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 0 15px;
	margin-top: 25px;
}
.site-footer .upload:hover {
	background-color: #008bd3;
}
.site-footer .upload i {
	font-size: 18px;
	margin-right: 10px;
	color: #3bbbe9;
}
.site-footer .developer {
	width: 124px;
	height: 31px;
	overflow: hidden;
	position: relative;
	float: right;
	margin-top: 11px;
}
.site-footer .developer a {
	position: absolute;
	left: 0px;
	top: 0px;
}
.site-footer .developer a.active {
	display: none;
}

/* ----------------------------------- */
/* -------- Desktop Visibility ------- */
/* ----------------------------------- */

@media (min-width: 1180px) {

	/* ----------- Visibility ------------ */

	.visible-desktop {
		display: block!important;
	}
	.visible-tablet {
		display: none!important;
	}
	.visible-phone {
		display: none!important;
	}
	.hidden-desktop {
		display: none!important;
	}

}

/* ----------------------------------- */
/* ------ Mobile Menu styles --------- */
/* ----------------------------------- */

.mobile-menu {
	background: url('../images/mobile-menu-bg.jpg') repeat-y right;
	width: 260px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: -260px;
	z-index: 100000;
}
.mobile-menu .search {
	background: url('../images/mobile-menu-search-bg.jpg') repeat-y right;
	padding: 40px 15px 15px 15px;
}
.mobile-menu .search form {
	position: relative;
}
.mobile-menu .search input[type=text] {
	width: 160px;
	padding: 0 12px 0 12px;
	border: none;
	background: #ffffff;
	font-size: 14px;
	line-height: 28px;
	color: #c8c8c8;
	height: 28px;
}
.mobile-menu .search input[type=submit] {
	background: url('../images/mobile-menu-search-button-bg.png') no-repeat center #003f5b;
	position: absolute;
	right: 0px;
	bottom: -2px;
	width: 32px;
	height: 32px;
	display: block;
	border: none;
	cursor: pointer;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.mobile-menu .search .close {
	display: block;
	background: url('../images/mobile-menu-close-button.png') no-repeat center;
	width: 11px;
	height: 12px;
	position: absolute;
	left: 25px;
	top: 15px;
}
.mobile-menu-container {
	width: 260px;
	position: absolute;
	overflow: hidden;
	top: 0px;
	bottom: 0px;
	left: 0px;
}
.mobile-menu ul li {
	border-bottom: solid 1px #003f5b;
}
.mobile-menu ul {
	margin-bottom: 25px;
}
.mobile-menu ul li a {
	font-size: 16px;
	line-height: 16px;
	color: #00acec;
	display: block;
	padding: 10px 25px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	text-transform: uppercase;
}
.mobile-menu ul li a:hover {
	color: #ffffff;
}
.mobile-menu ul li a.active {
	color: #ffffff;
}
.mobile-menu .bottom-links {
	text-align: center;
}
.mobile-menu .bottom-links .guide {
	font-size: 14px;
	line-height: 32px;
	height: 28px;
	display: inline-block;
	background: url('../images/right-links-guide-bg-2.png') no-repeat left;
	padding-left: 35px;
	color: #ffffff;
	margin-bottom: 15px;
}
.mobile-menu .bottom-links .upload {
	display: inline-block;
	background: #00a6e3;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	font-size: 15px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 0 15px;
	margin-bottom: 15px;
}
.mobile-menu .bottom-links .upload i {
	font-size: 18px;
	margin-right: 10px;
	color: #3bbbe9;
}
.mobile-menu .bottom-links .tell-us {
	display: inline-block;
	background: #62a82a;
	line-height: 20px;
	color: #ffffff;
	font-size: 15px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 12px 15px;
	margin-bottom: 15px;
	font-family: 'crete_rounditalic';
}
.mobile-menu .bottom-links .tell-us span {
	font-size: 16px;
	font-family: 'montserratregular';
	text-transform: uppercase;
}
.show-mobile-menu {
	display: block;
	float: left;
	height: 56px;
	padding-top: 20px;
	width: 83px;
	background: #62a82a;
	border-bottom: none;
	position: relative;
	color: #ffffff;
	text-align: center;
	font-size: 40px;
	line-height: 40px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.show-mobile-menu .bottom-bg {
	display: block;
	height: 10px;
	width: 83px;
	background: url('../images/menu-home-bottom-bg.png') no-repeat;
	position: absolute;
	left: 0px;
	bottom: -10px;
}

/* ----------------------------------- */
/* ------ Mobile Sidebar styles ------ */
/* ----------------------------------- */

.site-main .main-top .container {
	position: relative;
}
.mobile-sidebar {
	position: absolute;
	top: 100%;
	left: 0px;
	right: 0px;
	background: #4a4851;
	z-index: 500;
	overflow: hidden;
	display: none;
	padding-top: 80px;
}
.mobile-sidebar .widget .widget-title h3 {
	font-size: 16px;
	line-height: 18px;
	padding: 0px 35px;
	color: #00ACEC;
}
.mobile-sidebar .widget ul {
	padding: 20px 0;
}
.mobile-sidebar .widget ul li {
	border-bottom: solid 1px #55535c;
}
.mobile-sidebar .widget ul li:last-child {
	border-bottom: none;
}
.mobile-sidebar .widget ul li a {
	color: #cdccd1;
	font-size: 20px;
	line-height: 28px;
	padding: 3px 35px;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	text-transform: uppercase;
}
.mobile-sidebar .widget ul li .parent {
	color: #cdccd1;
	font-size: 20px;
	line-height: 28px;
	padding: 3px 35px;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	text-transform: uppercase;
	background: url("../images/sidebar-parent-down-active.png") no-repeat right center;
	cursor: pointer;
}
.mobile-sidebar .widget ul li:hover .parent,
.mobile-sidebar .widget ul li.active .parent {
	color: #00ACEC;
}
.mobile-sidebar .widget ul li a:hover {
	color: #00ACEC;
}
.mobile-sidebar .widget ul li ul {
	padding: 10px 0 20px 0;
	display: none;
}
.mobile-sidebar .widget ul li.active ul {
	display: block;
}
.mobile-sidebar .widget ul li ul li {
	border-bottom: none;
}
.mobile-sidebar .widget ul li ul li a {
	font-size: 14px;
	line-height: 18px;
	padding: 0;
	margin: 0 60px;
}
.show-mobile-sidebar {
	position: absolute;
	top: 100%;
	left: 0px;
	width: 60px;
	height: 60px;
	background: url('../images/show-mobile-sidebar.png') no-repeat center #d1d1d1;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	cursor: pointer;
	z-index: 600;
}

/* ----------------------------------- */
/* --------- Tablets styles ---------- */
/* ----------------------------------- */

@media (min-width: 768px) and (max-width: 1180px) {

	.container {
		width: 695px;
		margin: auto;
	} /* Use the .container class to wrap a 695px container */

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

	.site-header .header-top {
		height: 45px;
	}
	.site-header .search-form {
		margin-top: 0px;
		padding-right: 22px;
		margin-top: 25px;
	}
	.site-header .search-form .toggle-search {
	    height: 44px;
	    width: 44px;
	    top: -3px;
	    background-image: url("../images/toggle-search-bg-tablet.png");
	}
	.site-header .search-form input[type="text"] {
	    height: 38px;
	}

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

	.site-main .main-content .entry-small .entry-image {
		width: 170px;
		margin-right: 20px;
	}
	.site-main .main-content .entry-small .entry-content {
  		width: 305px;
	}
	.site-main .main-content .right-container {
	    width: auto;
	   /* padding-left: 100px; */
	    padding-right: 100px;
	}

	/* ----------- Home ------------ */

	.home .site-header .introduction .introduction-title {
		padding: 25px 0;
	}
	.home .site-header .introduction .introduction-title h1 {
	    font-size: 60px;
	    line-height: 60px;
	}
	.home .site-header .introduction .introduction-content {
		padding: 25px 0;
	}
	.home .site-header .introduction .introduction-content p {
		font-size: 16px;
		line-height: 24px;
	}
	.home .site-main .expertise .expertise-content .expertise-item {
	    height: 160px;
	}
	.home .site-main .expertise .expertise-content .expertise-item .item-normal {
	    height: 160px;
	}
	.home .site-main .expertise .expertise-content .expertise-item .item-title span {
		font-size: 16px;
		line-height: 18px;
	}
	.home .site-main .expertise .expertise-content .expertise-item .item-title {
		padding: 0 20px;
	}
	.home .site-main .expertise .expertise-content .expertise-item .item-reveal {
		top: 160px;
	}
	.home .site-main .expertise .expertise-content .expertise-item .item-reveal h3 {
		font-size: 45px;
		line-height: 45px;
	}
	.home .site-main .expertise .expertise-content .expertise-item .item-reveal .item-slider .slides .slide {
		width: 257px;
		padding-right: 20px;
	}
	.home .site-main .services .services-content .services-item {
	    width: 33.33333333%;
	}
	.home .site-main .services .services-content .services-item.fourth {
	    width: 50%;
	}
	.home .site-main .services .services-content .services-item:nth-of-type(4) {
	    margin-left: 16.66666666%;
	    clear: left;
	}
	.home .site-main .services .services-content .services-item.fourth:nth-of-type(4) {
	    margin-left: 0;
	    clear: none;
	}
	.home .site-main .services .services-content .services-item .item-normal {
	    padding: 30px 0;
	}
	.home .site-main .services .services-content .services-item .item-reveal {
		padding: 50px 40px;
		bottom: 285px;
	}
	.home .site-main .services .services-content .services-item:nth-of-type(4) .item-reveal,
	.home .site-main .services .services-content .services-item:nth-of-type(5) .item-reveal {
		bottom: 0;
	}
	.home .site-main .services .services-content .services-item .item-reveal h3 {
		font-size: 45px;
		line-height: 45px;
	}
	.home .site-main .staff .staff-content .staff-item .item-normal .item-description h3 {
	    font-size: 15px;
	    line-height: 16px;
	}
	.home .site-main .staff .staff-content .staff-item .item-normal .item-description p {
	    font-size: 13px;
	    line-height: 14px;
	}
	.home .site-main .resources .resources-content .resources-item .item-content .more {
		font-size: 15px;
		padding: 8px 15px;
	}
	.home .site-main .blog .blog-content .blog-item {
	    width: 100%;
	    margin-bottom: 35px;
	}
	.home .site-main .blog .blog-content .blog-item.last {
	    margin-bottom: 0;
	}
	.home .site-main .testimonials .table .table-cell {
	    display: block;
	}
	.home .site-main .testimonials .table {
		display: block;
	}
	.home .site-main .testimonials .testimonial iframe,
	.home .site-main .testimonials .testimonial img {
		display: block;
		margin: 0 auto 40px auto;
	}



	/* ------ Testimonial Archive ------  */

	.site-main .main-content .entry-full .testimonials-archive .testimonial-media .table-cell-media {
		margin: 5px 20px 40px 0;
		width: 100%;
	}

	.site-main .main-content .entry-full .testimonials-archive .testimonial-media .table-cell-media iframe {
		margin: 0 auto;
		position: relative;
		display: block;
	}

	.site-main .main-content .entry-full .testimonials-archive .testimonial-media .table-cell-media img {
		margin: 0 auto;
		position: relative;
		display: block;
	}



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

	.site-footer .logo {
		float: none;
	}
	.site-footer .info {
	    float: none;
	}
	.site-footer .footer-right {
		position: relative;
		padding-bottom: 60px;
	}
	.site-footer .developer {
		float: none;
		position: absolute;
		bottom: 0px;
		right: 0px;
	}
	.site-footer .social {
		float: none;
		margin-right: 0px;
	}

	/* ----------- Visibility ------------ */

	.visible-desktop {
		display: none!important;
	}
	.visible-tablet {
		display: block!important;
	}
	.hidden-tablet {
		display: none!important;
	}
	.visible-phone {
		display: none!important;
	}


	/* updated mobile styles for gallery */
	.home .site-main .expertise .expertise-content .expertise-item {
		margin-bottom: 0 !important;
	}
	.home .site-main .expertise .expertise-content .expertise-item .item-reveal .item-slider-large .prev {
		z-index: 999999999999;
	}
	.home .site-main .expertise .expertise-content .expertise-item .item-reveal .item-slider-large .next {
		z-index: 999999999999;
	}
	.home .site-main .expertise .expertise-content .expertise-item .item-reveal .large-img {
		width: 100%;
		padding: 0;
	}
	.home .site-main .expertise .expertise-content .expertise-item .item-reveal .item-slider-large {
		width: 100%;
		padding: 0;
	}
	.home .site-main .expertise .expertise-content .expertise-item .item-reveal .item-slider-large .slides .slide {
		width: 100%;
		list-style: none;
	}
	.home .site-main .expertise .expertise-content .expertise-item .item-reveal .item-slider-large .slides .slide .slide-img {
		width: 80%;
		z-index: 999999999;
		margin: auto;
	}
	.home .site-main .expertise .expertise-content .expertise-item .item-reveal .item-slider-large .slides .back-to-thumbs {
		padding-left: 75px;
		text-align: left;
	}
	.home .site-main .expertise .expertise-content .expertise-item .item-reveal .item-slider-large .slides .back-to-thumbs img {
		margin: 14px 0 10px 0;
	}
	.home .site-main .expertise .expertise-content .expertise-item .item-reveal .item-slider-large .slides li .caption {
		padding-left: 0;
	}
	/* END updated mobile styles for gallery */


}

#at20mc div {
    float: none;
    margin-top: -20px;
}


/* ----------------------------------- */
/* --------- Phones styles ---------- */
/* ----------------------------------- */

@media (max-width: 767px) {

	.container {
		width: 320px;
		margin: auto;
	} /* Use the .container class to wrap a 320px container */

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

	.site-header .header-top {
		height: 45px;
	}
	.site-header .header-bottom {
	    padding: 75px 0 25px;
	}
	.site-header .search-form {
		margin-top: 0px;
		padding-right: 22px;
		margin-top: 25px;
	}
	.site-header .search-form .toggle-search {
	    height: 44px;
	    width: 44px;
	    top: -3px;
	    background-image: url("../images/toggle-search-bg-tablet.png");
	}
	.site-header .search-form input[type="text"] {
	    height: 38px;
	}
	.site-header .header-bottom .logo {
	    float: none;
	    width: 255px;
	    margin: auto;
	}
	.site-header .header-bottom .logo img {
	    width: 255px;
	}
	.site-header .search-form input[type="text"] {
		max-width: 100px!important;
	}
	.show-mobile-menu {
		height: 42px;
		padding-top: 8px;
	}

	/* Main */
	.site-main .main-top .container {
  		padding: 0px;
	}
	.show-mobile-sidebar {
		width: 40px;
		height: 40px;
		background-size: 18px 15px;
	}
	.mobile-sidebar {
	    padding-top: 60px;
	    text-align: center;
	}
	.mobile-sidebar .widget ul {
	    padding: 10px 0;
	}
	.site-main .main-content .right-container {
	    width: auto;
	    float: none;
	    padding-top: 65px;
	}
	.site-main .main-content .entry-small .entry-image {
  		float: none;
  		width: 100%;
  		margin-bottom: 20px;
	}
	.site-main .main-content .entry-small .entry-content {
  		float: none;
  		width: 100%;
	}

	.site-main .main-content .left-container {
		float: none;
		width: auto;
	}
	.site-main .main-content .right-container .articles .articles-title {
	    font-size: 24px;
	    line-height: 24px;
	    margin-bottom: 20px;
	}
	.site-main .main-content .entry-full h2 {
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 10px;
	}
	.site-main .main-content .entry-full h3 {
		font-size: 18px;
		line-height: 18px;
		margin-bottom: 10px;
	}
	.site-main .main-content .entry-small .entry-content .entry-title h2 {
        font-size: 18px;
		line-height: 18px;
    }
    .site-main .main-content .gallery ul li {
		margin-left: 0;
		width: 100%;
	}

	/* ----------- Home ------------ */

	.home .site-header .introduction .introduction-title {
		padding: 20px 0;
	}
	.home .site-header .introduction .introduction-title h1 {
	    font-size: 25px;
	    line-height: 25px;
	}
	.home .site-header .introduction .introduction-content {
		padding: 20px 0;
	}
	.home .site-header .introduction .introduction-content p {
		font-size: 12px;
		line-height: 16px;
	}
	.home .site-main .expertise .expertise-title {
	    height: 100px;
	}
	.home .site-main .expertise .expertise-title h2 {
	    font-size: 17px;
	    line-height: 100px;
	}
	.home .site-main .expertise .expertise-content .expertise-item .item-normal {
	    height: 80px;
	}
	.home .site-main .expertise .expertise-content .expertise-item {
		float: none;
		height: 80px;
		width: 100%;
		position: relative;
	}
	.home .site-main .expertise .expertise-content .expertise-item:hover .item-image {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
	}
	.home .site-main .expertise .expertise-content .expertise-item:hover .item-normal.active .item-image {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
	}
	.home .site-main .expertise .expertise-content .expertise-item:hover .item-overlay {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
	}
	.home .site-main .expertise .expertise-content .expertise-item:hover .item-title {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
	}
	.home .site-main .expertise .expertise-content .expertise-item .item-title span {
		font-size: 16px;
		line-height: 18px;
	}
	.home .site-main .expertise .expertise-content .expertise-item .item-reveal {
	    padding: 20px 0;
	    top: 80px;
	}
	.home .site-main .expertise .expertise-content .expertise-item .item-reveal h3 {
		font-size: 25px;
		line-height: 25px;
		margin-bottom: 20px;
	}
	.home .site-main .expertise .expertise-content .expertise-item .item-reveal p {
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 20px;
	}
	.home .site-main .expertise .expertise-content .expertise-item .item-reveal .item-slider {
		padding: 0px;
	}
	.home .site-main .expertise .expertise-content .expertise-item .item-reveal .item-slider .slides .slide {
		width: 320px;
		padding-right: 0px;
	}
	.home .site-main .expertise .expertise-content .expertise-item .item-reveal .item-slider .prev {
	    z-index: 5000;
	    background-color: transparent;
	}
	.home .site-main .expertise .expertise-content .expertise-item .item-reveal .item-slider .next {
	    z-index: 5000;
	    background-color: transparent;
	}


	/* updated mobile styles for gallery */
	.home .site-main .expertise .expertise-content .expertise-item {
		margin-bottom: 0 !important;
	}
	.home .site-main .expertise .expertise-content .expertise-item .item-reveal .item-slider-large .prev {
		z-index: 999999999999;
		margin-top: -30px;
	}
	.home .site-main .expertise .expertise-content .expertise-item .item-reveal .item-slider-large .next {
		z-index: 999999999999;
		margin-top: -30px;
	}
	.home .site-main .expertise .expertise-content .expertise-item .item-reveal .large-img {
		width: 100%;
		padding: 0;
	}
	.home .site-main .expertise .expertise-content .expertise-item .item-reveal .item-slider-large {
		width: 100%;
		padding: 0;
	}
	.home .site-main .expertise .expertise-content .expertise-item .item-reveal .item-slider-large .slides .slide {
		width: 100%;
		list-style: none;
	}
	.home .site-main .expertise .expertise-content .expertise-item .item-reveal .item-slider-large .slides .slide .slide-img {
		width: 100%;
		z-index: 999999999;
	}
	.home .site-main .expertise .expertise-content .expertise-item .item-reveal .item-slider-large .slides .back-to-thumbs {
		padding-left: 75px;
		text-align: left;
	}
	.home .site-main .expertise .expertise-content .expertise-item .item-reveal .item-slider-large .slides .back-to-thumbs img {
		margin: 14px 0 10px 0;
	}
	.home .site-main .expertise .expertise-content .expertise-item .item-reveal .item-slider-large .slides li .caption {
		padding-left: 0;
	}

	.fancybox .overlay {
		display: none !important;
	}
	/* END updated mobile styles for gallery */

	.home .site-main .services .services-title {
	    height: 100px;
	}
	.home .site-main .services .services-title h2 {
	    font-size: 17px;
	    line-height: 100px;
	}
	.home .site-main .services .services-content .services-item {
		float: none;
		width: 100%;
		position: relative;
		clear: left;
		border-bottom: solid 1px #74b640;
		height: 100px;
	}
	.home .site-main .services .services-content .services-item.fourth {
	    width: 100%;
	}
	.home .site-main .services .services-content .services-item.mactive {
		height: 0px;
	}
	.home .site-main .services .services-content .services-item .item-normal {
		padding: 15px 0;
		height: 70px;
		overflow: hidden;
	}
	.home .site-main .services .services-content .services-item .item-normal.active {
		padding: 0px!important;
		height: 0px!important
	}
	.home .site-main .services .services-content .services-item .item-normal .item-image {
	    height: auto;
	    text-align: center;
	    width: 50%;
	    float: left;
	    height: 70px;
	}
	.home .site-main .services .services-content .services-item .item-normal .item-image img {
	    max-height: 60px;
	    max-width: 100px;
	    display: block;
	    margin: auto;
	}
	.home .site-main .services .services-content .services-item .item-normal.active .item-image {
	    display: none;
	}
	.home .site-main .services .services-content .services-item .item-normal .item-name {
	    text-align: left;
	    width: 50%;
	    float: left;
	    padding-top: 10px;
	}
	.home .site-main .services .services-content .services-item .item-normal.active .item-name {
	    display: none;
	}
	.home .site-main .services .services-content .services-item .item-normal .item-name span.button {
		margin: 0 0px;
		text-align: left;
	}
	.home .site-main .services .services-content .services-item .item-normal .item-name span.button .text {
	    font-size: 14px;
	    line-height: 16px;
	}
	.home .site-main .services .services-content .services-item .item-reveal {
	    padding: 20px 0;
	    top: 0px;
	    bottom: auto;
	}
	.home .site-main .services .services-content .services-item .item-reveal img {
		max-height: 60px;
	    max-width: 100px;
	    display: block;
	    margin: auto;
	    margin-bottom: 20px;
	}
	.home .site-main .services .services-content .services-item .item-reveal h3 {
		font-size: 25px;
		line-height: 25px;
		margin-bottom: 20px;
	}
	.home .site-main .services .services-content .services-item .item-reveal p {
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 20px;
	}
	.home .site-main .staff .staff-title {
	    height: 100px;
	}
	.home .site-main .staff .staff-title h2 {
	    font-size: 17px;
	    line-height: 100px;
	}
	.home .site-main .staff .staff-content .container {
		width: 100%;
	}
	.home .site-main .staff .staff-content .row {
	    margin-bottom: 0;
	}
	.home .site-main .staff .staff-content {
		padding: 30px 0;
	}
	.home .site-main .staff .staff-content .staff-item:first-child {
		margin-top: 0px;
	}
	.home .site-main .staff .staff-content .staff-item {
		float: none;
		margin-right: 0;
		width: 100%;
		position: relative;
		padding-top: 10px;
	}
	.home .site-main .staff .staff-content .staff-item .item-normal {
		width: 260px;
		margin: auto;
	}
	.home .site-main .staff .staff-content .staff-item .item-normal .item-image {
		width: 80px;
		float: left;
	}
	.home .site-main .staff .staff-content .staff-item .item-normal .item-description {
		margin-left: 100px;
	}

	.home .site-main .staff .staff-content .staff-item .item-normal.active .item-description {
		background: transparent;
	}
	.home .site-main .staff .staff-content .staff-item .item-normal.active .item-description p {
	    color: #646464;
	}
	.home .site-main .staff .staff-content .staff-item .item-normal.active .item-description h3 {
	    color: #00a6e3;
	}
	.home .site-main .staff .staff-content .staff-item .item-reveal {
	    padding: 20px 0;
	    top: 100%;
	    bottom: auto;
	}
	.home .site-main .staff .staff-content .staff-item .item-reveal .container {
	    width: 320px;
	    margin: auto;
	}
	.home .site-main .staff .staff-content .staff-item .item-reveal h3 {
		font-size: 25px;
		line-height: 25px;
		margin-bottom: 20px;
	}
	.home .site-main .staff .staff-content .staff-item .item-reveal p {
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 20px;
		padding: 0 30px;
	}
	.home .site-main .resources .resources-title {
	    height: 100px;
	}
	.home .site-main .resources .resources-title h2 {
	    font-size: 17px;
	    line-height: 100px;
	}
	.home .site-main .resources .resources-content {
		padding: 40px 0;
	}
	.home .site-main .resources .resources-content .resources-item {
		float: none;
		margin-right: 0;
		width: 100%;
		text-align: center;
		margin-bottom: 40px;
	}
	.home .site-main .resources .resources-content .resources-item.last {
		margin-bottom: 0px;
	}
	.home .site-main .resources .resources-content .resources-item .item-icon {
		height: auto;
		margin-bottom: 15px;
	}
	.home .site-main .resources .resources-content .resources-item .item-icon img {
		display: inline-block;
		height: 70px;
		width: auto;
	}
	.home .site-main .resources .resources-content .resources-item .item-icon .table,
	.home .site-main .resources .resources-content .resources-item .item-icon .table .table-cell {
		display: block;
	}
	.home .site-main .resources .resources-content .resources-item .item-content h3 {
		font-size: 20px;
		line-height: 20px;
	}
	.home .site-main .resources .resources-content .resources-item .item-content .more {
	    font-size: 12px;
	    line-height: 12px;
	    padding: 8px 15px;
	}
	.home .site-main .blog .blog-title {
	    height: 100px;
	}
	.home .site-main .blog .blog-title h2 {
	    font-size: 17px;
	    line-height: 100px;
	}
	.home .site-main .blog .blog-content {
		padding: 0;
	}
	.home .site-main .blog .blog-content .blog-item {
		float: none;
		width: auto;
		margin: 0;
	}
	.home .site-main .blog .blog-content .blog-item .item-image {
	    float: none;
	    width: auto;
	}
	.home .site-main .blog .blog-content .blog-item .item-content {
	    margin-left: 0;
	    padding: 20px 30px;
	}
	.home .site-main .blog .blog-content .blog-item .item-content .date {
		font-size: 12px;
		line-height: 12px;
		padding-bottom: 10px;
        text-transform: uppercase;
	}
	.home .site-main .blog .blog-content .blog-item .item-content h3 {
		font-size: 20px;
		line-height: 25px;
		padding-bottom: 10px;
	}
	.home .site-main .blog .blog-content .blog-item .item-content p {
	    font-size: 12px;
	    line-height: 16px;
	}

	.home .site-main .testimonials .table .table-cell {
	    display: block;
	}
	.home .site-main .testimonials .table {
		display: block;
	}
	.home .site-main .testimonials .testimonial {
	    padding: 20px;
	    margin-left: 20px;
	    margin-right: 20px;
	    margin-bottom: 40px;
	}
	.home .site-main .testimonials .testimonial iframe {
		display: block;
		margin: 0 auto 20px auto;
		width: 100%;
		height: 160px;
	}
	.home .site-main .testimonials .testimonial img {
		display: block;
		margin: 0 auto 20px auto;
		width: 100%;
	}
	.home .site-main .testimonials .testimonial .client {
		right: 0px;
	}
	.home .site-main .testimonials .testimonial p {
	    font-size: 16px;
	    line-height: 24px;
	    padding: 0 30px;
	}
	.home .site-main .testimonials .testimonial p:before {
		font-size: 75px;
		margin-left: -28px;
		top: 24px;
	}
	.home .site-main .testimonials .testimonial p:after {
		bottom: -27px;
		font-size: 75px;
	}
	.home .site-main .testimonials .testimonial .client {
		position: absolute;
		right: 0px;
		top: 100%;
		padding: 10px 0 0 25px;
		max-width: 80%;
	}
	.home .site-main .testimonials .testimonial .client h3 {
		font-family: 'montserratregular';
		font-size: 12px;
		line-height: 14px;
		color: #9ed374;
		text-transform: uppercase;
	}
	.home .site-main .testimonials .testimonial .client:before {
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		left: -24px;
		top: 0px;
		border: 12px solid;
		border-color: #f3f6fb #f3f6fb transparent transparent;
	}
	.home .site-main .testimonials .testimonial .client:after {
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		left: -23px;
		top: 0px;
		border: 11px solid;
		border-color: #73bb3a #73bb3a transparent transparent ;
	}
	.home .site-main .testimonials {
	    padding: 40px 0;
	}
	.site-main .projects {
	    padding: 40px 0;
	}
	.site-main .projects .container {
	    -webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 20px;
	}
	.site-main .projects h2 {
	    font-size: 26px;
	    line-height: 26px;
	    margin-bottom: 30px;
	}
	.site-main .projects .project h3 {
	    font-size: 22px;
	    line-height: 24px;
	    margin-bottom: 25px;
	    padding: 13px 20px;
	}
	.site-main .partners {
	    padding: 40px 0;
	}
	.site-main .partners .partners-details {
	    margin-bottom: 40px;
	    padding: 0 20px;
	}
	.site-main .partners .partners-details h2 {
		font-size: 26px;
		line-height: 26px;
		margin-bottom: 30px;
	}
	.site-main .partners .partners-rotator {
	    margin-bottom: 30px;
	    position: relative;
	}
	.site-main .partners .partners-rotator .slides .slide ul li {
	    width: auto;
	    display: block;
	    padding: 0;
	    margin-bottom: 20px;
	}
	.site-main .partners .partners-rotator .slides .slide ul li:last-of-type {
	    margin-bottom: 0px;
	}
	.site-main .partners .partners-rotator .slides .slide ul li a .title {
	    font-size: 16px;
	    line-height: 16px;
	    padding-top: 10px;
	}
	.site-main .partners .partners-rotator .slides .slide ul li a img {
	    max-width: 180px;
	}
	.site-main .community {
	    padding: 40px 0;
	}
	.site-main .community .community-details {
	    margin-bottom: 40px;
	    padding: 0 20px;
	}
	.site-main .community .community-details h2 {
		font-size: 26px;
		line-height: 26px;
		margin-bottom: 30px;
	}
	.site-main .community .community-rotator {
	    margin-bottom: 30px;
	    position: relative;
	}
	.site-main .community .community-rotator .slides .slide ul li {
	    width: auto;
	    display: block;
	    padding: 0;
	    margin-bottom: 20px;
	}
	.site-main .community .community-rotator .slides .slide ul li:last-of-type {
	    margin-bottom: 0px;
	}
	.site-main .community .community-rotator .slides .slide ul li a img {
	    max-width: 180px;
	}
	.home .site-main .resources .resources-content .infographic a {
	    height: 73px;
	    width: 220px;
	    background-size: 100% 100%;
	}
	.home .site-main .resources .resources-content .infographic {
	    margin-bottom: -20px;
	    padding-top: 40px;
	}
	.home .site-main .blog .blog-content .blog-content-left {
	    float: none;
	    width: auto;
	    height: auto!important;
	}
	.home .site-main .blog .blog-content .blog-content-right {
	    float: none;
	    width: auto;
	    height: auto!important;
	}
	.home .site-main .blog .blog-content .blog-content-left .latest-post .latest-post-img {
	    bottom: auto;
	    width: 100%;
	    height: 140px;
	}
	.home .site-main .blog .blog-content .blog-content-left .latest-post {
	    padding-left: 0;
	    padding-top: 140px;
	}
	.home .site-main .blog .blog-content .blog-content-left .latest-post .latest-post-content {
	    padding: 30px 20px;
	}
	.home .site-main .blog .blog-content .blog-content-right .posts {
		font-size: 16px;
		line-height: 20px;
		padding: 30px 20px;
	}

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

	.site-footer {
		text-align: center;
	}
	.site-footer .footer-right {
		float: none;
	}
	.site-footer .logo {
		float: none;
		width: 200px;
		margin: auto;
		margin-bottom: 25px;
	}
	.site-footer .logo img {
		width: 200px;
		height: auto;
	}
	.site-footer .info {
	    float: none;
	    margin-bottom: 25px;
	}
	.site-footer .footer-right {
		position: relative;
		padding-bottom: 60px;
		float: none;
	}
	.site-footer .developer {
		float: none;
		position: absolute;
		bottom: 0px;
		right: 100px;
	}
	.site-footer .social {
		float: none;
		margin-right: 0px;
	}
	.site-footer .social ul li {
	    display: inline;
	    float: none;
	}
	.site-footer .social ul li a {
	    display: inline-block;
	}
	.site-footer .upload {
		display: inline-block;
	}


	.bottom-tell-us-form h2 {
		color: #ffffff;
	    line-height: 140%;
	    margin-bottom: 35px;
	    text-align: center;
	    text-transform: uppercase;
	}

	/* ------ Testimonial Archive ------  */

	.testimonials-archive .testimonial-media .table-cell-media {
		margin: 5px 20px 40px 0;
		width: 100%;
	}

	.testimonials-archive .testimonial-media .table-cell-media iframe {
		margin: 0 auto;
		position: relative;
		display: block;
		height: 100%;
		width: 100%;
	}

	.testimonials-archive .testimonial-media .table-cell-media img {
		margin: 0 auto;
		position: relative;
		display: block;
		height: 100%;
		width: 100% !important;
	}


	/* ----------- Visibility ------------ */

	.visible-desktop {
		display: none!important;
	}
	.visible-tablet {
		display: none!important;
	}
	.visible-phone {
		display: block!important;
	}
	.hidden-phone {
		display: none!important;
	}

}
