/* default website indeling div */
#rotate-me {position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:hidden;z-index:999999;text-align:center;display:none;color:white;
background:#333 url(../img/theme/rotate.png) center center no-repeat;
background-size:375px auto;
}
.view, .view .widget {
margin-top: 0!important;
}
.dn , .mobile, #navmobile, #nav .close {display:none;}
.desktop {display:block;}
.scrollTop {
display:none;
position:fixed;
z-index:9999;
bottom:20px;
right:20px;
width:45px;
height:45px;
background:#000 url(../img/theme/scrollTop.png) center center no-repeat;
background-size:20px auto;
}
.grid-loader {
display: block;
width: 100%;
height: 200px;
margin-bottom: -200px;
background-image:url(../img/theme/loading.gif);
background-position:center center;
background-repeat:no-repeat;
opacity: 100;
}
#wrap-loader {
z-index: 9999;
position: absolute;
left:0;
top:0;
width: 50px;height: 50px;
margin:auto;top:-50%;left:-50%;right:-50%;bottom:-50%;
background-image:url(../img/theme/loading.gif);
background-position:center center;
background-repeat:no-repeat;
background-size: 570px auto;
display: none;
transition: all 0.4s ease 0s;
}
#wrap-loader.load {
display: block;
transition: all 0.4s ease 0s;
background-color: #FFF;
-khtml-border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:8px;
opacity: 0.90;
}
/*#wrap, #footer, #bottom-footer, .pageTitle {
max-width:1100px;	
margin:0 auto;
}*/
#wrap {
padding:0px 20px;
width: 100%;
max-width: inherit;
padding: 0;
margin: 0 auto;
}
/*@media only screen and (max-width:800px) {
#wrap {
width:760px;
}
}*/
#footer, #bottom-footer, .pageTitle, #header, #breadcrumbs, #container, #nav {
width: 100%;
max-width: 1100px;
min-width: 960px;
margin: 0 auto;
}
.wrapcon {display:table;width:100%;}
.wrapcon.footer {
background:#EDEDED;
/*padding-left:3000px;margin-left:-3000px;padding-right:3000px;margin-right:-3000px;*/
}
#top-header {
display:table;
width:100%;
margin:0 auto;
border-bottom:1px solid #CCC;
}
#header {
display:table;
width:100%;
margin:0 auto;
}
#nav {
clear:both;
height:50px;
margin:0 auto;
}
.fixed {width:100%!important;position:fixed;left:0;top:0;z-index:99;-khtml-box-shadow:0px 0px 5px 0px #666;-moz-box-shadow:0px 0px 5px 0px #666;-webkit-box-shadow:0px 0px 5px 0px #666;box-shadow:0px 0px 5px 0px #666;}
.fixed2 {max-width:1100px!important;min-width:800px!important;margin:0 auto!important;}
#nav.fixed {
display:table;
background:#FFF;
padding-top:15px;
}
#nav.fixed ul li a {
color:#98C01D;
background:#FFF;
}
#nav.fixed ul li a:hover, #header #nav.fixed ul li.current-menu-item a {
color:#000;
background:#FFF;
}
#breadcrumbs {
font-size:11px;
color:#999;
padding:0 25px;
margin:0 auto;
height: 40px;
}
#breadcrumbs span {
line-height: 40px;	
}
#breadcrumbs a {text-decoration:none;}
#slider {
position:relative;
width:100%;
z-index:0;
background:transparent url(../img/theme/loading.gif) center center no-repeat;
margin:0 auto;
}
#slider.sec, #slider.pag {
overflow:hidden;
height:20px;
background-image:none;
background:#EDEDED;
}
#slider.header {
position:relative;
overflow:hidden;
height:180px;
-webkit-background-size: cover!important;
-moz-background-size: cover!important;
-o-background-size: cover!important;
background-size: cover!important;
background-attachment: fixed!important;
background-position-x: center!important;
background-position-y: center!important;
background-repeat: no-repeat!important;
}
#wrap #slider.header.move {
transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
margin-top: -100px;
height: 280px;
}
/*#slider.header img {
position:absolute;
margin:auto;
width:auto;
height:100%;
top:-50%;
left:-50%;
right:-50%;
bottom:-50%;	
}*/
.bar-top, .bar-bottom, .bar-left, .bar-right {display:none;/*z-index:10;position:absolute;background:#FFF;*/}
.bar-top {/*z-index:10;position:absolute;background:#FFF;*/}
.bar-bottom {/*z-index:10;position:absolute;background:#FFF;*/}
.bar-left {/*z-index:10;position:absolute;background:#FFF;*/}
.bar-right {/*z-index:10;position:absolute;background:#FFF;*/}
#container {
display:table;
width:100%;
margin:0 auto;
padding:1.5% 0;
}
#footer {
font-size:13px;
line-height:20px;
color:#333;
display:table;
width:100%;
padding: 25px 0;
}
#bottom-footer {
position:relative;
font-size:10px;
line-height:50px;
color:#999;
height:50px;
}
#bottom-footer a {text-decoration:none;color:#999;}
#bottom-footer a:hover {text-decoration:none;color:#666;}
#bottom-footer .cr {float:left;height:50px;}
/* Post and page items */
.postwrap {margin-top:20px;margin-bottom:20px;padding-left:3000px;margin-left:-3000px;padding-right:3000px;margin-right:-3000px;}
.inner-post {display:inline-table;width:100%;margin:0 0 0 0;padding:20px 0;}
.page, .post {display:table;width:100%;margin:0;padding:20px;}
.posts {display:table;width:100%;margin:0 0 20px 0;padding:20px;border-bottom:1px solid #EDEDED;-webkit-transition-duration:300ms;-moz-transition-duration:300ms;-o-transition-duration:300ms;transition-duration:300ms;}
.results {
display:block;
margin:0 0 20px 0;
padding:20px;
border-bottom:1px solid #EDEDED;
text-decoration:none;
-webkit-transition-duration:300ms;-moz-transition-duration:300ms;-o-transition-duration:300ms;transition-duration:300ms;
}
.posts:hover, .results:hover {
background:#EDEDED;
}
.post.comments {
padding: 0 0 20px 0;
}
.comments ol {
    border-top: 1px solid #EDEDED;
    padding: 20px 0 0 0;
}
.comments ol li {
display: table;
width: 100%;
list-style: none;
padding: 20px;
border-bottom: 1px solid #EDEDED;
}
.comments ol li .left {
    display: table;
    padding-right: 20px;
}
.comments ol li .right {
    display: table;
}
#respond {
    font-size: 20px;
    color: #9b9a9a;
    padding: 20px;
}
#commentform {
    padding: 20px;
}
.post.comments .left {
    float: left;
}
.post.comments .right {
    float: right;
}
/* YouTube embedden responsive */
.videowrapper {float:none;clear:both;width:100%;position:relative;padding-bottom:52.25%/*56.25%*/;padding-top:25px;height:0;margin:5% 0 5% 0;}
.videowrapper iframe {position:absolute;top:0;left:0;width:100%;height:100%;}
/*gab cq space*/
.space-10 {
clear: both;
width: 100%;
height: 10px;
}.space-20 {
clear: both;
width: 100%;
height: 20px;
}
.space-30 {
clear: both;
width: 100%;
height: 30px;
}
.space-40 {
clear: both;
width: 100%;
height: 40px;
}
.space-50 {
clear: both;
width: 100%;
height: 50px;
}
.space-75 {
clear: both;
width: 100%;
height: 75px;
}
.space-100 {
clear: both;
width: 100%;
height: 100px;
}
.first {
display: inline-block;
width: 33%;
}
.last {
float: right;
display: inline-block;
width: 33%;
}
/*list all categories*/
.cta-concepts-bottom {
display:table;
width:97%;
margin:0 1.5%;
padding:0;
}
.cta-concepts-bottom li {
list-style:none;
}
.cta-concepts-bottom li a {
float:left;
display:table;
color:#EDEDED;
background:#FFF;
text-decoration:none;
line-height:40px;
padding:0 12px;
height:40px;
margin:0 10px 10px 0;
}
.cta-concepts-bottom li a, .cta-concepts-bottom li a.tc {
border:1px solid #EDEDED;
background:transparent!important;
margin:0 10px 10px 0;
}
.cta-concepts-bottom li a:hover {
text-decoration:none;
color:#999!important;
border:1px solid #EDEDED;
}
/*tabs*/
ul.tabs {
display: table;
margin: 0;
padding: 0;
}
ul.tabs li {
font-size: 14px;
float: left;
list-style: none;
background: #FFF;
position: relative;
z-index: 1;
padding: 0;
}
ul.tabs li a {
display: block;
padding: 0 20px;
height: 50px;
line-height: 50px;
background: #f1f2f2;
}
ul.tabs li a:hover {
text-decoration: none;
}
ul.tabs li a.active {
margin-bottom: -1px;
color: #000;
background: #FFF;
}
.tabcontent {
display: table;
width: 100%;
position: relative;
top: -1px;
padding: 35px;
clear: both;
-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
background: #FFF;
}