﻿/*.sendoverlay
{
    background : red;
    width : 100%;height:600px !important;overflow : hidden;
    position : fixed !important ;
    z-index:20000;
}*/


        .sendspinnerloader h4 {
  position: fixed;
  bottom: 20px;
  left: 20px;
  margin: 0;
  font-weight: 200;
  opacity: 1;
	font-family: sans-serif;
  color: #f00;
  z-index : 500;
}
#loader {
  animation: animate 1.5s linear infinite;
  clip: rect(0, 80px, 80px, 40px); 
  height: 80px;
  width: 80px;
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
  z-index : 500;
}
@keyframes animate {
  0% { 
    transform: rotate(0deg)
  }
  100% { 
    transform: rotate(220deg)
  }
}
#loader:after {
  animation: animate2 1.5s ease-in-out infinite;
  clip: rect(0, 80px, 80px, 40px);
  content:'';
  border-radius: 50%; 
  height: 80px;
  width: 80px;
  position: absolute; 
} 
@keyframes animate2 {
  0% {
    box-shadow: inset #fff 0 0 0 17px;
    transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset #fff 0 0 0 2px;
  }
  100% {
    box-shadow: inset #fff 0 0 0 17px;
    transform: rotate(140deg);
  }
}

.footerphone
{
    min-width : 175px;
    
}

.contactbotttomcolumn
{
    margin-top : -15px !important;
}
html, body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
    color: #5c5c5c !important;
    /*font-weight : 300 !important;*/
}
.apploader
{
    width : 100%;position : fixed;background : rgba(255,255,255,0.95);overflow : auto;
    transition : all linear 0.15s;
    z-index : 0;
    opacity : 0;
    visibility : hidden;
}

.apploadershow
{
    z-index : 200 !important;
    opacity : 1 !important;
    visibility : visible !important;
}

.mainpagefooter p{

    font-size : 14px;
    /*font-weight : bold;*/
margin-top : 10px !important;    
}


.mainpagelogincontainer p
{
    margin-top : 50px;
}





.rounded {
  border-radius: 50% !important;
}


.inset-3 {
  padding-left: 0;
  padding-top: 13px;
}


.inline-list
{
    list-style : none;
}


.inline-list li {
  color: #3497DB;
}
.inline-list li a {
  line-height: 28px;
  border-bottom: 1px solid #3497DB;
font-size : 15px;
font-stretch : normal;
font-style : normal;
font-variant : normal;
font-weight : 300;
}
.inline-list li a:hover {
  color: #5c5c5c;
  border-bottom: 1px solid #5c5c5c;
}

.btn {
    font-family: "BenchNine", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    
}
.btn-md {
  border-radius: 5px;
  padding: 10px 32px;
  font-size: 20px !important;
  line-height: 24px;
}
.btn-primary {
  background: #3497DB;
  color: #FFF;
}
.btn-primary:focus {
  background: #ffb610;
}
.btn-primary:hover {
  background: #ffb610;
  color: #FFF;
}
.btn-primary:active {
  background: #217cbb;
}
.btn-primary-variant-1 {
  color: #FFF;
  background: #ffb610;
}
.btn-primary-variant-1:focus {
  background: #3497DB;
}
.btn-primary-variant-1:hover {
  color: #FFF;
  background: #3497DB;
}
.btn-primary-variant-1:active {
  background: #217cbb;
}


 
 

 

.mainpagefooter
{
    position : fixed;
    bottom : 0;
    height : 120px;
    z-index : 0;
}
.sk-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
    .sk-circle .sk-child:before {
        content: '';
        display: block;
        margin: 0 auto;
        width: 15%;
        height: 15%;
        background-color: #EA5924;
        border-radius: 100%;
        -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
        -moz-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
        -o-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
        animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    }
    .sk-circle .sk-circle2 {
        -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        -moz-transform: rotate(30deg);
        -o-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    .sk-circle .sk-circle3 {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        -moz-transform: rotate(60deg);
        -o-transform: rotate(60deg);
        transform: rotate(60deg);
    }
    .sk-circle .sk-circle4 {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .sk-circle .sk-circle5 {
        -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
        -moz-transform: rotate(120deg);
        -o-transform: rotate(120deg);
        transform: rotate(120deg);
    }
    .sk-circle .sk-circle6 {
        -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
        -moz-transform: rotate(150deg);
        -o-transform: rotate(150deg);
        transform: rotate(150deg);
    }
    .sk-circle .sk-circle7 {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .sk-circle .sk-circle8 {
        -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
        -moz-transform: rotate(210deg);
        -o-transform: rotate(210deg);
        transform: rotate(210deg);
    }
    .sk-circle .sk-circle9 {
        -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
        -moz-transform: rotate(240deg);
        -o-transform: rotate(240deg);
        transform: rotate(240deg);
    }
    .sk-circle .sk-circle10 {
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    .sk-circle .sk-circle11 {
        -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
        -moz-transform: rotate(300deg);
        -o-transform: rotate(300deg);
        transform: rotate(300deg);
    }
    .sk-circle .sk-circle12 {
        -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
        -moz-transform: rotate(330deg);
        -o-transform: rotate(330deg);
        transform: rotate(330deg);
    }
    .sk-circle .sk-circle2:before {
        -webkit-animation-delay: -1.1s;
        -moz-animation-delay: -1.1s;
        -o-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }
    .sk-circle .sk-circle3:before {
        -webkit-animation-delay: -1s;
        -moz-animation-delay: -1s;
        -o-animation-delay: -1s;
        animation-delay: -1s;
    }
    .sk-circle .sk-circle4:before {
        -webkit-animation-delay: -0.9s;
        -moz-animation-delay: -0.9s;
        -o-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }
    .sk-circle .sk-circle5:before {
        -webkit-animation-delay: -0.8s;
        -moz-animation-delay: -0.8s;
        -o-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }
    .sk-circle .sk-circle6:before {
        -webkit-animation-delay: -0.7s;
        -moz-animation-delay: -0.7s;
        -o-animation-delay: -0.7s;
        animation-delay: -0.7s;
    }
    .sk-circle .sk-circle7:before {
        -webkit-animation-delay: -0.6s;
        -moz-animation-delay: -0.6s;
        -o-animation-delay: -0.6s;
        animation-delay: -0.6s;
    }
    .sk-circle .sk-circle8:before {
        -webkit-animation-delay: -0.5s;
        -moz-animation-delay: -0.5s;
        -o-animation-delay: -0.5s;
        animation-delay: -0.5s;
    }
    .sk-circle .sk-circle9:before {
        -webkit-animation-delay: -0.4s;
        -moz-animation-delay: -0.4s;
        -o-animation-delay: -0.4s;
        animation-delay: -0.4s;
    }
    .sk-circle .sk-circle10:before {
        -webkit-animation-delay: -0.3s;
        -moz-animation-delay: -0.3s;
        -o-animation-delay: -0.3s;
        animation-delay: -0.3s;
    }
    .sk-circle .sk-circle11:before {
        -webkit-animation-delay: -0.2s;
        -moz-animation-delay: -0.2s;
        -o-animation-delay: -0.2s;
        animation-delay: -0.2s;
    }
    .sk-circle .sk-circle12:before {
        -webkit-animation-delay: -0.1s;
        -moz-animation-delay: -0.1s;
        -o-animation-delay: -0.1s;
        animation-delay: -0.1s;
    }

@-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}



.globalspinner {
  margin: 100px auto 0;
  width: 70px;
  text-a
n: center;
  position : fixed;
  bottom : 20px;
  right : 20px;
  z-index : 50;
  display : none;
}

    .globalspinner > div {
        width: 18px;
        height: 18px;
        background-color: #EA5924;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        -moz-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        -o-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .globalspinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        -moz-animation-delay: -0.32s;
        -o-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .globalspinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        -moz-animation-delay: -0.16s;
        -o-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0) transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0) transform: scale(1.0);
    }
}

@-moz-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        -moz-transform: scale(1.0);
        -ms-transform: scale(1.0);
        -o-transform: scale(1.0);
        transform: scale(1.0);
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        -moz-transform: scale(1.0);
        -ms-transform: scale(1.0);
        -o-transform: scale(1.0);
        transform: scale(1.0);
    }
}



.margetop
{
    margin-top : 120px;
}
.slide-social{
    display: inline-block;
    overflow: hidden;
    margin: 0 10px 10px 0;
    width: 150px;
    height: 48px;
    background: #F1F1F1;
}

.slide-social .button{
    position: absolute;
    margin: 15px 0 0 55px;
}

.slide-social a{
    display: none; /* hide flash of unstyled tweet button */
}

.icon{
    float: left;
    /*padding-top: 15px;*/
    width: 25%;
    height: 100%;
    text-align: center;
}

.icon i{
    color: #FFF;
    font-size: 1.2em;
}

.slide{
    position: relative;
    float: left;
    width: 75%;
    height: 100%;
}

.slide p{
    position: relative;
    top: 15px;
    margin: 0;
    border-left: 1px solid rgb(255,255,255); 
    border-left: 1px solid rgba(255,255,255,0.3);
    color: #FFF;
    text-align: center;
    font-weight: 600;
}

/* Brand Colours */

.google-plus{
    background: rgba(219, 74, 57, 0.75);
}

.linkedin{
    background: rgba(14, 118, 168, 0.75);
}


/* Slide Animation */

.slide-social:hover .slide{
    -webkit-transform: translate(101%, 0);
    -moz-transform: translate(101%, 0);
    -ms-transform: translate(101%, 0);
    -o-transform: translate(101%, 0);
    transform: translate(101%, 0);
}

.no-cssanimations .slide{
    display: none; /* hide in IE 8-9 */
}

.touch .slide{
    display: none; /* hide on touch devices */
}

/* Transition */

/*.slide{
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}*/

/* Example Media Queries */

@media only screen and (max-width : 30em) { /* 480px/16px = 30em */

    .slide-social{
        width: 100%;
    }

    .slide-social .button{
        position: absolute;
        margin-left: 50%;
    }
}
@font-face {
    font-family: "aller";
    src: url('/fonts/Aller_Rg.ttf');
}

.clr {
    clear: both;
}

.abs {
    position: absolute;
}


.rel {
    position: relative;
}

.topheader {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 75px;
    background-attachment: scroll;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(rgb(246, 246, 246) 0, rgb(255, 255, 255) 100%);
    background-size: auto;
    border-top-color: rgb(237, 237, 237);
    border-top-style: solid;
    border-top-width: 5px;
    clear: both;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px !important;
    padding-left : 20px;
}

.mainlogo {
    height: 40px;
    margin-top: 10px;
}

.topphone {
    float: right;
    margin-right: 20px;
}

.phonenumber {
    font: 300 14px/21px "Oswald", Arial, Helvetica, sans-serif;
    padding: 1px 0 0 25px;
    color: #666;
}

.topmenu {
    margin-top: -40px;
}

#maincontentcontainer {
    width: 100%;
    position: absolute;
    /*top : 85px !important;*/
    z-index: 1 !important;
    /*margin-top : 77px;*/
     
/*background-image: url("../images/logoRasselkafbig.jpg"), url("../images/logoRasselkafbigreverse.jpg");
background-position: left top ,right bottom ;
background-size : 800px, 150px;
background-repeat: no-repeat;*/
/*background : #fafafa;*/
/*background-image: linear-gradient(#fafafa,#fff, #fafafa);*/ 
background : #fff;
}


.serveur {
    font-weight: bold;
    /*color: #0dd5d5;*/
    font-family: 'Oswald';
    font-size: 24px;
    /*margin-top: 40px;*/
    margin-left: 40px;
    text-transform: uppercase;
    text-shadow: rgba(0, 0, 0, 0.498039) 0 1px 0;
    color : #2e4859;
}

    .serveur > span {
        /*color: #ff6701;*/
        font-size: 30px;
    }




.slidercontainer {
    height: 480px;
    position: absolute;
    z-index: 1;
    top: 77px;
    background: white;
}

.accesstext {
    margin-left: 50px !important;
    margin-top: -10px !important;
}

.accesscontainer p {
    color: #bbb;
    font-family: 'Open sans';
    font-size: 12px;
}

.sectiontitle {
    color: #007cac;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 20px;
    font-family: 'Oswald', sans-serif;
}

    .sectiontitle span {
        color: white;
        background: #007cac;
    }

.circle {
    border-radius: 100px;
    float: left;
    width: 100px;
    margin-right: 20px;
    border: 2px solid rgba(0,166,227, 0.5);
}

.circle2 {
    border-radius: 100px;
    float: right;
    width: 140px;
    margin-right: 20px;
    border: 2px solid rgba(0,166,227, 0.5);
}


.fe-h4 {
    z-index: 100;
    position: absolute;
}

.pub {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 340px;
    height: 60px;
    overflow: hidden;
    padding: 5px;
    font-family: 'PT Sans', sans-serif;
    background: rgba(255, 89, 36, 0.65);
    /*background-color: rgba(128,128,128, 0.2);*/
    border-radius: 0 3px 3px 0;
    color: rgba(255, 255, 255, 0.9);
    /*font-size: 16px;*/
    text-align: center;
    text-transform : uppercase;
    z-index: 10;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px !important;
    font-weight : bold;
    font-size : 18px;
    padding-top: 16px;
    opacity : 0;
}


.el {
    position: absolute;
    width: 100%;
    left: 5px;
    /*margin-top:-30px;*/
    text-align: left;
}

    .el > span {
        font-weight: bold;
        font-size: 18px;
        text-transform: uppercase;
    }

.patlogin {
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.patappcontainer {
    position: absolute;
    
    opacity: 0;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
     z-index :10;
    overflow : hidden;
    background-color : white;
}


.homecontactcontainer {
    position: absolute;
    top: 10px;
    width: 95%;
    height : 40px; 
    font-size : 12px;
    
    
}

.homecontactcontainer > div:first-of-type{
    
    margin-top : 10px;
    width: 100%;
    border-radius : 2px;
    /*background : rgba(0, 0, 0, 0.05);*/
    /*color : white;*/
    /*color : rgba(0,166,227, 1);*/
    font-weight : bold;
    /*text-align : center;*/
    /*float : left;*/
    padding-left : 30px !important;
    background : url('../images/g3.png') no-repeat;
    background-size : 20px;
    background-position : left center;
}


 
.homecontactcontainer > div:last-of-type{
    /*text-align : center;*/
    margin-top : -5px !important;
    padding-left : 30px !important;
    /*border-radius : 0 5px 5px 0;
    background : white;*/
    
    background : url('../images/g4.png') no-repeat;
    background-size : 20px;
    background-position : left center;
}

.socialbtn {
    width: 24px;
    height: 24px;
    overflow: hidden;
    display: block;
    /*text-indent:            -9999px; /* hide the text*/
    -moz-transition: background 300ms ease-in-out;
    -webkit-transition: background 300ms ease-in-out;
    -o-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    float: right;
}

.csbuttons-count {
    visibility: hidden !important;
    opacity: 0;
    width: 0 !important;
    height: 0 !important;
}

.socialbtnfb {
    background: url("../images/fbshare.png") bottom left;
}

.socialbtntw {
    background: url("../images/twshare.png") bottom left;
}

.socialbtngg {
    background: url("../images/ggshare.png") bottom left;
}


.socialbtn:hover {
    background-position: top left;
}

.innerpagescont {
    
    margin-top: 70px;

     margin-left: auto;
  margin-right: auto;
  width: 95% ;
  position : relative;
  padding-top : 30px;
   
}

.maintitle {
    z-index : 1;
    /*height: 40px;*/
    margin-left: 40px;
    padding-top: 10px;
    /*width: 98% !important;*/
    color : green !important;
    margin: 0 0 32px 0;
    
    font-family : BenchNine, sans-serif;

font-stretch : normal;
font-style : normal;
font-variant : normal;
font-weight : 300;

    text-transform: uppercase;
    margin-bottom : 60px;
}

h3, .h3
{
    font-size: 16px !important;
    
    color  : #EA5924 !important;
}

    .maintitle span {
        background-color: #147ead;
        /*background-color: #EA5924;*/
        
        /*margin-left: 50px;*/
        padding: 5px;
        color: white;
        margin-left : 5px;
    }



.maintitlecharte h4 {
    background: url("../images/awardtitle.png") no-repeat;
    background-position: center center;
    background-size: 18px;
    margin-top: -7px;
}

.maintitlefaq h4 {
    background: url("../images/idea.png") no-repeat;
    background-position: center center;
    background-size: 18px;
    margin-top: -7px;
}

.maintitledownload h4 {
    background: url("../images/Cloud-Download.png") no-repeat;
    background-position: center center;
    background-size: 18px;
    margin-top: -7px;
}


.maintitlecontact h4 {
    background: url("../images/contact.png") no-repeat;
    background-position: center center;
    background-size: 18px;
    margin-top: -7px;
}

.badgecontainer {
    float: right;
}

.badge {
    width: 200px;
    height: 199px;
    overflow: hidden;
    position: relative;
    background: url(../images/badge.png) no-repeat;
}

.badgereport {
    width: 200px;
    height: 199px;
    overflow: hidden;
    position: absolute;
    background: url(../images/BadgeReport.png) no-repeat;
    background-position: center bottom;
    -moz-transition: all linear 0.1s;
    -o-transition: all linear 0.1s;
    -webkit-transition: all linear 0.1s;
    transition: all linear 0.1s;
}

    .badgereport:hover {
        height: 214px;
    }

.titlelinks {
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    /*color: #009cdf;*/
    margin-left: 10px !important;
}

.desclinks {
    margin: 5px 0 !important;
    color: #444;
    margin-left: 10px !important;
}

.linkimg {
    background: none !important;
    width: 75px;
}

.linklinks {
    color: rgba(0, 156, 223, 0.43);
}

.linksicon {
    /*background:url('../images/book-open.png') no-repeat rgba(0, 156, 223, 0.55);*/
    background: url('../images/blog-post-2-medium.jpg');
    /*background:rgba(221, 75, 57, 0.48);*/
    width: 100px;
    height: 80px;
    overflow: hidden;
    /*background-size : 24px !important;*/
    background-position: center center;
    /*-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -border-radius: 3px;*/
}


.linkstable {
    margin-bottom: 25px;
}





.linkbtn {
    
    font-size: 12px;
    
    text-decoration: none;
    color: #EA5924;
    text-decoration: none !important;
    text-rendering: optimizeLegibility;
    -moz-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
    text-transform : uppercase;
    font-weight : bold;
    font-family : 'Open sans';
}

    .linkbtn:hover,
    .linkbtn:focus {
        
        color: white;
        background-color: #EA5924;
    }

    .linkbtn:active {
        outline: 0;
        box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
    }

.linkbtn--primary {
    color: #009cdf;
}

    .linkbtn--primary:hover,
    .linkbtn--primary:focus {
        border-color: #009cdf;
        background-color: #009cdf;
    }


.linkshs3 {
    color: #ff6701;
    font: 400 16px/28px 'Oswald', Arial, Helvetica, sans-serif;
    padding: 0 0 7px;
    margin: 0 0 14px;
    /*border-bottom: 1px solid #e4e4e4;*/
    font-weight: 100 !important;
    /*font-style : italic;*/
}

.downloadtitle {
    vertical-align: middle;
}

.downloadbtn {
    overflow: hidden;
    float: right;
    cursor: pointer;
    text-decoration: none;
}

    .downloadbtn img {
        background: none !important;
        height: 24px;
    }

.presentation {
    position: relative;
    background: rgba(255, 255, 255, 0.75);
    max-width: 400px;
    z-index: 5;
    padding: 20px;
    border-radius: 3px;
    top: 100px;
    visibility: hidden;
}



.welcome {
    position: absolute;
    text-transform: uppercase;
    z-index: 1;
    right: 80px;
    top: 50px;
}

    .welcome h1 {
        font-size: 30px;
        line-height: 1.3em;
        font-weight: 100;
        color: #333;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
    }

    .welcome h2 {
        margin: 0;
        font-size: 36px !important;
        line-height: 1.3em;
        font-weight: 900;
        color: #EA5924;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
    }

    .welcome h3 {
        margin: 0;
        font-size: 30px !important;
        line-height: 1.3em;
        font-weight: 100;
        color: #333;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
    }
    .welcome p 
    {
        font-size : 12px;
    }

    .qc
    {

        width : 100%;
        height : 100px;
        overflow : hidden;
    }
    

.innertitle {
    position : relative;
    
    /*width : 36px;height : 36px;*/
    
    /*overflow : hidden;*/
    
    /*font-family: 'Open Sans', Helvetica, Arial, sans-serif;*/
    font-family : BenchNine, sans-serif;
    color  : #EA5924 !important;
    font-size: 24px;
    /*font-weight: bold;*/
    padding-top: 0;
    
    font-weight: normal;
    text-transform: uppercase;
    background : none !important;
    margin-bottom : 5px;
}


.innertitle:after
{
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background: #333;
  margin-top: 5px;
  margin-bottom: 5px;
}





ul {
    /*padding-left: 30px;*/
    list-style: none !important;
    list-style-image: url(../images/doublearrow.png) !important ;
    
    /*list-style-image: url(../images/bullet.png);*/
    /*list-style-image: url(../images/icon_arrow_right_black.png);*/
}

.social_container {
    margin-top: -40px !important;
    z-index : 20;   
}


.riqas {
    float: right;
}


.qcnimgroundtop
{
    width : 180px;height : 180px;overflow : hidden;
    float : right;
    background : url('../images/qcn4.jpg') no-repeat;
    border-radius : 140px;
    border : 2px solid #7ECEFD;
    background-size : 180px;
}

.quotebg
{
    /*float : right;
    background : white;*/
    color : #25a1e8;
      /*background-color: #fff;
    border: 1px solid #ccc;
    max-width : 240px;
    padding : 10px;
        -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);

    border-radius : 5px;*/
}

.pagebg
{
    /*opacity : 0;*/
    position : absolute;
    bottom : 0;
    left : 0;
    z-index : 0 ;
        
    background-position : right top;
    background-repeat :  no-repeat;
    width : 100%;
    height : 100%;
    overflow : hidden;
    background-size : 50px 100px;
    /*opacity : 0.15;*/
}

.pagebgqsn
{
            background: 
                
    linear-gradient(to left,
      rgba(0, 0, 255, 0.0), 
      rgba(252, 255, 255, 0.6),
      rgba(255, 255, 255, 1)
    ),
    
    url('../images/qsnbg.jpg');
            
    background-size : 850px;
    background-position : right top;
    background-repeat : no-repeat;
}

.qcn1 section
{
    margin-bottom: 40px;
}




.contacttitle {
    
    color: #292929;
    
    padding-left: 80px;
    
    font-family: 'Roboto';
    font-size: 14px;
    /*font-weight: bold;*/
    padding-top: 10px;
    
    font-weight: normal;
    text-transform: uppercase;
    background : none !important;
    margin-bottom : 40px;
}

.contacttitle span
{
    width : 40px;height : 40px;
    float : left;
    overflow:hidden;
    background : #39c5de;
    border-radius : 100px;
}




.contacttitle1 span
{
    
    background : url('../images/g7.png') no-repeat #39c5de;
    background-position : center center;
    background-size : 25px;
}

.contacttitle2 span
{
    
    background : url('../images/g8.png') no-repeat #39c5de;
    background-position : center center;
    background-size : 25px;
}

.contacttitle3 span
{
    
    background : url('../images/g9.png') no-repeat #39c5de;
    background-position : center center;
    background-size : 25px;
}

.contacttitle4 span
{
    
    background : url('../images/g10.png') no-repeat #39c5de;
    background-position : center center;
    background-size : 25px;
}


.contactform{
	margin:0 66px 0 30px;
}
.input-text{
	padding:15px 16px;
	border:1px solid #ccc;
	width:100%;
	height:50px;
	display:block;
	border-radius:4px;
	font-size:15px;
	color:#aaa;
	font-family: 'Open Sans', sans-serif;
	margin:0 0 15px 0;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.input-text:focus {
	border: 1px solid #7cc576;
	outline:0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);	
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
}

.input-text.text-area{
	height:165px;
	resize:none;
	overflow:auto;
}
.input-btn{

	width:175px;
	height:50px;
	background:#7cc576;
	border-radius:4px;
	color:#ffffff;
	font-size:14px;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	border:0px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.input-btn:hover{
	background: #111;
	color: #fff;
}



.homelink
{
    border-radius: 1px;

border-width: 1px;
border-color: #efefef;
background-color: #ffffff;
width: 261px;
height: 40px;
margin-bottom : 10px;
}

.homelink span
{
    background: #efefef;

width: 40px;
height: 100%;
float : left;   
}


.listanabgqsn
{
    background: 
    linear-gradient(
      
      rgba(0, 124, 172, 0.87),
      rgba(0, 124, 172, 0.87)
    ),
    
    url('../images/laboratory-services.jpg');
     color : white;padding :20px;height:150px;

}



.qsnrightpanel
{
    
    position : absolute;
    /*background : #33a9ee;*/
    background : rgba(6, 101, 154,0.75);
    width : 300px;
    /*height : 100%;*/
    overflow : hidden;
    top : 80px;
    right: 0;
    float : right;
    /*text-align : right;*/
 padding-top : 300px; 
 padding-bottom : 20px;  
 padding-left : 20px;  
}

.qsnslidercontainer
{
    position:absolute;
 
border-radius : 50%;    
right :1px;
top : 15px;
}

.garantie
{
    color : white;max-width : 240px;
    /*float : right;*/
    text-align : left;
}

.garantie ul
{
    list-style : url('../images/bullets_white.png') !important;
}

.garantie ul li
{
    margin-bottom : 10px;
}


/*h6,
.h6 {
  
    display: inline-block;
  text-transform: uppercase;
  
  margin-top : 0 !important;
  margin-bottom: 1px !important;
  color: #EA5924 !important;
      font-size: 14px !important;
        line-height: 1.3em;
        font-weight: 900 !important;
}

.h6:after {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background: #EA5924;
  margin-top: 5px;
  margin-bottom: 20px;
}*/

h6,
.h6 {
    font-size: 18px !important;
    line-height: 1.3em;
    font-weight: 100;
    /*color : #FF5924 !important;*/
    color: #de3231 !important;
    /*text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);*/
    text-transform: uppercase;
    margin-top: 0 !important;
    padding-left : 30px;
}

.h6qcn
{
    background : url('../images/logoicon.png') no-repeat ;
    background-size : 16px;
}

.h6analyses
{
    background : url('../images/analysesicon.png') no-repeat ;
    background-size : 18px;
}

.h6mission
{
    background : url('../images/missionicon.png') no-repeat ;
    background-size : 18px;
}

.h6equipe
{
    background : url('../images/teamicon.png') no-repeat ;
    background-size : 24px;
}

/*.h6:after {
  content: "";
  display: block;
  width: 10px;
  height: 3px;
  background: #EA5924;
  margin-top: 5px;
  margin-bottom: 20px;
          text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}*/


.h6white {
  
    display: inline-block;
  text-transform: uppercase;
color: white !important;  
  margin-top : 0 !important;
  margin-bottom: 1px !important;
  color: white !important;
      font-size: 14px !important;
        line-height: 1.3em;
        font-weight: 900 !important;
}

.h6white:after {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background: white;
  margin-top: 5px;
  margin-bottom: 20px;
}



.listanabgqsns{
    color : #676767 !important;
    width : 80% ;
    font-weight : bold;
}


.contactpage
{
    
}
.contacttopbg
{
    width : 100%;
    height : 250px;
    overflow : hidden;
    /*background : silver;*/
}


.contactrow
{
    
    background : rgba(0, 0, 0, 0.075);
     /*background: 
    linear-gradient(
      rgba(255, 255, 255, 0.5), 
      
      rgba(255, 255,255,0.5)
    ),
    
    url('../images/map.jpg') bottom left no-repeat fixed;*/
    /*background-position: left top !important;*/
    background-repeat: no-repeat;
    
    /*background-size: cover;*/
    font-size : 14px;
    
}

.contactrow h4
{

    text-transform : uppercase;
    font-size : 14px;
    font-weight : bold;
    color : #EA5924 !important;
}



.contactrow h4:after
{
    content: "";
  display: block;
  width: 10px;
  height: 2px;
  background: #EA5924;
  /*background: #EA5924;*/
  margin-top: 5px;
  margin-bottom: 20px;
}

/* ========================================================================
  2.14 Component: Map
 ========================================================================== */
#map {
  height: 300px;
  width: 100%;
}
/*========================================================================== */

/* ========================================================================
  2.15 Component: Send Message
 ========================================================================== */
.bold-text
{
    font-weight : bold;
}
.light-text
{
  font-size : 18px !important;
  margin-top : -30px;
  z-index : 10;
  position : relative;
  /*left : 50%;
  margin-left : -300px;*/
}
.send-message {
  /*padding: 10px;*/
  color: #fff; 
  /*background: #e74c3c;*/
  /*background: #f4511e;*/
  background: #EA5924;
  
  text-transform : uppercase;
  text-align: center;
  height : 90px;
  /*position: relative;*/
  /*margin-top : 20px;*/
}
.send-message .send-icon {
  height: 80px;
  width: 80px;
  margin: 0 auto;
  border : 0 !important;
  outline : none !important;
  background: #EA5924;
  /*background: #e74c3c;*/
  border-radius: 50%;
  line-height: 60px;
  margin-top: -30px;
  font-size: 20px;
  z-index : 5;
  position: relative;
}
.send-message p {
  font-size: 30px;
}
.send-message:hover {
  cursor: pointer;
}
.send-message .modal-lg {
  width: 700px;
}
.modal .modal-content {
  box-shadow: none;
  border-radius: 0;
  border: 0;
  position: relative;
}
.modal .close {
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: #333;
  opacity: 1;
  height: 40px;
  width: 40px;
  color: #FFF;
  font-size: 28px;
  line-height: 45px;
  outline: none;
  z-index: 10;
}
.modal .close span {
  outline: none;
}
.modal .modal-body {
  padding: 40px 60px;
}
.modal .member-info {
  padding: 0;
}
.modal input {
  height: 50px;
}
.modal input,
.modal textarea {
  padding: 10px 20px;
  border-radius: 0;
  font-size: 18px;
}
.modal input:focus,
.modal textarea:focus {
  border-color: #e74c3c;
  box-shadow: none;
}
.modal textarea {
  resize: none;
}
.modal .button {
  width: 100%;
  border-radius: 0;
  padding: 15px 60px;
}
.form-control::-webkit-input-placeholder {
  color: #DBDBDB;
  font-style: italic;
}

.sendplane {
    -moz-transition: transform linear 0.1s;
    -o-transition: transform linear 0.1s;
    -webkit-transition: transform linear 0.1s;
    transition: transform linear 0.1s;
}

    .sendplane:hover {
        -moz-transform: scale(1.25);
        -ms-transform: scale(1.25);
        -o-transform: scale(1.25);
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
    }
/* ======================================================================== */

.cnttbl
{
    margin-top : 0 !important;
}


.versionchooser {
    position: fixed;
    top: 0;
    left: 50px;
    z-index: 200;
    opacity: 0.2;
    -moz-transition: opacity linear 0.1s;
    -o-transition: opacity linear 0.1s;
    -webkit-transition: opacity linear 0.1s;
    transition: opacity linear 0.2s;
    background : #333;
    color : white !important;
    
}
.versionchooser ul, .versionchooser ul li
{
color : white !important;
}
.versionchooser:hover
{
    opacity : 1;
}
.listanasec
{
    width : 110%;
    background : red !important;
}
.listanaul
{
    font-size : 15px !important;
    /*color : #EA5924;*/
    color : #39c5de;
    text-transform : uppercase;
    list-style : none;
}

.biglink {
    padding: 10px;
    background-color: #ffb610;
    -moz-transition: background-color linear 0.2s;
    -o-transition: background-color linear 0.2s;
    -webkit-transition: background-color linear 0.2s;
    transition: background-color linear 0.2s;
    color : white;
    border-radius : 3px;
    font-weight : bold;
    text-transform : uppercase;
    cursor : pointer;
}

.biglink:hover
{
    background-color : #EA5924;
}

.qsntd
{
    vertical-align :top;width:400px !important;
}


.qsnquote
{
    text-transform : uppercase;
    color : #34b7fa;
    font-size : 14px;
    font-family: 'Oswald', sans-serif;
    background : url('../images/quote.png') no-repeat #d2effd;
    background-size : 80px;
    background-position : 20px -5px;
    margin-top : 100px;
      padding : 20px;
    width : 100%;
    padding-left : 110px;
    border-radius : 5px;
    
}


 

.closemodal
{
       position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    transition : all linear 0.15s;
    cursor : pointer;
}


.closemodal:hover
 {
    width: 22px;
    height: 22px;
}

.mainpagelogincontainer
{
        margin-top: 50px;
    padding-left: 40px;
}


.mainpagelogincontainerclickme
{
    position : absolute;
    bottom : 20px;

    left : 50%;
    margin-left : -50px;
    outline : none !important;
    background : rgba(255,255,255, 0.1) !important;
    border : 1px solid rgba(255,255,255, 0.75);
    border-radius : 3px;
    padding : 5px;
    font-size : 12px;
    width : 100px;
    height : 30px !important;
    margin-top : 30px;
    cursor : pointer;
}



.loginwindow
{
    height : 260px;width : 240px;overflow : hidden;
    background : white;
    /*position: fixed;
    top : 220px;
    left : 40px;*/
    border-radius : 4px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 4px 12px;
    z-index : 100;
    /*margin-left : 20px;*/
}

.logintitle {
    /* background: url(../images/logoicon.png) no-repeat; */
    /* height: 60px; */
    /* background-size: 30px; */
    background-position: left 15px;
    /* padding-left: 40px; */
    padding-top: 20px;
    /* margin-left: 30px; */
    color: #d9bd90;
    text-transform: uppercase;
    /* padding-left: 40px !important; */
    /* margin-left: 20px !important; */
}
/* .logintitle

{
   background : url('../images/logoicon.png') no-repeat;
   height : 60px;
   background-size : 30px;
   background-position : left 15px;
   padding-left : 40px;
   padding-top : 20px;
   margin-left : 30px;
   color : #d9bd90;
   text-transform : uppercase;
       padding-left: 40px !important;
    margin-left: 20px !important;
} */
.logintitle span
{
    color : #948055;
}

.logintitlecolor2
{
    color : #0fa2d5 !important;
}


.logintitlecolor2 span
{
       color : #0c6c8e !important;

}

.boardholder
{
    
    width : 100%;
    height : 100%;
    position : absolute;
}


.lginnerdivB
{
    padding-top : 20px;
}

.pub2 {
    position :absolute;
    bottom: 30px;
    right: 0;
    width: 440px;
    height: 50px;
    overflow: hidden;
    color: white;
    z-index: 100;
    text-transform : uppercase;
    font-family : "open sans"    ;
    /*border-top : 2px solid  white;*/
    background-color: rgba(0,166,227, 0.35);
    /*background-color: rgba(255,255,255, 0.35);*/
    border-radius : 4px 0 0 4px;
    font-size: 16px;
    font-weight : bold;
    text-align: right;
}

.el2 {
    position: absolute;
    width: 100%;
    left: 5px;
    text-shadow: rgba(0, 0, 0, 0.498039) 0 1px 0;
    text-align: center;
}

    .el2 > span {
        color: #EA5924;
        text-shadow: none;
    }
