@font-face {
	font-family: 'icomoon';
	src:  url('../fonts/icomoon.eot?1mjatj');
	src:  url('../fonts/icomoon.eot?1mjatj#iefix') format('embedded-opentype'),
	url('../fonts/icomoon.ttf?1mjatj') format('truetype'),
	url('../fonts/icomoon.woff?1mjatj') format('woff'),
	url('../fonts/icomoon.svg?1mjatj#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham Pro';
	src: url('../fonts/GothamPro.eot');
	src: url('../fonts/GothamPro.eot?#iefix') format('embedded-opentype'),
		url('../fonts/GothamPro.woff') format('woff'),
		url('../fonts/GothamPro.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Bold';
	src: url('../fonts/GothamPro-Bold.eot');
	src: url('../fonts/GothamPro-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/GothamPro-Bold.woff') format('woff'),
		url('../fonts/GothamPro-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Italic';
	src: url('../fonts/GothamPro-Italic.eot');
	src: url('../fonts/GothamPro-Italic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/GothamPro-Italic.woff') format('woff'),
		url('../fonts/GothamPro-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Gotham Black';
	src: url('../fonts/GothamPro-Black.eot');
	src: url('../fonts/GothamPro-Black.eot?#iefix') format('embedded-opentype'),
		url('../fonts/GothamPro-Black.woff') format('woff'),
		url('../fonts/GothamPro-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Bold Italic';
	src: url('../fonts/GothamPro-BoldItalic.eot');
	src: url('../fonts/GothamPro-BoldItalic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/GothamPro-BoldItalic.woff') format('woff'),
		url('../fonts/GothamPro-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'Gotham Italic 2';
	src: url('../fonts/GothamPro-Italic_1.eot');
	src: url('../fonts/GothamPro-Italic_1.eot?#iefix') format('embedded-opentype'),
		url('../fonts/GothamPro-Italic_1.woff') format('woff'),
		url('../fonts/GothamPro-Italic_1.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}



@font-face {
	font-family: 'adineuePROBold';
	src: url('../fonts/adineuePRO-Bold.eot');
	src: url('../fonts/adineuePRO-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/adineuePRO-Bold.woff') format('woff'),
		url('../fonts/adineuePRO-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'adineue';
	src: url('../fonts/adineuePRO-Light.eot');
	src: url('../fonts/adineuePRO-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/adineuePRO-Light.woff') format('woff'),
		url('../fonts/adineuePRO-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}



/* reset */

body, h1, h2, h3, p, ul, ol, figure, fieldset, input, dl, dd, th, td {
	margin: 0;
	padding: 0;
    font-size: 12px;
}

h1, h2, h3, h4 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 24px;
}

h1{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 24px;
	font-family: "Gotham Bold"; 
}

h2{
	text-transform: uppercase;
	font-size: 14px;
}

h3{
	text-transform: uppercase;
	font-size: 14px;
	font-family: "Gotham Bold";
}

h4{
	text-transform: uppercase;
	font-size: 18px;
	font-family: "Gotham Bold";
}

h5{
	text-transform: uppercase;
	font-size: 16px;
	font-family: "Gotham Bold";
}

h6{
	font-family: "Gotham Bold";
    font-size: 14px;
    line-height: 1.5;
    opacity: 0.4;
}

html,
body {
	min-height: 100%;
	height: 100%;
}

body {
	font-family: "Gotham Pro";
	background-color: #f1f1f1
}

*:before,
*:after,
* {
	box-sizing: border-box;
}
div, p{line-height: 15px; }
fieldset {
	border: 0;
}

textarea {
	resize: none;
	overflow: hidden;
}

a {
	color: inherit;
	text-decoration: none;
	outline: 0;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
}

ul, ol {
	list-style: none;
	list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}
.social-icons ul {
	list-style: none;
	list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}


address {
	font-style: normal;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance: none; 
	margin: 0; 
}

input[type='number'] {
	-moz-appearance:textfield;
}

input, textarea, button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	border: 0;
	background-color: transparent;
}

button,
input[type="submit"] {
	cursor: pointer;
}
 #main{padding-top: 120px;}
.grid-icon img{margin-right: 5px; margin-left: 35px;}
/* end reset */
.advertising-filter [class*="col-"] div{
	margin-top: 10px;
	margin-left: 10px;
	float: left;
	min-height: 35px;
}
.advertising-filter [class*="col-"] div span{
	float: left;
}
.advertising-filter [class*="col-"] div ul{
	float: left;
	background-color: #ffffff;
	border: 1px solid #d5d5d5;
}
.advertising-filter [class*="col-"] div ul li{
	border: 1px solid #d5d5d5;
	color: #000000;
}
/* Select input style */
.custom_select {
	position: relative;
	z-index: 1;
	color: #fff;
	background: #ffffff;
	text-align: left;
	font-size: 12px;
	z-index: 99;
	color: #000;
	width: 200px;
    border: 1px solid #acacac;
    height: 30px;
	min-height: 33px !important;
	margin-top: 0px !important;
	margin-right: 10px;
	float: left;
}

.custom_select p {
	text-transform: uppercase;
	position: relative;
	padding: 10.5px 40px 8px 16px;
	overflow: hidden !important;
	font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.custom_select p:before {
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	width: 37px;
	height: 95%;
	background-color: #37474f;
	
}

.custom_select p:after {
	content: "arrow";
	position: absolute;
	top: 0;
	right: 0;
	width: 37px;
	height: 100%;
	background: url(../img/select-arrow_02.svg) no-repeat center center;
	font-size: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	
	-webkit-transition: -webkit-transform .4s;
	transition: transform .4s;
}

.custom_select.open p:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);	
}

.custom_select.open p:before {
	border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright:0px;
}

div .open {
	border-top-left-radius:4px;	
	-moz-border-radius-topleft: 4px;
	border-top-right-radius:4px;	
	-moz-border-radius-topright:4px;
	border-bottom-right-radius: 0;
	-moz-border-radius-bottomright:0;
	border-bottom-left-radius:0;	
	-moz-border-radius-bottomleft:0;
}
.custom_select ul {
 	 position: absolute;
 	 top: 100%;
 	 left: 0;
 	 cursor: pointer;
  	width: 100%;
  	display: none;
  	max-height: 180px;
  	overflow: auto !important;
  	background-color: #ffffff;
  	margin-top: 0px;
	margin-left: 0px;
	border: 1px solid rgb(172, 172, 172);
	
} 
.custom_select ul:before {
	background:  url(../img/top_arrow_select.svg) no-repeat 99.9% center;
	content: "arrow";
	position: absolute;
	top: -20px;
	right: 10px;
	font-family: "icomoon";
	font-size: 0;
	width: 20px;
	height: 20px;
}
.custom_select li {
	padding: 10px 20px;
	width:100%;
}
.custom_select ul  li:hover {
	color: #1a97d2;
}
.custom_select li {
	border-bottom: 1px solid rgb(172, 172, 172);
}
.custom_select li:first-child {
	border-top: none;
}
/* top bar */

.advertising-filter{
	margin-right: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
}


.advertising-filter [class*="col-"] .device-txt, .advertising-filter [class*="col-"] .format-txt{
	color: #001221;
	margin-top: 7px;
	font-size: 16px;
	text-transform: uppercase;
}
.advertising-filter div ul .active{
	background: #a7adb0;
	color: #fff;
}
.advertising-filter .device-box-filter, .advertising-filter .ads-formats-filter{
	margin-left: 5px;
}
.advertising-filter div ul li a{
	width: 65px;
	height: 30px;
	text-align: center;
	display: block;
	padding-top: 7px;
}

.advertising-filter .ads-formats-filter li:nth-child(2) a
{
	width: 110px;
}
.advertising-filter .ads-formats-filter li:nth-child(3) a
{
	width: 110px;
}
.advertising-filter .ads-formats-filter li:nth-child(4) a
{
	width: 70px;
}
.advertising-filter .ads-formats-filter li:nth-child(5) a
{
	width: 35px;
} 

.advertising-filter .ads-formats-box h3{
	float:left;
	margin-top: 10px;
}

.advertising-filter div ul li{
	float: left;
}
.advertising-filter .tech-text{
	color: #001221;
	font-size: 18px;
}

.advertising-filter select, .statistic-filter select{
	width: 200px;
	border: 1px solid #acacac;
	height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-top: 8px;
	padding-bottom: 4px;
	padding-left: 10px;
	text-transform: uppercase;
}

.advertising-filter select, .statistic-filter select{
  background-image:
    linear-gradient(50deg, transparent 50%, white 50%),
    linear-gradient(130deg, white 50%, transparent 50%),
    linear-gradient(to right, #37474f, #37474f);
  background-position:
    calc(100% - 17px) calc(13px + 1px),
    calc(100% - 12px) calc(11px + 3px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
}
.advertising-filter select:first-child, .statistic-filter select:first-child{
	margin-right: 86px;
}
.advertising-filter select:focus, .statistic-filter select:focus,  .advertising-filter select:change, .statistic-filter select:change{
  background-image:
    linear-gradient(50deg, white 50%, transparent 50%),
    linear-gradient(130deg, transparent 50%, white 50%),
    linear-gradient(to right, #37474f, #37474f);
  background-position:
   calc(100% - 12px) 15px,
   calc(100% - 16px) 15px,
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
  border-color: grey;
  outline: 0;
}

.advertising-filter a{
	font-size: 14px;
}

.formats-ads-box{position: relative;}
.formats-ads-popup{position: absolute;right:1px;width:350px;background-color: #1a97d2;z-index:96;padding: 20px;display: none; box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);}
.formats-ads-popup h6{font-size: 16px; text-transform: uppercase; color: #ffffff; opacity:1;}
.formats-ads-popup div{z-index:98; color: #fff; margin-left: 20px; margin-right: 20px; line-height: 2;}
.formats-ads-popup .info-icon{position: absolute; top: 10px; right: 52px;}
#formats-ads-table{
	width: 98%;
    margin-left: 1%;
    margin-right: 1%;
	border: none;
	margin-top: 20px;
	margin-bottom: 20px;
}

#formats-ads-table thead{
	background-color: #1a97d2;
	color: #fff;
	text-transform: uppercase;
}
#formats-ads-table thead tr{border: 0px; }
#formats-ads-table thead tr td{
	padding-top: 16px;
	padding-left: 10px;
	padding-bottom: 15px;
	border: 0px;
	text-align: center;
}
#formats-ads-table tbody tr:hover td{background-color:#c3deea;}
#formats-ads-table tbody tr td{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align:center;
}
#formats-ads-table tbody tr  td:nth-child(1)
{
	text-align:left;
	text-transform: uppercase;
    font-family: Gotham Bold;

}
#formats-ads-table tbody tr:nth-child(even) {background: #f1f1f1;}
#formats-ads-table tbody tr:nth-child(odd) {background: #fff;}
.advertising-filter .view-bttn{
	display:block;
	width: 145px;
	height: 30px;
	background-color: #034675;
	color: #fff;
	text-transform: uppercase;
	padding-top: 7px;
    text-align: center;
}
#advertising-tooltip{
	width: 200px;
	background-color: #188bc2;
	position: fixed;
	top: 150px;
	right: 1px;
	display: none;
}
#advertising-tooltip div{
	margin: 20px;
}
#advertising-tooltip div p, #advertising-tooltip div a{
	color: #ffffff;
	font-size: 12px;
}
.advertising-filter .media-kit-bttn{
	display: block;
    width: 93%;
    height: 35px;
    background-color: #001221;
    color: #188bc2;
    text-transform: uppercase;
    padding-top: 10px;
    text-align: center;
    float: right;
    margin-right: 24px;
	font-weight: bold;
	box-shadow: 1px 1px 1px 1px #cecece;
}
.filters-advertising-box{margin-top: 30px; margin-bottom: 40px;}
.filter-text{margin-bottom: 15px; margin-left: 10px;}
.filters-advertising-box select {width:92%; margin-left: 10px; padding-top: 8px; padding-bottom: 8px; padding-left: 8px; color: #001221; height: 32px;}
.advertising-view{float: right;}
.advertising-view h3{float:left;}
.advertising-view a{color: #001221;}
.advertising-view ul{background: none; float: left; border: 1px solid #cecece; margin-left: 10px; margin-right: 15px; margin-top: -8px;}
.advertising-view ul li{float: left; background-color: #fff; padding-top: 8px; padding-bottom: 8px; border-right: 1px solid #cecece;}
.advertising-view ul li a{ padding: 10px;}
.advertising-view ul .active{background-color: #1a97d2;}
#formats-ads-table-body{position: relative;}
.advertising-ads-type{
    height: 120px;
    background-color: #ffffff;
    text-align: center;
    display: table;
    margin: 10px 10px 10px 10px;
	cursor: pointer;
	box-shadow: 1px 1px 1px 1px #cecece;
}
.advertising-ads-type-last{
	margin-right: 0px;
}
.advertising-ads-type{position:relative;}
.advertising-content .button1{margin-top: 40px;}

.advertising-ads-type .ads-inner-hover {
    display: none;
	width:100%;
	height: 100%;
	background-color: #188bc2;
	position: absolute;
}
.advertising-ads-type .ads-inner {
    display: table-cell;
    position: relative;
    overflow: hidden;
    padding-top: 20px;
}
.advertising-ads-type .ads-inner h3{
	color: #000000;
}
.social-icons-top {
	position: relative;;
	display: block;
	background-color: #f1f1f1;
	color: rgba(0,18,33,0.3);
	border-bottom: solid 1px #adb2b6;
	padding: 0 15px;
}

.social-icons {
	display: inline-block;
	background-color: #f1f1f1;
}


.social-icons li {
    position: relative;
	width: 23px;
    display: inline-block;
	height: 30px;;
	text-align: center;
	vertical-align: top;
	font-size: 24px;
	font-family: 'icomoon';
	line-height: 30px;
}
.social-icons li a {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
}

.fb-icon::before {
	content: "\e917";
}

.fb-icon:hover {
	color: #3c5a98;
} 
.linkedin-icon::before {
	content: "\e918";
}

.linkedin-icon:hover {
	color: #0274b3;
}

.tweeter-icon::before {
	content: "\e91a";
}

.tweeter-icon:hover {
	color: #28aae1;
}
.maket-icon, .info-icon{
    font-family: 'icomoon';
	color:#034675;
	z-index: 999;

}
.maket-icon::before {
	content: "\e90b";
}
.info-icon::before {
	content: "\e90a";
}

.phone {
	position: relative;
	float: right;
	display: inline-block;
    line-height: 30px;
    font-size: 16px;
    font-family: 'icomoon',Arial,sans-serif;
    color: #001221;
    padding-left: 20px;
}

.phone::before {
    position: absolute;
    content: "\e919";
    top: 0;
    left: 0;
}
.phone::before {
	content: "\e919";
}


/*end top bar */
/* Uniform v0.9.4 */
/* DO NOT EDIT THIS FILE: use separate css file to fit style to your project*/

.affix {
	top: 165px;
    left: 50px;
    position: fixed;
}

.float-menu {
    width: 300px;
    z-index: 2000;
}



.card {
    box-shadow: 0 3px 7px 1px rgba(38, 44, 57, 0.1);
}

.panel, .card {
    position: relative;
    background-color: #fff;
    border: 0 none;
    border-radius: 0;
    margin-bottom: 20px;
}

.panel-body, .card-block {
    padding: 20px 26px 26px 26px;
    line-height: 2em;
}

.float-menu .lead {
    margin-bottom: 10px;
}
.lead{line-height: 22px;}
.panel .lead, .card .lead {
    margin: 0;
}

.panel-footer, .card-footer {
    padding: 15px 0px 15px 32px;
    background-color: #f7f8fa;
    border-top: 1px solid #DDD;
    text-transform: uppercase;
    font-size: 11px;
    color: #001221;
}

.lead{
	font-size: 20px;
    padding-bottom: 15px;
    font-weight: bold;
    color: #1a97d2;
}

.desktop-show-2 {
	display: block;
	margin: 0 auto;
    background-image: url(../img/makets/mac.png);
    width: 1477px;
    height: 1246px;
    padding-top: 54px;
    margin-top: 54px;
}

.makets{
	display: block;
	margin: 0 auto;
	height: 800px;
	width: 1366px;
	overflow-x: hidden;
}



/* menu */

header {
	width: 100%;
	background-color: #ffffff;
	position:fixed;
	height: 120px;
	z-index: 9999;
} 
.clear{clear: both;}
.topnav {
	background-color: #2c2c2c;
	float: right;
	text-transform: uppercase;
	font-size: 14px;
	font-family: "Gotham Bold";

}

#myTopnav{
	float: right;
}
.hamburger{
	float: right;
    top: 20px;
    position: absolute;
    right: 20px;
    vertical-align: middle;
	display: none;
}
/* end menu */

.logo img{ 
	margin-top: 17px;
    margin-bottom: 18px;
    margin-left: 15px;
}

ul.topnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #fff;
}

ul.topnav li {float: left;}

ul.topnav li a {
  display: inline-block;
  color: #001221;
  text-align: center;
  padding: 35px 30px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 14px;
  text-transform: uppercase;
}

ul.topnav li a:hover {
	background-color: #001221;
    color: #1a97d2;
}

ul.topnav li.icon {
	display: none;
}

.pf-image{
	max-width: 100%;
    width: 100%;
    height: auto;
    border: 0;
}

/* hero */

.row::after {
    content: "";
    clear: both;
    display: block;
}

[class*="col-"] {
    float: left;
}



@media screen and (max-width:980px) {
  ul.topnav li {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;
  }
  .hamburger{
  	 display: inline-block;
   }
   
   .mobile-header ul.topnav.responsive{top: 80px;} 
     .mobile-header .topnav{ height: auto !important;}
}

@media screen and (max-width:980px) {
  ul.topnav.responsive {position: absolute; top: 120px; z-index: 999; right: 0px; width: 100%;box-shadow: 1px 3px 11px -5px #000;}
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }
}

.active{
	background-color: #1a97d2;
	color: #fff !important; 
}
 
/* hero */
.home-welcome-row{background-color: #001221;}
.aside {
    background-color: #001221;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    /*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
		display:table;
}
.aside2 {
    font-size: 0;
}
.aside2 img{
    width: 100%
}

.cube-welcome-box{
	height: 250px;
}
.cube {
  width: 250px;
   height: 125px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-all 0.2s ease;
  transition: all 0.2s ease; 
 }
 
 .default-state, .active-state {
    height: 50px;
 }
 
 
 
/* Position the faces */
 .default-state {
  -webkit-transform: translateZ(25px);
  transform: translateZ(25px);
 }
 
 .flip-to-top .active-state {
  -webkit-transform: rotateX(90deg) translateZ(75px);
  transform: rotateX(90deg) translateZ(75px);
 }
 
 .flip-to-bottom .active-state {
  -webkit-transform: rotateX(-90deg) translateZ(-50px);
  transform: rotateX(90deg) translateZ(-50px);
 }
 
 /*  Rotate the cube */
 .cube.flip-to-top:hover {
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
 }
 
 .cube.flip-to-bottom:hover {
    -webkit-transform: rotateX(89deg);
  transform: rotateX(89deg);
 }
/*  END CORE CSS */


/* .cube {
  text-align: center;
    margin: 0 auto;
 }

 .default-state, .active-state {
   border: solid 1px #1a97d2;
   font-size: 16px;
   text-transform: uppercase;
   color: #fff;
   line-height: 50px;
   -webkit-transition: -webkit-all 0.2s ease;
    transition: background 0.2s ease; 
 }
 .active-state a{
  display: none;
 }
 .cube:hover .default-state {
   background-color: #1a97d2;
 }

 .active-state {
   background-color: #1a97d2;
 }
 
 #flipto {
   display: block;
   text-align: center;
   text-decoration: none;
   margin-top: 20px;
   color: #ccc;
 }

 .cube:hover {
  -webkit-transform: rotateX(89deg);
  transform: rotateX(89deg); 
 }
 */

 /* 3D button */
.cube {
	width: 250px;
	height: 130px;
	transition: all 250ms ease;
	transform-style: preserve-3d;
	text-align: center;
	margin: 0 auto;
}
.default-state{
  	height: 50px;
	background: #001221;
	border:1px solid  #1a97d2;
	font-size: 16px;
	text-transform: uppercase;
	color:  #1a97d2;
	line-height: 49px;
	transition: background 250ms ease;
}
.active-state {
	height: 50px;
	background: #1a97d2;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	line-height: 49px;
	transition: background 250ms ease;
}
.default-state {
	transform: translateZ(10px);
}
.flip-to-top .active-state {
	transform: rotateX(99deg) translateZ(73px);
}
.cube.flip-to-top:hover {
	transform: rotateX(-89deg);
}

.cube:hover .default-state {
  background: darken(#1a97d2, 7%);
}

.active-state {
  background: darken(#1a97d2, 7%);
}



/* end 3D button */


 .button3-home, .button3, .button3-rotate, .button3-ads{
     border: solid 1px rgba(18, 28, 39, .9);
     color: #001221;
     padding: 15px 65px;
     text-align: center;
     text-decoration: none;
     text-transform: uppercase;
     display: inline-block;
     font-size: 14px;
     margin: 4px 2px;
     cursor: pointer;
     margin-top: 25px;
 }
 
.button4-home, .button4, .button4-rotate, .button4-ads, .button5, .button6, .button7{
     border: solid 1px rgba(18, 28, 39, .9);
     color: #001221;
     padding: 10px 68px;
     text-align: center;
     text-decoration: none;
     text-transform: uppercase;
     display: block;
     font-size: 12px;
     margin: 4px 2px;
     cursor: pointer;
	 width: 220px;
	margin:auto;
     margin-top: 10px;
 }
 .button5{
	padding: 10px 65px;
 }
 .button6{
	padding: 6px 65px;
 }
 .button7{
	padding: 5px 65px;
 	border-color: #fff;
 	color: #fff;
 }
.button-ads-box{
	 margin-top: 60px;
}
 .button1-home, .button1, .button1-rotate, .button1-ads{
     border: solid 1px rgba(255,255,255,0.5);
     color: white;
     padding: 15px 65px;
     text-align: center;
     text-decoration: none;
     text-transform: uppercase;
     display: inline-block;
     font-size: 14px;
     margin: 4px 2px;
     cursor: pointer;
     margin-top: 25px;
 }

 .button1-home, .button1-rotate{
  
    margin-top: 0px;
  margin: 0px;
 }


	.button2 {
		border: solid 1px #1a97d2;
	    color: #1a97d2;
	    padding: 15px 60px;
	    text-align: center;
	    text-decoration: none;
	    text-transform: uppercase;
	    display: inline-block;
	    font-size: 14px;
	    margin: 4px 2px;
	    cursor: pointer;
	    margin-top: 7px;
	}
		
	.button1:hover, .button7:hover{
		background-color: #1a97d2;
	    color: #001221;
	    transition: 0.3s;
	}
	
	.button2:hover{
		background-color: #1a97d2;
	    color: #001221;
	    transition: 0.3s;
	}
	
	.button3:hover{
		border: solid 1px white;
	    color: white;
	    transition: 0.3s;
	}
	.button4:hover,  .button5:hover{
		border: solid 1px white;
	    color: white;
	    transition: 0.3s;
	}

	.button1-ads{
		border: 1px solid #022f46;
		color: #022f46;
	}
	.hero-logo {
		padding-bottom: 20px;
	}
	
	.button-down{
		position: absolute;
		color: white;
		text-transform: uppercase;
		width: 125px;
	    height: 125px;
	    background-color: #1a97d2;
	    top: 420px;
	    left: 38%;
	    padding-top: 10px;
	    padding-left: 10px;
	    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
		z-index: 999;
	
	}

	.button-down img{
    margin-left: 0px;
    margin-right: 30px;
    margin-top: 35px;
    margin-bottom: 10px;
}
	
	.down-arrow{
		padding-top: 30px;
	}
	.hero-txt{
		padding-top: 5x;
		margin-bottom: 25px;
	}
	
	
	.welcome-box{padding-left: 20%; padding-right: 20%; padding-top: 20%; display:table-cell; vertical-align: middle; -moz-perspective: 1000; -webkit-perspective: 1000; perspective: 1000;}
	.welcome-box img{width: 120px;}
	.welcome-box h1{font-size: 24px; line-height: 24px;}
	.welcome-box .hero-txt{font-size:14px; line-height: 18px;}
	.button-down { display: block;}
	/* end hero */


/* end hero */

/* technical characteristics */

.tech-char{
	text-align: center;
	margin-top: 50px;
    margin-bottom: 50px;
}
	
.all-ads{
	width: 93%;
    height: 239px;
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
    display: table;
    margin: 20px 20px 20px 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.all-ads-inner{
    vertical-align: middle;
    display: table-cell;
	position: relative;
	overflow: hidden;
}
.all-ads-inner .vs-rek, .all-ads-inner .za-pr, .all-ads-inner .ac-tv, .all-ads-inner .sp-of{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-transform: none;
	-webkit-transition: all .3s;
    transition: all .3s;
}
.all-ads-inner .hidden-box p{
	padding-left: 15px;
    padding-right: 15px;
}

a.disabled {
	pointer-events: none;
	cursor: default;
	color: #cecece;
}

.button-right {
    position: fixed;
    color: white;
    text-transform: uppercase;
    width: 70px;
    height: 70px;
    background-color: #1a97d2;
 	bottom: 15px;
    right: 10px;
    padding-top: 10px;
    padding-left: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    z-index: 999;
}

.button-right p{font-size: 12px; margin-bottom: 10px;}

.all-ads-inner:hover .vs-rek, .all-ads-inner:hover .za-pr, .all-ads-inner:hover .ac-tv,.all-ads-inner:hover .sp-of{
	top: 60px;
	
}
.all-ads-inner:hover .hidden-box{
	margin-top: 110px;
	 -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.all-ads-inner .hidden-box {
	-webkit-transform: translateY(175%);
    transform: translateY(175%);
    -webkit-transition: -webkit-transform .3s;
    transition: transform .2s;
    z-index: 999;
	margin-top: 15px;
}

.all-ads-inner:hover{
	color:#fff;
	background-color: #1a97d2;
}

.vs-rek::before{
	content: "\e900";
	font-family: 'icomoon';
	font-size: 50px;
}

.vs-rek h3{
	margin-top: 25px;
}

.za-pr::before{
	content: "\e901";
	font-family: 'icomoon';
	font-size: 50px;
}

.za-pr h3{
	margin-top: 25px;
}

.ac-tv::before{
	content: "\e903";
	font-family: 'icomoon';
	font-size: 50px;
}

.ac-tv h3{
	margin-top: 25px;
}

.sp-of::before{
	content: "\e91b";
	font-family: 'icomoon';
	font-size: 50px;
}

.sp-of h3{
	margin-top: 25px;
}


.all-ads-icon::before{
	content: "\e900";
	font-family: 'icomoon';
	font-size: 50px;
	color: #188bc2;
}

.all-ads-icon h3{
	margin-top: 8px;
}

.diferent-ads-icon::before{
	content: "\e905";
	font-family: 'icomoon';
	font-size: 50px;
	color: #188bc2;
}

.diferent-ads-icon h3{
	margin-top: 8px;
}

.pr-ads-icon::before{
	content: "\e901";
	font-family: 'icomoon';
	font-size: 50px;
	color: #188bc2;
}

.pr-ads-icon h3{
	margin-top: 8px;
}

.mobile-ads-icon::before{
	content: "\e907";
	font-family: 'icomoon';
	font-size: 50px;
	color: #188bc2;
}
.pr-ads-icon::before{
	content: "\e901";
	font-family: 'icomoon';
	font-size: 50px;
	color: #188bc2;
}
.politics-ads-icon::before{
	content: "\e91b";
	font-family: 'icomoon';
	font-size: 50px;
	color: #188bc2;
}
.mobile-ads-icon h3{
	margin-top: 8px;
}

.video-ads-icon::before{
	content: "\e903";
	font-family: 'icomoon';
	font-size: 50px;
	color: #188bc2;
}

.video-ads-icon h3{
	margin-top: 8px;
}

.video-presents-ads-icon::before{
	content: "\e909";
	font-family: 'icomoon';
	font-size: 50px;
	color: #188bc2;
}

.video-presents-ads-icon h3{
	margin-top: 8px;
}
/* end technical characteristics */

/* who are we */

.col-12{
	display: table;
	 font-size: 0;
}
.who-are-we{
	background: url(../img/who-are-we.png);
	height: 500px;
	padding-left: 160px;
    display: table;
}

.who-are-we-txt{
	position: absolute !important;
    left: 5%;
    top: 3%;
    right: 30%;
	color: #fff;
}

.home-folio-txt h1{
	color: #1a97d2;
}
.home-folio-txt .hero-txt{
	text-align: center;
}
.connect-with-us-box{
	margin-bottom: 30px;
}
.contacts-home{
	width: 325px;
	margin:auto;
}
.contact a{
	position: relative;
	color: #fff;
	text-decoration: none;
	padding-bottom: 8px;
	font-weight: bold; 
}

.contact a:after {
    content: '';
    opacity: 0;
    height: 1px;
    width: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    -webkit-transition: all 450ms ease;
    transition: all 450ms ease;
}
.contact  a:hover{text-decoration:none;}.contact  a:hover:after{content:""\9;width:100%;opacity:1;}
.contacts-home div{
	float: left;
	margin-right: 15px;
	text-align: center;
}
/* end who are we */

/* home portfolio */

.home-folio{
	text-align: center;
	padding-top: 80px;
}
.portfolio-box{
	background-color: #001221;
	font-size: 0;
	
}

.portfolio{
	background-color: #001221;
	color: #1a97d2;
	margin: auto;
    width: 120px;
    
	
}
.portfolio-inner{
	padding-top: 65%;
}

.portfolio-inner .hvr-icon-wobble-horizontal{
	font-size: 16px;
	font-family: "Gotham Bold";
	line-height: 18px;
    text-transform: uppercase;
	margin-bottom: 20px;
}
.portfolio-img{
        height: 420px;;
}
.portfolio-img img {
  height: 100%;
  width: auto;
}
.actualno, .expert, .iwoman, .sportlive, .sofialive{
	position:relative !important;
	overflow: hidden;
}

.portfolio-box .info-box{
	width:100%;
	position:absolute;
	bottom: 0px;
	height: 50px;
	background-color:rgba(18, 28, 39, .9);
}
.portfolio-box .info-box a{
	text-align: right;
	color: #1a97d2;
	font-size: 14px;
    line-height: 50px;
	float: right;
    margin-right: 10px;
    text-transform: uppercase;
}

.text-info-detail p{
	margin-top: 10px;
}

.portfolio-box .text-info-detail{
	position:absolute;
	bottom:0;
	left:0;
	overflow:hidden;
	padding:100px;
	width:100%;
	max-height:100%;
	background:rgba(36, 151, 204, .9);
	color:#fff;
	font-size:13px;
	text-align:center;
	-webkit-transform:translateY(100%);
	transform:translateY(100%);
	-webkit-transition:-webkit-transform .4s;
	transition:transform .4s;
	z-index:999;
	cursor: pointer;
}
.porfolio-show-all-box{
	cursor: pointer;
}
.portfolio-box .text-info img{
	float: left;
	margin-left: 15px;
}

.portfolio-box .text-info-detail-active{
	-webkit-transition-delay:0.2s;transition-delay:0.2s;-webkit-transform:translateY(0);transform:translateY(0);
}

.text-info img{
	padding-top: 12px;
}

.portfolio-inner{
	position: relative;
}

.portfolio-inner h5:after{
	position: absolute;
	right: -18px;
	font-size: 17px;
    font-family: 'icomoon';
    content: "\e916";

}

/* end home portfolio */


.portfolio-img{
	max-width: 901px; 
	max-height: 588px; 
	background-size: cover;
	background-position: center;
}
.portfolio-img:after {
	content: " ";
	display: block; 
	width: 100%; 
	padding-top: 25%; /* 4:1 ratio */
}

/* footer */

.footer{
	background: no-repeat url(../img/footer-bg.png);
	color: #fff;
	text-align: center;
	padding-top: 50px;
	background-color: #031523;
}
.footer-bottom{
	background-color: #031523;
	height: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer-bottom p{
	text-align: center;
	color: #ffffff;
	margin-top: 5px;
    opacity: 0.8;
}
.footer h4{
	margin-bottom: 60px;
	position: relative;
}

.input{
	width: 80%;
    background-color: rgba(255,255,255,0.2);
    padding: 0 15px;
    line-height: 38px;
    margin-bottom: 15px;
}

.footer-icons{
	border: solid 1px rgba(250,250,250,0.2);
    vertical-align: middle;
    margin-bottom: 15px;
    margin-right: 10px;
}

.contact{
	text-align: left;
	border-right: solid 1px rgba(250,250,250,0.2);
}

.contact p{
	display: inline-block;
}
.good-news{
	text-align: left;
	margin-left: 45px;
}

.good-news p{
	margin-bottom: 10px;
}

.good-news h3{
	margin-bottom: 10px;
}

.good-news h3 a{
	color: #1a97d2;
}

.email{
	color: #1a97d2;
    font-family: gotham bold;
}

.pin{
    padding: 6px 9px;
}

.cube-phone{
    padding: 8px 8px;
}

.mail{
	    padding: 11px 8px;
}

.work{
	    padding: 9px 8px;
}

.footer textarea,input{
	color: #9c9d9f;
    font-size: 14px;
    font-family: "Gotham Pro";
}

.contact-us:before {
	content: "";
    position: absolute;
    display: inline-block;
    width: 100px;
    height: 5px;
    background-color: #1a97d2;
    left: 50%;
    bottom: -13px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}


/* end footer */


/* portfolio */


.portfolio-top{
	text-align: center;
	margin-bottom: 50px;

}

.portf-odd{
	background-color: #001221;
}

.portf-even{
	background-color: #f1f1f1;
}

.dark-pf{
	position: relative;
	height: 100%;
	background-color: #001221;
	color: white;
	padding-left: 52px;
	padding-right: 52px;
	padding-top: 30px;
	padding-bottom: 25px;
}

.dark-pf p{
	opacity: 0.8;
    margin-top: 15px;
}

.pf-links-dark{
	margin-top: 65px;
	color: #1a97d2;
	background-color: #001221;
}

.pf-links-dark li {
	margin-bottom: 20px;
	-webkit-transition: margin-left .4s;
    transition: margin-left .4s;
}
.pf-links-dark li:hover{
	margin-left: 17px;
}

.pf-links-dark li a {
	position: relative;
	vertical-align: middle;
}

.pf-links-dark li a:before{
	font-size: 24px;
    font-family: 'icomoon';
    margin-right: 10px;
    vertical-align: middle;
}

.pf-links-dark li a:after{
	position: absolute;
	right: -17px;
	top: 5px;
	font-size: 8px;
    font-family: 'icomoon';
    content: "\e90d";

}


.white-pf{
	position: relative;
	height: 100%;
	background-color: #f1f1f1;
	color: black;;
	padding: 60px;
}

.white-pf p{
	opacity: 0.8;
    margin-top: 15px;
}

.pf-links-white{
	margin-top: 25px;
	color: black;
	background-color: #f1f1f1;
}

.pf-links-white li {
	margin-bottom: 20px;
	-webkit-transition: margin-left .4s;
    transition: margin-left .4s;
}

.pf-links-white li a {
	position: relative;
	vertical-align: middle;
}
.pf-links-white li:hover{
	margin-left: 17px;
}

.pf-links-white li a:before{
	font-size: 24px;
    font-family: 'icomoon';
    margin-right: 10px;
    vertical-align: middle;
}

.pf-links-white li a:after{
	position: absolute;
	right: -17px;
	top: 5px;
	font-size: 8px;
    font-family: 'icomoon';
    content: "\e90d";

}

.pf-pie::before {
	content: "\e910";
	font-size: 18px !important;
}

.pf-form::before {
	content: "\e90f";
}

.pf-enter::before {
	content: "\e90e";
}

.icon-box h3{
	font-size: 14px;
    padding: 2px;
}

/* end portfolio */


/* about us */
.top-about{
	position: relative;
}
.about-bg{
	width: 500px;
	margin:auto;
	padding-top: 150px;
}
.blue{
	color: #1a97d2 !important;
}
.font-gotham-bold-italic{
	font-family: Gotham Bold Italic;
}
.gotham-bold{
	font-family: Gotham Bold;
}
.gotham-bold-14{
	font-family: Gotham Bold;
	font-size: 14px !important;
}
.adineuePROBold{
	font-family: adineuePROBold;
}
.size-24{
	font-size: 24px;
}
.size-43{
	font-size: 43px;
}
.top-about span{
	font-family: "Gotham Bold";
	color: white;
    vertical-align: middle;
    font-size: 24px;
    text-transform: uppercase;
	line-height: 24px;
}

.top-about p{
	font-family: "Gotham pro";
	color: white;
    vertical-align: middle;
    font-size: 14px;
    padding-top: 35px;
    text-transform: uppercase;
	line-height: 15px;
}
.stripe {
	position: relative;
	
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 650px;
	display: block;
}

.stripe.top-about {
	background-image: url('../img/about-top.png');
}

.stripe.fact1 {
	background-image: url('../img/about-2.png');
}

.stripe.fact2 {
	background-image: url('../img/about-3.png');
}

.stripe.fact3 {
	background-image: url('../img/about-4.png');
}

.about-media-box{
	background-color: rgb(26, 151, 210);
	height: 500px;
}
.about-products-box, .about-info-box{
	position: relative;
	background-color: #1a97d2;
}
.about-fact-text {
	background-color: white;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	position: absolute;
	top: -60px;
	height: auto;
}
.about-products-box .about-fact-text{
	right: 0px;
}
.about-media-box .col-5{
	position: relative;
}
.about-fact-text.right {
	float: right;
}

.about-absoliute-2{
	width: 615px;
	height: 615px;
	background-color: white;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	position: absolute;
	top:1300px;
	right: 0;
}

.about-absoliute-3{
	width: 615px;
	height: 615px;
	background-color: white;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	position: absolute;
	top:2800px;
}

.about-first{
	float: right;
	background-color: #1a97d2; 
}

.first-box{
	padding: 90px;
	background-color: white;
	padding-top: 5px; 
}

.second-box{
	padding: 90px;
	padding-bottom: 120px;
	display: block;
	width: 600px;
	background-color: white;
}

.third-box{
	padding: 130px 90px;
}
.fact p{margin-left: 10px; margin-right: 15px;}
.first-box span{
	font-family: "Gotham Bold";
    font-size: 20px;
    text-transform: uppercase;
}

.second-box span{
	font-family: "Gotham Bold";
    vertical-align: middle;
    font-size: 20px;
	line-height: 30px;
    width: 500px;
    text-transform: uppercase;
}

.third-box span{
	font-family: "Gotham Bold";
    vertical-align: middle;
    font-size: 20px;
    width: 500px;
    text-transform: uppercase;
}



.about-fact-text p{
	font-family: "Gotham pro";
    font-size: 14px;
    width: 385px;
    padding-top: 10px;
    text-transform: uppercase;
    line-height: 2.5;
	line-height: 20px;
}


.our-mission{
	background-color: #001221;
	height: 650px;
	padding-top: 60px;
}

.mission{
	position: relative;
	background-color: #001d36;
    height: 90%;
    vertical-align: middle;
    text-align: center;
    width: 80%;
    display: block;
    margin: 0 auto;
}

.mission:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 3px;
	height: 200px;
	background-color: #fff;
	left: 50%;
	top: -160px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.mission span{
	font-family: "Gotham Bold";
    vertical-align: middle;
    font-size: 20px;
    text-transform: uppercase;
    color: white;
    padding-top: 10px;
}

.mission p{
	color: white;
	line-height: 1.7;
    padding-left: 20%;
	padding-right: 20%;
	padding-top: 15px;
}

.mission-icon{
	padding-top: 80px;
}

.good-news-about-us{
	font-family: 'Gotham Bold Italic' ;
	color: #1a97d2 ;
}

.facts{
	background-color: #1a97d2;
	vertical-align: middle;
	text-align: center;
}
.facts .facts-aboutus-box{
	width: 700px;
	margin: auto;
	padding-top: 15px;
	padding: 60px;
}

.facts span{
	color: white;
	font-family: "Gotham Bold";
	font-size: 16px;
	text-transform: uppercase;
}


.facts-box{
	height: 140px;
    background-color: #fff;
    text-align: center;
    display: table;
    margin: 10px 10px 10px 10px;
    padding: 25px 25px 22px 30px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.facts-box .facts-inner{
	display: table-cell;
    position: relative;
    overflow: hidden;
    padding-top: 20px;
}
.facts-aboutus-box .facts-box{margin:auto; margin-bottom: 15px;}
.fact{
	width: 168px;
}

.in-line{
	display: inline-block ;
	margin-top: 15px;
	margin-bottom: 15px;
}

.footer .contact{
	margin-top: 10px;
}

.ending-txt{
	padding: 110px;
    text-align: center;
}
 .ending-txt p{
    margin-bottom: 10px;
}
/* end about us */

/* map */

#map {
	height: 440px;
	width: 100%;
}
/* end map */

/* specifics */

.info{
	background-color: #001221;
	color: white;
    vertical-align: middle;
    padding: 10px 10px 10px 10px;
    text-align: center;
}

.advertising-content.specifics {
 width: 100%;
}

.statistic-webground-site.grey {
 background-color: #f1f1f1;
}
.statistic-webground-gemius-box{
	background-color: #ffffff;
	min-height: 40px;
	padding-top: 20px;
	padding-bottom: 10px;
}

.specification-info{
	padding: 60px;
}

/* end specifics */

/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}
.advertising-ads-type{
	 width: 100%;
}
.mobile-show, .show-mobile{
	display: none;
}
/**
	Statistics
**/
.statistic-content .statistic-filter{
	margin-top: 30px;
}
.statistic-filter select{
	float: left; 
	width: 350px; 
	margin-right: 10px;
}
#static-line-data select{
	float: right;
}
.statistic-filter h3{
	margin-top: 8px;
	 margin-bottom: 8px;
	
}
#sex-age-cahrt-box h3{
	padding-bottom: 5px;
	border-bottom: 4px solid #034675;
	width: 120px;
}
#statistic-data{
	background-color: #f1f1f1;
	margin-left: 10px; 
}
#statistic-data li{
	display: block;
	float: none;
	margin-bottom: 28px;
}
#statistic-data li p{
	color: #1a97d2;
	font-size:48px;
	line-height: 55px;
}
#statistic-data li span{
	color: #1a97d2;
	font-size:16px;
	text-transform: uppercase;
}
.statistic-webground-site{
	width: 100%;
	 background-color: #fcfcfc;
}
.statistic-webground-site .statistic-content{
	 background-color: #fcfcfc;
}
.statistic-webground-site ul{
	background-color: #fcfcfc;
}
.statistic-webground-site ul li{
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}
.statistic-webground-site ul li .active-site{
	font-weight: bold;
	color: #034675;
}
.statistic-webground-site ul li:nth-child(2) .active-site{
	color: #c93837;
}
.statistic-webground-site ul li:nth-child(3) .active-site{
	color: #00bfee;
}
.statistic-webground-site ul li:nth-child(4) .active-site{
	color: #0072bc;
}
.statistic-webground-site ul li:nth-child(5) .active-site{
	color: #F6EE1D;
}
.statistic-webground-site ul li a{
	font-size: 14px;
	color: #031523;
	padding-right:10px;
	margin-left: 8px;
}

.statistic-webground-site ul li span{
	padding-right: 12px;
	color: #cdd0d3;
}
#sex-age-cahrt-box{
	margin-top: 30px;
}
.view-bttn{
	font-size: 14px;
	padding-left: 40px;
	padding-right: 40px;
	background-color: #034675;
	color: #fff;
	text-transform: uppercase;
	padding-top: 7px;
	padding-bottom: 7px;
	float: left;
	margin-right: 30px;
}
#statistic-addiitonal-filter{background-color: #ffffff; padding-top: 60px;}
#statistic-addiitonal-filter h3{ float: left; margin-right: 20px;}
#statistic-addiitonal-filter .view-bttn{float: right;}
#statistic-addiitonal-filter  select{margin-right: 50px;}
#statistic-addiitonal-filter #formats-ads-table{margin-top: 25px; margin-left: 0px;}
.mobile-icon, .desktop-icon, .mobile-desktop-icon, .tablet-icon{font-family: 'icomoon';color:#034675;}
.mobile-icon::before {content: "\e913";}
.desktop-icon::before {content: "\e911";}
.tablet-icon::before{content: "\e959";}
.mobile-desktop-icon::before {content: "\e912";}
#statistic-addiitonal-filter #formats-ads-table tbody tr  td:nth-child(1){text-transform: uppercase; font-weight: bold;}
.warning-text{text-align: center; font-size: 14px; color: #001221; font-weight: bold; text-transform: uppercase;}
.warning-box{ width: 500px; margin:auto; text-align: center; margin-bottom: 25px; padding-bottom: 30px;}

/**
	Home
*/
.we-are-professional{background-color: #06415e;}
.we-are-professional div, .we-are-actual div, .we-are-responsive div {width: 700px; margin: auto;}
.we-are-actual, .we-are-responsive{background-color: #1a97d2;}
.we-are-professional span, .we-are-actual span, .we-are-responsive span{font-size: 33px;color: #ffffff;font-family: Gotham Bold; vertical-align: 90px;}
.footer .contact div div p{vertical-align:6px;}


/**
	Adversting filter 
*/
#advertisting-box-filter{margin-top: 30px;}
.formats-ads-box{ margin-top: 30px; position:relative;}
.advertisting-box-filter {width: 95%; background-color: #fff;  padding-top: 15px; margin-right: 5%; position:relative; box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); margin-bottom: 10px;}
.advertisting-box-filter h2{padding-left: 20px; height: 30px;}
.advertisting-box-filter .info-icon{float: right; padding-right: 10px;}
.advertisting-box-filter img{margin-top: 20px; margin-left: 14%; margin-bottom: 20px;}
.advertisting-box-filter  .maket-box { padding-bottom: 15px; height: 65px;}
.advertisting-box-filter  .maket-box .small-text{font-size: 9px; color: #000; margin-top: 0px; margin-bottom: 0px;}
.advertisting-box-filter  .maket-box-even{background-color: #f7f8fa;} 
.advertisting-box-filter  .maket-box-odd{background-color: #ffffff;} 
.advertisting-box-filter  .maket-box a{color: #000000; text-align: right; float: right; font-size: 13px; margin-top: 25px; margin-bottom: 10px;     text-transform: uppercase; margin-right: 15px;}
.advertisting-box-filter  .maket-box a:hover{color: #1a97d2;}
.advertisting-box-filter  .maket-box span{color: #1a97d2; text-align: left; float: left; font-size: 12px; margin-top: 10px; margin-bottom: 2px; margin-left: 20px;  margin-right: 15px;}
.advertisting-box-filter-hover {width:100%; height: 100%; position: absolute;background-color: #fff; top:0px; left:0px; padding-top: 15px; display: none;}
.advertisting-box-filter-hover  .technical-req{margin-top: 15px; font-size: 12px; margin-top: 35px;}
.advertisting-box-filter-hover p{ margin-left: 15px; margin-top: 5px; margin-right: 15px; font-size: 12px;}
.select{padding: 5px;}


/** Header mobile */
.mobile-header{height: 80px; box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);}
.mobile-header a img{ height: 35px; margin-top: 5px; }
.mobile-header .topnav{height: 45px;}
.mobile-header .topnav li a{padding-top: 18px; font-size: 12px; } 
.mobile-header .hamburger-box { margin-top: 10px;}

#contracts p{
	line-height: 25px;
}
#contracts a{text-decoration: underline;}
@media only screen and (min-width: 700px) {
    /* For tablets: */
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;} 
}

@media only screen and (max-width: 769px) {
	.show-desktop{display: none;}
	.show-mobile{display: block;}
	.good-news{width: 225px; margin: auto;margin-top: 25px; margin-bottom: 15px;}
	.we-are-professional div, .we-are-actual div, .we-are-responsive div {width: 300px; margin: auto;}
	.we-are-professional div img, .we-are-actual div img, .we-are-responsive div img{margin-left: 20%;}
	.we-are-professional span, .we-are-actual span, .we-are-responsive span{font-size: 24px;color: #ffffff;font-family: Gotham Bold; vertical-align: 90px; display:block; padding-bottom: 15px; text-align: center;}
	.footer .contact div div{width: 225px; margin:auto; margin-top: 15px;}
	.who-are-we-txt h4{line-height: 5px;}
	.footer .contact div div p:first-child{vertical-align:0px;}
	.portfolio-inner {padding-top: 15%;padding-bottom: 20%;}
	.statistic-webground-site ul li {padding-top: 10px; padding-bottom: 10px; display: block; text-align: center; float: none;}
	.statistic-webground-site ul li span {display: none;}
	.button2{width: 225px; text-align:center; display: block; margin:auto;}
	.who-are-we-txt .button1{margin-top: 30px;}
	.all-ads {margin: 10px;}
	.talbe-maket, .talbe-info{display: none;}
	.facts .facts-aboutus-box{width: 100%;}
	.fact p{ margin-bottom: 15px;}
	.facts-aboutus-box {margin-left: 10px; padding-right: 15px;}
	.about-fact-text p{width: 95%;}
	.mobile-show img{width: 100%;}
	.advertising-filter div ul li{width: 100%;}
	.advertising-filter div ul li a{margin: auto;}
	.device-txt, .advertising-filter select, .advertising-filter .format-txt{margin-left:5px; width: 98%;}
	.ads-formats-filter, .device-box-filter{width: 100%;}
	.footer{background: none; background-color: #001221;}	
	
}


@media only screen and (min-width: 769px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
	.advertising-ads-type{
    	width: 23% ;
	}
	.footer .button2{
		margin-left:10%;
		float: left;
		margin-bottom: 100px;
	}
}

@media only screen and (max-width: 1200px) {
	.about-fact-text p{line-height: 28px;}
	.welcome-box{padding-left: 20px; padding-right: 20px;}
	.welcome-box img{width: 100px;}
	.welcome-box h1{font-size: 16px;}
	.welcome-box .hero-txt{font-size:11px;}
	.button-down { display: none;}
	.desktop-show{
		display: none;
	}
	.mobile-show{ display: block;}
	.about-products-box .mobile-show .about-fact-text, .about-info-box .mobile-show .about-fact-text{top: 0px; position:relative;}
	.about-products-box .mobile-show  .second-box, .about-info-box .mobile-show .about-fact-text { width: 100%; padding: 10%; height: auto; padding-top: 15px;}
	.about-info-box .second-box {padding: 5px;width: 95%;}
	.mission p{
		font-size: 12px;
	}
	.mission::before{
		display: none;
	}
	#advertising-tooltip{display: none;}
	
}

@media only screen and (max-width: 1024px)
{
	.statistic-webground-site .statistic-content{width: 96%;}
	.advertising-content, .statistic-content{width: 96%; overflow: hidden;}
	.advertising-filter .view-bttn{width: 100px; padding-left: 0px; padding-right: 0px;}
	.advertising-filter .media-kit-bttn{width: 90%; padding-left: 0px; padding-right: 0px; }
	
}

@media only screen and (min-width: 1400px)
{
	footer .col-3 {width: 23%;}
}

@media only screen and (min-width: 1450px)
{
	footer .col-3 {width: 19%;}
}


@media only screen and (min-width: 1024px) {
	.advertising-content, .statistic-content{
		width: 1185px;
		margin: auto;
	}
	.statistic-webground-site .statistic-content{
		width: 720px;
		margin: auto;
	}
}

@media only screen and (max-width: 900px) {
	.welcome-box{padding-top: 7%;}
	.button1{font-size:9px;}
	.who-are-we-txt{right: 10%;}
	.hero-txt {padding-top: 10px; margin-bottom: 5px;}
	.statistic-content{padding-left: 10px;}
	.pf-links-dark{margin-top: 25px;}
	
}

@media only screen and (max-width: 600px){
	
	.about-bg{
		width: 280px;
	}
	.top-about span{
		font-size: 18px;
	}
	.stipe{
		height: 980px;
	}
	.our-mission{
		height: 980px;
	}
	.mission p{
		font-size: 11px;
	}
	.first-box{
		padding: 20px;
	}
	.about-fact-text p{
		width: 100%px;
	}

	.ending-txt{
		padding: 30px;
	}
	
	.advertising-filter [class*="col-"] div{width:90%; margin-right: 10%;}
	.advertising-filter .view-bttn{width: 100%; margin-left: 5px;}
	.advertising-filter .media-kit-bttn {width: 100%; margin-left: 5px;}
	.advertising-ads-type {width: 95%;}
	.warning-box{width: 280px;}
}
