@import url('../icons/css/fontello.css');        
        
/**********************************
    General
***********************************/
.containerCB {
    margin:0;
    font-family: "Open Sans", sans-serif;
    font-size:90%; 
    line-height:1.7;
}

/*miro and niki*/

.containerCB{
	text-align: initial;
}

.containerCB div{
    margin:auto;
}

.containerCB .center p {
	text-align: center;
}

.row-tool div{
    text-align:center;
}

.containerCB p, .containerCB h4{
   line-height:1.7; 
   font-size: 100%;
}

.containerCB p{
    margin: 16px 0;
}

/*end*/
.containerCB h1, .containerCB h2, .containerCB h3, .containerCB h4, .containerCB h5, .containerCB h6 {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}        
.containerCB h1 {font-size: 2.37em;}
.containerCB h2 {font-size: 1.83em;}
.containerCB h3 {font-size: 1.39em;}
.containerCB h4 {font-size: 1.1em;}
.containerCB h5 {font-size: 0.98em;}
.containerCB h6 {font-size: 0.85em;}
.display h1 {
    font-weight: 800;
    font-size: 2.8em;
    line-height:1.4;
    text-transform: uppercase;
}
.display p {
    font-size: 1.5em;
    font-style: italic;
}
.containerCB a {color: #08c9b9;}
.containerCB hr {border:none;border-top: rgba(0, 0, 0, 0.18) 1px solid;margin-top: 2em;margin-bottom: 2em;}    
.containerCB img {max-width:100%;}
figure {margin:0}


/* FIX: Preventing Chrome from wrapping text with span-style (when editing) */
.display h1 span {font-size: 2.8em;line-height:1.4;}
.display p span {font-size: 1.5em;line-height:1.7;}
h1 span {font-size: 2.37em;line-height:1.7;}
h2 span {font-size: 1.83em;line-height:1.7;}
h3 span {font-size: 1.39em;line-height:1.7;}
h4 span {font-size: 1.1em;line-height:1.7;}
h5 span {font-size: 0.98em;line-height:1.7;}
h6 span {font-size: 0.85em;line-height:1.7;}
.containerCB p span {font-size: 14px; line-height: 1.7;}
.containerCB li span {font-size: 14px; line-height: 1.7;}

/**********************************
    Printing
***********************************/
@page {
    size: auto;   /* auto is the current printer page size */
    margin: 20mm 0;   /* this affects the margin in the printer settings */
}

/**********************************
    Grid
***********************************/
.containerCB {
    margin: 0 auto;
    max-width: 970px;
    width: 90%;
}
@media (min-width: 33rem) { /* 40rem */
    .column {
        float: left;
        padding-left: 1.3rem; /* 1rem */
        padding-right: 1.3rem;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .column.full { width: 100%; }
    .column.two-third { width: 66.7%; }
    .column.two-fourth { width: 75%; }
    .column.two-fifth { width: 80%; }
    .column.two-sixth { width: 83.3%; }
    .column.half { width: 50%; }
    .column.third { width: 33.3%; }
    .column.fourth { width: 25%; }
    .column.fifth { width: 20%; }
    .column.sixth { width: 16.6%; }
    .column.flow-opposite { float: right; }  
}
.clearfix:before, .clearfix:after {content: " ";display: table;}
.clearfix:after {clear: both;}
.clearfix {*zoom: 1;}

   
/**********************************
    Elements
***********************************/

.center {text-align:center}
.right {text-align:right}
.left {text-align:left}

img.circle {border-radius:500px;margin-top:0;}
img.bordered {border: #ccc 1px solid;}

.embed-responsive {position: relative;display:block;height:0;padding:0;overflow:hidden;} 
.embed-responsive.embed-responsive-16by9 {padding-bottom: 56.25%;}
.embed-responsive.embed-responsive-4by3 {padding-bottom: 75%;}
.embed-responsive iframe {position: absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0;}

.column > img, 
.column > figure, 
.column > .embed-responsive {
    margin-top: 1em;margin-bottom: 1em;
}

.list {position:relative;margin:1.5em 0;}
.list > i {position:absolute;left:-3px;top:-3px;font-size:2em;}
.list > h2, .list > h3 {margin: 0 0 0 50px}
.list > p {margin: 0 0 0 50px}

.quote {position:relative;margin:1.5em 0;}
.quote > i {position: absolute;top: -10px; left: -7px;font-size: 2em;color:rgba(51,51,51,0.44);}
.quote > small {margin-left:50px;opacity: 0.7;font-size: 1em;}
.quote > p {margin-left:50px;font-size: 1.5em;}

.btn {
    padding: 10px 30px;
    font-size: 1.3em;
    line-height: 2em;
    border-radius: 6px;

    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;    
}

.btn.btn-primary {color: #ffffff;background-color: #08c9b9;}
.btn.btn-primary:hover {color: #ffffff;background-color: #07b0a2;border-color: #07b0a2;}
.btn.btn-default {color: #333333;background-color: #d3d3d3;}
.btn.btn-default:hover {color: #111;background-color: #ccc;border-color: #ccc;}

.social a > i {text-decoration:none;color:#333;font-size:1.5em;margin:0 5px 0 0;-webkit-transition: all 0.1s ease-in-out;transition: all 0.1s ease-in-out;}
.social a:hover > i {color:#08c9b9;}


/**********************************
    Header Image with Caption
***********************************/
figure.hdr {
	position: relative;
	width: 100%;
	overflow:hidden;
    background-color: #000;   
}
figure.hdr img {
	position: relative;
	display: block;
	width: 100%;
	opacity: 0.8;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;	
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
figure.hdr:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.hdr figcaption {
   	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60%; 
	padding: 0 2.5em;
	color: #fff;
	font-size: 1.55em;
	text-align: center;
	box-sizing: border-box;
	z-index:1;
}
/* Text */
figure.hdr h2 {
	font-weight: 300;
	text-transform: uppercase;
}
figure.hdr h2 span {
	font-weight: 800;
}
figure.hdr p {
	letter-spacing: 1px;
	font-size: 68.5%;
	text-transform: uppercase;
}
figure.hdr h2, figure.hdr p {
	margin: 0;
	z-index:10000;
}
/* Cosmetic */
figure.hdr div {
	height: 100%; 
	z-index:0;
}
figure.hdr div::before,
figure.hdr div::after {
	position: absolute;
	content: '';
}
/* One */
figure.one div::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
figure.one div::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
/* Two */
figure.two div::before {
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
figure.two div::after {
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
/* Three */
figure.three figcaption {
	height: 70%; 
}
figure.three p {
	margin: 1em 0 0;
	padding: 2em;
	border: 1px solid #fff;	
} 
/* Four */
figure.four figcaption {
	height: 60%; 
	text-align: left;
}
figure.four p {
	position: absolute;
	right: 50px;
	bottom: 50px;
	left: 50px;
	padding: 2em;
	border: 7px solid #fff;
}
/* Five */
figure.five figcaption {
	height: 100%; 
	text-align: right;
}
figure.five h2 {
    position: absolute;
    left: 50px;
	right: 50px;
	top: 10%;
	border-bottom: 5px solid #fff;
}
figure.five p {
	position: absolute;
	right: 50px;
	bottom: 10%;
}
/* Six */
figure.six figcaption {
	height: 70%;
}
figure.six h2 {
    padding-bottom: 3%;
	border-bottom: 1px solid #fff;
}
figure.six p {
	padding-top: 6%;
}
/* Seven */
figure.seven figcaption {
	height: 90%;
	text-align:left;
}
figure.seven h2 {
	border-bottom: 3px solid #fff;
}
figure.seven p {
    padding-top: 1em;
}
/* Eight */
figure.eight figcaption {
	height: 100%; 
	text-align: right;
}
figure.eight h2 {
	position: absolute;
	left: 50%;
	right: 50px;
	bottom: 10%;
}
figure.eight p {
    position: absolute;
    left: 50px;
	right: 50%;
	top: 10%;
	padding-right:0.5em;
	border-right: 1px solid #fff;
}

/*--Slideshows css--*/
.embed-slideshow {padding-top:15px; padding-bottom:15px;max-width:none !important;}
.embed-slideshow .nivo-slice img {max-width:none;} 
.embed-slideshow .nivo-caption a,.embed-slideshow .nivo-caption p{display:inline-block !important;color:white;}
.embed-slideshow .sshow{z-index:0;overflow:hidden;}
.embed-slideshow .wraps{margin:5px;position:relative;background:url("../../../extimages/scripts/loader.gif") no-repeat top;}
.embed-slideshow .wraps .nivo-main-image{width:100%;}
.embed-slideshow .wraps .s_title{font: 20px/24px "Lucida Grande",Verdana,sans-serif;color:#FEFEFE;}
.embed-slideshow .wraps .s_slogan{font: 12px/16px "Lucida Grande",Verdana,sans-serif;color:#FEFEFE;}
.embed-slideshow .wraps .nivo-caption{padding: 6px;background: rgba(0,0,0,0.6);position:absolute;bottom:0;height:auto;left:0px;right:0;z-index:89;display:block;}
.embed-slideshow .nivo-directionNav a{height:30px;width:30px;text-indent:-9999px;position:absolute;top:15%;z-index:90;cursor:pointer;background:url("../../../images/arrows.png") no-repeat;}
.embed-slideshow .nivo-bullets nivo-controlNav{height:20px;width:100%;background:white;}
.embed-slideshow .nivo-bullets a{background: url("../../../extimages/bullets1.png") 0 0;display: block;float:left;height: 20px;text-indent: -9999px;width: 19px;}
.embed-slideshow .nivo-bullets a.active{background-position: 0 -20px;}
.embed-slideshow .nivo-thumbs-enabled img{border-radius:2px;cursor:pointer;display:inline;margin: 2px 2px 0 0;position: relative;width: 60px;}
.embed-slideshow .nivo-thumbs-enabled .active{opacity: 0.8;}
.embed-slideshow a.nivo-prevNav{left:5px;}
.embed-slideshow a.nivo-nextNav{right:5px;background-position: -30px 0;}
.embed-slideshow .thumb_mask{display:inline-block;}
.embed-slideshow a.mbox {margin-right:2px; }
/*--multibox type=3--*/
.embed-slideshow.multibox.ss_rounded a.mbox{border-radius: 50px;}
.embed-slideshow.multibox a.mbox {
	margin: 0 0 4px 4px;	
	position: relative;
	display: inline-block;
	width: 150px;
	height: 100px;
	overflow: hidden;
}
.embed-slideshow.multibox_single:not(.ss_rounded) a.mbox img{border-radius: 0px !important;}
.embed-slideshow.multibox_single a.mbox{display: block;position: relative;}
.responsive .embed-slideshow.multibox_single img{
	background-size: cover;
	width: 100% !important;
	height: auto !important;
}
.embed-slideshow.multibox_single a.mbox:before{
	padding-top: 31%;
	padding-bottom: 30%;
	position: absolute;
	text-decoration: none;
	z-index: 2;
	color: white;
	opacity: 0;
	text-align: center;
	width: 100%;
	font-style: normal;
	font-weight: normal;
	speak: none;
	font-size: 63px;
}
.embed-slideshow.multibox img, .embed-slideshow .nivo-control img{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: auto;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.embed-slideshow {text-align:center !important}
.embed-slideshow.multibox .thumb_mask{max-width: 616px;}
.embed-slideshow.multibox .OverlayIcon{
	background:none;
	color:white;
	width: 100%;
	height: 100%;
	border-radius:0px; 
	right:0;	
	text-align: center;
	padding-top: 35%;
	position: absolute;
	z-index: 2;
}
.embed-slideshow.multibox .OverlayIcon:hover:before, .embed-slideshow.multibox_single a.mbox:hover:before{
	visibility: visible;	
	transition: opacity .2s ease-out;
	-moz-transition: opacity .3s ease-out;
	-webkit-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	opacity: 0.7;
}
.embed-slideshow.multibox .OverlayIcon:before {
	font-style: normal;
	font-weight: normal;
	speak: none;
	text-decoration: inherit;
	font-size: 39px;
	visibility:hidden;
	opacity:0;
}
.embed-slideshow a.nivo-control {
	border-radius:2px;
	width:64px;
	height:38px;
	overflow:hidden;
	display:inline-block;
	position:relative;
	margin:2px 2px 0 0;
}
.embed-slideshow .s_title{line-height: 1 !important}
.embed-slideshow div{line-height: 0}
.embed-slideshow img{line-height: 0 !important;}
.row.clearfix .elements_responsive{width: 98% !important;}
.responsive div[class^="slideshow2_main_"]{max-width:none !important;}
.embed-slideshow .wraps {max-width:98% !important;}
/*--END Slideshows css--*/