/*
Theme Name: Cognitive
Description: Wordpress Custom theme
Version: 1.0
Author: Thirteen Digital
Author URI: http://thirteendigittal.com.au/
*/

.hide {
	text-indent: -999px;
	overflow: hidden;
	font-size: 0;
}

a {
	text-decoration: none;
	outline: 0 !important;
}

a img, img {
	border: none;
	outline: 0;
}

a, 
input.button,
input[type="submit"],
input[type="button"],
input[type="text"],
.clickable,
a span,
a span span {
	cursor: pointer !important;
	-webkit-appearance: none;
	-webkit-appearance: none;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}

strong {
	font-weight: 700;
}

/*
Green #b2d235
Grey #4d555b
light Grey #e4e6e7
Orange #f8c637
-----------------------------------------------------------------
*/

body, input, textarea, select {
	font-size: 16px;
	font-weight: 300;
	color: #4d555b;
	position: relative;
	text-rendering: optimizeLegibility;
	font-family: "soleil", sans-serif;
}

body {
	margin: 0;
	padding: 0;
	background: #ffffff url(images/page-body.jpg) center 336px no-repeat;
}

.home {
	background: #ffffff url(images/home-body.png) center 584px no-repeat;
	background: #fff;
}

.wrap {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

section {
	position: relative;
	overflow: hidden;
}

.home .content,
.home .content .wrap {
	overflow: visible;
}

.button {
    text-transform: uppercase;
    display: inline-block;
	width: auto;
	padding: 10px 20px;
	font-size: 17px;
	line-height: 20px;
	font-weight: 600;
	background: #4d555b;
	color: #fff;
}
.button:hover {
	color: #b2d235;
}

.dark-btn {
	background: #4d555b;
	color: #fff;
}
.dark-btn:hover {
	color: #b2d235;
}

.clear {
	clear: both;
	width: 100%;
	display: block;
}

/*
Green #b2d235
Grey #4d555b
light Grey #e4e6e7
Orange #f8c637
-----------------------------------------------------------------
*/

header {
	overflow: visible;
	display: block;
	background: #fff;
	position: relative;
	z-index: 99999999;
}

header .wrap {
	overflow: visible;
}

.logo {
	display: inline-block;
	overflow: hidden;
	width: 198px;
	height: 82px;
	z-index: 1;
	padding: 20px 0;
}

.logo img,
.page-id-577 .logo .default,
.page-id-576 .logo .default {
	max-width: 198px;
	display: none;
}

.logo .default {
	display: block;
}

.tools {
	float: right;
	display: inline-block;
	text-align: right;
	margin: 30px 0 0 0;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 17px;
	line-height: 20px;
}
.tools p {
	margin: 0;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 17px;
	line-height: 0;
}

.tools #login-open {
	color: #4d555b;
	margin-right: 10px;
}

.tools #login-open:hover {
	color: #b2d235;
}

/*
.tools a {
    font-size: 13px;
    line-height: 30px;
    color: #fff;
    background: #4d555b;
    border-radius: 60px;
    margin: 0 0 0 5px;
    display: inline-block;
    width: 28px;
    height: 20px;
    text-align: center;
    padding: 8px 0 0;
}

.tools a:hover {
	background: #b2d235;
}
*/
.tools a[href^=tel] { 
	font-size: 17px;
	line-height: 1em;
	color: #4d555b;
	background-color: #fff;
	margin: 0;
	width: auto;
	height: auto;
	padding: 0;
}

.tools a[href^=tel]:hover { background-color: transparent; }

/*
Green #b2d235
Grey #4d555b
light Grey #e4e6e7
Orange #f8c637
-----------------------------------------------------------------
*/

.mobile-nav {
	display: none;
}

nav {
	z-index: 3;
	overflow: visible;
	display: inline-block;
	position: absolute;
	bottom: 29px;
	right: 0;
}

nav ul {
	margin: 6px 0 0 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	float: right;
}
nav ul li {
	display: inline-block;
	float: left;
	padding: 0 10px;
	position: relative;
}

nav ul > li:last-child {
	border-right: none;
	padding: 0 0 0 8px;
}

nav ul li a {
	color: #4d555b;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 16px;
	font-weight: 300;
}
nav ul > li > a {
	padding: 0 0 27px 0;
}

nav ul li a:hover {
	color: #b2d235;
}

nav ul li.current_page_item a,
nav ul li.current_page_ancestor a,
.single nav ul li.page-item-579 a,
.archive  nav ul li.page-item-579 a {
	color: #b2d235;
	background: url(images/nav.png) bottom left repeat-x;
	font-weight: 600;
}

nav ul li ul.children {
	display: none;
}

nav ul li:hover ul  {
	display: block;
	z-index: 19999;
}

nav ul ul {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 44px;
	left: 0;
	width: 190px;
	z-index: 19999;
	background: #b2d235;
	border-bottom: 2px solid #4d555b;

}

nav ul ul li {
	float: none;
	display: block;	
	margin: 0 10px;
	padding: 8px;
	z-index: 19999;
	border: none;
	border-bottom: 2px solid #fff;
}

nav ul ul li:last-child {
	padding: 8px;
	border: none;
}

nav ul ul li a,
nav ul li:hover ul li a,
nav ul ul li.current_page_item > a  {
	background:none;
	float: none;
	border: none;
	display: block;
	width: auto;
	height: 1%;
	font-size: 13px;
	line-height: normal;
	float: none;
	color:#fff;
	z-index: 19999;
	padding: 0;
}

nav ul ul li a:hover,
nav ul li:hover ul li a:hover {
	color: #4d555b;
	z-index: 19999;
}

.fullwidth {
	width: 100%;
	clear: both;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

.home .fullwidth {
	width: 73.33333333333333%;
	text-align: center;
	padding: 80px 0;
}

.two-col,
.three-col,
.four-col {
	clear: both;
	overflow: hidden;
}

.one-half {
	overflow: hidden;
	float: left;
	padding: 40px 0 0 0;
	width: 50%;
}

#text-panel .one-half {
	padding: 0 6% 20px 0;
    width: 44%;
}


.one-third {
	overflow: hidden;
	float: left;
	width: 33.33333%;
	display: inline-block;
	position: relative;
}

.one-quarter {
	overflow: hidden;
	float: left;
	margin: 0 2%;
	width: 21%;
	text-align: center;
}


.fullwidth ul,
.one-half ul,
.one-third ul,
.one-quarter ul {
	list-style-type: none;
	padding: 0 18px;
	margin: 0 10px;
}

.fullwidth ul li::before,
.one-half ul li::before,
.one-third ul li::before,
.one-quarter ul li::before {
	content: "\2022 ";
	padding: 0 6px 0 0; 
	color: #4d555b;
}

/*
Green #b2d235
Grey #4d555b
light Grey #e4e6e7
Orange #f8c637
-----------------------------------------------------------------
*/

h1 {
	font-size: 38px;
	line-height: 46px;
	font-weight: 300;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	position: relative;
	color: #4d555b;
}
h2 {
	font-size: 28px;
	line-height: 38px;
	margin: 0 0 10px 0;
	position: relative;
	color: #4d555b;
	font-weight: 300;
}
h3 {
	font-size: 22px;
	line-height: 32px;
	font-weight: 600;
	color: #4d555b;
	margin: 0 0 10px 0;
}
blockquote {
	margin: 0;
	padding: 0;
	text-indent: 0;
}
blockquote p {
	font-size: 23px;
	line-height: 30px;
	font-weight: 600;
	color: #b2d235
}

/*
Green #b2d235
Grey #4d555b
light Grey #e4e6e7
Orange #f8c637
-----------------------------------------------------------------
Home */

#homeslider {
	position: relative;
	padding: 0 0 130px 0;
	overflow: hidden;
}

#homeslider .slides li {
	position: relative;
	overflow: hidden;
}

#homeslider .info {
	overflow: hidden;
	width: 50%;
	position: absolute;
	top: 25%;
	right: 10%;
	z-index: 999;
}

#homeslider .info h2 {
	font-size: 65px;
	line-height: 75px;
	color: #9d9fa2;
	text-align: right;
	text-transform: lowercase;
}
#homeslider .info h2 span {
	color: #4d555b;
}

.flex-control-nav {
	display: none;
}

.home .flex-direction-nav a {
    top: 40%;
}

.home .flexslider:hover .flex-next {
	opacity: 1 !important;
	right: 5%;
}
.home .flexslider:hover .flex-prev {
	opacity: 1 !important;
	left: 5%;
}

.flexslider .slide-video {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
}

.mask {
	position: absolute;
	bottom: 130px;
	right: 0;
	z-index: 9999;
	width: 416px;
	height: 209px;
	background: url(images/mask.png) right bottom no-repeat;
}

#overlay {
	box-sizing: border-box;
	width: 100%;
	position: absolute;
	margin-top: -256px;
	z-index: 999999;
}

.overlay-content {
	max-width: 65.5%;
	padding: 20px 11% 20px 3%;
    color: #fff;
    min-height: 256px;
    box-sizing: border-box;
	position: relative;
	width: 100%;
}

.overlay-overflow {
    position: absolute;
    width: 50%;
    height: 100%;
    box-sizing: border-box;
}

.overlay-inner.green .overlay-content, .overlay-inner.green .overlay-overflow {
	background-color: #b2d235;
}

.overlay-inner.orange .overlay-content, .overlay-inner.orange .overlay-overflow {
	background-color: #f8c637;
}

.overlay-inner.orange .button:hover {
	color: #f8c637;
}

.overlay-inner {
	position: absolute;
	box-sizing: border-box;
	top: 0;
	width: 100%;
}

.overlay-inner.hidden {
	display: none;
}

#welcome {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 999999999;
	background: #b2d235 url(images/banner-mask.jpg) left bottom no-repeat;
	width: 51.5%;
	padding: 20px 11% 20px 3%;
	color: #fff;
	height: 216px
}

#welcome .angle, #overlay .overlay-inner .angle {
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(images/angle.png) right bottom no-repeat;
	width: 49px;
	height: 49px;
}

#welcome h1, #overlay .overlay-inner h1 {
	color: #fff;
	font-weight: 300;
	margin: 15px 0 0 0;
}
#welcome h2, #overlay .overlay-inner h2 {
	color: #fff;
	font-weight: 300;
	margin: 0 0 20px 0;
}


.home .three-cols {
	margin: 3% 0 0 0;
	position: relative;
}

.home .three-cols .one-third {
	width: 31.333%;
	position: relative;
	text-align: center;
}

.home .three-cols .one-third a.thumbnail {
	display: block;
	overflow: hidden;
	position: relative;
}

.home .three-cols .one-third img.pod-thumb {
	transition: all .2s ease-in-out;
}
.home .three-cols .one-third:hover img.pod-thumb {
	transform: scale(1.1);
}

.home .three-cols .one-third .description {
	display: block;
	overflow: hidden;
	position: relative;
	color: #4d555b;
	padding: 0 40px 102px 40px;
	min-height: 245px;
}

.home .three-cols .pos-1 {
	background: #f0f6d7 url(images/angle.png) right bottom no-repeat;
}
.home .three-cols .pos-2 {
	background: #fef7e1 url(images/angle.png) right bottom no-repeat;
}

.home .three-cols .one-third .desc {
	margin: 20px 0;
	font-size: 18px;
	font-weight: 300;
	line-height: 26px;
}
.pod-logo {
	margin: 10px 0;
}

.home .three-cols .one-third .description .button {
	position: absolute;
	bottom: 60px;
	left: 50%;
	margin: 0 0 0 -82px;
}

.home .three-cols .pos-1 .description .button {
	background: #b2d235;
}
.home .three-cols .pos-2 .description .button {
	background: #f8c637;
}
.home .three-cols .pos-1 .description .button:hover,
.home .three-cols .pos-2 .description .button:hover {
	background: #4d555b;
	color: #fff;
}

.home .pos-1 {	
	margin: 0 3% 0 0;
}
.home .pos-2 {	
	margin: 0;
}

.home .pos-3 {
	margin: 0 0 0 3%;
	background: #e4e6e7 url(images/angle.png) right bottom no-repeat;
	text-align: left !important;
	color: #4d555b;
	position: absolute !important;
	top: -130px;
	right: 0;
	padding: 20px 0;
	height: auto !important;
}

.home .pos-3 .small-post {
	padding: 20px 30px 12px 30px;
}

.small-post .post-date {
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: #9d9fa2;
	text-transform: uppercase;
}

.small-post .post-title a {
	font-weight: 600;
	font-size: 23px;
	line-height: 28px;
	border-bottom: 1px #4d555b solid;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	display: block;
	color: #4d555b;
}

.small-post .post-title a:hover {
	color: #b2d235;
}

.home .pos-3 .small-post p {
	font-size: 14px;
	line-height: 23px;
}

/*
Green #b2d235
Grey #4d555b
light Grey #e4e6e7
Orange #f8c637
-----------------------------------------------------------------
Post list */

#text-panel a.top-thumbnail {
    float: left;
    display: inline-block;
    margin: 0 0 20px 0;
    width: 48%;
    overflow: hidden;
    text-decoration: none !important;
    font-size: 14px;
    line-height: 18px;
    color: #4d555b;
}
#text-panel a.top-thumbnail:hover {
	color: #4d555b;
}
#text-panel a.top-thumbnail:hover .post-title {
	color: #b2d235;
}


#text-panel a.odd {
	margin: 0 0 20px 4%;
}

#text-panel a.top-thumbnail img,
#text-panel a.top-thumbnail span {
	width: 100%;
	display: block;
	text-decoration: none !important;
}

#text-panel a.top-thumbnail .title {
	background: #16426e url(images/arrow-white.png) 15px 14px no-repeat;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	padding: 10px 30px;
	margin: 0 0 20px 0;
	width: auto;
}

#text-panel a.top-thumbnail:hover .title {
	background: #009bda url(images/arrow-white.png) 15px 14px no-repeat;
}
#text-panel a.top-thumbnail .wrap-thumb {
	display: block;
	overflow: hidden;
}

#text-panel a.top-thumbnail img {
	transition: all .2s ease-in-out;
}
#text-panel a.top-thumbnail:hover img {
	opacity: 0.8;
	transform: scale(1.1);
}

/*
Green #b2d235
Grey #4d555b
light Grey #e4e6e7
Orange #f8c637
-----------------------------------------------------------------
single */

.addthis_sharing_toolbox {
	min-height: 40px;
	margin: 20px 0;
}

#text-panel a.posts {
	background: #eeeeee;
	border-bottom: 2px solid #b2d235;
	padding: 0 0 15px 0;
}

#text-panel a.posts .post-date {
	margin: 10px 0;
	display: block;
}

#text-panel a.posts .post-title {
	font-size: 21px;
	line-height: 23px;
	color: #4d555b;
	font-weight: 600;
	margin: 10px 0;
	display: block;
}

#text-panel a.posts .post-date,
#text-panel a.posts .info {
	padding: 0 5%;
	width: 90%;
}

/*
Green #b2d235
Grey #4d555b
light Grey #e4e6e7
Orange #f8c637
-----------------------------------------------------------------
Sidebar */

.sidebar {
	float: right;
	display: inline-block;
	overflow: hidden;
	width: 16%;
	padding: 0;
}
.base-image {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	overflow: hidden;
	display: none;
}

.base-image .b-image {
	width: 100%;
	z-index: 2;
}

.base-image .base-image-mask {
	width: 100%;
	z-index: 4;
	position: absolute;
	left: 0;
	top: 0;
}

.subnav ul {
	margin: 0;
	padding: 0;
    width: 80%;
}

.subnav ul a {
	padding: 8px 0;
	color: #4d555b;
	background: url(images/sub-nav-divider.png) left bottom no-repeat;
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	border-bottom: 1px solid #dedede;
}

.subnav ul .current_page_item a,
.subnav ul .current-cat a {
	color: #b2d235;
}

/*
Green #b2d235
Grey #4d555b
light Grey #e4e6e7
Orange #f8c637
-----------------------------------------------------------------
Content */



.banner {
	margin: 0 0 100px 0;
	position: relative;
	overflow: visible;
}

.banner .mask {
	position: absolute;
	bottom: -50px;
    left: 0;
    z-index: 99;
    width: 59.2%;
	height: 67px;
	background: url(images/banner-mask.jpg) left top no-repeat;
	color: #fff;
	font-size: 42px;
	line-height: 42px;
	padding: 30px 40px;
}

.banner .mask .angle {
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(images/angle.png) right bottom no-repeat;
	width: 49px;
	height: 49px;
}

.banner .mask-3d {
	position: absolute;
	bottom: 0;
	z-index: 9;
	width: 496px;
	height: 199px;
	background: url(images/banner-3dmask.png) right bottom no-repeat;
	right: 0;
}

#text-panel {
	float: left;
	display: inline-block;
	overflow: hidden;
	width: 73%;
	padding: 0 0 35px 40px;
	min-height: 400px;
}

#text-panel a {
	color: #4d555b;
	text-decoration: underline;
}

#text-panel a:hover {
	color: #b2d235;
}

#text-panel .three-cols .one-third {
	width: 32.5%;
	margin: 0 0 10px 0;
}

#text-panel .three-cols .list-1 {
	margin: 0 1.15% 10px 1.15%;
}

hr {
	margin: 25px 0;
	background: #4d555b;
	height: 1px;
	border: none;
}

body #text-panel .gform_wrapper {
	margin: 0;
}
 
body #text-panel .gform_wrapper input[type="text"], 
body #text-panel .gform_wrapper input[type="url"], 
body #text-panel .gform_wrapper input[type="email"], 
body #text-panel .gform_wrapper input[type="tel"], 
body #text-panel .gform_wrapper input[type="number"], 
body #text-panel .gform_wrapper input[type="password"], 
body #text-panel .gform_wrapper textarea {
	border: 2px solid #b2d235;
	margin-top: .75em;
}

.gform_wrapper ::-webkit-input-placeholder {
   color: #4d555b;
}

.gform_wrapper :-moz-placeholder { /* Firefox 18- */
   color: #4d555b;  
}

.gform_wrapper ::-moz-placeholder {  /* Firefox 19+ */
   color: #4d555b;  
}

.gform_wrapper :-ms-input-placeholder {  
   color: #4d555b;  
}

body #text-panel .button {
    margin: 10px 0;
    color: #fff;
    text-decoration: none;
}

body #text-panel .button:hover {
	color: #b2d235;
}

/*
Green #b2d235
Grey #4d555b
light Grey #e4e6e7
Orange #f8c637
-----------------------------------------------------------------
*/

.gallery {
	float: right;
	display: inline-block;
	width: 38%;
}

#slider .slides {
	margin: 10px 0;
}

#slider .slides li {
	position: relative;
}

#slider .slides li p {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px 2%;
    background: #d1d1d3;
    margin: 0;
    width: 96%;
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
}

/*
Green #b2d235
Grey #4d555b
light Grey #e4e6e7
Orange #f8c637
-----------------------------------------------------------------
*/

#text-panel .one-half ul {
	margin: 0 0 12px 5px;
	padding: 0;
}

#text-panel strong {
	color: #4d555b;
}

.person {
	text-align: center !important;
}

.three-col .spacer {
	clear: both;
	width: 100%;
	height: 55px;
}

.person img {
	max-width: 70%;
}

.three-col .dark {
	text-transform: uppercase;
	color: #4d555b;
	font-weight: 600;
	font-size: 16px;
	margin: 26px 0 0 0;
}

.three-col .light {
	color: #9d9fa2;
	font-weight: 400;
	font-size: 16px;
	margin: 0 0 8px 0;
}

.three-col .lighter {
	color: #9d9fa2;
	font-weight: 300;
	font-size: 16px;
	margin: 0 0 8px 0;
}

#text-panel .three-col a.button {
    color: #fff;
    text-decoration: none;
    background: #b2d235;
}
#text-panel .three-col a.button:hover {
	background: #4d555b;
}

.single-profile-pic {
	max-width: 200px;
	display: inline-block;
	float: left;
	margin: 0 50px 0 0;
}

.single-profile .dark h1 {
	text-transform: none;
	color: #4d555b;
	font-weight: 600;
	font-size: 38px;
	line-height: 48px;
	padding: 50px 0 0 0;
	margin: 0;
}

.single-profile .light {
	font-size: 22px;
}

.single-profile .lighter {
	font-size: 18px;
}

.single-profile .spacer  {
	height: 20px;
}

/*
Green #b2d235
Grey #4d555b
light Grey #e4e6e7
Orange #f8c637
-----------------------------------------------------------------
*/

footer {
	overflow: hidden;
	clear: both;
}


/*
Green #b2d235
Grey #4d555b
light Grey #e4e6e7
Orange #f8c637
-----------------------------------------------------------------
*/

.footer-details {
	background: #4c555b url(images/footer.jpg) top center repeat-y;
	padding: 50px 0;
	margin: 2% 0 0 0;
	color: #fff;
	font-size: 15px;
	font-weight: 300;
}

.footer-details span {
	text-transform: uppercase;
	color: #9d9fa2;
	font-size: 15px;
	font-weight: 600;
}

.footer-details a {
	text-transform: uppercase;
	color: #b2d235;
	font-weight: 600;
}
.footer-details a:hover {
	text-transform: uppercase;
	color: #fff;
}

.left {
	text-align: left;
}
.left p {
	width: 50%;
}
.center {
	text-align: center;
	padding: 60px 0 0 0;
}
.right {
	text-align: right;
	padding: 20px 0 0 0;
}

#login {
	/*display: none;
	width: 400px; 
	padding: 20px;
	margin: 0 auto;*/
	text-align: center;
}





/*
Green #b2d235
Grey #4d555b
light Grey #e4e6e7
Orange #f8c637
-----------------------------------------------------------------
*/

.copyright {
	background: #9d9fa2;
}

.footer-social a {
    font-size: 13px;
    line-height: 30px;
    color: #fff;
    background: #4d555b;
    border-radius: 60px;
    margin: 0 0 0 5px;
    display: inline-block;
    width: 28px;
    height: 20px;
    text-align: center;
    padding: 8px 0 0;
}
.footer-social a:hover {
	background: #b2d235;
}

.copyright .one-half {
	padding: 10px 0;
}

.copyright .copy-text p {
	text-align: right;
}

.copyright p {
	font-weight: 600;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #fff;
	text-transform: uppercase;
}

.copy-text a {
	color: #fff;
	display: inline-block;
	padding: 0 8px;
	font-size: 12px;
	line-height: 13px;
	font-weight: 600;
	text-transform: uppercase;
}
.copy-text a:last-child {
	border-right: none;
	padding: 0 0 0 4px;
}
.copy-text a:hover {
	color: #b2d235;
}


#return-to-top {
    position: fixed;
    bottom: 0;
    right: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.3);
    width: 40px;
    height: 40px;
    display: block;
    text-decoration: none;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 13px;
    top: 10px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 10px;
}

/*
Orange section
------------------------------------------
*/

.page-id-577 .logo .orange,
.page-id-576 .logo .green {
	display: block;
}

.page-id-577 nav ul li.current_page_item a, 
.page-id-577 nav ul li.current_page_ancestor a {
    color: #fdc33b;
    background: url(images/nav-orange.png) bottom left repeat-x;
}
.page-id-577 {
    background: #ffffff url(images/page-body-orange.jpg) center 336px no-repeat;
}

.page-id-577 .banner .mask {
    background: url(images/banner-mask-orange.jpg) left top no-repeat;
}

.page-id-577 nav ul li a:hover,
.page-id-577 .copy-text a:hover,
.page-id-577 #text-panel a:hover,
.page-id-577 .footer-details a {
    color: #fdc33b;
}

.page-id-577 nav ul ul,
.page-id-577 .footer-social a:hover,
.page-id-577 .tools a:hover  {
    background: #fdc33b;
}

.center .orange,
.page-id-577 .center img {
	display: none;
}

.page-id-577 .center .orange {
	display: inline-block;
}

/*
Inline popup
------------------------------------------
*/

.magnific-inline {
	position: relative;
	background: #FFF;
	padding: 20px;
	width: auto;
	max-width: 500px;
	margin: 20px auto;
}

.magnific-video {
	position: relative;
	background: #FFF;
	width: auto;
	max-width: 1280px;
	margin: 20px auto;
}

.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
	width: 100% !important;
	height: 100% !important;
}
.mejs-container {
	padding-top: 56.25%;
}
.wp-video, video.wp-video-shortcode {
	max-width: 100% !important;
}
video.wp-video-shortcode {
	position: relative;
}
.mejs-mediaelement {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.mejs-overlay-play {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto !important;
	height: auto !important;
}

.mejs-controsl { width: 100%; }
