/* General Cg Software Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@font-face {
	font-family: 'bpicons';
	src:url('../fonts/bpicons/bpicons.eot');
	src:url('../fonts/bpicons/bpicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/bpicons/bpicons.woff') format('woff'),
		url('../fonts/bpicons/bpicons.ttf') format('truetype'),
		url('../fonts/bpicons/bpicons.svg#bpicons') format('svg');
	font-weight: normal;
	font-style: normal;
} /* Made with http://icomoon.io/ */

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; height: 100%;}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

body {
    font-family: 'Lato', sans-serif;
    color: #000;
    background-color: #fff
}


.cg-flex {
	display: flex;
    height: inherit;

}

/* MENU */

.cg-menu {
    height: 100px;
    background-color: #fff;
    -o-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.cg-menu-dark {
    height: 100px;
    background-color: #303030;
    -o-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.cg-menu-content{
    float: right;
}

/* CONTAINER*/
.container {
	
	position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 1240px;
}

.img-middle > *{
    vertical-align: middle;
}


/* SECTIONS*/
hr{
    border:0;
    border-top:1px solid #BDBDBD;
    margin:100px 0}

.emptySpace{
    margin-top: 50px;
}

.section{
    background-color: #fff;
    padding: 150px 0px;
}
.section-alt{
    background-color: #f8f8f8;
    padding: 150px 0px;
}

.separator{
    border-top: 2px solid #3b55e6;
    margin-bottom: 35px;
    width:20%;
}

.sep-holder{
    height: 1px;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 10%;
}
.sep-line{
    border-top: 1px solid #3b55e6;
}

.section-title{
    color:#1f1f1f;
    line-height: 45px;
    font-size:34px;
    font-weight: 700;
}

.section-comment{
    color:#505050;
    line-height: 1.4;
    font-size:18px;
    font-weight: 400;
}

/* INFOS CONTAINER */
.info-container{
    background: #fff;
    text-align: left;
    padding: 40px;
    border-radius: 10px;
    transition: 0.25s;
    cursor: default;
}

.info-icon{
    font-size: 42px;
    color: #3b55e6;
    margin-bottom: 20px;
    margin-right: 15px;
    float: left;
    width: 100%;
}

.info-title{
    color:#1f1f1f;
    font-size:18px;
    font-weight: 700;
    margin-bottom: 30px;
}
.info-txt{
    color:#7C7C7C;
}

/* PRICE CONTAINER */
.price-container{
    background: #fff;
    text-align: left;
    padding: 30px;
    width: 320px;
    border-radius: 10px;
    transition: 0.25s;
    cursor: default;
    margin-bottom: 24px;
}

.price-title{
    color:#1f1f1f;
    font-size:24px;
    text-align: center;
    font-weight: 400;
}

.price-amount{
    color:#3b55e6;
    font-size:64px;
    text-align: center;
    font-weight: 300;
}
.price-tax{
    color:#3b55e6;
    font-size:18px;
    width:100%;
    text-align: center;
    font-weight: 300;
}

.price-items{
    color:#404040;
    text-align: center;
    font-weight: 400;
    
}
.price-line{
    border-top: 1px solid #3b55e6;
    margin-bottom: 15px;
    margin-top: 15px;
}

.price-promo{
    border: 1px solid #404040;
    margin: 25px 25px 0px 25px;
    padding: 15px;
}

/* LICENCE CONTAINER */
.licence-container{
    background: #fff;
    text-align: left;
    min-width: 320px;
    max-width: 500px;
    padding: 40px;
    border-radius: 10px;
    transition: 0.25s;
    cursor: default;
}

.licence-icon{
    font-size: 42px;
    color: #3b55e6;
    margin-right: 15px;
    float:left;
}

.licence-title{
    color:#1f1f1f;
    font-size:18px;
    font-weight: 700;
}

/* SOFT */

.soft-padding{
    padding-right: 24px;
}
.soft-logo-right{
    float: right;
}

/* DESC */

.desc-icon{
    font-size: 42px;
    color: #3b55e6;
    margin-right: 15px;
    float: left;
}

.desc-img{
    float: right;
    cursor: pointer;
}

.desc-video{
    width: 400px;
    height: 225px;
    float: right;
}


/* FORM */
.cg-form {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.cg-form-content {

    float: left;
}

.cg-form-control-wrap {
    position: relative;
    margin-right: 40px;
    width: 100%;
    display: inline-block;
}
.cg-label {
    font-weight: bold;
    text-align: left;
    color: #404040;
    font-size: 12px;
    letter-spacing: 0;
    margin-bottom: 10px;
    display: block;
    margin-top: 16px;
}

.cg-input {
    width: 320px;
    height: 48px;
    background-color: transparent;
    border: 2px solid #3b55e6;
    border-radius: 25px;
    outline: none;
    display: inline-block;
    padding: 0 30px;
    font-size: 13px;
    font-weight: 600;
    text-shadow: none;
    letter-spacing: 1px;
}

.cg-textarea {
    width: 320px;
    background-color: transparent;
    border: 2px solid #3b55e6;
    border-radius: 25px;
    outline: none;
    display: inline-block;
    padding: 0 30px;
    resize: none;
    height: 100px;
    padding-top: 10px;
    font-size: 13px;
    font-weight: 600;
    text-shadow: none;
    letter-spacing: 1px;
}

/* TOGGLE */

h6{
    font-family:'Lato', sans-serif;
    font-size:18px;
    font-weight:400;
    margin:10px 0
}
.toggle-text{
    font-size:14px;
    margin: 0;
}

.vc_toggle_title:hover{
    color: #3b55e6;
}


/* SLIDERS */
.animated {
    opacity: 0;
    position: relative;
}
/*animation element sliding left*/

.animated.slide-left {
  opacity: 0;
  -moz-transition: all 400ms linear;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  -moz-transform: translate3d(-300px, 0px, 0px);
  -webkit-transform: translate3d(-300px, 0px, 0px);
  -o-transform: translate(-300px, 0px);
  -ms-transform: translate(-300px, 0px);
  transform: translate3d(-300px, 0px, 0px);
}

.animated.slide-left.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

/*animation element sliding right*/

.animated.slide-right {
  opacity: 0;
  -moz-transition: all 400ms linear;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  -moz-transform: translate3d(300px, 0px, 0px);
  -webkit-transform: translate3d(300px, 0px, 0px);
  -o-transform: translate(300px, 0px);
  -ms-transform: translate(300px, 0px);
  transform: translate3d(300px, 0px, 0px);
}

.animated.slide-right.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.animated.bounce-up {
  opacity: 0;
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -moz-transform: translate3d(0px, 300px, 0px);
  -webkit-transform: translate3d(0px, 300px, 0px);
  -o-transform: translate(0px, 300px);
  -ms-transform: translate(0px, 300px);
  transform: translate3d(0px, 300px, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.animated.bounce-up.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}


.hideme {
    opacity:0;
}

/* MODAL */
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 50px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;

}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 100%;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

/* FOOTER */
#footer {
    display: block;
    width: 100%;
    visibility: visible;
    opacity: 1;
}

.footer_widget a:hover {
    opacity: 0.65;
}

.lower-footer {
    margin-top: 0px;
    padding: 8px 0 4px 0;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: #1f1f1f;
}

.lower-footer span, .lower-footer a {
    opacity: 1;
    margin-right: 25px;
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
    color: #707070;
}
.lower-footer a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.lower-footer a:hover {
    opacity: 1;
    text-decoration: none;
}
.lower-footer .pull-right a {
    margin: 0;
    padding: 0;
    display: block;
    font-weight: bold;
    line-height: 25px;
    font-size: 13px;
    margin-left: 20px;
}
.lower-footer .fa {
    margin: 0;
    opacity: 1;
    font-size: 32px;
    cursor: pointer;
    font-weight: 400;
    float: left;
    margin-right: 0;
}

.socials-widget {
    padding-top: 0;
    border-top: none;
    max-width: 240px;
}
.socials-widget a {
    font-size: 15px;
    border-radius: 90px;
    margin-right: 25px;
    height: 35px;
    display: block;
    color: #fff;
    opacity: 0.75;
    line-height: 30px;
    float: left;
    text-align: center;
    transition: 0.25s;
}

.fa {
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.socials-widget a .fa {
    color: #fff;
}

.socials-widget a:hover .fa,
.socials-widget a:hover {
    opacity: 1;
    color: #fff;
}

.socials-widget a .fa {
    transition: 0.25s;
}
.socials-widget a:last-child {
    margin-right: 0;
}


/* MEDIA */
/* PHONES PORTRAIT */
@media screen and (min-width: 320px) and (max-width: 400px) {
    
    h3 {
        font-size: 16px;
    }
	.bannerSoft{
        padding:30px 20px;
    }
    .container{
        width: 320px
    }
    .cg-menu-content{
        float:none;
    }
    .section{
        padding: 60px 0px;
    }
    .section-alt{
        padding: 60px 0px;
    }
    .section-title{
        line-height: 30px;
        font-size:24px;
        text-align: center;
    }

    .section-comment{
        line-height: 1;
        font-size:16px;
        text-align: center;
    }
    .separator{
        width: 100%
    }
}

@media screen and (max-width: 1280px) {
    p {
        font-size: 0.95em;
    }
    h3 {
        font-size: 22px;
    }
    .bannerSoft{
        padding:50px 50px;
    }
    .container{
        width: 1240px
    }
	.section{
        padding: 100px 0px;
    }
    .section-alt{
        padding: 100px 0px;
    }
    .section-title{
        line-height: 40px;
        font-size:30px;
    }

    .section-comment{
        line-height: 1.2;
        font-size:16px;
    }

}

@media screen and (max-width: 1024px) {
    .container{
        width: 924px;
    }
    p {
        font-size: 0.85em;
    }
    h3 {
        font-size: 20px;
    }
	.bannerSoft{
        width: 69%;
        padding:40px 40px;
    }
    .bgCoiffure {
        height: 250px;
        width: 30%;
    }
    .section{
        padding: 80px 0px;
    }
    .section-alt{
        padding: 80px 0px;
    }
    .section-title{
        line-height: 35px;
        font-size:30px;
    }

    .section-comment{
        line-height: 1.1;
        font-size:18px;
    }
}

@media screen and (max-width: 768px) {
    
    .container{
        width: 700px;
    }
    h3 {
        font-size: 16px;
    }
	.bannerSoft{
        padding:30px 20px;
    }
    .section{
        padding: 60px 0px;
    }
    .section-alt{
        padding: 60px 0px;
    }
    .section-title{
        line-height: 30px;
        font-size:26px;
    }

    .section-comment{
        line-height: 1;
        font-size:16px;
    }
}


@media screen and (min-width: 400px) and (max-width: 480px) {
    
    h3 {
        font-size: 16px;
    }
	.bannerSoft{
        padding:30px 20px;
    }
    .cg-menu-content{
        float:none;
    }
    .section{
        padding: 60px 0px;
    }
    .section-alt{
        padding: 60px 0px;
    }
    .section-title{
        line-height: 30px;
        font-size:24px;
        text-align: center;
    }

    .section-comment{
        line-height: 1;
        font-size:16px;
        text-align: center;
    }
    .separator{
        width: 100%
    }
}


