/*
#------------------------------------------------------------------------
# Mo - January Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2013 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com
*/

/* Basic elements */

html {
	-webkit-font-smoothing: subpixel-antialiased;
	min-height: 100%;
}

#wrapper {
	position: relative;
	z-index: 2;
	width: fit-content;
	float: right;
	right: 100px
}

.photobanner img{
	height: 50px;
}
/*photobanner*/

        .photobanner {
            height: 60px;
          width: 4000px;
            margin-bottom: 5px;
        }

        /*keyframe animations*/
        .first {
            -webkit-animation: bannermove 30s linear infinite;
               -moz-animation: bannermove 30s linear infinite;
                -ms-animation: bannermove 30s linear infinite;
                 -o-animation: bannermove 30s linear infinite;
                    animation: bannermove 30s linear infinite;
        }

        @keyframes "bannermove" {
         0% {
            margin-left: 0px;
         }
         100% {
            margin-left: -2000px;
         }

        }

        @-moz-keyframes bannermove {
         0% {
           margin-left: 0px;
         }
         100% {
           margin-left: -2000px;
         }

        }

        @-webkit-keyframes "bannermove" {
         0% {
           margin-left: 0px;
         }
         100% {
           margin-left: -2000px;
         }

        }

        @-ms-keyframes "bannermove" {
         0% {
           margin-left: 0px;
         }
         100% {
           margin-left: -2000px;
         }

        }

        @-o-keyframes "bannermove" {
         0% {
           margin-left: 0px;
         }
         100% {
           margin-left: -2000px;
         }

        }

        .photobanner {
            height: 60px;
            width: 4000px;
            margin-bottom: 5px;
        }

        .photobanner img {
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            transition: all 0.5s ease;
              -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
        }

        .photobanner img:hover {
             -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
        }

body {
	background: #f3f3f3;
	color: #8e9798;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.7;
	margin: 0;
	min-height: 100%;
	padding: 0;
	word-wrap: break-word;
}
body.pattern1 { background-image: url('../images/patterns/pattern1.png'); }
body.pattern2 { background-image: url('../images/patterns/pattern2.png'); }
body.pattern3 { background-image: url('../images/patterns/pattern3.png'); }
body.pattern4 { background-image: url('../images/patterns/pattern4.png'); }
body.pattern5 { background-image: url('../images/patterns/pattern5.png'); }
body.pattern6 { background-image: url('../images/patterns/pattern6.png'); }
body.pattern7 { background-image: url('../images/patterns/pattern7.png'); }
body.pattern8 { background-image: url('../images/patterns/pattern8.png'); }
body.pattern9 { background-image: url('../images/patterns/pattern9.png'); }
body.pattern10 { background-image: url('../images/patterns/pattern10.png'); }
body.pattern11 { background-image: url('../images/patterns/pattern11.png'); }
body.pattern12 { background-image: url('../images/patterns/pattern12.png'); }

a,
#gkMainMenu div.childcontent a:active,
#gkMainMenu div.childcontent a:focus,
#gkMainMenu div.childcontent a:hover,
article header h1 a:hover,
article header h2 a:hover,
.pane-sliders .panel h3 a:hover {
	color: #f47264;
	-webkit-transition: color 0.2s linear, background-color 0.2s linear;
	-moz-transition: color 0.2s linear, background-color 0.2s linear;
	-o-transition: color 0.2s linear, background-color 0.2s linear;
	transition: color 0.2s linear, background-color 0.2s linear;
	text-decoration: none;
}
a:active,
a:focus,
a:hover {
	color: #292b31;
}
#gkMainMenu div.childcontent a,
article header h1 a,
article header h2 a,
.pane-sliders .panel h3 a {
	color: #292b31;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #363636;
	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 12px 0;
	padding: 0;
}
h1 {
	font-size: 42px;
	font-weight: 300;
	margin: 0 0 12px;
}
h2,
.componentheading {
	font-size: 38px;
	font-weight: 300;
	margin: 0 0 12px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 17px;
}
h6 {
	font-size: 13px;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul li {
	line-height: 2.0;
}
p {
	margin: 0.5em 0 2.5em;
}
iframe {
	max-width: 100%!important;
}

  .phone {
    border: 40px solid #ddd;
    border-width: 55px 7px;
    border-radius: 40px;
    margin: -280px auto;
    overflow: hidden;
    transition: all 0.5s ease;
    z-index: 2;
    position: relative
  }
  
  .phone iframe {
    border: 0;
    width: 100%;
    height: 100%;
  }
  /*Different Perspectives*/
  
  .phone.view_1 {
    transform: rotateX(50deg) rotateY(0deg) rotateZ(-50deg);
    box-shadow: -3px 3px 0 #BBB, -6px 6px 0 #BBB, -9px 9px 0 #BBB, -12px 12px 0 #BBB, -14px 10px 20px #666;
  }
  
  .phone.view_2 {
    transform: rotateX(0deg) rotateY(-60deg) rotateZ(0deg);
    box-shadow: 5px 1px 0 #BBB, 9px 2px 0 #BBB, 12px 3px 0 #BBB, 15px 4px 0 #BBB, 0 7px 20px #999;
  }
  
  .phone.view_3 {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    box-shadow: 0px 3px 0 #BBB, 0px 4px 0 #BBB, 0px 5px 0 #BBB, 0px 7px 0 #BBB, 0px 10px 20px #666;
  }
  /*Controls*/
  
  #controls {
    display: none !important
    
  }
  
  #controls div {
    margin: 10px;
  }
  
  #controls div label {
    width: 120px;
    display: block;
    float: left;

  }

  #views {
 	top: 200px;
 	position: absolute;
 	left: 85%;
 	z-index: 2;
 	
 }

  #views button {
 	width: 100%;
 	max-width: 150px;
 	padding: 0;
 	border-radius: 0;
 	
  }

  #views p {
  		width: 100%;
 	max-width: 280px;
 	text-align: center
  
  }
  
  @media (max-width:900px) {
    #wrapper {
      transform: scale(0.8, 0.8);
    }
  }
  
  @media (max-width:700px) {
    #wrapper {
      transform: scale(0.6, 0.6);
    }
  }
  
  @media (max-width:500px) {
    #wrapper {
      transform: scale(0.4, 0.4);
    }
  }
img {
	max-width: 100%;
}

/* Containers */
#gkBg {
	min-height: 100%;
	width: 100%;
}
#gkContent {
	padding: 0 0 30px 0;
}
.frontpage #gkContent {
	padding: 5px 0 0 0;
}
.frontpage #gkMainbody {
	padding: 0;
}
#gkSidebar {
	font-size: 14px;
}
.gkPage {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto!important;
	padding: 0;
}

.bfQuickMode input[type=text], .bfQuickMode textarea, .bfQuickMode select, .bfQuickMode .uneditable-input {
	margin-bottom: 5px
}

form#ff_form2 {
	max-width: 600px
}
.bfQuickMode .pull-right {
	float: left !important
}
.bfQuickMode .bfSignature, .bfQuickMode .controls .control-label {
	width: 100% !important
}
#gkHeader {
	background: #84cbc5;
	background-size: cover;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 250px;
	position: relative;
}
#gkPageWrap {
	margin: 0 auto;
}
#gkContent,
#gkPageContent {
	width: 100%;
}
#gkPageContent {
	background: #fff;
	padding: 90px 120px;
}
.frontpage #gkPageContent {
	padding: 0 120px;
}
.frontpage-header1 #gkPageContent {
	padding-top: 30px;
}

/* Logo  */
.gkLogo {
	float: left;
	left: 80px;
	position: relative;
	top: 10px;
}
.has-header .gkLogo {
	top: 40px;
	left: 80px;
}
#gkLogo {
	padding: 0;
	text-indent: -999em;
	text-shadow: none;
	width: 139px;
	display: block;
	float: left;
	margin: 0;
	-webkit-transition: background-color .3s linear;
	-moz-transition: background-color .3s linear;
	-ms-transition: background-color .3s linear;
	-o-transition: background-color .3s linear;
	transition: background-color .3s linear;
}
#gkLogo img {
	display: block;
	margin: 0;
}
#gkLogo.cssLogo {
	/* You can specify there logo size and background */
	height: 122px;
	width: 138px;
	background-size: contain;
}
#gkLogo.cssLogo{
	background: transparent url('../images/logo.png') no-repeat 0 0;
}
.svg #gkLogo.cssLogo{
	background-image: url('../images/logo.svg');
}
#gkLogo.text {
	color: #fff;
	display: block;
	height: auto;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-align: center;
	text-indent: 0;
	width: auto;
}
#gkLogo.text > span {
	display: block;
	font-size: 56px;
	font-weight: bold;
	line-height: 45px;
	padding: 0;
}
#gkLogo.text .gkLogoSlogan {
	color: #eee;
	display: block;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	text-align: center;
}
/* Top */
#gkTop {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 75px;
	padding: 0 40px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.frontpage #gkTop1,
.frontpage #gkTop2 {
	padding: 80px 0;
}
.frontpage #gkTop1 {
	margin: 0 -120px!important;
	color: #fff;
	background: rgba(146,235,57,1);
background: -moz-linear-gradient(top, rgba(146,235,57,1) 0%, rgba(15,99,9,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(146,235,57,1)), color-stop(100%, rgba(15,99,9,1)));
background: -webkit-linear-gradient(top, rgba(146,235,57,1) 0%, rgba(15,99,9,1) 100%);
background: -o-linear-gradient(top, rgba(146,235,57,1) 0%, rgba(15,99,9,1) 100%);
background: -ms-linear-gradient(top, rgba(146,235,57,1) 0%, rgba(15,99,9,1) 100%);
background: linear-gradient(to bottom, rgba(146,235,57,1) 0%, rgba(15,99,9,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92eb39', endColorstr='#0f6309', GradientType=0 );

	padding: 80px 120px

}
.frontpage #gkTop1 h3{
	color: #fff;
	font-weight: 900 !important

}
/* Stylearea */
#gkStyleArea {
	display: block;
	line-height: 10px;
	margin: 48px auto 0;
	padding: 0!important;
	text-align: center;
}
#gkStyleArea a {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	height: 8px;
	margin: 7px 0 0 1px;
	text-indent: -9999px;
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
	-webkit-transition: -webkit-transform 0.2s ease-out;
	-moz-transition: -moz-transform 0.2s ease-out;
	-o-transition: -o-transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
	width: 8px;
}
#gkStyleArea a:first-child {
	margin-left: 0;
}
#gkStyleArea a:hover {
	-webkit-transform: scale(1.5);
	moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}
#gkColor1 {
	background: #84cbc5;
}
#gkColor2 {
	background: #fb8561;
}
#gkColor3 {
	background: #5c565e;
}
#gkColor4 {
	background: #536682;
}
/* Group modules */
#gkBottom1,
#gkBottom2,
#gkBottom5,
#gkBottom7,
#gkBottom8 {
	background: #fff;
	overflow: hidden;
	padding: 0 120px;
	width: auto;
}

#gkBottom6 {
		background: rgba(146,235,57,1);
background: -moz-linear-gradient(top, rgba(146,235,57,1) 0%, rgba(15,99,9,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(146,235,57,1)), color-stop(100%, rgba(15,99,9,1)));
background: -webkit-linear-gradient(top, rgba(146,235,57,1) 0%, rgba(15,99,9,1) 100%);
background: -o-linear-gradient(top, rgba(146,235,57,1) 0%, rgba(15,99,9,1) 100%);
background: -ms-linear-gradient(top, rgba(146,235,57,1) 0%, rgba(15,99,9,1) 100%);
background: linear-gradient(to bottom, rgba(146,235,57,1) 0%, rgba(15,99,9,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92eb39', endColorstr='#0f6309', GradientType=0 );
overflow: hidden;
	padding: 0 120px;
	width: auto;
	color: #fff
}

#gkBottom6 a{

	color: #fff
}	

#gkBottom6 a:hover, #gkBottom6 a:active, #gkBottom6 a:focus{

	color: initial
}	

#gkBottom6 .bfQuickMode .pull-right  {
	float: left ;
	margin-top: 10px
}



#gkBottom6 button, #gkBottom6 .button{
	color: #292b31 !important;
	background: #fff
}

#gkBottom6 button:hover, #gkBottom6 .button:hover, #gkBottom6 button:active, #gkBottom6 .button:active, #gkBottom6 button:focus, #gkBottom6 .button:focus{
	color: #fff !important;
	background: #292b31
}
#gkBottom6 input, #gkBottom6 textarea {
	float: left ;
	margin-top: 5px;
	background: rgba(255,255,255,.2) !important;
	border: none;

}

#gkBottom6 ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
#gkBottom6 ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
#gkBottom6 :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
#gkBottom6 :-moz-placeholder { /* Firefox 18- */
  color: #fff;
}


#gkBottom4 {
background: rgba(15,99,9,1);
background: -moz-linear-gradient(top, rgba(15,99,9,1) 0%, rgba(146,235,57,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(15,99,9,1)), color-stop(100%, rgba(146,235,57,1)));
background: -webkit-linear-gradient(top, rgba(15,99,9,1) 0%, rgba(146,235,57,1) 100%);
background: -o-linear-gradient(top, rgba(15,99,9,1) 0%, rgba(146,235,57,1) 100%);
background: -ms-linear-gradient(top, rgba(15,99,9,1) 0%, rgba(146,235,57,1) 100%);
background: linear-gradient(to bottom, rgba(15,99,9,1) 0%, rgba(146,235,57,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f6309', endColorstr='#92eb39', GradientType=0 );
	padding: 0 120px;
	color: #eee
}
#gkBottom1.gkSingleModule > div,
#gkBottom2.gkSingleModule > div,
#gkBottom3.gkSingleModule > div,
#gkBottom4.gkSingleModule > div,
#gkBottom5.gkSingleModule > div,
#gkBottom6.gkSingleModule > div,
#gkBottom7.gkSingleModule > div,
#gkBottom8.gkSingleModule > div {
	margin: 0 -120px!important;
	width: auto!important;
}

#gkBottom1 .box,
#gkBottom2 .box,
#gkBottom3 .box,
#gkBottom4 .box,
#gkBottom5 .box,
#gkBottom6 .box,
#gkBottom8 .box {
	padding-bottom: 60px;
	padding-top: 60px;
}


#gkBottom1.gkSingleModule .box,
#gkBottom2.gkSingleModule .box,
#gkBottom3.gkSingleModule .box,
#gkBottom4.gkSingleModule .box,
#gkBottom5.gkSingleModule .box,
#gkBottom6.gkSingleModule .box,
#gkBottom7.gkSingleModule .box,
#gkBottom8.gkSingleModule .box {
	float: none;
	min-width: 100%;
	margin: 0;
	padding: 100px 120px ;
	width: auto!important;
}


/* standard breadcrumb */
#gkBreadcrumb {
	background: #84cbc5;
	overflow: hidden;
	padding: 40px 120px;
}
#gkBreadcrumb .breadcrumbs {
	float: left;
}

.breadcrumbs li.separator {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	padding: 1px 10px!important;
}
.breadcrumbs > ul > li {
	color: #fff;
	float: left;
	font-size: 18px;
	font-weight: 300;
}
.breadcrumbs > ul > li a {
	color: #fff
}
.breadcrumbs > ul > li a:hover {
	color: #fff;
	color: rgba(255, 255, 255, .65);
}
#gkTools {
	float: right;
	margin: 4px 0 0 10px;
}

/* footer */
#gkFooter {
	background: #292b31;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	color: #bfbfbf;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	padding: 90px;
}

#gkFooter > div > div {
	display: table-cell;
	vertical-align: top;
}
#gkFooterNav {
	padding: 0 0 0 3%;
	vertical-align: bottom!important;
	width: 50%;
}
#gkFooterNav ul {
	float: right;
}
#gkFooterNav li {
	border: none;
	float: left;
	line-height: 47px;
	margin: 0 22px 0 0!important;
	padding: 0;
	position: relative;
}
#gkFooterNav li:before {
	background: #747474;
	border-radius: 50%;
	content: "";
	display: block;
	height: 4px;
	left: -13px;
	position: absolute;
	top: 21px;
	width: 4px;
}
#gkFooterNav li:first-child:before {
	display: none;
}
#gkFooter li a {
	color: #bfbfbf;
}
#gkFooter li a:active,
#gkFooter li a:focus,
#gkFooter li a:hover {
	color: #f47264;
}
.gk-logo-small {
	background: transparent url('../images/logo.png') no-repeat 0 0;
	background-size: contain;
	height: 80px;
	margin: 0 0 30px 0;
	text-indent: -9999px;
	width: 74px;
}
.svg .gk-logo-small {
	background: transparent url(/images/EBC%20logo%20White.svg) no-repeat 0 0;
	background-size: contain;
}
#gkCopyrights {
	margin: 0;
	padding: 0 3% 0 0;
	width: 50%;
}
#gkCopyrights p {
	margin: 14px 0;
}
#gkCopyrights a {
	color: #ddd;
}
#gkCopyrights a:active,
#gkCopyrights a:focus,
#gkCopyrights a:hover {
	color: #fff;
}

/* Other footer elements */
#gkFrameworkLogo {
	clear: both;
	display: block;
	width: 90px;
	height: 36px;
	background: url('../images/gavern-logo.png') no-repeat 0 0;
	text-indent: -9999em;
	margin: 12px auto 0 auto;
	padding: 40px 0 50px 0;
	opacity: 0.4;
}

/* Suffixes */
.box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 32px 0;
	padding: 0;
	width: 100%;
}
.box:last-child {
	margin-bottom: 0!important;
}
div.content {
	clear: both;
}
.box li {
	padding: 5px 0 0 12px;
	position: relative;
}
.box .custom li:before {
	content: "\f111";
	font-family: FontAwesome;
    font-size: 6px;
    left: 0;
    padding: 0;
    position: absolute;
    top: 15px;
}
#gkSidebar .box .custom li:before {
	top: 13px!important;
}
.box li a {
	line-height: 2.0;
	text-decoration: none;
}
.box a {
	text-decoration: none;
}
.box ul {
	margin: 0;
	padding: 0;
}
.box ul ul {
	margin-left: 20px;
}
.box h3 {
	color: #363636;
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 20px;
}
/* default suffix */
.box .header {
	color: #222;
	font-size: 20px;
	font-weight: 600;
	line-height: 32px;
}
#gkBottom4 .box .header, #gkBottom6 .box .header {

	color: #fff
}
#gkSidebar .box .header {
	font-size: 22px;
	font-weight: 400;
}

#gkSidebar .box li a {
	color: #888;
	display: block;
}

#gkSidebar .box li a:hover {
	color: #76acfc;
}

#gkContent.gkColumnLeft + #gkSidebar .box {
	border-left: none;
	border-right: 1px solid #e5e5e5;
	padding-left: 0;
	padding-right: 36px;
}

#gkContent.gkColumnLeft + #gkSidebar .box.dark,
#gkContent.gkColumnLeft + #gkSidebar .box.color,
#gkContent.gkColumnLeft + #gkSidebar .box.light,
#gkContent.gkColumnLeft + #gkSidebar .box.clear {
	border-right: none;
	padding-right: 20px;
}

/* clear suffix */
.box.clear {
	margin: 0!important;
	padding: 0!important;
}
.clear div.content {
	clear: both;
}

/* nomargin suffix */
.box.nomargin {
	margin-left: 0!important;
	margin-right: 0!important;
}

/* advertisement suffix */
.box.advertisement .header {
	background: transparent;
	border-bottom: 1px solid #e5e5e5;
	color: #bbb;
	font-family: Arial, Verdana, sans-serif!important;
	font-size: 11px!important;
	font-weight: 300;
	line-height: 16px;
	margin: 0 0 12px 0;
	min-height: 21px;
	padding: 0;
	text-align: right;
	text-transform: uppercase;
}
.box.advertisement .header span {
	background: transparent;
	float: right;
	line-height: 16px;
	padding: 0;
}

/* suffix light */
.box.light {
	background: #f8f8f8;
	padding: 20px!important;
}

/* suffix _text */
.box_text > div {
	background: #fff;
}

/* suffix dark */
.box.dark {
	background: #292b31!important;
	color: #aaa;
	padding: 20px!important;
}
.box.dark .header {
	background: transparent!important;
	line-height: 1.2;
}
.box.dark h1,
.box.dark h2,
.box.dark h3,
.box.dark h4,
.box.dark h5,
.box.dark h6 {
	color: #ddd;
}
.box.dark a {
	color: #ddd!important;
}
.box.dark a:active,
.box.dark a:focus,
.box.dark a:hover {
	color: #76acfc!important;
}

/* suffix color */
.box.color {
	background: #76acfc!important;
	color: #fff;
	padding: 20px!important;
}
.box.color .header {
	background: transparent!important;
	line-height: 1.2;
}
.box.color .header small {
	color: #fff;
}
.box.color h1,
.box.color h2,
.box.color h3 {
	color: #fff;
}
.box.color a {
	color: #fff!important;
	font-weight: 400;
}
.box.color a:active,
.box.color a:focus,
.box.color a:hover {
	color: rgba(255, 255, 255, .65)!important;
}

.box.color i[class^="icon-"] {
	color: #fff;
}

/* suffix color-title */
.box.color-title .header {
	color: #84CBC5;
}

/* Suffix imagebg */
.box.imagebg {
	margin: -100px -120px!important;
	padding: 0!important;
	position: relative;
	width: auto!important;
}
.box.imagebg img#bg {
	display: block;
	height: 600px;
	width: 100%;
}
.box.imagebg h3 {
	background: #ffc228;
	bottom: 42px;
	color: #fff;
	font-size: 50px;
	left: 140px;
	line-height: 1;
	padding: 20px 40px;
	position: absolute;
	text-transform: uppercase;
	z-index: 1		
}
#gkTop1 .box.imagebg,
#gkTop2 .box.imagebg {
	margin: -80px -120px!important;
}
#gkTop1.gkNoMargin .box,
#gkTop2.gkNoMargin .box {
	float: none;
	padding: 0;
}

/* Suffix bigtitle */
.box.big-title h3,
.box.big-title > .header {
	font-size: 36px!important;
	font-weight: 300!important;
	line-height: 1.6;
	margin: 0 0 10px 0!important;
	text-transform: none;
}

/* Suffix centered */


.box.centered p > .button {
	display: inline-block;
	float: none;
	margin: 40px 0;
}

.box.centered .header {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
}
.box.centered p + p > img {
	margin: 60px 0 40px 0;
}

/* Suffix light-color-bg */
.box.light-color-bg {
	background: #f3f8ff;
}

/* Suffix color-bg */
.box.color-bg {
	background: #76acfc;
	color: #292c30;
}
.box.color-bg sup {
	color: #FAD260;
    font-size: 30px !important;
    font-weight: 600;
}
.box.color-bg small sup {
	font-size: 12px!important;
}
.box.color-bg h1,
.box.color-bg h2,
.box.color-bg h3,
.box.color-bg h4,
.box.color-bg h5,
.box.color-bg h6 {
	color: #fff;
	font-size: 32px;
	font-weight: 200;
	line-height: 1.2;
	margin-bottom: 50px;
}
.box.color-bg h1 > strong,
.box.color-bg h2 > strong,
.box.color-bg h3 > strong,
.box.color-bg h4 > strong,
.box.color-bg h5 > strong,
.box.color-bg h6 > strong {
	font-weight: 600;
	text-transform: uppercase;
}
.color-bg > div > small {
	bottom: 50px;
	color: #fff;
	font-size: 12px;
	position: absolute;

}

/* Suffix image-right */
.box.image-right .image-right > div {
	float: left;
	width: 50%;
}
.box.image-right .image-right > img {
	float: right;
	height: auto;
	margin-top: 30px;
	max-width: 45%;
}
.box.image-right .gkCols {
	margin-top: 70px;
}
/* Suffix image-left */
.box.image-left .image-left > div {
	float: right;
	width: 45%;
	margin-top: 100px;
}
.box.image-left .image-left > img {
	float: left;
	height: auto;
	margin-top: 30px;
	max-width: 50%;
}

/* Suffix image-right and image-left common styles */
.box.image-left,
.box.image-right {
	position: relative;
}
img.to-bottom {
	bottom: 0;
	position: absolute;
}

/* tablet/mobile suffixes */
.onlytablet {
	display: none;
}
.onlymobile {
	display: none;
}

/* Login form */
#gkFBLogin {
	float: left;
	width: 45%;
}
#gkFBLogin p {
	line-height: 18px;
	margin: 14px 0 20px;
}
#gkFBLogin + #login-form,
#gkFBLogin + #com-login-form {
	float: left;
	width: 45%;
	margin-left: 4%;
	padding-left: 30px;
	border-left: 1px solid #e7e7e7;
}
#form-login-remember {
	margin: 10px 0 30px !important;
}
#form-login-remember label {
	font-size: 13px;
	font-weight: 400;
	text-transform: inherit;
}
#login-form fieldset p {
	margin: 0.5em 0;
}
#login-form input[type="text"],
#login-form input[type="password"] {
	margin: 6px 0 0;
	width: 99%;
}
label#jform_spacer-lbl {
	font-size: 11px;
	font-weight: normal;
	color: #666;
}
#form-login-buttons {
	float: left;
}
#form-login-buttons .button {
	height: 44px;
	line-height: 44px;
	padding: 0 22px
}

/* Login with Facebook button */
span#fb-auth {
	background-color: #2F4989;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 13px;
	height: 43px;
	line-height: 43px;
	margin: 0 0 0 6px;
	padding: 0 20px 0 44px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
	width: 172px;
}
span#fb-auth:before {
	color: #fff;
	content: "\f09a";
	font-family: FontAwesome;
	font-size: 18px;
	position: absolute;
	top: 2px;
	left: 18px;
	width: 24px;
}
#form-login-remind {
	border-top: 1px solid #e1e1e1;
	font-size: 14px;
	margin: 42px 0 0;
	padding: 16px 0 0
}
#form-login-remind a {
	margin: 0 4px
}

/* mobile menu fix */
body[data-mobile="true"] #gkMobileMenu select {
    font-size: 50px;
}

.contents {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 160px;
  overflow: hidden;
  font-family: 'Lato', sans-serif;
  font-size: 35px;
  line-height: 40px;
  color: #ecf0f1;
}
.contents__container {
  font-weight: 600;
  overflow: hidden;
  height: 40px;
  padding: 0 40px;
}
.contents__container:before {
  content: '[';
  left: 0;
}
.contents__container:after {
  content: ']';
  position: absolute;
  right: 0;
}
.contents__container:after, .contents__container:before {
  position: absolute;
  top: 0;
  color: #16a085;
  font-size: 42px;
  line-height: 40px;
  -webkit-animation-name: opacity;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-name: opacity;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
.contents__container__text {
  display: inline;
  float: left;
  margin: 0;
}
.contents__container__list {
  margin-top: 0;
  padding-left: 110px;
  text-align: left;
  list-style: none;
  -webkit-animation-name: change;
  -webkit-animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-name: change;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}
.contents__container__list__item {
  line-height: 40px;
  margin: 0;
}

@-webkit-keyframes opacity {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes change {
  0%, 12.66%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  16.66%, 29.32% {
    -webkit-transform: translate3d(0, -25%, 0);
            transform: translate3d(0, -25%, 0);
  }
  33.32%,45.98% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  49.98%,62.64% {
    -webkit-transform: translate3d(0, -75%, 0);
            transform: translate3d(0, -75%, 0);
  }
  66.64%,79.3% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  83.3%,95.96% {
    -webkit-transform: translate3d(0, -25%, 0);
            transform: translate3d(0, -25%, 0);
  }
}
@keyframes opacity {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes change {
  0%, 12.66%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  16.66%, 29.32% {
    -webkit-transform: translate3d(0, -25%, 0);
            transform: translate3d(0, -25%, 0);
  }
  33.32%,45.98% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  49.98%,62.64% {
    -webkit-transform: translate3d(0, -75%, 0);
            transform: translate3d(0, -75%, 0);
  }
  66.64%,79.3% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  83.3%,95.96% {
    -webkit-transform: translate3d(0, -25%, 0);
            transform: translate3d(0, -25%, 0);
  }
}

