/*
Theme Name: realeyz
Theme URI: https://github.com/makoffee/realeyz_wp
Author: Matt Coffee
Author URI: http://mattcoffee.com
Description: Custom video streaming marketing site and blog theme based on Enter and Bootstrap 3.  
Version: 1.42
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
Text Domain: mattcoffee.com
*/


@import url('css/bootstrap.min.css');
@import url('css/font-awesome.min.css');
@import url('css/animate.css');
@import url('css/main.css');


 

#main {
    margin: 140px auto;
}

.blog #content article.post,
.archive #content article.post{
	margin-bottom: 60px;
}

.site-header{
	margin-bottom: 0;
}

.entry-thumbnail{
	border-bottom: 3px solid #eee;
}

.entry-chat,
.entry-link,
.entry-status,
.entry-qoute,
.entry-audio{
	padding: 20px;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #eee;
	box-shadow: inset 0px 0px 3px rgba(0,0,0,.5);
	background: #34495e;
	color:#fff;
	font-size: 14px;
}

.entry-chat p{
	font-size: 14px;
}

.entry-link{
	padding-top: 30px;
	padding-bottom: 30px;
}

.entry-link h4{
	font-size: 20px;
}

.entry-qoute blockquote p{
	font-weight: 400;
	letter-spacing: .5px;
	line-height: 26px;
}

.entry-qoute blockquote small{
	font-style: italic;
	font-size: 15px;
}

.format-aside .post-content.media .entry-title{
	display: none;
}

.entry-title{
	margin-top: 0;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.entry-title,
.entry-summary{
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.post-content.media{
	margin-top: 20px;
}

.post-content.media .pull-left{
	padding-right: 20px;
	border-right: 1px solid #eaeaea;
	margin-right: 30px;
}

.post-content.media .post-format,
.post-content.media .publish-date{
	text-align: center;
	margin: 15px 0 0;
	padding: 0px;
}

.post-content.media .post-format{
	margin: 0 0 15px;
}

.post-content.media .post-format i{
	font-size: 24px;
	border: 1px solid #eee;
	/* border-radius: 50%; */
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	transition:all .4s linear;
}

.post-content.media:hover .post-format i{
	border-color: #34495e;
	border-radius: 50%;
}

.post-content.media .publish-date{
	margin: 5px 0 0px;
}

.post-content.media .publish-date .entry-date{
	font-size: 16px;
	font-weight: 400;
	padding: 0 10px;
	text-transform: uppercase;
}

#blog-gallery-slider.carousel{
	overflow: hidden;
}

#blog-gallery-slider .carousel-control.left,
#blog-gallery-slider .carousel-control.right{
	top: 40%;
	left: -40px;
	height: 80px;
	width: 40px;
	background: #34495e;
	opacity: 0;
	text-shadow:none;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	transition: all .3s linear;
}

#blog-gallery-slider .carousel-control.right{
	left: auto;
	right: -40px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

#blog-gallery-slider.carousel:hover .carousel-control.left{
	left: 0px;
	opacity: 1;
}

#blog-gallery-slider.carousel:hover .carousel-control.right{
	right: 0px;
	opacity: 1;
}


#blog-gallery-slider .carousel-control .glyphicon-chevron-left,
#blog-gallery-slider .carousel-control .glyphicon-chevron-right{
	line-height: 80px;
	top: 0;
	left: 10px;
}

.entry-meta ul{
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
}

.entry-meta ul li{
	display: inline-block;
	margin-right: 15px;
}

.entry-meta ul li i{
	margin-right: 5px;
}

.entry-meta ul li:last-child{
	margin-right: 0px;
}

.entry-meta ul li,
.entry-meta ul li i,
.entry-meta ul li a{
	text-transform: uppercase;
	letter-spacing: .75px;
	color: #a8b1b4;
	font-weight: 300;
}

.entry-meta ul li a:hover{
	color: #222;
}

.entry-summary .read-more{
	position: relative;
	-webkit-transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-ms-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
	transition: all 0.17s ease-in-out;
	border: 2px solid #e5e5e5;
	padding: 6px 32px 6px 22px;
	border-radius: 4px;
	color: #363f46;
	box-shadow: 0 0 0 0;
	font-size: 12px;
	text-transform: capitalize;
}

.entry-summary p:last-child{
	margin-top: 20px;
}

.entry-summary .read-more:hover{
	color: #34495e;
}

.entry-status iframe{
	width: 99%;
}


.single-post .entry-title{
	margin-top: 20px;
}

.single-post #content article.post{
	margin-bottom: 30px;
}

.single-post #content .post-author,
.single-post #content .post-navigation{
	background: #fff;
	margin-top: 0px;
	margin-bottom: 30px;
}


.single-post #content .post-author .pull-left{
	margin-right: 20px;
	padding: 3px;
	background: #eee;
}

.single-post #content .post-author .media-body h3{
	margin-top: 0;
	text-transform: capitalize;
}

.single-post #content .post-author .media-body p{
	margin-bottom: 0;
	line-height: 24px;
	font-size: 14px;
}

.single-post #content .post-navigation{
	text-transform: lowercase;
}

.single-post #content .post-navigation a:hover{
	text-decoration: underline;
}

/* end of essential part of css for wp */

.sticky{

}

.alignnone {
    margin: 5px 20px 20px 0;
}

img.alignnone {
    max-width: 100%;
    height: auto;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 10px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 10px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 10px auto 15px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.gallery-caption{

}

.bypostauthor{

}

/* end of essential part of css for wp */

.widget-area{
	word-break: break-word;
}

.widget-area img{
	max-width: 100%;
	height: auto;
}

.bottom-widget{
	word-break: break-word;
}

.widget_recent_comments a{
	word-break: break-word;
}

.bottom-widget img{
	max-width: 100%;
	height: auto;
}

.widget-area select{
	max-width: 100%;
}

.bottom-widget select{
	max-width: 100%;
}

.sidebar-inner .widget{
	margin-bottom: 5px;
	padding: 0 0px 40px;

}

.sidebar-inner .widget h3.widget_title {
	border-bottom: 1px solid #E6E6E6;
	color: #000;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px;
	padding-bottom: 20px;
	text-transform: uppercase;
}

.footer-wiget-area .bottom-widget{
	margin-bottom:50px;
}

.form-control{
	border-radius: 0;
}

.widget_title{
	margin-top: 0;
	margin-bottom: 20px;
}

.widget table,
.widget th,
.widget td {
	border: 1px solid rgba(0, 0, 0, 0.1);
	text-align: center;
}

.widget table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	width: 100%;
}

.widget caption,
.widget th,
.widget td {
	font-weight: normal;
	text-align: center;
	line-height: 1.8;
}

.widget caption{
	width: 100%;
	border-width: 1px 1px 0;
	border-style: solid;
	border-color: rgba(0,0,0,.1);
	line-height: 2.5;
}
.widget th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

.widget td {
	border-width: 0 1px 1px 0;
}

.widget table,
.widget th,
.widget td {
	border-color: rgba(0, 0, 0, 0.1);
}

.widget caption {
	color: #2b2b2b;
	font-weight: 900;
}
.widget thead th {
	background-color: rgba(0, 0, 0, 0.02);
}

.widget #today a{
	display: block;
	background-color: rgba(0, 0, 0, 0.02);
}

.widget .tagcloud{
	display: block;
}

.widget .tagcloud a {
    background-color: #888888;
    border: 0 none;
    color: #fff;
    border-radius: 0;
    font-size: .75em !important;
    font-weight: 300;
    padding: 3px 9px 0px 9px;
    transition: all 300ms linear;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 3px;
    border-radius: 15px;
    text-transform: lowercase;
    text-decoration:none;
}

.widget .tagcloud a:hover, .widget .tagcloud a:focus, .widget .tagcloud a:active{
	background-color: #333333 !important;
	color:#06A0C6 !important;
	text-decoration:none;
}

.widget ul{
	padding: 0;
	margin: 0;
	letter-spacing: 0;
	list-style: none;
}

.widget ul li{
	border-bottom: 1px solid #E5E5E5;
	padding: 13px 0;
}

.widget ul li:last-child {
	border-bottom:none;
}

.widget ul li:first-child {
	padding-top: 0;
}


.widget ul li a,
.widget ul li.recentcomments a{
	text-decoration: none;
	color: #595959;
	font-size: 16px;
	font-weight: 300;

	display: inline-block;
	margin-left: 15px;
	position: relative;
}

.widget ul li.recentcomments a {
	margin-left: 15px;
}

.widget ul li:before{
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	padding-right:10px;
}

.widget ul li a:hover  { 
	color:#7AB700; 
}


/* footer widget fixes */

.widget ul{
	padding: 0;
	margin: 0;
	letter-spacing: 0;
	list-style: none;
}

#footer .widget ul li{
	border-bottom: none;
	padding: 0px;
	line-height: 26px;
}

#footer .widget ul li:before{
	content: none;
}

#footer .widget ul li a { 
	color:#CCCCCC !important;
	font-size: .9em !important;
    text-transform: uppercase;
    display: inline-block;
}

#footer .widget ul li a:hover  { 
	color:#FFFFFF !important;

}

.widget ul li a {
	margin-left: 12px !important;
}

#footer hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #333;
    margin:0;
    padding: 0;
    margin-bottom:20px;;
    margin-top:20px;
}

/*search*/

#searchform {
	position: relative;
}

#searchform input {
	line-height: 40px;
	min-height: 40px;
}

#searchform .btn-search {
	position: absolute;
	min-height: 40px;
	right: 0;
	top:0;
	padding: 0 15px;
}


.page-header{
	padding: 0;
	margin: 0;
	border:0 none;
}

.page-header .page-title{
	font-weight: 700;
	margin-bottom: 40px;
	margin-top: 0;
	text-transform: uppercase;
}

/* One Page Style */

.page-wrapper{
	padding: 40px 0px 80px 0px;
}

.display-none{
	display: none;
}

.plan1 {    
    border: 0px;
    border-top:4px; border-color:#06a0c6; border-style: solid;
    background: #eeeeee;
    background: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 50%, #ffffff 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #eeeeee), color-stop(50%, #ffffff), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #eeeeee 0%, #ffffff 50%, #ffffff 100%);
    background: -o-linear-gradient(top, #eeeeee 0%, #ffffff 50%, #ffffff 100%);
    background: -ms-linear-gradient(top, #eeeeee 0%, #ffffff 50%, #ffffff 100%);
    background: linear-gradient(to bottom, #eeeeee 0%, #ffffff 50%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
    margin-bottom:80px;    
}
    
.plan2 {
    border: 0px;
    border-top:4px; border-color:#04d361; border-style: solid;
    background: #eeeeee;
    background: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 50%, #ffffff 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #eeeeee), color-stop(50%, #ffffff), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #eeeeee 0%, #ffffff 50%, #ffffff 100%);
    background: -o-linear-gradient(top, #eeeeee 0%, #ffffff 50%, #ffffff 100%);
    background: -ms-linear-gradient(top, #eeeeee 0%, #ffffff 50%, #ffffff 100%);
    background: linear-gradient(to bottom, #eeeeee 0%, #ffffff 50%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
    margin-bottom:80px;    
}
    
.plan3 {
    border: 0px;
    border-top:4px; border-color:#222222; border-style: solid;
    background: #eeeeee;
    background: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 50%, #ffffff 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #eeeeee), color-stop(50%, #ffffff), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #eeeeee 0%, #ffffff 50%, #ffffff 100%);
    background: -o-linear-gradient(top, #eeeeee 0%, #ffffff 50%, #ffffff 100%);
    background: -ms-linear-gradient(top, #eeeeee 0%, #ffffff 50%, #ffffff 100%);
    background: linear-gradient(to bottom, #eeeeee 0%, #ffffff 50%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
    margin-bottom:80px;
}

.plan ul{
margin-bottom:40px;
margin-top:20px;
padding-left:15px;
}

.plan li{
line-height:1.8em;
}

.plan {
    padding-top:20px;
}

.plan1 .fa-li {
color:#06a0c6;
}

.plan2 .fa-li {
color:#04d361;
}

.plan3 .fa-li {
color:#333333;
}

#indie-film {
    color: #ffffff !important;
background: #000000;
background: -moz-linear-gradient(top, #000000 0%, #262626 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #000000), color-stop(100%, #262626));
background: -webkit-linear-gradient(top, #000000 0%, #262626 100%);
background: -o-linear-gradient(top, #000000 0%, #262626 100%);
background: -ms-linear-gradient(top, #000000 0%, #262626 100%);
background: linear-gradient(to bottom, #000000 0%, #262626 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#262626', GradientType=0 );
}   

#home-iphone-banner { 
background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 33%, #dddddd 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(33%, #ffffff), color-stop(100%, #dddddd));
background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 33%, #dddddd 100%);
background: -o-linear-gradient(top, #ffffff 0%, #ffffff 33%, #dddddd 100%);
background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 33%, #dddddd 100%);
background: linear-gradient(to bottom, #ffffff 0%, #ffffff 33%, #dddddd 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd', GradientType=0 );
}

.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 50vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}

.dark {
color:#333333 !important;
}
.white {
color:#FFFFFF !important;
}


.no-margin {
margin:0px !important;
}
.no-padding {
padding:0px;
} 

.qtranxs_widget {
text-align:right;
margin-bottom:10px;
}

ul.qtrans_language_chooser {
    width:100%;
    padding:0px;
    margin:0;
    list-style-type:none;
    position:absolute;
    top: 106px;
    z-index:201;
} 

ul.qtrans_language_chooser a {
    float:right;
    width:20px;
    height: 12px;
    margin:0 2px;
    display:inline;
    z-index:201;
} 



.dark-icon {
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
    font-size:42px !important;
    color:#111111;
    text-shadow: 0px -1px #666666;
}

ul.qtrans_language_chooser > .active {
display:none;
} 

@media (max-width: 979px) {

    ul.qtrans_language_chooser {
    top: 16px;
      }
}


#lt_overlay {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 2001;
    -moz-opacity: 0.4;
    opacity: .40;
    filter: alpha(opacity=60);
}

#lt_loading {
    display: none;
    position: fixed;
/*    color: #fff;
    opacity: .8;
    top: 50%;
    left: 50%;
    margin-top: -122px;
    margin-left: -42px;
    padding: 1px;
    z-index: 2002;
*/
    overflow: auto;
    width:128px;
    height:128px;
  margin: auto;
  /*position: absolute; */
  top: 0; left: 0; bottom: 0; right: 0;

    background-image: url("https://realeyz.de/wp-content/uploads/realeyz_spinner@1x.png")
}

#footer-cta {
    background-position:center top;
    background-size:cover;
}

/* soft shadows for white backgrounds */

#swissfilms-logos, #critic-de-logos, #exberliner-logos, #criticde{
background: #FFFFFF;
background: -moz-linear-gradient(top, #cccccc 0%, #ffffff 14%, #ffffff 51%, #ffffff 87%, #cccccc 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #cccccc), color-stop(14%, #ffffff), color-stop(51%, #ffffff), color-stop(87%, #ffffff), color-stop(100%, #cccccc));
background: -webkit-linear-gradient(top, #cccccc 0%, #ffffff 14%, #ffffff 51%, #ffffff 87%, #cccccc 100%);
background: -o-linear-gradient(top, #cccccc 0%, #ffffff 14%, #ffffff 51%, #ffffff 87%, #cccccc 100%);
background: -ms-linear-gradient(top, #cccccc 0%, #ffffff 14%, #ffffff 51%, #ffffff 87%, #cccccc 100%);
background: linear-gradient(to bottom, #cccccc 0%, #ffffff 14%, #ffffff 51%, #ffffff 87%, #cccccc 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#cccccc', GradientType=0 );
}

#funktions {
color: #ffffff !important;
background: #000000;
background: -moz-linear-gradient(top, #262626 0%, #000000 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #262626), color-stop(100%, #000000));
background: -webkit-linear-gradient(top, #262626 0%, #000000 100%);
background: -o-linear-gradient(top, #262626 0%, #000000 100%);
background: -ms-linear-gradient(top, #262626 0%, #000000 100%);
background: linear-gradient(to bottom, #262626 0%, #000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262626', endColorstr='#000000', GradientType=0 );
}

#home-subscribe {
color: #ffffff !important;
background: #333333;
background: -moz-linear-gradient(-45deg, #333333 0%, #111111 100%);
background: -webkit-linear-gradient(-45deg, #333333 0%,#111111 100%);
background: linear-gradient(135deg, #333333 0%,#111111 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#111111',GradientType=1 );
    text-shadow: 0px 1px #222222;
}


#coverflow img {
-webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 2, 0.28);
-moz-box-shadow:    0px 0px 18px 0px rgba(0, 0, 2, 0.28);
box-shadow:         0px 0px 18px 0px rgba(0, 0, 2, 0.28);
}

.theline span:before, .theline span:after {
  content: "";
  position: absolute;
  border-top: 1px solid #ccc;
  width: 400%;
  top: 50%;
}

div .theline span:before, div.theline span:after {
  border-top: 1px solid white;
}

.theline-dark span:before, .theline-dark span:after {
  content: "";
  position: absolute;
  border-top: 1px solid #ccc;
  width: 400%;
  top: 50%;
}

div .theline-dark span:before, div.theline-dark span:after {
  border-top: 1px solid #ccc;
}

.theline, .theline-dark {
  overflow: hidden;
  text-align: center;
}

.theline span, .theline-dark span {
  position: relative;
}

.theline span:before, .theline-dark span:before {
  right: 100%;
  margin-right: .25em;
}

.theline span:after, .theline-dark span:after {
  left: 100%;
  margin-left: .25em;
}

.over-under {
  border-style: solid;
  border-width: 0px 0px 2px 0px;
  border-color: white;
  padding-top:10px;
}

.img-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex; /* add */
    justify-content: center; /* add to align horizontal */
    align-items: center;
    background-color: rgba(0, 0, 0, 0);
}

.img-overlay-dark {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex; /* add */
    justify-content: center; /* add to align horizontal */
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
}

/* need a nice banner for single pages */

#hero {
    background-size:cover; background-position:center center; padding-top:180px; padding-bottom:160px;
    }
    
/* make that header wide baby */
.container-wide {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.container-wide:before,
.container-wide:after {
    display: table;
    content: " "
}

.container-wide:after {
    clear: both
}

.container-wide:before,
.container-wide:after {
    display: table;
    content: " "
}

.container-wide:after {
    clear: both
}

@media(min-width:768px) {
    .container-wide {
        width: 100%;
    }
}

@media(min-width:992px) {
    .container-wide {
        width: 100%;
    }
}

@media(min-width:1200px) {
    .container-wide {
        width: 100%;
    }
}

#menu-item-460, #menu-item-22732, #menu-item-459, #menu-item-458, #menu-item-1261, #menu-item-23376 {
display:none;
}

/* time for some fancy zoom */

.category-display {overflow:hidden;}
.category-display h3, .img-overlay, .img-overlay-dark {z-index:1000;}
.img-category, .zoomin { transition: all .3s ease-out;}
.zoomin:hover .img-category { transform: scale(1.1);}
.zomein:hover .img-overlay, .zomein:hover .img-overlay-dark {background-color: rgba(0, 0, 0, 0.8);} 


/*Change icons size here*/

.socialicons {
    text-align:right;
    margin-bottom:20px;
}

.socialicons .fa {
	font-size: 24px;
	line-height:34px;
	
}
/*Change icons circle size and color here*/
.socialicons .fa {
	width: 34px;
	height: 34px;
	text-align: center;
	color: #000 !important;
	color: rgba(0, 0, 0, 1);
	-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;
}

.socialicons.icon-circle .fa{ 
	border-radius: 50%;
}
.socialicons.icon-rounded .fa{
	border-radius:5px;
}
.socialicons.icon-flat .fa{
	border-radius: 0;
}

.socialicons .fa:hover, .socialicons .fa:active {
	color: #FFF;
	-webkit-box-shadow: 1px 1px 3px #333;
	-moz-box-shadow: 1px 1px 3px #333;
	box-shadow: 1px 1px 3px #333; 
}
.socialicons.icon-zoom .fa:hover, .icon-zoom .fa:active { 
 	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1); 
}
.socialicons.icon-rotate .fa:hover, .socialicons.icon-rotate .fa:active { 
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
	transform: scale(1.1) rotate(360deg);
}
 
.socialicons i:hover, .socialicons i:active, .socialicons i:focus {
    background-color:#FFFFFF;
}
 
.socialicons .fa-adn{background-color:#504e54;} 
.socialicons .fa-apple{background-color:#aeb5c5;} 
.socialicons .fa-android{background-color:#A5C63B;}  
.socialicons .fa-bitbucket,.socialicons .fa-bitbucket-square{background-color:#003366;} 
.socialicons .fa-bitcoin,.socialicons .fa-btc{background-color:#F7931A;} 
.socialicons .fa-css3{background-color:#1572B7;} 
.socialicons .fa-dribbble{background-color:#F46899;}  
.socialicons .fa-dropbox{background-color:#018BD3;}
.socialicons .fa-facebook,.socialicons .fa-facebook-square{background-color:#3C599F;}  
.socialicons .fa-flickr{background-color:#FF0084;}
.socialicons .fa-foursquare{background-color:#0086BE;}
.socialicons .fa-github,.socialicons .fa-github-alt,.socialicons .fa-github-square{background-color:#070709;} 
.socialicons .fa-google-plus,.socialicons .fa-google-plus-square{background-color:#CF3D2E;} 
.socialicons .fa-html5{background-color:#E54D26;}
.socialicons .fa-instagram{background-color:#A1755C;}
.socialicons .fa-linkedin,.socialicons .fa-linkedin-square{background-color:#0085AE;} 
.socialicons .fa-linux{background-color:#FBC002;color:#333;}
.socialicons .fa-maxcdn{background-color:#F6AE1C;}
.socialicons .fa-pagelines{background-color:#241E20;color:#3984EA;}
.socialicons .fa-pinterest,.socialicons .fa-pinterest-square{background-color:#CC2127;} 
.socialicons .fa-renren{background-color:#025DAC;}
.socialicons .fa-skype{background-color:#01AEF2;}
.socialicons .fa-stack-exchange{background-color:#245590;}
.socialicons .fa-stack-overflow{background-color:#FF7300;}
.socialicons .fa-trello{background-color:#265A7F;}
.socialicons .fa-tumblr,.socialicons .fa-tumblr-square{background-color:#314E6C;} 
.socialicons .fa-twitter,.socialicons .fa-twitter-square{background-color:#32CCFE;} 
.socialicons .fa-vimeo{background-color:#229ACC;}
.socialicons .fa-vk{background-color:#375474;}
.socialicons .fa-weibo{background-color:#D72B2B;}
.socialicons .fa-windows{background-color:#12B6F3;}
.socialicons .fa-xing,.socialicons .fa-xing-square{background-color:#00555C;} 
.socialicons .fa-youtube,.socialicons .fa-youtube-play,.socialicons .fa-youtube-square{background-color:#C52F30;}

.socialicons >li {
    display: inline-block;
    padding-right: 0;
    padding-left: 7px;
}

.featured-thumbnail img {
max-width: 100%;
height: auto !important;
}

.btn-square {
    border-radius:3px;
}

.full-width {
width:100% !important;
}

.featured-image {
    max-height:360px;
    overflow:hidden;
}

.blog-content img {
    width: 100%;
    height: auto;
}

.btn-round {
    border-radius: 2.5em !important;
}


.btn {
    padding: 0px 1em 0px 1em !important;
    line-height: 2.5em;
    height: 2.5em;
    border-radius: 2px;
    text-decoration: none !important;
}

.btn-lg {
    padding: 0px 1.25em 0px 1.25em !important;
    line-height: 3.1em !important;
    height: 3em !important;
    border-radius: 2px;
    font-size:1.1em;
}

.btn-search {
    padding: 0px .5em !important;
    line-height: 1em !important;
    height: 1em;
    border-radius: 0px 3px 3px 0px;
    background: #333 !important;
}

.btn-search:hover {
    color: #fff;
    background:#06a0c6 !important;
}

#searchform input {
    border-radius:3px;
}

.grow { transition: all .2s ease-in-out; z-index:1}
.grow:hover { transform: scale(1.1); z-index:2;}
/*.grow a {cursor:default}*/


#carousel-sbs .carousel-caption {background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 50%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 50%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
}
#carousel-sbs .carousel-caption p {padding-left:25%; padding-right:10%; text-align:justify; font-size:.9em; margin:0 0 20px !important;}

#carousel-sbs .carousel-inner .item img {width:66%;}


#carousel-sbs .carousel-caption {
    position: absolute;
    right: 0%;
    bottom: 0px;
    left: 50%;
    top:0;
    z-index: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

  /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
    #carousel-sbs .carousel-caption p {
    font-size:.6em !important;
    }
    #carousel-sbs .carousel-caption {
        right: 0;
        left: 0 !important;
        padding-bottom: 30px;
        top:50%;
    }
    .carousel-indicators {
        display:none;
    }
    #carousel-sbs .carousel-inner .item img {width:100%;}
    #carousel-sbs .carousel-caption {
        background:rgba(0,0,0,0.5);
        padding-top:10px !important;
    }
    #carousel-sbs .carousel-caption p {padding-left:10% !important; padding-right:10%; text-align:center !important;}
    }
    
    /*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
            #carousel-sbs .carousel-caption p {
    font-size:.7em !important;
    }
    #carousel-sbs .carousel-caption {
        right: 0;
        left: 0 !important;
        padding-bottom: 30px
    }
    .carousel-indicators {
        display:none;
    }
    #carousel-sbs .carousel-inner .item img {width:100%;}
        #carousel-sbs .carousel-caption {
        background:rgba(0,0,0,0.5);
        padding-top:20px !important;
    }
    #carousel-sbs .carousel-caption p {padding-left:10% !important; padding-right:10%; text-align:center !important;}
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {
        #carousel-sbs .carousel-caption p {
    font-size:1em !important;
    }
    #carousel-sbs .carousel-caption {
        right: 0;
        left: 0 !important;
        padding-bottom: 30px
        
    }
    .carousel-indicators {
        bottom: 10px !important;
        display: inherit !important;
    }
    #carousel-sbs .carousel-inner .item img {width:100%;}
    #carousel-sbs .carousel-caption {
        background:rgba(0,0,0,0.5);
        padding-top:20px !important;
    }
    #carousel-sbs .carousel-caption p, #carousel-sbs .carousel-caption p {padding-left:10% !important; padding-right:10%; text-align:center !important;}

    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
     #carousel-sbs .carousel-caption h1, #carousel-sbs .carousel-caption h2, #carousel-sbs .carousel-caption h3, #carousel-sbs .carousel-caption h4, #carousel-sbs .carousel-caption h5 {
            text-align:left !important;
            padding-left:10% !important; padding-right:10%;
        }
    #carousel-sbs .carousel-caption p {
    font-size:.9em !important;
    }
#carousel-sbs .carousel-caption {
        right: 0;
        left: 0px !important;
        padding-left:50% !important;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 10px;
        display: inherit !important;
    }
    #carousel-sbs .carousel-inner .item img {width:66%;}
    #carousel-sbs .carousel-caption {background: -moz-linear-gradient(left,  rgba(0,0,0,0) 33%, rgba(0,0,0,1) 66%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 33%,rgba(0,0,0,1) 66%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,0,0,0) 33%,rgba(0,0,0,1) 66%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
padding-top:40px !important;
}
    #carousel-sbs .carousel-caption p {padding-left:25%; padding-right:10%; text-align:justify !important;}
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
        #carousel-sbs .carousel-caption h1, #carousel-sbs .carousel-caption h2, #carousel-sbs .carousel-caption h3, #carousel-sbs .carousel-caption h4, #carousel-sbs .carousel-caption h5 {
            text-align:left !important;
            padding-left:10% !important; padding-right:10%;
        }
    #carousel-sbs .carousel-caption p {
    font-size:.9em !important;
    }
    #carousel-sbs .carousel-inner .item img {width:66%;}
    #carousel-sbs .carousel-caption {background: -moz-linear-gradient(left,  rgba(0,0,0,0) 33%, rgba(0,0,0,1) 66%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 33%,rgba(0,0,0,1) 66%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(0,0,0,0) 33%,rgba(0,0,0,1) 66%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
    }
    #carousel-sbs .carousel-caption {
        left: 0px !important;
        padding-left:50% !important;
        padding-top:40px !important;
    }
    #carousel-sbs .carousel-caption p {padding-left:10% !important; padding-right:10%; text-align:justify !important;}
    .carousel-indicators {
        bottom: 20px !important;
        display: inherit !important;
    }
    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
     #carousel-sbs .carousel-caption h1, #carousel-sbs .carousel-caption h2, #carousel-sbs .carousel-caption h3, #carousel-sbs .carousel-caption h4, #carousel-sbs .carousel-caption h5 {
        text-align:left !important;
        padding-left:10%;
        padding-left:10% !important; padding-right:10%;
    }
    #carousel-sbs .carousel-inner .item img {width:66%;}
    #carousel-sbs .carousel-caption {background: -moz-linear-gradient(left,  rgba(0,0,0,0) 33%, rgba(0,0,0,1) 66%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 33%,rgba(0,0,0,1) 66%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,0,0,0) 33%,rgba(0,0,0,1) 66%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
}
#carousel-sbs .carousel-caption {
        left: 0px !important;
        padding-left:50% !important;
        padding-top:40px !important;
    }
    #carousel-sbs .carousel-caption p {padding-left:10% !important; padding-right:10%; text-align:justify !important;
    font-size:1.2em !important;}
        .carousel-indicators {
        bottom: 20px !important;
        display: inherit !important;
    }
}

/* quotes slider oh boy! */

#carousel-quotes .carousel-caption { background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 50%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 50%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
}
#carousel-quotes .carousel-caption p {padding-left:25%; padding-right:10%; text-align:justify; font-size:.9em; margin:0 0 20px !important;}

#carousel-quotes .carousel-inner .item img {width:100%;}


#carousel-quotes .carousel-caption {
    position: absolute;
    right: 0%;
    bottom: 0px;
    left: 50%;
    top:0;
    z-index: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

  /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
    #carousel-quotes .carousel-caption p {
    font-size:.6em !important;
    }
    #carousel-quotes .carousel-caption {
        right: 0;
        left: 0 !important;
        padding-bottom: 30px;
        top:50%;
    }
    .carousel-indicators {
        display:none;
    }
    #carousel-quotes .carousel-inner .item img {width:100%;}
    #carousel-quotes .carousel-caption {
        background:rgba(0,0,0,0.5);
        padding-top:10px !important;
    }
    #carousel-quotes .carousel-caption p {padding-left:10% !important; padding-right:10%; text-align:center !important;}
    }
    
    /*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
            #carousel-quotes .carousel-caption p {
    font-size:.7em !important;
    }
    #carousel-quotes .carousel-caption {
        right: 0;
        left: 0 !important;
        padding-bottom: 30px
    }
    .carousel-indicators {
        display:none;
    }
    #carousel-quotes .carousel-inner .item img {width:100%;}
        #carousel-sbs .carousel-caption {
        background:rgba(0,0,0,0.5);
        padding-top:20px !important;
    }
    #carousel-quotes .carousel-caption p {padding-left:10% !important; padding-right:10%; text-align:center !important;}
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {
        #carousel-quotes .carousel-caption p {
    font-size:1em !important;
    }
    #carousel-quotes .carousel-caption {
        right: 0;
        left: 0 !important;
        padding-bottom: 30px
        
    }
    .carousel-indicators {
        bottom: 10px !important;
        display: inherit !important;
    }
    #carousel-quotes .carousel-inner .item img {width:100%;}
    #carousel-quotes .carousel-caption {
        background:rgba(0,0,0,0.5);
        padding-top:20px !important;
    }
    #carousel-quotes .carousel-caption p, #carousel-sbs .carousel-caption p {padding-left:10% !important; padding-right:10%; text-align:center !important;}

    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
     #carousel-quotes .carousel-caption h1, #carousel-sbs .carousel-caption h2, #carousel-sbs .carousel-caption h3, #carousel-sbs .carousel-caption h4, #carousel-sbs .carousel-caption h5 {
            text-align:left !important;
            padding-left:10% !important; padding-right:10%;
        }
    #carousel-quotes .carousel-caption p {
    font-size:.9em !important;
    }
    #carousel-quotes .carousel-caption {
        right: 0;
        left: 0px !important;
        padding-left:50% !important;
        padding-bottom: 30px
    }

    #carousel-quotes .carousel-inner .item img {width:100%;}
    #carousel-quotes .carousel-caption {background: -moz-linear-gradient(left,  rgba(0,0,0,0) 33%, rgba(0,0,0,1) 66%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 33%,rgba(0,0,0,1) 66%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right,  rgba(0,0,0,0) 33%,rgba(0,0,0,1) 66%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
        padding-top:40px !important;
    }
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
        #carousel-quotes .carousel-caption h1, #carousel-sbs .carousel-caption h2, #carousel-sbs .carousel-caption h3, #carousel-sbs .carousel-caption h4, #carousel-sbs .carousel-caption h5 {
            text-align:left !important;
            padding-left:10% !important; padding-right:10%;
        }
    #carousel-quotes .carousel-caption p {
    font-size:.9em !important;
    }
    #carousel-quotes .carousel-inner .item img {width:100%;}
    #carousel-quotes .carousel-caption {background: -moz-linear-gradient(left,  rgba(0,0,0,0) 33%, rgba(0,0,0,1) 66%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 33%,rgba(0,0,0,1) 66%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(0,0,0,0) 33%,rgba(0,0,0,1) 66%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
    }
    #carousel-quotes .carousel-caption {
        left: 0px !important;
        padding-left:50% !important;
        padding-top:40px !important;
    }
    .carousel-indicators {
        bottom: 20px !important;
        display: inherit !important;
    }
    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
     #carousel-quotes .carousel-caption h1, #carousel-sbs .carousel-caption h2, #carousel-sbs .carousel-caption h3, #carousel-sbs .carousel-caption h4, #carousel-sbs .carousel-caption h5 {
        text-align:left !important;
        padding-left:10%;
        padding-left:10% !important; padding-right:10%;
    }
    #carousel-quotes .carousel-inner .item img {width:100%;}
    #carousel-quotes .carousel-caption {background: -moz-linear-gradient(left,  rgba(0,0,0,0) 33%, rgba(0,0,0,1) 66%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 33%,rgba(0,0,0,1) 66%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right,  rgba(0,0,0,0) 33%,rgba(0,0,0,1) 66%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
    }
    #carousel-quotes .carousel-caption {
        left: 0px !important;
        padding-left:50% !important;
        padding-top:40px !important;
    }
    #carousel-quotes .carousel-caption p {
        font-size:1.2em !important;}
        .carousel-indicators {
        bottom: 20px !important;
        display: inherit !important;
    }
}

/* end quotes slider... yup.

/* partner slider oh boy! */

#carousel-partner #carousel-control {
    z-index:16;
}

#carousel-partner .overlay {
position: absolute;
    z-index: 10;
    /* width: 33%; */
    color: white;
    top: 0;
    bottom: 0;
    left: 66%;
    right: 60px;
    /* margin-right: 160px; */
    margin-top: 40px;
    
}

#carousel-partner .carousel-caption { background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 66%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 66%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 66%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
}
#carousel-partner .carousel-caption p {padding-left:25%; padding-right:10%; text-align:justify; font-size:.9em; margin:0 0 20px !important;}

#carousel-partner .carousel-inner .item img {width:66%;}


#carousel-partner .carousel-caption {
    position: absolute;
    right: 0%;
    bottom: 0px;
    left: 50%;
    top:0;
    z-index: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

  /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
    #carousel-partner .carousel-caption p {
    font-size:.6em !important;
    }
    #carousel-partner .carousel-caption {
        right: 0;
        left: 0 !important;
        padding-bottom: 30px;
        top:50%;
    }
    .carousel-indicators {
        display:none;
    }
    #carousel-partner .carousel-inner .item img {width:100%;}
    #carousel-partner .carousel-caption {
        background:rgba(0,0,0,0.5);
        padding-top:10px !important;
    }
    #carousel-partner .carousel-caption p {padding-left:10% !important; padding-right:10%; text-align:center !important;}
    }
    
    /*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    
    @media only screen and (min-width : 320px) {
        #carousel-partner .overlay {
        left: 40px !important;
    }
    #carousel-partner .carousel-caption p, #carousel-partner .overlay p {
        font-size:.7em !important;
        margin:0 0 20px !important;
    }
    
    #carousel-partner .carousel-caption {
        right: 0;
        left: 0 !important;
        top: 0 !important;
        padding-bottom: 30px
    }
    .carousel-indicators {
        display:none;
    }
    #carousel-partner .carousel-inner .item img {width:100%;}
        #carousel-partner .carousel-caption {
        background:rgba(0,0,0,0.5);
        padding-top:20px !important;
        
    }
    #carousel-partner .carousel-caption p {padding-left:10% !important; padding-right:10%; text-align:center !important;}
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {
    #carousel-partner .overlay {
        left: 55% !important;
    }
        #carousel-partner .carousel-caption p, #carousel-partner .overlay p {
        font-size:.7em !important;
        margin:0 0 20px !important;
    }
    #carousel-partner .carousel-caption {
        right: 0;
        left: 50% !important;
        padding-bottom: 30px
        
    }

    .carousel-indicators {
        bottom: 10px !important;
        display: inherit !important;
    }
    #carousel-partner .carousel-inner .item img {width:100%;}
    #carousel-partner .carousel-caption {
        background:rgba(0,0,0,0.75);
        padding-top:20px !important;
    }
    #carousel-partner .carousel-caption p, #carousel-sbs .carousel-caption p {padding-left:10% !important; padding-right:10%; text-align:center !important;}

    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
    #carousel-partner .overlay {
        left: 60% !important;
    }
     #carousel-partner .carousel-caption h1, #carousel-sbs .carousel-caption h2, #carousel-sbs .carousel-caption h3, #carousel-sbs .carousel-caption h4, #carousel-sbs .carousel-caption h5 {
            text-align:left !important;
            padding-left:10% !important; padding-right:10%;
        }
        #carousel-partner .carousel-caption p, #carousel-partner .overlay p {
        font-size:.8em !important;
        margin:0 0 20px !important;
    }
    #carousel-partner .carousel-caption {
        right: 0;
        left: 0px !important;
        padding-left:50% !important;
        padding-bottom: 30px
    }

    #carousel-partner .carousel-inner .item img {width:90%;}
    #carousel-partner .carousel-caption {background: -moz-linear-gradient(left,  rgba(0,0,0,0) 50%, rgba(0,0,0,1) 80%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 50%,rgba(0,0,0,1) 80%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right,  rgba(0,0,0,0) 50%,rgba(0,0,0,1) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
        padding-top:40px !important;
    }
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
    #carousel-partner .overlay {
        left: 66% !important;
    }
        #carousel-partner .carousel-caption h1, #carousel-sbs .carousel-caption h2, #carousel-sbs .carousel-caption h3, #carousel-sbs .carousel-caption h4, #carousel-sbs .carousel-caption h5 {
            text-align:left !important;
            padding-left:10% !important; padding-right:10%;
        }
    #carousel-partner .carousel-caption p, #carousel-partner .overlay p {
        font-size:.9em !important;
        margin:0 0 30px !important;
    }
    #carousel-partner .carousel-inner .item img {width:80%;}
    #carousel-partner .carousel-caption {background: -moz-linear-gradient(left,  rgba(0,0,0,0) 50%, rgba(0,0,0,1) 75%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 50%,rgba(0,0,0,1) 75%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(0,0,0,0) 50%,rgba(0,0,0,1) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
    }
    #carousel-partner .carousel-caption {
        left: 0px !important;
        padding-left:50% !important;
        padding-top:40px !important;
    }
    .carousel-indicators {
        bottom: 20px !important;
        display: inherit !important;
    }
    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
        #carousel-partner .overlay {
            left: 66% !important;
        }
     #carousel-partner .carousel-caption h1, #carousel-sbs .carousel-caption h2, #carousel-sbs .carousel-caption h3, #carousel-sbs .carousel-caption h4, #carousel-sbs .carousel-caption h5 {
        text-align:left !important;
        padding-left:10%;
        padding-left:10% !important; padding-right:10%;
    }
    #carousel-partner .carousel-inner .item img {width:66%;}
    #carousel-partner .carousel-caption {background: -moz-linear-gradient(left,  rgba(0,0,0,0) 50%, rgba(0,0,0,1) 66%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 50%,rgba(0,0,0,1) 66%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right,  rgba(0,0,0,0) 50%,rgba(0,0,0,1) 66%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
    }
    #carousel-partner .carousel-caption {
        left: 0px !important;
        padding-left:50% !important;
        padding-top:40px !important;
    }
    #carousel-partner .carousel-caption p, #carousel-partner .overlay p {
        font-size:1em !important;
        margin:0 0 40px !important;
    }
        .carousel-indicators {
        bottom: 20px !important;
        display: inherit !important;
    }
}

/* end partner slider... yup.

    
/* what I just thought of subtext now? - brilliant! */
.subtext {
font-size:.7em;
opacity: 0.7;
}

/*
 * Responsive text aligning
 * http://ohryan.ca/2014/08/14/set-responsive-text-alignment-bootstrap-3/
 *
 * extened by me cuz that shit was bunk and not working with boostrap 3 - boy!
 */
 
 /* xs */
@media (max-width: 767px) {
.text-xs-left { text-align: left !important; }
.text-xs-right { text-align: right !important; }
.text-xs-center { text-align: center !important; }
.text-xs-justify { text-align: justify !important; }
}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
  .text-sm-left { text-align: left !important; }
  .text-sm-right { text-align: right !important; }
  .text-sm-center { text-align: center !important; }
  .text-sm-justify { text-align: justify !important; }
}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
  .text-md-left { text-align: left !important;; }
  .text-md-right { text-align: right !important;; }
  .text-md-center { text-align: center !important;; }
  .text-md-justify { text-align: justify !important; }
}

/* lg */ 
@media (min-width: 1200px) {
  .text-lg-left { text-align: left; }
  .text-lg-right { text-align: right; }
  .text-lg-center { text-align: center; }
  .text-lg-justify { text-align: justify; }
}

/* no gutters
 too much encapsulation giving you the blues?  try no-gutter!
*/

.no-gutter {
   padding-left: 0 !important;
   margin-left: 0 !important;
   padding-right: 0 !important;
   margin-right: 0 !important;
}

.dark-transparent {
background: rgba(25,25,25,0.7);
}

/* Make it round ! */
.round {
border-radius: 50%;
}

.step-indicator {
    display: inline-block; 
    height: 32px; 
    width: 32px; 
    line-height: 36px; 
    -moz-border-radius: 30px; /* or 50% */ 
    border-radius: 30px; /* or 50% */ 
    color: #666; 
    background: rgba(25,25,25,0.7);
    text-align: center; 
    font-size: 1.2em;
}

.step-select {
    background-color: white; 
    color: black;
}

.purple-red-grad {
background: #6c10e0;
background: -moz-linear-gradient(-45deg, #6c10e0 0%, #f93120 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, #6c10e0), color-stop(100%, #f93120));
background: -webkit-linear-gradient(-45deg, #6c10e0 0%, #f93120 100%);
background: -o-linear-gradient(-45deg, #6c10e0 0%, #f93120 100%);
background: -ms-linear-gradient(-45deg, #6c10e0 0%, #f93120 100%);
background: linear-gradient(135deg, #6c10e0 0%, #f93120 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c10e0', endColorstr='#f93120', GradientType=1 );
}

.green-purple-grad {
background: #01c65a;
background: -moz-linear-gradient(-45deg, #01c65a 0%, #6c10e0 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, #01c65a), color-stop(100%, #6c10e0));
background: -webkit-linear-gradient(-45deg, #01c65a 0%, #6c10e0 100%);
background: -o-linear-gradient(-45deg, #01c65a 0%, #6c10e0 100%);
background: -ms-linear-gradient(-45deg, #01c65a 0%, #6c10e0 100%);
background: linear-gradient(135deg, #01c65a 0%, #6c10e0 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01c65a', endColorstr='#6c10e0', GradientType=1 );
}

.blue-bluer-grad {
background: #3b01d3;
background: -moz-linear-gradient(-45deg, #3b01d3 0%, #2e0047 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, #3b01d3), color-stop(100%, #2e0047));
background: -webkit-linear-gradient(-45deg, #3b01d3 0%, #2e0047 100%);
background: -o-linear-gradient(-45deg, #3b01d3 0%, #2e0047 100%);
background: -ms-linear-gradient(-45deg, #3b01d3 0%, #2e0047 100%);
background: linear-gradient(135deg, #3b01d3 0%, #2e0047 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b01d3', endColorstr='#2e0047', GradientType=1 );
}

.blue-green-grad {
background: #06a0c6; /* Old browsers */
background: -moz-linear-gradient(-45deg, #06a0c6 0%, #3eb65a 100%); /* FF3.6-15 */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#06a0c6), color-stop(100%,#3eb65a)); /* Chrome4-9,Safari4-5 */
background: -webkit-linear-gradient(-45deg, #06a0c6 0%,#3eb65a 100%); /* Chrome10-25,Safari5.1-6 */
background: -o-linear-gradient(-45deg, #06a0c6 0%,#3eb65a 100%); /* Opera 11.10-11.50 */
background: -ms-linear-gradient(-45deg, #06a0c6 0%,#3eb65a 100%); /* IE10 preview */
background: linear-gradient(135deg, #06a0c6 0%,#3eb65a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06a0c6', endColorstr='#3eb65a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.violet-fuchsia-grad {
background: #d21871; /* Old browsers */
background: -moz-linear-gradient(-45deg, #d21871 0%, #7f55a3 100%); /* FF3.6-15 */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#d21871), color-stop(100%,#7f55a3)); /* Chrome4-9,Safari4-5 */
background: -webkit-linear-gradient(-45deg, #d21871 0%,#7f55a3 100%); /* Chrome10-25,Safari5.1-6 */
background: -o-linear-gradient(-45deg, #d21871 0%,#7f55a3 100%); /* Opera 11.10-11.50 */
background: -ms-linear-gradient(-45deg, #d21871 0%,#7f55a3 100%); /* IE10 preview */
background: linear-gradient(135deg, #d21871 0%,#7f55a3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d21871', endColorstr='#7f55a3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#entdecken-babylon {
background: #06a0c6; /* Old browsers */
background: -moz-linear-gradient(-45deg, #06a0c6 0%, #d21871 100%); /* FF3.6-15 */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#06a0c6), color-stop(100%,#d21871)); /* Chrome4-9,Safari4-5 */
background: -webkit-linear-gradient(-45deg, #06a0c6 0%,#d21871 100%); /* Chrome10-25,Safari5.1-6 */
background: -o-linear-gradient(-45deg, #06a0c6 0%,#d21871 100%); /* Opera 11.10-11.50 */
background: -ms-linear-gradient(-45deg, #06a0c6 0%,#d21871 100%); /* IE10 preview */
background: linear-gradient(135deg, #06a0c6 0%,#d21871 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06a0c6', endColorstr='#d21871',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/* Nav scroll stuff, hold on to your butts */

#header .navbar {
  background: rgba(0,0,0,.9);
}

.home #header .navbar {
  background: rgba(0,0,0,0);
}

.navbar {
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.navbar.scrolled {
    background: rgb(90, 90, 90); /* IE */
    background: rgba(0,0,0,.9) !important; /* NON-IE */
}

.navbar-collapse .in > .navbar {
    background: rgba(0,0,0,.9) !important;
}

.rounded-white {
color: #666;
background-color: white;
border-radius: 24px;
}

.soft-shadow {
-webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.16);
-moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.16);
box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.16);
}

.white p a {
    color:white;
    text-decoration: underline;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.intrinsic-container {
  position: relative;
  height: 0;
  overflow: hidden;
}
 
/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
  padding-bottom: 56.25%;
}
 
/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
  padding-bottom: 75%;
}
 
.intrinsic-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

.format-video .featured-image  { max-height: none !important; }
.kksr-legend span {display: inline-block !important; }
.kksr-legend span {padding-bottom: 20px; }

.fa-refresh:before { display:none !important; }
.cleeng-checkout-main-container { padding-bottom:550px !important; }
.cleeng-checkout-loader {display: none !important;}

.hidden-xs-inline{
    display: inline-block !important;
}

html {-font-smoothing: antialiased; }

.rw-report-link a {display: none !important; visability: none !important;}

/* kill discover */
#menu-item-460 {display: none !important; visability: none !important;}

.background-blur {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

span.avoidwrap { display:inline-block; }
 