 @import url(https://fonts.googleapis.com/css?family=Raleway:400,500,700);
/* ds_xs / ds_sm / ds_md / ds_lg */

html, body {
	height: 100%;
	font-size: 14px;
}
body {
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-weight: 400;
	margin: 0;
	padding: 0;
	background-color: #fff;
	/* if nav fixed*/
	/*padding-top: 60px;*/
}
/* colors */

/* colors */

.color_0 {
	color: #fff;
}
.color_1 {
	color: #CF0A26;
}
.color_2 {
	color: #E09C5B;
}
.color_3 {
	color: #2D4569;
}
.color_4 {
	color: #F9B94D;
}
.color_5 {
	color: #D45947;
}
.bgcolor_0 {
	background-color: #FFF;
}
.bgcolor_1 {
	background-color: #EE5B30;
}
.bgcolor_2 {
	background-color: #E09C5B;
}
.bgcolor_3 {
	background-color: #2D4569;
}
.bgcolor_4 {
	background-color: #F9B94D;
}
.bgcolor_4 {
	background-color: #D45947;
}



.bgimg_cover {
	background-size:cover;
}
.bgimg_cover_1 {
	background-image:url(../images/bg_top.png);
	background-repeat:repeat-x;
}
.bgimg_cover_fixed {
	background-attachment: fixed;
}

/* areas */

#bg_top_over {
	font-size: 1rem;
	color: #999;
}
#bg_top_over a {
	color: #777;
}
#bg_head {
	padding-top: 1rem;
	padding-bottom: 1rem;	
}
#bg_head h1 {
	color: #333;
	font-weight: 700;
	font-size: 	1.3rem;
	margin-top: 7px;
}
.ds_xs #bg_head h1 {
	font-weight: 700;
	font-size: 	1.3rem;
	margin-top: 5px;
}
#container_top {
}
#main_content {
	min-height: 450px;
}
#main_right {
}
.container {
}
.container-fluid {
}
.row {
}
/* TEXT */

h1, h2, h3, h4 {
	color: #EE5B30;
	font-size: 28px;
	font-weight: 500;
	margin-top: 30px;
}


div.char_alpha {
	background-color: #E09C5B;	
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	margin-top: 20px;	
	margin-bottom: 20px;		
	padding: 2px;
	padding-left: 10px;
}


h1 {
}

h2 {
	font-size: 22px;
	line-height: 28px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 18px;
	font-weight: 500;
	margin: 0px;
}

p {
	margin-bottom: 30px;
}

p.small {
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 20px;
}
sup {
	top: -4px;
	font-size: 50%;
}

a {
	color: #EE5B30;
}

a:hover {
	color: #666;
}

a, a:hover, a:active, a:focus  {
   outline: 0;
}

#main_content a {
	color: #EE5B30;
	font-weight: bold;
}
#main_content a:hover {
	text-decoration: underline;
}


#main_content a.btn {
	color: #fff;	
}



#main_content a.atcb-link {
	color: #fff;	
}

strong {
	color: #333;
	font-weight: 700;
}
em {
}

#device_size.ds_xs .form-phone .form-control {
	width: 90%;
	float: right;
}

.row-divider {
	border-color: #D7D7D7;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	margin: 30px 0 30px;
	padding-bottom: 9px;
}




button.btn, button.btn  strong {
	font-size: 1.2rem;
	color: fff;
	font-weight:bold;
	background-color: #EE5B30;
	border-color: #999;
}


/* Tablet and bigger */
@media ( min-width: 768px ) {
    .grid-divider {
        position: relative;
        padding: 0;
    }
    .grid-divider>[class*='col-'] {
        position: static;
    }
    .grid-divider>[class*='col-']:nth-child(n+2):before {
        content: "";
        border-left: 1px solid #DDD;
        position: absolute;
        top: 0;
        bottom: 0;
    }
    .col-padding {
        padding: 0 15px;
    }
}



/*

#main_content ul {
	line-height: 21px;
	padding-left: 22px;
}
#main_content ul li {
	padding-bottom: 10px;
}
#main_right li {
	display: block;
}

#main_right li:before {

    content: "\e080";
	font-family: 'Glyphicons Halflings';
	font-size: 9px;
	float: left;
	margin-top: 0px;
	margin-left: -17px;
	color: #fff;
}
*/

/* -- NAV -- */

#navbar_main  .nav {
	padding-top: 3px;
	font-weight: bold;

}

#navbar_main a {
	color: #fff;
	font-size: 1.2rem;	
}
#navbar_main a:hover {
	color: #f00;
}
#navbar_main a.dropdown-item {
	color: #666;
}
.ds_xs .dropdown-menu {
	display: none;
	left: -4000px;
}
.ds_xs #navbar_main .nav-item {
	float:left;
	width: 100%;
	text-align: center;
	font-size: 1.3rem;
	margin-left: 0;
}
.ds_xs #navbar_main .dropdown-toggle {
}
/* -- FOOTER -- */

#navbar_footer, #navbar_footer strong  {
	color: #fff;
}

#navbar_footer a {
	color: #fff;
}


/* carousel - fade hack, nicht optimal*/

.carousel-fade .carousel-inner>.carousel-item {
	transition-property: opacity;
}

.carousel-fade .carousel-inner>.carousel-item
.carousel-fade .carousel-inner>.carousel-item.active.left, 
.carousel-fade .carousel-inner>.carousel-item.active.right {
	opacity: 0;
	left: 0;	
}

.carousel-fade .carousel-inner>.carousel-item.active, 
.carousel-fade .carousel-inner>.carousel-item.next, 
.carousel-fade .carousel-inner>.carousel-item.prev, 
.carousel-fade .carousel-inner>.carousel-item.active.left,
.carousel-fade  .carousel-inner>.carousel-item.active.right { 
	left: 0;
    transform: translate3d(0, 0, 0);
}


.carousel-fade .carousel-inner>.carousel-item.activ,
.carousel-fade .carousel-inner>.carousel-item.next.left, 
.carousel-fade .carousel-inner>.carousel-item.next.right {
	left: 0;		
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -moz-animation: fadein 2s; /* Firefox */
    -ms-animation: fadein 2s; /* Internet Explorer */
    -o-animation: fadein2s; /* Opera */
    animation: fadein 2s;	
}

.carousel-fade .carousel-inner>.carousel-item.prev {
	left: 0;		
    -webkit-animation: fadeout 3s; /* Safari and Chrome */
    -moz-animation: fadeout 3s; /* Firefox */
    -ms-animation: fadeout 3s; /* Internet Explorer */
    -o-animation: fadeout3s; /* Opera */
    animation: fadeout 3s;	
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}​

/* Opera */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}​


@keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}

/* Firefox */
@-moz-keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}

/* Safari and Chrome */
@-webkit-keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}

/* Internet Explorer */
@-ms-keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}​

/* Opera */
@-o-keyframes fadeout {
    from { opacity: 0; }
    to   { opacity: 1; }
}​










.center-all {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 50%;
}


.vertical-center {
	display: flex;
	align-items: center;
}
.vertical-center img {
	margin: auto auto auto;
}
.carousel-inner .item {
	height: 100%;
	position: relative;
}
.carousel-inner .vertical-center img {
	position:relative;
	left: 50%;
	top:50%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.carousel-inner {
	/*height: 180px;*/
}
.carousel-inner div, .carousel-inner div a {
	height: 100%;
}




/* carousel bg-full */


.carousel-full-bg,
.carousel-full-bg .carousel-item,
.carousel-full-bg .active {
    height: 100%;
}

.carousel-full-bg .carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.carousel-full-bg .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}











.table-logos {
	background-color: #fff;
}
.table-logos tbody tr {
	border: 0px;
}
.table-logos tbody tr td {
	text-align: center;
	vertical-align: middle;
	border: 0px;
	margin: 0px;
	padding: 20px 0px 20px 0px;
}
.section_interview img {
	margin-right: 10px;
	margin-bottom: 50px;
}
.thumbnail.with-caption {
	display: inline-block;
	background: #f5f5f5;
}
.thumbnail.with-caption p {
	margin: 0;
	padding-top: 0.5em;
}
.thumbnail.with-caption small:before {
	content: '\2014 \00A0';
}
.thumbnail.with-caption small {
	width: 100%;
	text-align: right;
	display: inline-block;
	color: #999;
}
.video-section .pattern-overlay {
	background-color: rgba(71, 71, 71, 0.59);
	padding: 110px 0 32px;
	min-height: 496px;/* Incase of overlay problems just increase the min-height*/
}
.video-section h1, .video-section h3 {
	text-align:center;
	color:#fff;
}
.video-section h1 {
	font-size:110px;
	font-weight:bold;
	text-transform: uppercase;
	margin: 40px auto 0px;
	text-shadow: 1px 1px 1px #000;
	-webkit-text-shadow: 1px 1px 1px #000;
	-moz-text-shadow: 1px 1px 1px #000;
}
.video-section h3 {
	font-size: 25px;
	font-weight:lighter;
	margin: 0px auto 15px;
}


.video-section .buttonBar {
	display:none;
}
.player {
	font-size: 1px;
}





/********************* Icons **************************/

.azm-social {
	margin: 0;
	padding: 0;
	display: inline-block;
	color: #fff;
	text-align: center;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.azm-social:hover, .azm-social:focus, .azm-social:active {
	outline: 0;
	opacity: 0.8;
	color: #fff;
}
#main_content a.azm-social, #main_content a.azm-social:hover, .azm-social a {
	color: #fff;
}
.azm-size-32 {
	width: 32px;
	height: 32px;
	margin: 5px;
	padding-top: 8px;
	font-size: 14px;
	line-height: 14px;
}
.azm-size-48 {
	width: 48px;
	height: 48px;
	margin: 8px;
	padding-top: 13px;
	font-size: 21px;
	line-height: 21px;
}
.azm-size-64 {
	width: 64px;
	height: 64px;
	margin: 10px;
	padding-top: 16px;
	font-size: 28px;
	line-height: 28px;
}
.azm-r-square {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.azm-circle {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.azm-btn {
	height: 48px;
	margin: 8px;
	padding: 13px 17px;
	font-size: 14px;
	line-height: 21px;
	font-weight: 300;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.azm-btn i {
	padding-right: 27px;
	font-size: 21px;
	line-height: 21px;
	vertical-align: top;
}
.azm-btn i:after {
	content: "";
	position: absolute;
	top: -8px;
	left: 70%;
	width: 1px;
	height: 36px;
	background: #ccc;
	background: rgba(255, 255, 255, 0.3);
}
.azm-border-bottom {
	padding-top: 12px;
	border-bottom: 4px solid rgba(0, 0, 0, 0.1);
}
.azm-pill {
	-moz-border-radius: 400px;
	-webkit-border-radius: 400px;
	border-radius: 400px;
}
.azm-gradient {
	position: relative;
	overflow: hidden;
}
.azm-gradient:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0.4)), color-stop(100%, rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0) 100%); /* W3C */
}
.azm-shadow-left {
	position: relative;
	overflow: hidden;
}
.azm-shadow-left:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
}
.azm-shadow-bottom {
	position: relative;
	overflow: hidden;
}
.azm-shadow-bottom:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 50%;
	background: rgba(0, 0, 0, 0.1);
}
.azm-android {
	background: #8ec147;
}
.azm-apple {
	background: #777;
}
.azm-behance {
	background: #0077ff;
}
.azm-bitcoin {
	background: #f79012;
}
.azm-buysellads {
	background: #c90100;
}
.azm-codepen {
	background: #444;
}
.azm-css3 {
	background: #0270bb;
}
.azm-delicious {
	background: #31a9ff;
}
.azm-deviantart {
	background: #05cc47;
}
.azm-digg {
	background: #0093cc;
}
.azm-dribbble {
	background: #ea4c89;
}
.azm-dropbox {
	background: #007ee5;
}
.azm-drupal {
	background: #0073ba;
}
.azm-email-1 {
	background: #35c7ed;
}
.azm-email-2 {
	background: #35c7ed;
}
.azm-facebook {
	background: #4862a3;
}
.azm-flickr {
	background: #ff1981;
}
.azm-foursquare {
	background: #f04d7a;
}
.azm-git {
	background: #f64d27;
}
.azm-github {
	background: #999;
}
.azm-google {
	background: #3f85f4;
}
.azm-google-plus {
	background: #dd4b39;
}
.azm-html5 {
	background: #e54d26;
}
.azm-instagram {
	background: #3d6b92;
}
.azm-joomla {
	background: #fc8f30;
}
.azm-jsfiddle {
	background: #4679bd;
}
.azm-lastfm {
	background: #df1c23;
}
.azm-linkedin {
	background: #0177b5;
}
.azm-linux {
	background: #39a6df;
}
.azm-maxcdn {
	background: #ff5b02;
}
.azm-medium {
	background: #333;
}
.azm-pagelines {
	background: #444;
}
.azm-paypal {
	background: #009cde;
}
.azm-pinterest {
	background: #db242c;
}
.azm-reddit {
	background: #ff4500;
}
.azm-rss {
	background: #fc8f55;
}
.azm-share {
	background: #01924b;
}
.azm-skype {
	background: #00aff0;
}
.azm-slideshare {
	background: #0679b5;
}
.azm-soundcloud {
	background: #ff4e00;
}
.azm-spotify {
	background: #84bd00;
}
.azm-stack-exchange {
	background: #366fb3;
}
.azm-stack-overflow {
	background: #07c;
}
.azm-stumbleupon {
	background: #ea4b24;
}
.azm-trello {
	background: #026aa7;
}
.azm-tumblr {
	background: #2c4762;
}
.azm-twitter {
	background: #55acee;
}
.azm-vimeo {
	background: #44bbff;
}
.azm-vine {
	background: #00bf8f;
}
.azm-vk {
	background: #6281a3;
}
.azm-whatsapp {
	background: #59ac23;
}
.azm-windows {
	background: #00bcf2;
}
.azm-wordpress {
	background: #1e8cbe;
}
.azm-xing {
	background: #006464;
}
.azm-yahoo {
	background: #5210c4;
}
.azm-yelp {
	background: #c41200;
}
.azm-youtube {
	background: #d02022;
}
.azm-youtube-play {
	background: #d02022;
}
/***** long shadows *****/
.azm-long-shadow {
	overflow: hidden;
}

