.voip-slider-container {
	padding:0px;
	width:100%;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	overflow: hidden;
}

.voip-slider{
	width:100%;
	height:385px !important;
	position:relative;
	overflow:hidden;
	-webkit-border-radius:8px 8px 0 0;
	-moz-border-radius:8px 8px 0 0;
	border-radius:8px 8px 0 0;
}

/* ======= > HEADERS < ======= */

	.voip-slider h1 {
		font-size: 54px;
		font-weight: 800;
	}
	.voip-slider p {
		font-family: 'TerminalDosis';
		font-size: 22px;
		line-height: 28px;   
	}
	.voip-slider p b {
		font-weight: 800;	
	}
	.voip-slider .voip-slide1 h1,
	.voip-slider .voip-slide1 p,
	.voip-slider .voip-slide2 h1,
	.voip-slider .voip-slide2 p {
		color: #fff;
		text-shadow: 0 1px 2px rgba(0,0,0, 0.2);
	}
	.voip-slider .voip-slide2 .voip-slider-price {
		color: #baff00;
		font-size: 64px;
	}

/* ======= > BULLETS < ======= */

	.tp-bullets {
		position: absolute;
		bottom: 0 !important;
		left: 50%;
		z-index: 1000;	
		cursor: pointer;
	}
	.tp-bullets .bullet {
		height: 16px;
		width: 16px;
		float: left;
		margin: 0 5px 0 0;
		background-color: #fff;
		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset;
		-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset;
		box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
	}
	.voip-menu ul li a,
	.tp-bullets .bullet {
		-webkit-transition: linear all 0.2s;
		-moz-transition: linear all 0.2s;
		transition: linear all 0.2s;
	}
	.tp-bullets .bullet.selected:after,
	.tp-bullets .bullet:hover:after {
		display: block;
		content: "";
		height: 10px;
		width: 10px;
		margin: 3px;
		background-color: #292929;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	.tp-bullets .bullet:hover:after  {
		background-color: #a8a8a8;
	}
        @media (max-width:991px) and (min-width:768px){
            .tp-bullets{
                margin-bottom:0;
            }
        }
/* ======= > VOIP MENU < ======== */

	.voip-menu {
		margin: -35px 0 0 0;
		padding: 0 0 20px 0;
		position: relative;
		z-index: 9999;
		border-bottom: 1px solid rgba(0,0,0, 0.1);
	}
	.voip-menu > div {
		float: left;
		text-align: center;
	}
	.voip-menu ul {
		border-right: 1px solid rgba(0,0,0, 0.1);	
	}
	.voip-menu > div:last-child {
		border: none;
	}
	.voip-menu > div:after,
	.voip-menu:after,
	.voip-menu ul:after {
		display: block;
		content: "";
		clear: both;
	}
	.voip-menu > div h3 {
		margin: 0 0 40px 0;
		font-size: 16px;
		font-weight: 800;
		text-transform: uppercase;
	}
	.voip-menu ul li {
		float: left;
	}
	.voip-menu ul li a {
		text-align: center;
		color: #1a1a1a;
		font-family: 'TerminalDosis';
		text-decoration: none;
	}
	.voip-menu ul li .img-box {
		height: 82px;
	}
	.voip-menu ul li img {
		height: 72px;
		display: inline-block;
	}
	.voip-menu ul li a span {
		display: block;
		font-size: 14px;
		font-weight: 100;
		text-transform: uppercase;
	}
	.voip-menu ul li a img  {
		-webkit-transition: linear height 0.1s;
		-moz-transition: linear height 0.1s;
		transition: linear height 0.1s;
	}
	.voip-menu ul li a:hover img {
		height: 82px;
	}
	.voip-menu ul li a:hover,
	.voip-menu ul li.current a{
		color: #0191f7;
	}
	.voip-menu ul li.current a span {
		font-weight: 800;
	}	
	
/* ===== > GRID < ======= */

	.content-inner {
		padding: 30px;	
	}
	.row {
		margin: 0 0 0 -20px;	
	}
	.content-row {
		margin: 0 0 30px 0;
	}
	.span12 {
		width: 840px;
	}
	[class*=span] h3 {
		margin: 0 0 20px 0;
		color: #1a1a1a;
		font-size: 18px;
		font-weight: 800;
	}
	[class*=span] a:not(.btn) {
		text-decoration: underline;
	}
	[class*=span] h3 span {
		color: #0191f7;
	}
	[class*=span] ul li {
		padding: 0 0 0 28px;
		margin: 0 0 10px 0;
		font-size: 14px;
		font-family: 'TerminalDosis';
		position: relative;
	}
	[class*=span] ul li i[class*=icon] {
		position: absolute;
		left: 0;
		top: 0;	
	}
	[class*=span] ul li i.icon-ok {
		color: #0191f7;
	}
	.phone-number {
		font-family: 'TerminalDosis';
		color: #0191f7;
		font-size: 28px;
		font-weight: 800;	
                margin-top:10px;
	}
	
/* ======= > PACKAGE BOXES < ======= */

	.package-col {
		overflow: hidden;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	.package-title,
	.package-price {
		min-height: 25px;
		padding: 16px;
	}

	.package-title{
		height:100px;
	}


	.package-title h4,
	.package-title h3,
	.package-title h3 span,
	.package-price h1,
	.package-price p {
		color: #fff;
		text-align: center;
	}
	.package-title h3 {
		margin: 0;
		font-size: 20px;
		font-weight: 800;	
	}
	.package-title h4 {
		margin: 0 0 10px 0;
	}
	.package-price h1 {
		font-size: 32px;
		font-weight: 800;
	}

	#contour-height {
		height: 665px;
	}

	.package-col .package-content {
		/**Colonnes aligné**/
		/*height: 543px;*/
		/**Colonnes aligné**/

		padding: 15px;
		border: 2px solid #62b8f6;	
		border-top: none;
		background: url(images/package-content-bg.png) repeat-x top center #fff;
	}
	.package-col .package-content ul {
		padding: 0 0 9px 0;
		margin: 0 0 16px 0;
		border-bottom: 1px solid rgba(0,0,0,0.1);	
	}
	.package-col .package-content ul li .tpico {
		margin: 0 10px 0 0;	
	}
        .package-col .package-content ul li i{
            margin-top:2px;
        }
	.package-col.package-nr1 .package-title {
		background-color: #6bc1ff;
		background-image: -moz-linear-gradient(top, #6bc1ff, #5eb4f2);
		background-image: -ms-linear-gradient(top, #6bc1ff, #5eb4f2);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6bc1ff), to(#5eb4f2));
		background-image: -webkit-linear-gradient(top, #6bc1ff, #5eb4f2);
		background-image: -o-linear-gradient(top, #6bc1ff, #5eb4f2);
		background-image: linear-gradient(top, #6bc1ff, #5eb4f2);
		background-repeat: repeat-x;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6bc1ff', endColorstr='#5eb4f2', GradientType=0);
	}
	.package-col.package-nr1 .package-price {
		background-color: #4a9fe0;
		background-image: -moz-linear-gradient(top, #4a9fe0, #368bcc);
		background-image: -ms-linear-gradient(top, #4a9fe0, #368bcc);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4a9fe0), to(#368bcc));
		background-image: -webkit-linear-gradient(top, #4a9fe0, #368bcc);
		background-image: -o-linear-gradient(top, #4a9fe0, #368bcc);
		background-image: linear-gradient(top, #4a9fe0, #368bcc);
		background-repeat: repeat-x;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a9fe0', endColorstr='#368bcc', GradientType=0);
	}
	.package-col.package-nr2 .package-title {
		background-color: #52b7ff;
		background-image: -moz-linear-gradient(top, #52b7ff, #45aaf2);
		background-image: -ms-linear-gradient(top, #52b7ff, #45aaf2);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#52b7ff), to(#45aaf2));
		background-image: -webkit-linear-gradient(top, #52b7ff, #45aaf2);
		background-image: -o-linear-gradient(top, #52b7ff, #45aaf2);
		background-image: linear-gradient(top, #52b7ff, #45aaf2);
		background-repeat: repeat-x;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#52b7ff', endColorstr='#45aaf2', GradientType=0);
	}
	.package-col.package-nr2 .package-price {
		background-color: #3496e0;
		background-image: -moz-linear-gradient(top, #3496e0, #2082cc);
		background-image: -ms-linear-gradient(top, #3496e0, #2082cc);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3496e0), to(#2082cc));
		background-image: -webkit-linear-gradient(top, #3496e0, #2082cc);
		background-image: -o-linear-gradient(top, #3496e0, #2082cc);
		background-image: linear-gradient(top, #3496e0, #2082cc);
		background-repeat: repeat-x;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3496e0', endColorstr='#2082cc', GradientType=0);
	}
	.package-col.package-nr3 .package-title {
		background-color: #38acff;
		background-image: -moz-linear-gradient(top, #38acff, #2b9ff2);
		background-image: -ms-linear-gradient(top, #38acff, #2b9ff2);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#38acff), to(#2b9ff2));
		background-image: -webkit-linear-gradient(top, #38acff, #2b9ff2);
		background-image: -o-linear-gradient(top, #38acff, #2b9ff2);
		background-image: linear-gradient(top, #38acff, #2b9ff2);
		background-repeat: repeat-x;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#38acff', endColorstr='#2b9ff2', GradientType=0);
	}
	.package-col.package-nr3 .package-price {
		background-color: #1d8de1;
		background-image: -moz-linear-gradient(top, #1d8de1, #0979cd);
		background-image: -ms-linear-gradient(top, #1d8de1, #0979cd);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1d8de1), to(#0979cd));
		background-image: -webkit-linear-gradient(top, #1d8de1, #0979cd);
		background-image: -o-linear-gradient(top, #1d8de1, #0979cd);
		background-image: linear-gradient(top, #1d8de1, #0979cd);
		background-repeat: repeat-x;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d8de1', endColorstr='#0979cd', GradientType=0);
	}
	.package-col .btn {
		width: 100%;
		color: #fff;
		font-size: 14px;
		font-weight: 800;
		font-family: 'TerminalDosis';
		text-decoration: none;
	}
	
/* ======= > SLIDER STYLES < ======= */

	.tp-hide-revslider,.tp-caption.tp-hidden-caption{	
		visibility:hidden !important;
		display:none !important;
	}
	
	.tp-caption { z-index:1;}
	.tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption {
		opacity: 0;
		position: absolute;
		visibility: hidden;
	}
	 .tp-simpleresponsive img {
			-moz-user-select: none;
			-khtml-user-select: none;
			-webkit-user-select: none;
			-o-user-select: none;
	}
	.tp-simpleresponsive a{	text-decoration:none;}
	.tp-simpleresponsive ul {
		list-style:none;
		padding:0;
		margin:0;
	}
	.tp-simpleresponsive >ul >li{
		list-stye:none;
		position:absolute;
		visibility:hidden;
	}
	.caption.slidelink a div,
	.tp-caption.slidelink a div {	
		width:10000px; 
		height:10000px;  
		background:url(../assets/coloredbg.png) repeat;
	}
	.tp-loader 	{	
		background:url(../assets/loader.gif) no-repeat 10px 10px; 
		background-color:#fff;  
		margin:-22px -22px; 
		top:50%; 
		left:50%; 
		z-index:10000; 
		position:absolute;
		width:44px;
		height:44px; 
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}
	.tp-3d	{	
		-webkit-transform-style: preserve-3d;
		 -webkit-transform-origin: 50% 50%;
	}
        
        
        
        .container-voip{
            background-color: #fafbfc;
            -webkit-border-top-left-radius: 8px;
            -webkit-border-top-right-radius: 8px;
            -moz-border-radius-topleft: 8px;
            -moz-border-radius-topright: 8px;
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
        }
        .container-voip .row{
            margin:0;
        }
        .container-voip .col-sm-12{
            padding:0;
        }
        .span3.col-md-3{
            margin: 0;
            padding-left:0;
        }
        /*.package-nr3{
            padding-right:0;
        }*/
        .span3.col-md-3 .col-sm-6{
            padding:0;
        }
        .package-price h1 small{
            font-size: 85%;
            color: #fff;
            font-weight: 800;
        }
        .voip-lines, .voip-options{
            width:20%;
        }
        .voip-phones{
            width:60%;
        }
        .voip-phones li{
            width:16.6666%;
        }
        .voip-lines li, .voip-options li{
            width:50%;
        }
        @media (min-width:768px) and (max-width:991px){
            #prefix .ddcommon{
                margin: 0 0 10px 0!important;
            }
            .voip-menu ul li img{
                height: 65px;
            }
            .span3.col-md-3.col-md-pull-9{
                margin-top:20px;
            }
            .voip-slider{
                height:300px !important;
            }
            .voip-menu{
                margin-top:-25px;
            }
            .voip-menu ul li a span{
                font-size: 12px;
            }
            .voip-menu > div h3{
                margin: 0 0 30px 0;
            }
        }
        @media (max-width:767px){

			/**Colonnes aligné**/
			.package-col .package-content {
				height: 443px;}
			/**Colonnes aligné**/

            .btn.btn-3d{
                padding:15px 10px;
            }
            #prefix .ddcommon{
                margin: 20px 0 !important;
            }
            .voip-slider{
                height: 286px !important;
            }
            .container-voip .col-sm-12{
                clear: both;
            }
            .span3.col-md-3{
                padding:0;
            }
            .content-inner{
                padding:30px 25px;
            }
            .span3.col-md-3.package-col{
                margin-bottom:20px;
            }
            .voip-menu{
                margin:-20px 0 0;
            }
            .tp-bullets{
                bottom:-20px !important;
            }
            .voip-menu > div h3{
                margin: 0 0 30px 0;
            }
            .voip-menu ul{
                border:none;
            }
            .voip-menu ul li{
                margin-bottom:5px;
                font-size:12px;
            }
            .voip-menu ul li .img-box{
                display: none;
            }
            .voip-lines, .voip-options{
                width:25%;
            }
            .voip-phones, .voip-phones li{
                width:50%;
            }
            .voip-lines li, .voip-options li{
                width:100%;
            }
            .voip-phones ul{
                border-right: 1px solid rgba(0,0,0, 0.1);
                border-left: 1px solid rgba(0,0,0, 0.1);
            }
            .voip-cart3{
                margin-bottom:30px;
            }
            .ddcommon{
                width:100% !important;
            }
        }
        @media (max-width:545px){
            .voip-slider{
                height:270px !important;
            }
            .caption img{
                max-width: 100%;
                width:120px !important;
                height:auto !important;
            }
            h1.caption, p.caption{
                left:25px !important;
            }
            h1.caption{
                line-height:25px !important;
                font-size:20px !important;
            }
            p.caption{
                font-size:16px !important;
                white-space: normal !important;
            }
            .tp-simpleresponsive >ul >li{
                width:100%;
            }
            
        }