@charset "utf-8";

/* CSS Document */

body.local {
    background:#000;
    font-family: 'Roboto', sans-serif;
    font-weight: 100; /* Roboto Light */
    color: #fff;
    position: relative;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#main-container {
    max-width: 1600px;
    margin: auto;
    color:#fff;
    font-size:16px;
    line-height:24px;
    position:relative;
    z-index: 100;
    display: block;
    overflow-x: none;
}

.container-fluid {
    max-width: 1600px;
    width: 100%;
    padding: 0 50px;
    margin: 0 auto;
}

#main-container h1,#main-container h2,#main-container h3,#main-container h4,#main-container h5 {
    font-weight: 200; /* Roboto Light */
    margin:0;
    padding:0;
    color:#fff;
}

#main-container h1 {
    font-size:72px;
    line-height:72px;
    padding-bottom: 22px;
}

#main-container h2 {
    font-size:42px;
    line-height:42px;
    padding-bottom: 25px;
    font-weight: 100;
}

#main-container h3 {
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 10px;
}

#main-container h4 {
    font-size:30px;
    line-height:30px;
    padding-bottom: 5px;
    padding-bottom: 5px;
    font-weight: 400;
}

#main-container h5 {
    font-size:24px;
    line-height:16px;
    text-transform:uppercase;
    color: #808080;
    padding-bottom: 3px;
}

#main-container p, #main-container ul {
    margin:0;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 200;
    margin-bottom: 16px;    
}

#main-container #main-container ul {
    list-style: none;
    padding-left: 0;
}

/* CUSTOM CODE SP */
#main-container strong {
    color:#fff;
}
#ci-cs {
    background-image: url(../images/CI_overview_casestudy_promedica.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 720px;
    background-position: bottom center;
    padding: 0;
}
#flash-cs {
    background-image: url(../images/flash_overview_casestudy_fresenius.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 720px;
    background-position: bottom center;
    padding: 0;
}
.ci-cs-block {
    padding: 45px;
    background-color: rgba(34, 34, 34, 0.9);
    height: 700px;
    margin-top: 20px;
}
.play-button {
    width: 52px;
    height: 52px;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(../images/play-button.png);
    background-repeat: no-repeat;
    background-size: 52px;
}
#ci-cs a.video-button, #flash-cs a.video-button {
    display: block;
    height: 700px;
}
#ci-cs a.video-button:hover .play-button, #flash-cs a.video-button:hover .play-button {
    background-position:  0 -52px;
}

.section-subtitle {
    font-size: 18px;
    margin-bottom: 18px;
    font-weight: 400;
    color: #fff;
}


.section-small-title {
    color:#007db8;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
}
#main-container h3.section-sub-title {
    font-size: 24px;
}

#main-container h2.section-big-title {
    padding: 0 ;
    font-weight: 200 ;
    margin: 14px 0 36px;
    font-size: 36px;
}



#main-container a {
    clear: both;
    color: #007DB8;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    cursor: pointer;
    display: table;
    -moz-transition: .2s ease all;
    -o-transition: .2s ease all;
    -webkit-transition: .2s ease all;
    transition: .2s ease all;
}
#main-container a:hover {
    color: #07a;
	text-decoration: underline;
}
#main-container p a {
    clear: none;
    display: inline-block;
}
#main-container a.cta-outline, a.cta-outline:link {
    padding:10px 13px;
    border:2px solid #007db8;
    margin-top: 42px;
    margin-bottom: 28px;
    color: #fff;

}
#main-container a.cta-outline:hover, a.cta-outline:link:hover {
    background-color: #007db8;
    text-decoration: none;
}

#ci-chat-banner {
    background: #222;
    padding:20px;
}

.banner-title {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    padding-bottom: 5px;
}
.banner-content {
    font-size: 16px;
	line-height: 24px;
	color: #aaa;
    text-align: center;
}
.banner-left {
    border-right: 1px solid #727271;
}
.banner-right > div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.chat-banner-icon {
    margin:0 20px;
}

.matrix-block {
    width: 50%;
    height: 100px;
    background: red;
}
.matrix-block-1 {
    
}
/* MEDIA QUERIES */

@media (max-width: 1279px) { /* lg */
    
}

/* Small Desktop -md */
@media (max-width: 1089px) { /* md */
    
}
@media (min-width: 1089px) {
}

@media (max-width: 1150px) { /* md */
}

/* Tablet -sm */
@media (max-width: 979px) { /* sm */

    .container-fluid {
        padding: 0
    }
    #ci-cs, #ci-cs a.video-button, #flash-cs, #flash-cs a.video-button {
        height:550px;
    }
    .cs-cs-block-container {
        padding: 0;
    }
    .ci-cs-block {
        margin-top: 0;
        height: auto;
    }
    
}

@media (max-width: 768px) { 
    
}

@media (max-width: 640px) { /* xs */

    .container-fluid {
        padding: 0
    }

    .banner-right {
        margin: 40px 0;
        text-align: center;

    }
    .banner-right > div {
        position: relative;
        transform: initial;
    }
    .banner-right a {
       display: block;
    }
    .banner-left {
        border-right: none;
    }
    .chat-banner-icon {
        margin-left: 0;
    }

    #ci-cs, #ci-cs a.video-button, #flash-cs, #flash-cs a.video-button {
        height:180px;
		background: none;
    }
	
	#ci-cs, #flash-cs {
        height:auto;
    }
	#ci-cs a.video-button {
		background-image: url(../images/CI_overview_casestudy_promedica.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top center;
	
	}
	#flash-cs a.video-button {
        background-image: url(../images/flash_overview_casestudy_fresenius.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top center;
    }
    .cs-cs-block-container {
        padding: 0;
    }
    .ci-cs-block {
        margin-top: 0;
        height: auto;
    }
	
	#main-container h2.section-big-title {
		font-size: 24px;
		line-height: 30px;
		margin: 14px 0 10px;
	}
	
	#main-container h3.section-sub-title {
		font-size: 18px;
		line-height: 24px;
	}
	
	#main-container p, #main-container ul {

		color: #aaa;
		font-size: 16px;
		line-height: 24px;

	}
	
	.banner-title {
		font-size: 20px;
		line-height: 24px;

	}
	
	#ci-chat-banner {

		padding-bottom: 0;
	}
}

@media only screen and (max-width: 480px) {
    
}


@media screen and (min-width: 40em)
{
    #main-container .container-fluid {
        padding: 0 17px;
        padding-left:17px !important;
        padding-right:17px !important;
        max-width: 1600px;
    }

    #dew-wts .container-fluid {
        padding: 0 !important;
    }
}
@media screen and (min-width: 61.25em)
{
    #main-container .container-fluid {
        padding: 0 20px;
        padding-left:20px !important;
        padding-right:20px !important;
    }
   
}
@media screen and (min-width: 80em)
{
    #main-container .container-fluid {
        padding-left:50px !important;
        padding-right:50px !important;
    }
}
@media screen and (min-width: 100em)
{
    #main-container .container-fluid {
        padding-left:90px !important;
        padding-right:90px !important;
    }

}