@charset "utf-8";
/* CSS Document */
 @import 'https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i';

body{ margin:0px; padding:0px; font:normal 16px/23px 'Open Sans', sans-serif; color:#555; background:#f4f4f4;}
h1, h2, h3, h4, h5, h5, p, ul, li, a, a:hover{ margin:0px; padding:0px; text-decoration:none;}

/* ------  ----------  - -------------------*/
/* ------  ST HEADER -----------------------*/
/* ------  ----------  - -------------------*/
.logo
{
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
    margin: auto;
}
.logo img{
    width: 29%;
    height: auto;
    margin: auto;
}
.st-header { 
	 
    width: 100%; 
	background:#fff; 
	padding: 15px 0;
	margin-top:50px;
	box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.05);
}
.st-header ul{float:right;}
.st-header ul li{list-style:none; display:inline-block; padding: 0 22px; border-right:1px solid #CCCCCC;}
.st-header ul li a{color:#666;}
.st-header ul li a:hover{color:#333;}
.st-header ul li:last-child{border:none;}


.st-top-a .icon{
        width:125px;	 
        ma
 }
.st-top-a .icon i{
	font-size:30px;
}
.st-top-a .icon p{
font-size:12px;
}



/* ------  ----------  - -------------------*/
/* ------  ST TOP A -----------------------*/
/* ------  ----------  - -------------------*/

.st-top-a{ 
	background: #fff; 
	color:#fff; 
	
	margin-top: 50px;
	 box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.05);
	
}

.st-top-a h1{ 
	margin: 35px 0px 16px;
	font-weight:700;
	color:#FF8200;
}
.st-top-a p {
    color: #696969;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 26px;
    
    text-align: justify;
}
.st-top-a-right{padding:0 42px 0px 10px;}

.button-section {
    margin-top: 32px;
}

.btn{     -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	
	}
.btn-primary.btn-bavel{
    border-bottom-color: #ff8200;
    margin-right: 8px;
	
}
.btn-primary {
    color: #fff;
	background-color:#ff8200;
	
}
.btn-primary:hover {
    background-color: #ff8200d1;
	border-color:#ff8200d1;
	border-bottom-color: #ff982e!important;
}
.btn-primary:active{
    background-color: #65ae60 !important;
    color: #fff;
}
.btn-primary:focus {
    background-color: #ff982e!important;
	border-color:#ff982e!important;
	border-bottom-color: #ff982e!important;
}
.btn-lg {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.22222em;
    padding: 11px 15px 11px;
	margin-bottom: 30px;
}
.btn-bavel {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color;
	border-color:#ff8200;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 4px;
}


.margintop{margin-top:11px;}


/* ------  ----------  - -------------------*/
/* ------  ST TOP B -----------------------*/
/* ------  ----------  - -------------------*/
.st-top-b{ 
	background: #fff; 
	
	margin-top: 50px;
	 box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.05);
}
.st-top-b h2 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 7px;
    margin-top: 45px;
	color:#666666;
}
.st-top-b p{font-size:13px;}

/*----------box hover---------*/

.fond{ padding:0 15px 0px 15px; top:0;left:0; right:0;bottom:0;}

.style_prevu_kit
{
    display:inline-block;
    border:0;
    width:100%;
    height:210px;
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    -webkit-transform: scale(1); 
    -ms-transition: all 0.5s ease 0s;
    -ms-transform: scale(1); 
    -moz-transition: all 0.5s ease 0s;
    -moz-transform: scale(1);
    transition: all 0.5s ease 0s;
    transform: scale(1);   
	border-right:1px solid rgba(120, 121, 122, 0.15);
}
.style_prevu_kit:hover
{
     box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.2);
    -ms-transition: all 0.5s ease 0s;
    -ms-transform: scale(1.2);   
    -moz-transition: all 0.5s ease 0s;
    -moz-transform: scale(1.2);
    transition: all 0.5s ease 0s;
    transform: scale(1.2);
	border-top:5px solid #FF8200 !important;
	
}
.remove-padding{padding:0px 0 0 0;}


/* ------  ----------  - -------------------*/
/* ------  ST TOP C -----------------------*/
/* ------  ----------  - -------------------*/



/* ------  ----------  - -------------------*/
/* ------  ST BOTTOM A -----------------------*/
/* ------  ----------  - -------------------*/
.st-bottom-a{ 
	margin-top: 50px;
	background:#ffffff; 
    padding: 35px 38px 40px 38px;
	 box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.05);
}
.st-bottom-a h2 {
    font-weight: 700;
    margin-bottom: 25px;
    margin-top: 0;
    text-transform: uppercase;
	color:#FF8200;
}
.st-bottom-a h4 {
    font-size:15px;
}

.margin-left{margin-left:83px;}

/* ------  ----------  - -------------------*/
/* ------  ST BOTTOM B -----------------------*/
/* ------  ----------  - -------------------*/
.st-bottom-b{padding:60px 0 85px;}
.st-bottom-b h2 {
    color: #3e489c;
    font-size: 36px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 50px;
}
.st-bottom-b h4 {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    margin-top: 12px;
    text-align: center;
}




/* ------  ----------  - -------------------*/
/* ------  ST BOTTOM FOOTER -----------------------*/
/* ------  ----------  - -------------------*/


.st-footer {
	background-color:#FF8200;
	color:#fff;
	margin-top:50px;
}
.st-footer p {
    letter-spacing:2px; font-size:14px;padding-top:20px;
	padding-bottom:20px;
}


/* ------  ----------  - -------------------*/
/* ------  ST Common Style -----------------------*/
/* ------  ----------  - -------------------*/
/*===   LOGIN POPUP START =====  */
.modal-content {
	-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
	text-align: left;
	background: rgb(238, 238, 238);
}
.modal-title{
	float: left;
	margin-top: 4px;
	font-size: 2rem;
}
.modal-body {
	padding: 0 25px 15px 25px;
}

.modal-body img {
	margin-bottom: 15px;
}

.modal-header {
    padding: 15px;
}
.modal-header, .modal-footer { border: 0; }

.modal-header .close {
	font-size: 36px;
	color: #888;
	font-weight: 300;
	text-shadow: none;
	opacity: 1;
}

.modal-footer button {
	height: 50px;
	margin: 0;
    padding: 0 20px;
	background: none;
	border: 1px solid #888;
	font-size: 16px;
    font-weight: 300;
    color: #888;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.modal-footer button:hover { outline: 0; opacity: 0.6; background: none; border: 1px solid #888; color: #888; }

.modal-footer button:focus, .modal-footer button:active:focus, .modal-footer button.active:focus { 
	outline: 0; opacity: 0.6; background: none; border: 1px solid #888; color: #888; 
	-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

.modal-footer button:before {
	background: none;
}


.form-wrap {
    background: #fff;
    margin: 35px 0px 0;
}
.form-bottom {
	padding: 25px 25px 30px 25px;
	background: #eee;
	text-align: left;
}

.form-group {
    margin-bottom: 15px;
}
.modal-content input[type="text"], .modal-content input[type="password"], .modal-content textarea, textarea.form-control {
    height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #f8f8f8;
    border: 1px solid #ddd;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    line-height: 50px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 1px 0 0 #fff;
    -webkit-box-shadow: 0 1px 0 0 #fff;
    box-shadow: 0 1px 0 0 #fff;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.modal-content .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.modal-content button.btn {
    position: relative;
    height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: rgb(244, 123, 52);
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

@media (max-width: 600px) {
	.form-bottom {
		padding: 20px 0;
	}
	.form-wrap {
		margin: 20px 0px 0;
	}
}
/*===   LOGIN POPUP END =====  */ 
.Support-portal
{
    margin: auto;
    text-align: center;
}

@media (max-width: 480px) {
.Support-portal {margin: 15px auto; width: 77%!important;}
}

/* box icon design */
.box-icon  {
    padding: 10px;
  background: #fafafa none repeat scroll 0 0; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.43);
  text-align:center;
  margin: 8px 0;
}

.box-icon-innr {
    padding: 45px 0;
}
.border1px {
    border: 1px solid #ccc;
}
.play rounded-box state-paused:hover
{
    background-color: red;
}
/* Form design */
/*.home-form{ width:50%; padding:41px 20px 25px; margin:0 auto;}
.home-form h3{ color:#000; font-weight:bold; font-size:35px; text-align:left;}
.home-form h4{ color:#000; margin:25px 0 0;}
.form-group { border-bottom: 1px solid #fff;}
.form-group input{border:none; box-shadow:none !important; height:48px; width:100%;}
.form-control{ display:block; font-size:14px; line-height:1.42857; background:transparent !important;  height: 34px; box-shadow:none !important; letter-spacing:4px;}
.form-control:focus{ border:none !important; outline:0 none;}
.submit { background: #1d4095 none repeat scroll 0 0; color:#fff;  border: medium none; width: 28%; padding: 9px 0; font-size:16px; float:left; margin-top:20px; transition:all 0.9s ease 0s;}
.submit:hover{background:#15407a;}*/

/*::-webkit-input-placeholder {color: #fff !important;}
:-moz-placeholder {color: #fff !important; font-family:opan }
::-moz-placeholder { #fff !important; } 
:-ms-input-placeholder {color: #fff !important;  }*/




/* ------  ----------  - -------------------*/
/* ------  The Overlay (background) -----------------------*/
/* ------  ----------  - -------------------*/

.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */   
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 25%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
	
}
@media (max-width: 320px) {
.Support-portal { margin: 14px auto; width: 100% !important; margin-left:-17px !important;}

}








/* ------  ----------  - -------------------*/
/* ------  ST Responsive -----------------------*/
/* ------  ----------  - -------------------*/


/* Landscape phones and portrait tablets */
@media (max-width: 768px) {
	.Support-portal { margin: 15px auto; width: 50%;}

	.margintop {margin-top: -58px !important; padding-bottom: 30px !important;}
.button-section {    margin-top: 17px !important;
    text-align: center; }
}

/* Portrait phones and smaller */

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
.st-header ul li {padding: 0 2px;}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.st-header ul li {padding: 0 2px;}
	.st-header .icon {width:80px;}
	.Support-portal {margin-top:35px;}
	.margintop {  margin-top: -58px; padding-bottom: 30px; width: 100%;}
}

@media (max-width: 480px) {
.Support-portal {margin: 3px auto;
    padding-bottom: 15px; width: 95%;}
.margintop{margin-top:-58px !important; padding-bottom: 30px !important;}
	
}

@media (max-width: 360px) {
    .logo img {width: 250px;
    margin: auto;
    }    
    }

    @media (max-width: 360px) {
        .st-header{
            margin-top: 22px;
        } 
        }
    
    @media (max-width: 360px) {
        .st-top-a-right {
            padding: 0 15px 0px 15px;
        }
    }
    @media (max-width: 360px) {
        .st-top-a h1 {
            margin: 20px 0px 16px;
            font-weight: 700;
            color: #FF8200;
            font-size: 32px;
        }
    }
    @media (max-width: 360px) {
        P.NLR{
            text-align: center;
            margin-top:-15px;
            padding-bottom: 10px;
        }
    }
    @media (max-width: 360px) {
        .st-top-b h2{
            margin-top: 20px;
        }
    }
    @media (max-width: 360px) {
    .st-top-b {
        background: #fff;
        margin-top: 20px;
        box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.05);
    }
}
    @media (max-width: 360px) {
        .style_prevu_kit{
            height: 135px;
        }
    }
    @media (max-width: 360px) {
    .st-top-b h2 {
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 4px;
        color: #666666;
    }
}
@media (max-width: 360px) {
    .st-bottom-a h2 {
        margin-bottom: 20px;
    }
}
@media (max-width: 360px) {
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-top: -30px;
}
}
@media (max-width: 360px) {
    .st-bottom-a
    {
        padding: 20px 0 0 0;
    }
}
@media (max-width: 360px) {
.st-bottom-a
{
    margin-top: 20px;
}
}

@media (max-width: 360px) {
    .st-footer
    {
        margin-top: 20px;}
}

@media (max-width: 360px) {
.st-header ul
{
    float: none;
}
}
@media (max-width: 360px) {
.remove-padding {
    padding: 0px 0 17px 0;
    margin-top: -29px;
}
}
@media (max-width: 360px) {
.btn-primary.btn-bavel {
    border-bottom-color: #ff8200;
     margin-right: 0px;
}
}