/* ---------------- Cosmote One Home -------------- */

#cosmote-one-carousel {
	height: 805px;
	position: relative;
}

#cosmote-one-carousel .item-header {
	position: absolute;
	top: 415px;
	z-index: 2;
	width: 100%;
}

#cosmote-one-carousel .item-header h2 {
	font-size: 58px;
	font-weight: bold;
	line-height: 52px;
	font-family: Arial;
	margin: 0;
	margin-top: -10px;
	margin-bottom: 30px;
}

#cosmote-one-carousel .item-header p {
	color: #3d5265;
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	width: 634px;
	margin-bottom: 55px;
}

#cosmote-one-carousel .item {
	width: 100%;
}

#cosmote-one-carousel .item img.background {
	height: 805px;
	width: 100%;
}

#cosmote-one-carousel .cosmote-one-carousel-link,
#cosmote-business-one-carousel .cosmote-one-carousel-link,
#cosmote-one-internet-carousel .cosmote-one-carousel-link {
	color: #509e2f;
	margin: 0 10px;
	font-size: 20px;
}

#cosmote-one-carousel .cosmote-one-carousel-link .icon-arrow-circle,
#cosmote-business-one-carousel .cosmote-one-carousel-link .icon-arrow-circle,
#cosmote-one-internet-carousel .cosmote-one-carousel-link .icon-arrow-circle {
    margin: 3px 0 0 10px;
    font-size: 22px;
}

#cosmote-one-carousel .carousel-one-scroll {
	margin-top: 65px;
}

#cosmote-one-carousel .carousel-one-scroll .cosmote-one-scroll-link-text {
	margin-top: 15px;
	color: #b1b1b3;
	display: block;
    font-style: italic;
}

#cosmote-one-internet-carousel .item img.background {
	width: 100%;
}

.cosmote-one #cosmote-one-carousel p {
	margin-bottom: 20px;
}

/* ----------------- Cosmote One Share ----------------- */

section#cosmote-one-share {
	height: 1232px;
	padding-top: 35px;
	padding-bottom: 75px;
}

.cosmote-one-share-top {
	position: relative;
}

.cosmote-one-share-top p {
	color: #f4f4f4;
	font-size: 20px;
	line-height: 20px;
	margin-top: 35px;
	margin-bottom: 25px;
}

.cosmote-one-share-hr {
	width: 60px;
	color: #dadadd;
	border-width: 2px;
}

.cosmote-one-share-header {
	margin-top: 45px;
}

.cosmote-one-share-header h2 {
	font-size: 85px;
	color: #fff;
	line-height: 65px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
}

.cosmote-one-share-header h3 {
	font-size: 58px;
	color: #fff;
	line-height: 55px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
}

.cosmote-one-share-header h4 {
	font-size: 44px;
	color: #fff;
	line-height: 39px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 35px;
}

.cosmote-one-share-header p {
	width: 725px;
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	margin-bottom: 40px;
}

.cosmote-one-scroll-icon {
	color: #fff;
	font-size: 50px;
}

.rotate90 {
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

.cosmote-one-boxes {
	margin-top: 70px;
}

.cosmote-one-boxes.row {
	display: flex;
}

.cosmote-one-box {
	width: 100%;
	height: 493px;
	background: #fff;
	margin: 0 10px;
	position: relative;
	overflow: hidden;
}

/* .cosmote-one-box.internet, 
.cosmote-one-box.speech,
.cosmote-one-box.tv,
.cosmote-one-box.music {
	width: 580px; 
}

.cosmote-one-box.cloud {
	width: 1180px;
} */

.cosmote-one-tv-header .cosmote-one-box.tv h2,
.cosmote-one-tv-header .cosmote-one-box.music h2 {
	text-transform: none;
}


/*---------------*/
/***** Sadie *****/
/*---------------*/

figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(32,112,178,0.67) 0%, rgba(32,112,178,0.67) 100%);
	background: linear-gradient(to bottom, rgba(32,112,178,0.67) 0%, rgba(32,112,178,0.67) 100%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-sadie h3 {
	position: absolute;
	top: 40%;
	left: 0;
	width: 100%;
	color: #fff;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
	font-size: 40px;
	font-weight: bold;
}

figure.effect-sadie h2 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: #fff;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
	font-weight: bold;
	font-size: 40px;
	
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p, figure.effect-sadie a {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
	position: absolute;
	bottom: 100px;
	left: 0;
	padding: 2em;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
	color: #fff;
}

figure.effect-sadie a {
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -83px;
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
	color: #fff;
}

figure.effect-sadie:hover h2, figure.effect-sadie:hover h3 {
	color: #fff;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
	transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p, figure.effect-sadie:hover a {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


/* ----------------- Cosmote One Communication ----------------- */

section#cosmote-one-communication {
	height: 1246px;
	padding-top: 35px;
	padding-bottom: 75px;
}

.cosmote-one-communication-top {
	position: relative;
}

.cosmote-one-communication-top p {
	color: #293a4a;
	width: 490px;
	font-size: 20px;
	line-height: 20px;
	margin-top: 35px;
	margin-bottom: 25px;
}

.cosmote-one-communication-header {
	margin-top: 45px;
}

.cosmote-one-communication-header h2 {
	font-size: 72px;
	color: #293a4a;
	line-height: 65px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 40px;
}

.cosmote-one-communication-header h3 {
	font-size: 44px;
	color: #293a4a;
	line-height: 44px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
}

.cosmote-one-communication-header h4 {
	font-size: 46px;
	color: #293a4a;
	line-height: 39px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
}

.cosmote-one-communication-header p {
	width: 640px;
	color: #293a4a;
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	margin-bottom: 40px;
}

.cosmote-one-scroll-icon {
	color: #fff;
	font-size: 50px;
}

#cosmote-one-communication figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(80,158,47,0.67) 0%, rgba(80,158,47,0.67) 100%);
	background: linear-gradient(to bottom, rgba(80,158,47,0.67) 0%, rgba(80,158,47,0.67) 100%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

#cosmote-one-communication figure.effect-sadie figcaption::before,
#cosmote-one-communication figure.effect-sadie p, #cosmote-one-communication figure.effect-sadie a {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

#cosmote-one-communication figure.effect-sadie:hover figcaption::before ,
#cosmote-one-communication figure.effect-sadie:hover p, #cosmote-one-communication figure.effect-sadie:hover a {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

#cosmote-one-communication figure.effect-sadie figcaption h3 img {
	width: 50px;
}

/* ----------------- Cosmote One TV ----------------- */

section#cosmote-one-tv {
	height: 1207px;
	padding-top: 35px;
	padding-bottom: 75px;
}

.cosmote-one-tv-top {
	position: relative;
}

.cosmote-one-tv-top p {
	color: #495763;
	width: 490px;
	font-size: 20px;
	line-height: 20px;
	margin-top: 35px;
	margin-bottom: 25px;
}

.cosmote-one-tv-header {
	margin-top: 45px;
}

.cosmote-one-tv-header h2 {
	font-size: 57px;
	color: #293a4a;
	line-height: 50px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 40px;
}

.cosmote-one-tv-header h3 {
	font-size: 47px;
	color: #293a4a;
	line-height: 46px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
}

.cosmote-one-tv-header h4 {
	font-size: 50px;
	color: #293a4a;
	line-height: 39px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
}

.cosmote-one-tv-header p {
	width: 651px;
	color: #293a4a;
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	margin-bottom: 40px;
}

.cosmote-one-scroll-icon {
	color: #fff;
	font-size: 50px;
}

.cosmote-one-tv-image {
	margin-top: 50px;
	position: relative;
	height: 494px;
}

/*#cosmote-one-tv-icon {
	position: absolute;
	top: 195px;
	left: 50%;
	margin-left: -34px;
}*/

.cosmote-one-tv-image h2 {
	position: absolute;
	top: 280px;
	color: #fff;
	font-size: 35px;
	line-height: 22px;
	left: 50%;
	margin-left: -106px;
}

/* ----------------- Cosmote One Bottom ----------------- */

section#cosmote-one-bottom {
	height: 500px;
	padding-top: 90px;
	padding-bottom: 75px;
}

.cosmote-one-bottom-top {
	position: relative;
}

.cosmote-one-share-hr-dark {
	width: 60px;
	border-width: 1px;
	border-color: #7e7e7e;
}

.cosmote-one-bottom-top p {
	color: #293a4a;
	width: 490px;
	font-size: 20px;
	line-height: 20px;
	margin-top: 35px;
	margin-bottom: 25px;
}

.cosmote-one-bottom-header {
	margin-top: 45px;
}

.cosmote-one-bottom-header h2 {
	font-size: 44px;
	color: #293a4a;
	line-height: 50px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 55px;
}

.cosmote-one-bottom-header h3 {
	font-size: 61px;
	color: #293a4a;
	line-height: 46px;
	font-weight: bold;
	margin: 0;
}

.cosmote-one-bottom-header h4 {
	font-size: 47px;
	color: #293a4a;
	line-height: 39px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
}

.cosmote-one-bottom-header p {
	width: 651px;
	color: #293a4a;
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	margin-bottom: 60px;
}

.cosmote-one-scroll-icon {
	color: #fff;
	font-size: 50px;
}

.cosmote-one .blue {
	color: #2070b2 !important;
}

.cosmote-one .green {
	color: #509e2f !important;
}

/* ----------------------------------- */
/*                                     */
/*                                     */
/*                                     */
/*     Cosmote One Internet            */
/*                                     */
/*                                     */
/*                                     */
/* ----------------------------------- */


#cosmote-one-internet-carousel {
	height: 805px;
	position: relative;
}

#cosmote-one-internet-carousel .item-header {
	position: absolute;
	top: 365px;
	z-index: 2;
	width: 100%;
}

#cosmote-one-internet-carousel .item-header h2 {
	font-size: 58px;
	font-weight: bold;
	line-height: 52px;
	font-family: Arial;
	margin: 0;
	margin-top: -10px;
	margin-bottom: 30px;
	color: #3d5265;
}

#cosmote-one-internet-carousel .item-header p {
	color: #3d5265;
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	width: 634px;
	margin-bottom: 55px;
}

#cosmote-one-internet-carousel .item {
	width: 100%;
}

#cosmote-one-internet-carousel .item img.background {
	height: 805px;
}

#cosmote-one-internet-carousel .owl-controls {
	position: absolute;
	right: 50px;
	top: 50%;
}

#cosmote-one-internet-carousel .owl-controls .owl-page {
	display: list-item !important;
}

#cosmote-one-internet-carousel a {
	color: #509e2f;
	font-size: 20px;
	line-height: 36px;
	margin-right: 30px;
}

#cosmote-one-internet-carousel .carousel-one-scroll {
	width: 100%;
	margin-top: 65px;
}

#cosmote-one-internet-carousel .carousel-one-scroll img {
	text-align: center;
	display: inline;
}

#cosmote-one-internet-carousel .cosmote-one-scroll-link {
	color: #b1b1b3;
	font-size: 15px;
	line-height: 40px;
	font-style: italic;
}

/* --------------- cosmote-one-internet-at-home ------------------ */
.cosmote-one-internet-sub-section
{
	padding-bottom: 60px;
	position: relative;
}
.cosmote-one-internet-sub-section,
.cosmote-one-internet-sub-section:before{
	border-color: rgba(128,128,128,0.5);
	border-width: 2px;
	border-style: none;
}
.cosmote-one-internet-sub-section:nth-child(odd){
	border-left-style: solid;
}
.cosmote-one-internet-sub-section:last-child:before{
	content: "";
	height:90px;
	border-style: solid;
	width:100%;
	display: block;
}
.cosmote-one-internet-sub-section:nth-child(odd):before{
	border-style: none  none none solid;
}
.cosmote-one-internet-sub-section:nth-child(odd) .cosmote-one-internet-content{
	margin-left: 100px;
	margin-right: 50px;
	
}
.cosmote-one-internet-sub-section:nth-child(even){
	border-right-style: solid;
	text-align: right;
}
.cosmote-one-internet-sub-section:nth-child(even) .cosmote-one-internet-steps{
	float:right;
}
.cosmote-one-internet-sub-section:nth-child(even):before{
	border-style: none  solid none none;
}
.cosmote-one-internet-sub-section:nth-child(even) .cosmote-one-internet-content{
	margin-right: 100px;
	margin-left: 50px;
}
.cosmote-one-internet-sub-section .cosmote-one-internet-content{
	margin-top:73px;
}
.cosmote-one-internet-sub-section+.cosmote-one-internet-sub-section{
	border-top-style: solid;
}
.cosmote-one-internet-sub-section:last-child{
	border-right-style: none;
	border-left-style: none;
}.cosmote-one-internet-sub-section:last-child .cosmote-one-internet-content{
	margin-top:0px;
}
#cosmote-one-internet-mobile .internet-layout-icon{
	background-color: #ffffff;
}
#cosmote-one-internet-at-home .internet-layout-icon{
	background-color: #1f2e3e;
}
.cosmote-one-internet-sub-section .internet-layout-icon {
    position: absolute;
    top: 30px;
    padding: 28px;
    border: 2px solid rgba(128,128,128,0.5);
    border-radius: 80px;
}

.cosmote-one-internet-sub-section:first-child .internet-layout-icon {
    top: -40px;
}
.cosmote-one-internet-sub-section:nth-child(odd) .internet-layout-icon {
    left: -72px;
}
.cosmote-one-internet-sub-section:nth-child(even) .internet-layout-icon {
    right: -72px;
}
#cosmote-one-internet-at-home {
	padding-top: 120px;
	padding-bottom: 90px;
}

.cosmote-one-internet-header {
	margin-bottom: 110px;
}

.cosmote-one-internet-header h2 {
	font-size: 58px;
	color: #fff;
	line-height: 48px;
	text-transform: uppercase;
	margin: 0;
}

.cosmote-one-internet-header h3 {
	font-size: 59px;
	color: #fff;
	line-height: 54px;
	text-transform: uppercase;
	margin: 0 0 45px;
}

.cosmote-one-internet-header p {
	width: 515px;
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 15px;
	margin-top: 30px;
}

.cosmote-one-internet-content {
/* 	margin-left: 300px;
	width: 690px;
	padding-top: 30px; */
/* 	height: 1620px;
 */}

.cosmote-one-internet-content h2 {
	color: #fff;
	font-size: 25px;
	line-height: 26px;
	margin: 0 0 20px;
}

.cosmote-one-internet-content p {
	color: #fff;
	font-size: 16px;
	line-height: 26px;
/* 	margin: 0 0 65px;
 */}

.cosmote-one-internet-steps {
	margin-bottom: 85px;
	float: left;
    width: 660px;
}

.cosmote-one-internet-step {
	width: 180px;
	margin-right: 60px;
}

.cosmote-one-internet-step:last-child {
	margin-right: 0;
}

.cosmote-one-internet-step-number {
	width: 75px;
}

.cosmote-one-internet-step-number-big {
	color: #00b0e9;
	font-size: 60px;
	line-height: 40px;
	font-weight: bold;
}

.cosmote-one-internet-step-number-text {
	font-size: 20px;
	color: #97d700;
	line-height: 40px;
	font-weight: bold;
	text-transform: uppercase;
}

.cosmote-one-internet-step-box .icheckbox_flat-blue, .cosmote-one-internet-step-box .iradio_flat-blue {
	width: 65px;
	height: 65px;
}

.cosmote-one-internet-multitasking {
	margin-top: 100px;
	padding-right: 100px;
}

.cosmote-one-internet-multitasking h2 {
	font-size: 25px;
	line-height: 35px;
}
.cosmote-one-internet-center{
	width: 800px;
    margin: 0 auto;
}

/* --------------- cosmote-one-internet-mobile ------------------ */

#cosmote-one-internet-mobile {
	padding-top: 60px;
/* 	height: 2117px;
 */}

#cosmote-one-internet-mobile .cosmote-one-internet-header {
	margin-bottom: 90px;
}

#cosmote-one-internet-mobile .cosmote-one-internet-header h2 {
	color: #3d5265;
	font-size: 58px;
	line-height: 42px;
	font-weight: bold;
}

#cosmote-one-internet-mobile .cosmote-one-internet-header h3 {
	color: #3d5265;
	font-size: 48px;
	line-height: 49px;
	font-weight: bold;
}

#cosmote-one-internet-mobile .cosmote-one-internet-header p {
	color: #3d5265;
	font-size: 20px;
	line-height: 30px;
}

#cosmote-one-internet-mobile .cosmote-one-internet-steps {
	margin-bottom: 60px;
}

#cosmote-one-internet-mobile .cosmote-one-internet-content h2 {
	color: #3d5265;
	font-size: 25px;
	line-height: 36px;
}

#cosmote-one-internet-mobile .cosmote-one-internet-content p {
	color: #3d5265;
	font-size: 16px;
	line-height: 26px;
}

#cosmote-one-internet-mobile .cosmote-one-internet-multitasking {
	margin-top: 140px;
}


/* ----------------------------------- */
/*                                     */
/*                                     */
/*                                     */
/*     Cosmote One Packages            */
/*                                     */
/*                                     */
/*                                     */
/* ----------------------------------- */


.cosmote-one-packages-top {
	height: 373px;
	padding-top: 80px;
}

.cosmote-one-packages-top-desc {
	width: 580px;
	position: relative;
	margin: 0 auto;
}

.cosmote-one-packages-top-desc .cosmote-one-share-hr {
	margin-top: 25px;
	margin-bottom: 25px;
}


.cosmote-one-packages-top-desc h1 {
	font-size: 72px;
	line-height: 72px;
	color: #fff;
	margin: 0 0 30px;
}

.cosmote-one-packages-top-desc p {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
}

.cosmote-one-packages-return-button {
	position: absolute;
	top: -50px;
	left: 20px;
	color: #fff;
	font-size: 18px;
	line-height: 35px;
}

.cosmote-one-packages-return-button i {
	margin-top: -3px;
}

.cosmote-one-posrel {
	position: relative;
}

/* --------------- tabs ----------------- */

.cosmote-one-tabs-wrapper {
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
}

.cosmote-one-tabs-header {
	padding: 0 20px;
	height: 100px;
	border-bottom: 1px solid #d9dbdc;
}

#cosmote-one-packages .cosmote-one-tabs {
	margin-top: -70px;
}

#cosmote-one-packages .cosmote-one-tabs .tab-content .col-xs-12 {
	float: none;
}

.cosmote-one-tabs .nav > li > a {
	border-color: transparent transparent transparent #ddd;
    border-image: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;		
    color: #929a9d;
    display: block;
    margin-right: 0;
    padding: 0 15px;
    position: relative;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}
.cosmote-one-tabs .nav > li:first-child > a{
	border-left-color: transparent;	
}
.cosmote-one-tabs .nav > li.active > a {
    border: none;
    color: #59a80d;
}

.cosmote-one-tabs-wrapper .nav-tabs {
	border: 1px solid #ddd;
	display: flex;
}

.cosmote-one-tabs-wrapper .nav-tabs li {
    background: #edefef none repeat scroll 0 0;
    height: 69px;
    width: 100%;
    padding: 18.5px 0;
    border-bottom: 1px solid #ddd;
 
}

.cosmote-one-tabs-wrapper .nav-tabs li.active {
    border-color: transparent #ddd;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #59a80d;
    background-color: #fff;
}

.cosmote-one-tabs-wrapper .nav-tabs li.active + li a {
	border-left-color: transparent;	
}

.cosmote-one-tabs-wrapper .nav-tabs li.active:first-child {
    border-left-color: transparent;
}

.cosmote-one-tabs-wrapper .nav-tabs li.active:last-child,
.cosmote-one-tabs-wrapper .nav-tabs li:last-child a {
    border-right-color: transparent;
}

.cosmote-one-tabs-wrapper .nav-tabs li.active a {
	border-color: transparent;
}

.cosmote-one-small-tab-font {
	text-transform: uppercase;
	font-size: 14px;
}

p.cosmote-one-top-description {
	font-size: 14px;
	line-height: 14px;
	color: #374148;
	margin-bottom: 10px;
}

.cosmote-one-tabs .tab-content {
	padding-top: 30px;
}

.cosmote-one-tabs-box {
	border-top: 1px solid #d9dbdc;
	border-left: 1px solid #d9dbdc;
	border-right: 1px solid #d9dbdc;
	border-bottom: 5px solid #d9dbdc;
	margin-bottom: 40px;
}
.cosmote-one-tabs-box > .row > .col-xs-8 > .row >.col-xs-6{
	float: none;
    display: table-cell;
    background: #f7f7f7;
    border-bottom: 1px solid #d9dbdc;
    border-right:1px solid #d9dbdc;
}

.cosmote-one-brdR {
	border-right: 1px solid #d9dbdc;
}

.cosmote-one-brdL {
	border-left: 1px solid #d9dbdc;
}

.cosmote-one-brdB {
	border-bottom: 1px solid #d9dbdc;
}

.cosmote-one-brdT {
	border-top: 1px solid #d9dbdc;
}

.cosmote-one-tabs-internet {
	width: 450px;
}

.cosmote-one-tabs-internet-top {
	padding: 17px 20px;
	width: 449px;
	font-weight: bold;
	font-size: 18px;
	background: white;
	border-right:none; 
}

.cosmote-one-tabs-internet-middle {
	height: 100%;
	background: #f7f7f7;
	padding: 20px;
	width: 449px;
	border: none;
}

.cosmote-one-tabs-internet-extras {
	padding: 15px 20px;
}

.cosmote-one-tabs-tv.cosmote-one-tabs-internet-extras::before {
    border-bottom: 12px solid transparent;
    border-left: 12px solid #d9dbdc;
    border-top: 12px solid transparent;
    content: "";
    display: inline-block;
    right: -12px;
    position: absolute;
    top: 19px;
}
.cosmote-one-tabs-tv.cosmote-one-tabs-internet-extras::after {
    border-bottom: 11px solid transparent;
    border-left: 11px solid #f7f7f7;
    border-top: 11px solid transparent;
    content: "";
    display: inline-block;
    right: -11px;
    position: absolute;
    top: 20px;
}
.cosmote-one-tabs-tv.cosmote-one-tabs-internet-extras {
    position: relative;
}


.cosmote-one-tabs-total {
	padding: 50px 26px;
	width: 300px;
	display: table-cell;
	float: none!important;
}

.cosmote-one-tabs-internet-extras {
	width: 900px;
	background: #f7f7f7;
}

.cosmote-one-tabs-internet-extras a { 
	color: #2070b2;
	font-size: 14px;
}

.cosmote-one-tabs-internet-extras a:hover { 
	color: #3fa435;
	text-decoration: none;
}

.cosmote-one-tabs-internet-extras-header {
	margin-right: 30px;
	font-weight: bold;
	font-size: 18px;
}

.cosmote-one-tabs-internet-top img,
.cosmote-one-tabs-internet-extras-header img,
.cosmote-one-tabs-tv-top img {
	vertical-align: top;
	margin-right: 10px;
	font-size: 18px;
}

.cosmote-one-tabs-extras-links {
	margin-top: 2px;
	font-weight: bold;
}

.cosmote-one-tabs-internet-middle-prices {
	width: 50%;
}

.cosmote-one-internet-middle-descr {
	color: #3fa435;
	font-size: 16px;
	line-height: 35px;
	font-weight: bold;
}

.cosmote-one-internet-middle-mb {
	color: #2070b2;
	font-size: 32px;
	line-height: 42px;
	font-weight: bold;
}

.cosmote-one-internet-middle-mb-second {
	margin-top: 10px;
}

.cosmote-one-internet-middle-mb-small {
	font-size: 24px;
	line-height: 24px;
}

.cosmote-one-tabs-total h2 {
	color: #3fa435;
	font-size: 16px;
	line-height: 41px;
	margin: 0;
	font-weight: bold;
}

.cosmote-one-tabs-total-price {
	font-size: 54px;
	line-height: 65px;
	color: #2070b2;
}

.cosmote-one-tabs-total-month {
	font-size: 16px;
	line-height: 41px;
	color: #94999d;
}

.cosmote-one-tabs-total a {
	margin-top: 30px;
	width: 100%;
}

.cosmote-one-tabs-total a:active {
	margin-top: 32px;
}

.cosmote-one-tabs-total-btn {
	width: 236px;
	text-align: center;
}

.cosmote-one-tabs-tv-top  {
	width: 900px;
	padding: 18px 20px;
	font-weight: bold;
	font-size: 18px;
}

.cosmote-one-tabs-ote-tv-extras-header h2{
	color: #2070b2;
	font-size: 37px;
	line-height: 85px;
	margin: 0;
	font-weight: bold;
}

.cosmote-one-tabs-ote-tv-extras-header-small {
	color: #3fa435;
	font-size: 21px;
	line-height: 49px;
	font-weight: bold;	
}

.cosmote-one-tabs-total-tv-btn a {
	width: 236px;
}

.cosmote-one-tabs-tv-total {
	padding: 26px 0;
	width: 300px;
	text-align: center;
	float: none!important;
	display: table-cell;
}

.cosmote-one-box-total {
	padding: 42px 38px;
}

.cosmote-one-box-total-price {
	padding: 26px 0;
	width: 300px;
	text-align: center;
}

.cosmote-one-box-total::before {
    border-bottom: 12px solid transparent;
    border-left: 12px solid #d9dbdc;
    border-top: 12px solid transparent;
    content: "";
    display: inline-block;
    right: -12px;
    position: absolute;
    top: 76px;
}

.cosmote-one-box-total::after {
    border-bottom: 11px solid transparent;
    border-left: 11px solid #fff;
    border-top: 11px solid transparent;
    content: "";
    display: inline-block;
    right: -11px;
    position: absolute;
    top: 77px;
}

.cosmote-one-box-total {
    position: relative;
}

.cosmote-one-box-total h2 {
    color: #3b62a7;
    font-weight: bold;
    font-size: 30px;
}

.cosmote-one-plus-icon p {
	color: #b1b1b3;
	font-size: 15px;
	line-height: 25px;
	font-style: italic;
}

.cosmote-one-packages-singles-top {
	height: 373px;
	padding-top: 80px;
}

.cosmote-one-packages-singles-top-desc {
	width: 580px;
	position: relative;
	margin: 0 auto;
}

.cosmote-one-packages-singles-top-desc .cosmote-one-share-hr {
	margin-top: 25px;
	margin-bottom: 25px;
}

.cosmote-one-packages-singles-top-desc h1 {
	font-size: 72px;
	line-height: 72px;
	color: #fff;
	margin: 0 0 30px;
	text-transform: uppercase;
}

.cosmote-one-packages-singles-top-desc p {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
}

/* ---------------- Cosmote Business One Home -------------- */

#cosmote-business-one-carousel {
	height: 805px;
	position: relative;
}

#cosmote-business-one-carousel .item img.background {
	width: 100%;
}

.cosmote-business-one-inside-page-navigation {
	position: absolute;
	right: 80px;
	z-index: 1000;
	width:20px;
	display:none;
}
.promo-section {
	height: 850px;
}

.popover.left .arrow, .cosmote-business-one-inside-page-navigation  .popover.left .arrow{
    display:none!important;
}
 .popover.left, .cosmote-business-one-inside-page-navigation  .popover.left {
    /* left: auto; */
    right: 100px;
min-width:200px;
border-radius:10px;
background-color:#2070b2;
border:2px solid #fff;
color:#fff;
}



.cosmote-business-one-inside-page-navigation ul li {
	list-style-type: none;
}

.cosmote-business-one-inside-page-navigation .nav-tabs {
	border: none;
}

.cosmote-business-one-inside-page-navigation .nav-tabs > li {
    float: none;
}

.cosmote-business-one-inside-page-navigation ul li {
	list-style-type: none;
}

.cosmote-business-one-inside-page-navigation .nav-tabs {
	border: none;
}

.cosmote-business-one-inside-page-navigation .nav-tabs > li {
    float: none;
}

.cosmote-business-one-inside-page-navigation .nav-tabs > li a {
	background: url("../sample_content/cosmote_one/cosmote-business-one-carousel-navigation.png") no-repeat scroll 0 0 transparent;
	text-indent: -9999px;
	border: 0px solid transparent;
	padding: 0 15px;
}

.cosmote-business-one-inside-page-navigation .nav-tabs > li > a:hover {
	border: none;
	background: url("../sample_content/cosmote_one/cosmote-business-one-carousel-navigation-hover.png") no-repeat scroll 0 0 transparent;
}

.cosmote-business-one-inside-page-navigation .nav-tabs > li.active > a, .cosmote-business-one-inside-page-navigation .nav-tabs > li.active > a:hover, .cosmote-business-one-inside-page-navigation .nav-tabs > li.active > a:focus {
	background: url("../sample_content/cosmote_one/cosmote-business-one-carousel-navigation-active.png") no-repeat scroll 0 0 transparent;
    border-color: transparent;
    border-image: none;
    border-style: solid;
    border-width: 0px;
    color: #fff;
    cursor: default;
}

.cosmote-business-one-header {
	padding: 30px 20px;
}

.cosmote-business-one-header h2 {
	margin: 0;
	color: #475c6d;
	font-size: 30px;
	font-weight: bold;
}

.cosmote-business-one-header-h2-small {
	font-size: 22px;
}

.cosmote-business-one-header .list-inline {
	margin-top: 6px;
}

.list-inline {
	list-style-type: none;
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
.cosmote-business-one-header .list-inline li:not(:last-child) a.active{
	font-weight: bold;
}
.cosmote-business-one-header .list-inline li a {
	padding: 11px 20px;
	border-radius: 4px;
	text-decoration: none;
}

.cosmote-business-one-header .list-inline li:last-child a {
	background: #3d5265;
	color: #fff;
}
.cosmote-business-one-header .list-inline li:last-child a:hover {
	background: #3d5265;
}

.cosmote-one-header {
	padding: 30px 20px;
}

.cosmote-one-header h2 {
	margin: 0;
	color: #235ba7;
	font-size: 30px;
	font-weight: bold;
}

.cosmote-one-sticky-wrapper{
	position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999999999999;
    background-color: white;
    display:none;
    min-width:1280px;
    width:100%;
    -webkit-transition: box-shadow 2s;
    transition: box-shadow 2s;
    transform: translate3d(0,0,0); 
}

.cosmote-one-sticky-wrapper.shadow{
	box-shadow: 0px 0px 15px gray;
}

.cosmote-one-header-h2-small {
	font-size: 22px;
}

.cosmote-one-header .list-inline {
	margin-top: 6px;
}

.list-inline {
	list-style-type: none;
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.cosmote-one-header .list-inline li a {
	/* padding: 11px 20px; */
	border-radius: 4px;
	text-decoration: none;
	color: #3d5265;
}
.cosmote-one-header .list-inline li:not(:last-child) a.active{
	font-weight: bold;
	color: #509e2f;

} 
.cosmote-one-header .list-inline li a:hover,
.cosmote-business-one-header .list-inline li a:hover {
	background: none;
	color: #509e2f;
}

.cosmote-one-header .list-inline li a.btn {
	color: #fff;
	padding: 10px 15px;
	line-height: inherit;
	min-width: inherit;
}

.cosmote-one-header .list-inline li a.btn:hover {
	color: #fff;
    opacity: 0.8;
    text-decoration: none;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #96c14e 0%, #42ad49 100%) repeat scroll 0 0;
}


#cosmote-business-one-carousel .item-header {
	position: absolute;
	top: 330px;
	z-index: 2;
	width: 100%;
}

#cosmote-business-one-carousel .item-header h2 {
	font-size: 58px;
	font-weight: bold;
	line-height: 52px;
	font-family: Arial;
	margin: 0;
	margin-top: -10px;
	margin-bottom: 20px;
}

#cosmote-business-one-carousel .item-header p {
	color: #3d5265;
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	width: 875px;
	margin-bottom: 30px;
}

#cosmote-business-one-carousel .item-header p.cosmote-business-one-top-intro {
	color: #333333;
	font-size: 18px;
	line-height: 28px;
	margin: 30px auto;
	margin-bottom: 30px;
}

#cosmote-business-one-carousel .item-header h2 .blue {
	color: #2070b2;
}

#cosmote-business-one-carousel .item-header h4 {
	margin-top: 25px;
	margin-bottom: 25px;
}

#cosmote-business-one-carousel .item {
	width: 100%;
}

#cosmote-business-one-carousel .item img.background {
	height: 805px;
}

#cosmote-business-one-carousel .owl-controls {
	position: absolute;
	right: 50px;
	top: 50%;
}

#cosmote-business-one-carousel .owl-controls .owl-page {
	display: list-item !important;
}

#cosmote-business-one-carousel a {
	color: #509e2f;
	font-size: 20px;
	line-height: 36px;
	/*margin-right: 30px;*/
}

#cosmote-business-one-carousel .carousel-business-one-scroll {
	width: 100%;
	margin-top: 30px;
}

#cosmote-business-one-carousel .carousel-business-one-scroll img {
	text-align: center;
	display: inline;
}

#cosmote-business-one-carousel .cosmote-business-one-scroll-link {
	color: #b1b1b3;
	font-size: 15px;
	line-height: 40px;
	font-style: italic;
}

#cosmote-business-one-carousel .cosmote-business-top-promo-icons .col-xs-12 {
	position: absolute;
	top: 150px;
	margin: 0 auto;
	width: 70%;
}

#cosmote-business-one-carousel .cosmote-business-top-promo-icons li {
	list-style-type: none;
	text-align: right;
	margin-bottom: 10px;
}

/* ----------------- Cosmote Business One Section 2 ----------------- */

section#cosmote-business-one-section-2 {
	width: 100%;
	height: 901px;
	padding-top: 85px;
	padding-bottom: 75px;
}

.cosmote-business-one-section-2-icons, .cosmote-business-one-section-2-title {
	padding-left: 20px;
}

.cosmote-business-one-section-2-title h3 {
	width: 485px;
	color: #509e2f;
	font-size: 45px;
	line-height: 50px;
	margin-top: 30px;
	margin-bottom: 30px;
	font-weight: bold;
}

.cosmote-business-one-section-2-title p {
	color: #3d5265;
	font-size: 20px;
	line-height: 28px;
	width: 400px;
	margin: 0 0 40px !important;
}

/* ----------------- Cosmote Business Section 3 ----------------- */

section#cosmote-business-one-section-3 {
	width: 100%;
	height: 900px;
	padding-top: 140px;
	padding-bottom: 75px;
}

.cosmote-business-one-section-3-icons, .cosmote-business-one-section-3-title {
	padding-left: 20px;
}

.cosmote-business-one-section-3-title h3 {
	width: 485px;
	color: #509e2f;
	font-size: 45px;
	line-height: 50px;
	margin-top: 30px;
	margin-bottom: 30px;
	font-weight: bold;
}

.cosmote-business-one-section-3-title p {
	color: #3d5265;
	font-size: 20px;
	line-height: 28px;
	width: 360px;
	margin: 0 0 40px !important;
}

/* ----------------- Cosmote Business One Bottom ----------------- */

section#cosmote-business-one-bottom {
	background: none no-repeat scroll 0 0 #fff;
	width: 100%;
	padding-top: 25px;
}

#cosmote-business-one-bottom h2 {
	color: #2070b2;
	font-size: 32px;
	line-height: 38px;
	font-weight: bold;
}

#cosmote-business-one-bottom p {
	color: #3d5265;
	font-size: 16px;
	line-height: 25px;
	width: 784px;	
	margin-bottom: 30px;
}

#cosmote-business-one-bottom a {
	margin-bottom: 40px;
}

#cosmote-business-one-bottom a.cosmote-business-one-dspl-block {
	display: block;
	margin-bottom: 10px;
}

#cosmote-business-one-bottom i {
	font-size: 15px;
	line-height: 25px;
	color: #b1b1b3;
}

/* ----------------------------------- */
/*                                     */
/*                                     */
/*                                     */
/*     Cosmote Business One Internet            */
/*                                     */
/*                                     */
/*                                     */
/* ----------------------------------- */


#cosmote-business-one-internet-carousel {
	height: 805px;
	position: relative;
}

#cosmote-business-one-internet-carousel .item-header {
	position: absolute;
	top: 415px;
	z-index: 2;
	width: 100%;
}

#cosmote-business-one-internet-carousel .item-header h2 {
	font-size: 58px;
	font-weight: bold;
	line-height: 52px;
	font-family: Arial;
	margin: 0;
	margin-top: -10px;
	margin-bottom: 30px;
	color: #3d5265;
}

#cosmote-business-one-internet-carousel .item-header p {
	color: #3d5265;
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	width: 634px;
	margin-bottom: 55px;
}

#cosmote-business-one-internet-carousel .item {
	width: 100%;
}

#cosmote-business-one-internet-carousel .item img.background {
	height: 805px;
}

#cosmote-business-one-internet-carousel .owl-controls {
	position: absolute;
	right: 50px;
	top: 50%;
}

#cosmote-business-one-internet-carousel .owl-controls .owl-page {
	display: list-item !important;
}

#cosmote-business-one-internet-carousel a {
	color: #509e2f;
	font-size: 20px;
	line-height: 36px;
	margin-right: 30px;
}

#cosmote-business-one-internet-carousel .carousel-one-scroll {
	width: 100%;
	margin-top: 65px;
}

#cosmote-business-one-internet-carousel .carousel-one-scroll img {
	text-align: center;
	display: inline;
}

#cosmote-business-one-internet-carousel .cosmote-business-one-scroll-link {
	color: #b1b1b3;
	font-size: 15px;
	line-height: 40px;
	font-style: italic;
}

/* --------------- cosmote-business-one-internet-at-home ------------------ */

.cosmote-business-one-internet-header {
	margin-bottom: 110px;
}

.cosmote-business-one-internet-header h2 {
	font-size: 58px;
	color: #fff;
	line-height: 48px;
	text-transform: uppercase;
	margin: 0;
}

.cosmote-business-one-internet-header h3 {
	font-size: 59px;
	color: #fff;
	line-height: 54px;
	text-transform: uppercase;
	margin: 0 0 45px;
}

.cosmote-business-one-internet-header p {
	width: 515px;
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 15px;
	margin-top: 30px;
}

.cosmote-business-one-internet-content {
	margin-left: 300px;
	width: 690px;
	padding-top: 30px;
	height: 1620px;
}

.cosmote-business-one-internet-content h2 {
	color: #fff;
	font-size: 35px;
	line-height: 26px;
	margin: 0 0 20px;
}

.cosmote-business-one-internet-content p {
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	margin: 0 0 65px;
}

.cosmote-business-one-internet-steps {
	margin-bottom: 85px;
}

.cosmote-business-one-internet-step {
	width: 180px;
	margin-right: 60px;
}

.cosmote-business-one-internet-step:last-child {
	margin-right: 0;
}

.cosmote-business-one-internet-step-number {
	width: 75px;
}

.cosmote-business-one-internet-step-number-big {
	color: #00b0e9;
	font-size: 60px;
	line-height: 40px;
	font-weight: bold;
}

.cosmote-business-one-internet-step-number-text {
	font-size: 20px;
	color: #97d700;
	line-height: 40px;
	font-weight: bold;
	text-transform: uppercase;
}

.cosmote-business-one-internet-step-box .icheckbox_flat-blue, .cosmote-business-one-internet-step-box .iradio_flat-blue {
	width: 65px;
	height: 65px;
}

.cosmote-business-one-internet-multitasking {
	margin-top: 100px;
	padding-right: 100px;
}

.cosmote-business-one-internet-multitasking h2 {
	font-size: 25px;
	line-height: 35px;
}


/* ----------------------------------- */
/*                                     */
/*                                     */
/*                                     */
/*   Cosmote Business One More Info    s*/
/*                                     */
/*                                     */
/*                                     */
/* ----------------------------------- */


#cosmote-one-carousel .item-header h2.cosmote-business-one-moreinfo-header {
	color: #374148;
	font-size: 36px;
	width: 640px;
	margin: 0 auto 20px;
	line-height: 38px;	
}

.cosmote-business-one-more-info #cosmote-one-carousel .item-header p {
    color: #3d5265;
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 30px;
    width: 1005px;
}

.cosmote-business-one-more-info .item img.background {
	width: 100%;
}

/* ----------------- cosmote-business-one-more-info-section-2 ------------- */

.cosmote-business-one-carousel-section-2, #cosmote-business-one-carousel-section-2 {
	position: relative;	
}

#cosmote-business-one-carousel-section-2 .item-header {
    position: absolute;
    top: 130px;
    width: 620px;
    z-index: 2;
    left:50%;
    
}

#cosmote-business-one-carousel-section-2 .blue {
	color: #2070b2;
}

#cosmote-business-one-carousel-section-2 .item-header h2 {
	font-size: 18px;
	line-height: 10px;
	font-weight: bold;
}

#cosmote-business-one-carousel-section-2 .item-header h1 {
	color: #3d5265;
	margin: 10px 0;
	font-size: 34px;
	line-height: 34px;	
}

#cosmote-business-one-carousel-section-2 .item-header p {
	color: #3d5265;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 20px;	
}

#cosmote-business-one-carousel-section-2 .item-header p.cosmote-business-one-no-margin {
	margin-bottom: 0;
}

#cosmote-business-one-carousel-section-2 .item-header ul {
	padding-left: 0;
}

#cosmote-business-one-carousel-section-2 .item-header ul li {
	color: #2070b2;
	font-size: 18px;
	line-height: 22px;
	list-style-type: none;
	background: url("../sample_content/cosmote_one/cosmote-business-one-list-green-arrow.png") no-repeat scroll 0 5px; transparent;
	padding-left: 15px;
	font-weight: bold;
}

#cosmote-business-one-carousel-section-2 .owl-controls {
    position: absolute;
    right: 50px;
    top: 50%;
}

#cosmote-business-one-carousel-section-2 div.owl-controls.clickable {
	list-style: outside none none;
}

#cosmote-business-one-carousel-section-2 .owl-controls .owl-page {
    display: list-item !important;
}

.cosmote-business-one-carousel-section-2-scroll-button {
	position: absolute;
	bottom: -24.5px;
	left: 50%;
	z-index: 1000;
}



/* ----------------- cosmote-business-one-more-info-section-3 ------------- */

.cosmote-business-one-carousel-section-3, #cosmote-business-one-carousel-section-3 {
	position: relative;	
}

#cosmote-business-one-carousel-section-3 .item-header {
    position: absolute;
    top: 130px;
    width: 520px;
    z-index: 2;
    left: 50%;
    margin-left:-600px;
    
}

#cosmote-business-one-carousel-section-3 .blue {
	color: #2070b2;
}

#cosmote-business-one-carousel-section-3 .item-header h2 {
	font-size: 18px;
	line-height: 10px;
	font-weight: bold;
}

#cosmote-business-one-carousel-section-3 .item-header h1 {
	color: #3d5265;
	margin: 10px 0;
	font-size: 34px;
	line-height: 34px;	
}

#cosmote-business-one-carousel-section-3 .item-header p {
	color: #3d5265;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 20px;	
}

#cosmote-business-one-carousel-section-3 .item-header p.cosmote-business-one-no-margin {
	margin-bottom: 0;
}

#cosmote-business-one-carousel-section-3 .item-header ul {
	padding-left: 0;
}

#cosmote-business-one-carousel-section-3 .item-header ul li {
	color: #2070b2;
	font-size: 18px;
	line-height: 22px;
	list-style-type: none;
	background: url("../sample_content/cosmote_one/cosmote-business-one-list-green-arrow.png") no-repeat scroll 0 5px; transparent;
	padding-left: 15px;
	font-weight: bold;
}

#cosmote-business-one-carousel-section-3 .owl-controls {
    position: absolute;
    right: 50px;
    top: 50%;
}

#cosmote-business-one-carousel-section-3 div.owl-controls.clickable {
	list-style: outside none none;
}

#cosmote-business-one-carousel-section-3 .owl-controls .owl-page {
    display: list-item !important;
}


/* ----------------- cosmote-business-one-more-info-section-4 ------------- */

.cosmote-business-one-carousel-section-4, #cosmote-business-one-carousel-section-4 {
	position: relative;	
}

#cosmote-business-one-carousel-section-4 .item-header {
    position: absolute;
    top: 180px;
    width: 600px;
    z-index: 2;
    left: 50%;
    
}

#cosmote-business-one-carousel-section-4 .blue {
	color: #2070b2;
}

#cosmote-business-one-carousel-section-4 .item-header h2 {
	font-size: 18px;
	line-height: 10px;
	font-weight: bold;
}

#cosmote-business-one-carousel-section-4 .item-header h1 {
	color: #3d5265;
	margin: 10px 0;
	font-size: 34px;
	line-height: 34px;	
}

#cosmote-business-one-carousel-section-4 .item-header p {
	color: #3d5265;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 20px;	
}

#cosmote-business-one-carousel-section-4 .item-header a {
	color: #509e2f;
	font-size: 18px;
	line-height: 50px;
	font-weight: bold;
}

#cosmote-business-one-carousel-section-4 .item-header p.cosmote-business-one-no-margin {
	margin-bottom: 0;
}

#cosmote-business-one-carousel-section-4 .item-header ul {
	padding-left: 0;
}

#cosmote-business-one-carousel-section-4 .item-header ul li {
	color: #2070b2;
	font-size: 18px;
	line-height: 22px;
	list-style-type: none;
	background: url("../sample_content/cosmote_one/cosmote-business-one-list-green-arrow.png") no-repeat scroll 0 5px; transparent;
	padding-left: 15px;
}

#cosmote-business-one-carousel-section-4 .owl-controls {
    position: absolute;
    right: 50px;
    top: 50%;
}

#cosmote-business-one-carousel-section-4 div.owl-controls.clickable {
	list-style: outside none none;
}

#cosmote-business-one-carousel-section-4 .owl-controls .owl-page {
    display: list-item !important;
}


/* ----------------- cosmote-business-one-more-info-section-5 ------------- */

.cosmote-business-one-carousel-section-5, #cosmote-business-one-carousel-section-5 {
	position: relative;	
}

#cosmote-business-one-carousel-section-5 .item-header {
    position: absolute;
    top: 270px;
    width: 520px;
    z-index: 2;
    left: 50%;
    margin-left:-600px;
    
}

#cosmote-business-one-carousel-section-5 .blue {
	color: #2070b2;
}

#cosmote-business-one-carousel-section-5 .item-header h2 {
	font-size: 18px;
	line-height: 10px;
	font-weight: bold;
}

#cosmote-business-one-carousel-section-5 .item-header h1 {
	color: #3d5265;
	margin: 10px 0;
	font-size: 34px;
	line-height: 34px;	
}

#cosmote-business-one-carousel-section-5 .item-header p {
	color: #3d5265;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 20px;	
}

#cosmote-business-one-carousel-section-5 .item-header p.cosmote-business-one-no-margin {
	margin-bottom: 0;
}

#cosmote-business-one-carousel-section-5 .item-header ul {
	padding-left: 0;
}

#cosmote-business-one-carousel-section-5 .item-header ul li {
	color: #2070b2;
	font-size: 18px;
	line-height: 22px;
	list-style-type: none;
	background: url("../sample_content/cosmote_one/cosmote-business-one-list-green-arrow.png") no-repeat scroll 0 5px; transparent;
	padding-left: 15px;
}

#cosmote-business-one-carousel-section-5 .owl-controls {
    position: absolute;
    right: 50px;
    top: 50%;
}

#cosmote-business-one-carousel-section-5 div.owl-controls.clickable {
	list-style: outside none none;
}

#cosmote-business-one-carousel-section-5 .owl-controls .owl-page {
    display: list-item !important;
}

#cosmote-business-one-carousel-section-5 .item-header a {
    color: #509e2f;
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
}


.cosmote-business-one-section-6 {
	height: 500px;
	padding-top: 85px;
}

.cosmote-business-one-section-6-bottom {
	width: 600px;
	margin: 0 auto;
}

.cosmote-business-one-section-6-bottom h1 {
	color: #374148;
	font-size: 51px;
	line-height: 60px;	
}

.cosmote-business-one-section-6-bottom h1 {
	color: #374148;
	font-size: 51px;
	line-height: 60px;
	margin: 0;
	font-weight: bold;
}

.cosmote-business-one-section-6-bottom h2 {
	color: #374148;
	font-size: 46px;
	line-height: 51px;	
	margin: 0;
	font-weight: bold;
}

.cosmote-business-one-section-6-bottom h2 .blue {
	color: #2070b2;
}

.cosmote-business-one-section-6-bottom h3 {
	color: #374148;
	font-size: 31px;
	line-height: 44px;
	margin: 0;
	font-weight: bold;
}

hr.cosmote-business-one-share-hr {
	width: 600px;
	border-color: #509e2f;
	border-width: 2px;
	margin-top: 30px;
	margin-bottom: 45px;
}

.cosmote-business-one-section-6-bottom p {
	color: #374148;
	font-size: 21px;
	line-height: 50px;
	margin-bottom: 35px;
}
/* ----------------------------------- */
/*                                     */
/*                                     */
/*                                     */
/*     Cosmote Business One Packages   */
/*                                     */
/*                                     */
/*                                     */
/* ----------------------------------- */


.cosmote-business-one-packages-top {
	height: 373px;
	padding-top: 80px;
}

.cosmote-business-one-packages-top-desc {
	width: 904px;
	position: relative;
	margin: 0 auto;
}

.cosmote-business-one-packages-top-desc .cosmote-business-one-share-hr {
	margin-top: 25px;
	margin-bottom: 25px;
}


.cosmote-business-one-packages-top-desc h1 {
	font-size: 48px;
	line-height: 72px;
	color: #fff;
	margin: 0 0 8px;
	font-weight: bold;
}

.cosmote-business-one-packages-top-desc p {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
}

.cosmote-business-one-packages-return-button {
	position: absolute;
	top: -50px;
	left: 20px;
	color: #fff;
	font-size: 18px;
	line-height: 35px;
}

.cosmote-business-one-packages-return-button i {
	margin-top: -3px;
}

.cosmote-business-one-posrel {
	position: relative;
}

/* --------------- tabs ----------------- */

.cosmote-business-one-tabs-wrapper {
/*     margin-bottom: 20px;
    padding-bottom: 10px; */
    position: relative;
    margin-bottom: -20px;
}

.cosmote-business-one-tabs-header {
	padding: 0 20px;
	height: 100px;
	border-bottom: 1px solid #d9dbdc;
}

#cosmote-business-one-packages .cosmote-business-one-tabs {
	margin-top: -70px;
}

.cosmote-business-one-tabs .nav > li > a {
    border-color: #ddd transparent #ddd #ddd;
    border-image: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    color: #929a9d;
    display: block;
    margin-right: 0;
    padding: 18px 15px 19px;
    position: relative;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

.cosmote-business-one-tabs .nav > li:last-child > a {
    border-color: #ddd;	
}

.cosmote-business-one-tabs .nav > li.active > a {
    border-color: #ddd transparent transparent #ddd;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #2070b2;
}

.cosmote-business-one-tabs .nav > li.active:last-child > a {
	border-color: #ddd #ddd transparent #ddd;	
}

.cosmote-business-one-tabs-wrapper .nav-tabs li {
    background: #edefef none repeat scroll 0 0;
    height: 70px;
    width: 300px;
}

.cosmote-business-one-small-tab-font {
	text-transform: uppercase;
	font-size: 14px;
}

.cosmote-business-one-tabs .tab-pane-top-descr-container {
	margin-bottom: 20px;
}


p.cosmote-business-one-top-description {
	font-size: 14px;
	line-height: 18px;
	color: #7e7e7e;
}

.cosmote-business-one-tabs .tab-content {
	padding-top: 30px;
}

.cosmote-business-one-tabs .tab-pane {
	padding-top: 0;
}

.cosmote-business-one-tabs-box {
	border: 1px solid #d9dbdc;
	margin-bottom: 40px;
}

.cosmote-business-one-tabs-box > .row > .col-xs-12 > .row{
	display:table;
	width: 100%;
}

.cosmote-business-one-tabs-box > .row > .col-xs-12 > .row > .col-xs-6{
	display: table-cell;
    height: 100%!important;
    float: none;
    position: relative;
    background: #f7f7f7;
    border-bottom: 1px solid #d9dbdc;
    border-right: 1px solid #d9dbdc;  
}
.cosmote-business-one-tabs-box > .row > .col-xs-12 > .row > .col-xs-6:last-child{
	border-right: none;
}

.cosmote-business-one-brdR {
	border-right: 1px solid #d9dbdc;
}

.cosmote-business-one-brdL {
	border-left: 1px solid #d9dbdc;
}

.cosmote-business-one-brdB {
	border-bottom: 1px solid #d9dbdc;
}

.cosmote-business-one-brdT {
	border-top: 1px solid #d9dbdc;
}

.cosmote-business-one-tabs-internet {
	width: 450px;
}

.cosmote-business-one-tabs-internet-top {
    padding: 17px;
    width: 239px;
    font-size: 18px;
    font-weight: bold;
    background: white;
    border:none;
    border-bottom: 1px solid  #d9dbdc;
}

.cosmote-business-one-tabs-internet-top img {
	margin-right: 10px;
}

.cosmote-business-one-tabs-internet-middle {
	background: #f7f7f7;
	padding: 30px 14px;
	height: 100%;
	position: relative;
	border:none;
}

.cosmote-business-one-tabs-internet-extras {
	padding: 21px;
}

.cosmote-business-one-tabs-internet-extras {
	width: 898px;
	background: #f7f7f7;
}

.cosmote-business-one-tabs-internet-extras a { 
	color: #2070b2;
	font-size: 14px;
}

.cosmote-business-one-tabs-internet-extras a:hover { 
	color: #3fa435;
}

.cosmote-business-one-tabs-internet-extras-header {
	margin-right: 30px;
}

.cosmote-business-one-tabs-internet-middle-prices {
	width: 50%;
}

.cosmote-business-one-internet-middle-descr {
	color: #3fa435;
	font-size: 16px;
	line-height: 35px;
	font-weight: bold;
}

.cosmote-business-one-internet-middle-mb {
	color: #2070b2;
	font-size: 40px;
	line-height: 42px;
	font-weight: bold;
}

.cosmote-business-one-internet-middle-mb-small {
	font-size: 24px;
}

.cosmote-business-one-tabs-total h2 {
	color: #3fa435;
	font-size: 16px;
	line-height: 41px;
	margin: 0;
}

.cosmote-business-one-tabs-total-price {
	font-size: 54px;
	line-height: 65px;
	color: #2070b2;
}

.cosmote-business-one-tabs-total-month {
	font-size: 16px;
	line-height: 41px;
	color: #94999d;
}

.cosmote-business-one-tabs-total a {
	margin-top: 30px;
	width: 100%;
}

.cosmote-business-one-tabs-total-btn {
	width: 236px;
	text-align: center;
}


.cosmote-business-one-plus-icon p {
	color: #b1b1b3;
	font-size: 15px;
	line-height: 25px;
	font-style: italic;
}

.cosmote-business-one-tabs-features {
	margin-bottom: 25px;
	width: 170px;
}

.cosmote-business-one-blue {
	color: #3b61a6;
	font-size: 28px;
	line-height: 28px;
	font-weight: bold;
}

.cosmote-business-one-blue.cosmote-business-one-blue-text {
	font-size: 24px;
	line-height: 24px;
}

.cosmote-business-one-green {
	color: #3fa435;
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
	margin-bottom: 5px;
}

.cosmote-business-one-tabs-provide {
    width: 880px;
    padding: 17px 20px;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    float: none!important;
    border-right: 1px solid #d9dbdc;
}

.cosmote-business-one-tabs-provide-header {
	color: #3fa435;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
}

.cosmote-business-one-tabs-provide-links a {
	color: #3b61a6;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold
}

.cosmote-business-one-tabs-provide-links a:hover {
	color: #3fa435;
	text-decoration: none;
}
.cosmote-business-one-tabs-legal-note{
	font-style: italic;
}
.cosmote-business-one-tabs-provide-total{
	display: table-cell;
    height: 100%;
    float:  none!important;
    vertical-align: middle;
}
.cosmote-business-one-tabs-provide-total-desc {
	width: 115px;
	padding-top: 40px;
	font-size: 34px;
	line-height: 9px;
	font-weight: bold;
	color: #3fa435;
}

.cosmote-business-one-tabs-provide-total-desc-month {
	color: #2070b2;
	font-size: 17px;
	line-height: 31px;
	font-weight: bold;
	margin-top: 5px;
	display: inline-block;
}

.cosmote-business-one-tabs-provide-total-price {
	font-size: 40px;
	line-height: 65px;
	font-weight: bold;
	color: #3b61a6;
	padding: 20px 12px 15px;
}


.cosmote-business-one-packages-bottom p {
	color: #7e7e7e;
	font-size: 14px;
	line-height: 18px;
	width: 718px;
}

.cosmote-business-one-packages-bottom p a {
	color: #3fa435;
}

/* ----------------------------------- */
/*                                     */
/*                                     */
/*                                     */
/*     Cosmote Business One FAQ        */
/*                                     */
/*                                     */
/*                                     */
/* ----------------------------------- */

.cosmote-business-one-faq-top {
	height: 373px;
	padding-top: 80px;
}

.cosmote-business-one-faq-top-desc {
	width: 904px;
	position: relative;
	margin: 0 auto;
}

.cosmote-business-one-faq-top-desc .cosmote-business-one-share-hr {
	margin-top: 25px;
	margin-bottom: 25px;
}


.cosmote-business-one-faq-top-desc h1 {
	font-size: 48px;
	line-height: 72px;
	color: #fff;
	margin: 0 0 8px;
	font-weight: bold;
}

.cosmote-business-one-faq-top-desc p {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
}

.cosmote-business-one-faq-return-button {
	position: absolute;
	top: -50px;
	left: 20px;
	color: #fff;
	font-size: 18px;
	line-height: 35px;
}

.cosmote-business-one-faq-return-button i {
	margin-top: -3px;
}

#cosmote-business-one-faq-accordion {
	padding-top: 40px;
}

#cosmote-business-one-faq-accordion h3 img {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto;
}

#cosmote-business-one-faq-accordion p {
	margin: 20px 0;
}

#cosmote-business-one-faq-accordion .ui-state-default, #cosmote-business-one-faq-accordion .ui-widget-content .ui-state-default, #cosmote-business-one-faq-accordion .ui-widget-header .ui-state-default {
    height: auto;
    line-height: 24px;
    padding: 20px 40px 20px 62px !important;
    text-align: left;
    width: 100%;
}

#cosmote-business-one-faq-accordion .ui-accordion-header {
    border: 1px solid #e7e8e9;
    font-style: normal;
} 


#cosmote-business-one-faq #cosmote-business-one-faq-accordion .ui-accordion-header .ui-accordion-header-icon {
    right: 0.5em !important;
    left: 97%;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}


/* ----------------------------------- */
/*                                     */
/*                                     */
/*                                     */
/*     Cosmote Business One Contact    */
/*                                     */
/*                                     */
/*                                     */
/* ----------------------------------- */

.cosmote-business-one-contact-top {
    height: 373px;
    padding-top: 80px;
}

#cosmote-business-one-contact-message {
	padding-top: 40px;
}

.cosmote-business-one-contact-top-message {
	margin-bottom: 60px;
}

.cosmote-business-one-contact-form-column {
	width: 560px;
}

.cosmote-business-one-contact-form-column-label {
	font-size: 14px !important;
    padding-right: 30px;
    padding-top: 10px;
    text-align: right;
    width: 200px;
    color: #374148 !important;
}

#cosmote-business-one-contact .help-block {
    margin-bottom: 0;
    margin-top: 0;
    min-height: 0;
}

.cosmote-business-one-contact-form-column-input {
	max-width: 345px;
}

.cosmote-business-one-contact-form-column-input input,
.cosmote-business-one-contact-form-column-input textarea {
	width: 345px;
	max-width: 100%;
	resize: none;
}

#comments {
	height: 110px;
	min-height: 0px;
}

#OneContact {
    height: 110px;
}

.cosmote-business-one-contact-form-column-input-checkbox {
	font-size: 14px !important;
	color: #374148;
	font-weight: normal !important;
}

.ui-icon.iconOpen {
    background: url('../sample_content/cosmote_one/cosmote-business-one-iconOpen.jpg') no-repeat;
    background-size: 16px;
    width: 16px;
    height: 16px;
}
.ui-icon.iconClosed {
    background: url('../sample_content/cosmote_one/cosmote-business-one-iconClosed.jpg') no-repeat;
    background-size: 16px;
    width: 16px;
    height: 16px;
}