html{margin:0px;padding:0px;width:100%;height:100%;}
body{margin:0px;padding:0px; width:100%;height:100%;font-size:14px;cursor:default; background: url("../images/body-bg.png") repeat-x left top; color: #939598; font-family: "Arial";}
a:link, a:visited, a:active {font-size: 14px; font-weight: normal; color: #006db8; text-decoration: none; font-family: "Arial";}
a:hover {text-decoration: underline;}
*{outline: none; margin: 0px; padding: 0px;}

input[type="text"], input[type="password"]{font-family: "Arial"; border: 1px solid #939598; background: #fff; height: 22px; line-height: 22px; font-size: 11px;}
textarea{font-family: "Arial"; border: 1px solid #d8d2f8; background: #fff; font-size: 11px;color: #636363;resize:none;}
ul {list-style: none;}

.left {float:left !important;}
.right {float:right !important;}

/* ClearFix Class */
.cf:before,
.cf:after {content:"";display:table;}
.cf:after {clear:both;}
.cf {zoom:1;}

.ac:after {content: " ";  display: block; clear: both;}
.clear {clear: both;}
/******************************/
.default-ul {list-style: disc; list-style-position: inside;}

#wrapper {
    height: auto !important;
    margin: 0 auto;
    min-height: 100%;	
}

/* HEADER */
#main-header {
	width: 960px;
	margin: 0 auto;
	padding: 10px 0 17px 0; 
}
#main-header hgroup {
	float: left;
	overflow: hidden;
	height: 105px;
	width: 800px;
	margin-bottom: 3px;
}

#main-header h1,
#main-header h1 a {
	width: 110px;
	height: 95px;
	display: block;
	float: left;
}
#main-header h1 a {
	background: url("../images/abcommunications.png") no-repeat left top;
	text-indent: -9999px;
	font-size: 0;
}
#main-header h2 {
	margin-left: 20px;
	float: left;
}
#main-header h2 span {
	text-indent: -99999px;
	display: block;
	position: absolute;
}
#main-header h2 em {
	font-style: normal;
}

.lang-social {
	float: right;
	width: 150px;
	margin-bottom: 3px;
}

#languages {
	float: right;
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
}

#languages a,
#languages span {
	line-height: 19px;
	display: block;
	float: left;
	margin-left: 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	color:#AFB0B3;
}

#languages a:hover,
#languages span {
	color: #0057a8; 
}
#social-links {
	float: right;
	clear: both;
	overflow: hidden;
}
#social-links a {
	background: url("../images/social.png") no-repeat left top;
	width: 19px;
	height: 17px;
	display: block;
	text-indent: -9999px;
	float: left;
	margin-left: 10px;
}

#social-links a:hover {
	background: url("../images/social_active.png") no-repeat left top;
}


#social-links a.gg {background-position: 0px 0px;}
#social-links a.fb {background-position: 0px -17px;}
#social-links a.tw {background-position: 0px -34px;}
#social-links a.in {background-position: 0px -51px;}
#social-links a.rss{background-position: 0px -68px;}

#social-links .inactive {
	background-image: url("../images/social.png") !important;
	opacity: .30;
	filter: alpha(opacity=30);
	filter: "alpha(opacity=30)";
}

/* MENU-MAIN */
#menu-main {
	background: url("../images/menu-bg-1.png") repeat-x left 22px;
	clear: both;
}
#menu-main ul {
	text-align: center;
	position: relative;
}
#menu-main ul li {padding-bottom: 4px;}
#menu-main ul li,
#menu-main ul li a,
#menu-main ul li span,
#menu-main ul li b {
	line-height: 21px;
	display: inline-block;
	*display: inline;
	zoom:1;
	text-decoration: none;
	font-weight: normal;
}
#menu-main ul li a,
#menu-main ul li span {
	padding-right: 17px;
}
#menu-main ul li a b,
#menu-main ul li span b {
	line-height: 22px;
	font-size: 14px;
	font-family: "Arial";
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 20px;
	padding-right: 3px;
}
#menu-main ul li:hover a,
#menu-main ul li span,
#menu-main ul li a.selected_link {background: url("../images/menu-bg-2.png") no-repeat right -22px;}
#menu-main ul li:hover a b,
#menu-main ul li span b,
#menu-main ul li a.selected_link b {background: url("../images/menu-bg-2.png") no-repeat left 0px;color: #fff;}

#menu-main ul li ul {
	display: none;
	position: absolute;
	background: #e0e0e0;
	left:0;
	top:26px;
	width: 960px;
	z-index: 99999;
}

.selected_ul{
	display: block !important;
}

#menu-main ul li:hover ul {
	display: block;
}
#menu-main ul ul li,
#menu-main ul li ul li a,
#menu-main ul li:hover ul li a {
	line-height: 25px;
	float: left;
	background: none;
	margin: 0;
	padding: 0;
	color: #024d94;
	font-size: 12px;
	text-transform: uppercase;
	font-family: "Arial";
	font-weight: bold;
}
#menu-main ul li:hover ul li a:hover {
	text-decoration: underline;
}
#menu-main ul li ul li {
	background: url("../images/menu-bg-1.png") no-repeat left -22px;
	padding: 0 18px;
	
}
#menu-main ul li ul li:first-child {
	background:0;
}

#menu-main ul li ul li span{
	text-decoration:underline;
	background:none;
	padding: 0px;
	font-weight: bold;
}
/* // menu-main */

/* // header */

/* MAIN */

#container {
	background: url("../images/main-bg.png") no-repeat left top;
	padding-top: 7px;
	margin: 0 auto;
	width: 960px;
	padding: 7px 0 147px 0;
	margin-top: 8px;
	
}

#container ul li{
	padding-left: 20px;
	background: url("../images/bullet.jpg") no-repeat 0px 5px;
	font-size: 17px;
	padding-bottom: 15px;
}

.cont-bg {
	background: url("../images/main-bg.png") no-repeat right bottom;
	padding: 10px 26px 25px 25px;
	min-height: 460px;
	font-size: 14px;
	display: inline-block;
	color: #565656;
	width: 909px;
}

.cont-bg h2 {
	color: #0057a8;
	font-size: 19px;
	font-family: "Arial";
	margin-top: 15px;
	margin-bottom: 3px;
	font-weight: normal;
}

.home-padding {
	padding: 0px 1px 1px 0px !important;
	width:959px;
}

#lateast-news {
	background: url("../images/sep-line.png") no-repeat center top;
	padding: 20px 25px 10px 25px;
}

#lateast-news h2 {
	font-size: 16px;
	color: #616161;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 5px;
}

#lateast-news article {
	width: 273px;
	margin-left: 45px;
	float: left;
}
#lateast-news article.marginleft-0 {margin-left: 0px;}

#lateast-news article h1 {
	font-size: 13px;
	color: #939598;
	font-weight: bold;
}

.date {
	font-size: 10px;
	font-weight: bold;
	color: #acacac;
	display: block;
	margin-bottom: 3px;
}

.more-link {
	display: block;
	text-align: right;
}

.more-link a {
	color: #0057a8;
	font-size: 11px;
	font-weight: bold;
}


h1.page-title {
	font-family: "Arial";
	font-weight: normal;
	font-size: 19px;
	margin-bottom: 13px;
	text-transform: uppercase;
}

.company-one {
	clear: both;
	margin-top: 30px;
	overflow: hidden;
	font-size: 15px;
}

.company-one img {
	float: left;
	margin-right: 20px;
}

.news_content{
	min-height: 418px;
}

.pager{
	float: right;
}

.pager span,
.pager a
{
	font-weight:bold;
	margin-left:3px;
}

.news_block{
	display: inline-block;
	margin-bottom: 47px;
	width: 910px;

}

.news_block .date{
	margin-bottom: 13px;
}

.news_block .more a{
	float: right;
	color: #0057A8;
	font-size: 11px;
	font-weight: bold;
	clear:both
}

.news_show_line{
	height: 1px;
	width: 910px;
	background-color: #E4E4E4;
	margin-bottom: 10px;
	margin-top: 10px;
	display: inline-block;
}

.news_block .more a:hover{
	text-decoration: ubderline;
}

.news_cont{
	float: left;
	width: 788px;
}

.news_cont h2{
	margin:0px;
	padding:0px;
	line-height: 13px;
}

.news_cont h2 a{
	font-size: 13px;
	color: #939598;
	text-decoration: none;
}

.news_cont h2 a:hover{
	color: #0057A8;
	text-decoration: underline;
}

.news_img{
	width: 100px;
	margin-right: 20px;
	margin-bottom:10px;
	float: left;
}

.news_show_img{
	width: 100px;
	margin-right: 20px;
	margin-bottom:10px;
	float: left;
}

.news_show .more a{
	float: right;
	color: #0057A8;
	font-size: 11px;
	font-weight: bold;
}

.news_show .more:hover a{
	text-decoration: ubderline;
}

.news_show .date{
	margin-bottom: 13px;
}

.contact-form {
	width: 550px;
	float: left;
}

.sent_succ{
	color: #10B410;
	font-weight: bold;
}

.contact-form label {
	width: 130px;
	float: left;
	margin-right: 10px;
	display: block;
	line-height: 22px;
	margin-bottom: 5px;
	color: #202020;
	font-size: 13px;
}

.contact-form input[type="text"] {
	width: 200px;
	float: left;
	display: block;
	line-height: 22px;
	height: 22px;
	padding: 0 2px;
	border:1px solid #e4e4e4;
	font-size: 11px;
	margin-bottom: 5px;
}

.contact-form input[type="submit"] {
	background-color:#0057A8;
	width: 90px;
	display: block;
	line-height: 24px;
	height: 24px;
	border:0;
	font-size: 12px;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
}

.contact-form textarea {
	width: 320px;
	float: left;
	display: block;
	padding: 2px;
	border: 1px solid #E4E4E4;
	font-size: 11px;
	margin-bottom: 5px;
	height: 125px;
	resize: none;
}

.code {
	display: block;
	float: left;
	width: 404px;
}

.code input[type="text"] {
	height: 35px;
	width: 220px;
	font-size: 22px;
	text-align: center;
}

.cv  input[type="text"] {
	height: 35px;
	width: 100px;
	font-size: 22px;
	text-align: center;
}

.code img {
	border:1px solid #e4e4e4;
	float: left;
	margin: 0 5px;
}

.code input[type="submit"] {
	float: left;
	margin-top: 5px;
	margin-left: 236px;
}

.cv input[type="submit"] {
	float: left;
	margin-top: 5px;
	margin-left: 117px;
}

.error{
	clear: both;
	margin-left: 140px;
	margin-bottom: 4px;
	font-size: 11px;
	color:red;
}

.code .error{
	margin-left: 0px;
}

.news_cont .part_title{
	margin-bottom: 5px;
	display: block;
	font-weight: bold;
}

.careers_date{
	margin-top: 5px;
}

.g_map{
	width: 350px;
	height: 230px;
	float: left;
	margin-top: 22px;
	border: solid 3px #f3f3f3;
}

.full_width{
	width: auto;
}

.send_cv_button{
	background-color: #e5e5e5;
	display: inline-block;
	line-height: 24px;
	float: right;
	height: 24px;
	padding-left: 10px;
	padding-right: 10px;
	border: 0;
	font-size: 12px;
	color: #0057A8 !important;
	cursor: pointer;
	margin-top: 15px;
}

.send_cv_button:hover{
	text-decoration: none;
}

.send_cv_button_all{
	background-color: #e5e5e5;
	display: inline-block;
	line-height: 24px;
	float: left;
	height: 24px;
	padding-left: 10px;
	padding-right: 10px;
	border: 0;
	font-size: 12px;
	color: #0057A8 !important;
	cursor: pointer;
	margin-top: 15px;
}

.send_cv_button_all:hover{
	text-decoration: none;
}

.cv_send{
	width:580px;
}

.cv_send label{
	width:160px;
}

.cv_form{
	margin-left: 170px;
}

/* // MAIN */

/* FOOTER */

footer {
	height: 147px;
	clear: both;
    margin: -140px auto 0;
    position: relative;	
}

.center-960 {
	width: 960px;
	margin: 0 auto;
}
.company-block {
	background: url("../images/main-bg.png") no-repeat left top;	
	padding-top: 7px;
	width: 960px;
	margin: 0 auto;
}
.company-block section {
	background: url("../images/main-bg.png") no-repeat right bottom;
	padding-bottom: 1px;
	height: 106px;
	position: relative;
}
.company-block section article {
	background: url("../images/company-bg-3.png") no-repeat;
	position: absolute;
	width: 204px;
	height: 106px;
	display:block;
	padding: 0px 23px 0px 24px;
	bottom: 1px;
	z-index: 99999;
}

.company-block section article h1,
.company-block section article h1 a {
	height: 19px;
	line-height: 19px;
	font-weight: normal;
	font-size: 13px;
}

.company-block section article.atlbtl-services       h1,
.company-block section article.atlbtl-services       h1 a {color: #006db8; font-weight: bold;}
.company-block section article.outdoor-advertising   h1,
.company-block section article.outdoor-advertising   h1 a {color: #ed1c24; font-weight: bold;}
.company-block section article.consulting-agency     h1,
.company-block section article.consulting-agency     h1 a {color: #2b60e8; font-weight: bold;}
.company-block section article.large-format-printing h1,
.company-block section article.large-format-printing h1 a {color: #00a7e5; font-weight: bold;}

.company-block section article:hover h1 ,
.company-block section article:hover h1 a {color: #fff; margin-bottom: 2px;}

.foot-atricle-container {
	position: relative;
	height: 19px;
	padding-bottom: 87px;
}

.comp-content {
	height: 19px;
	overflow: hidden;
}

.comp-content  p{
	font-size: 14px;
	line-height: 16px;
}

.company-block section article:hover .comp-content {
	height: 145px;
} 

.company-block section article.atlbtl-services   {left:234px;background-position: -253px 66px;}
.company-block section article.outdoor-advertising     {left:474px;background-position: -506px 66px;}
.company-block section article.large-format-printing {left:714px;background-position: -759px 66px;}

.company-block section article.atlbtl-services:hover   {background-position: -253px -268px;}
.company-block section article.outdoor-advertising:hover     {background-position: -506px -268px;}
.company-block section article.large-format-printing:hover {background-position: -759px -268px;}

.company-block section article.atlbtl-services:hover,
.company-block section article.outdoor-advertising:hover,
.company-block section article.large-format-printing:hover {
	height: 217px;
	padding-top: 15px;
}

.company-block section article:hover .foot-atricle-container {
	height: 130px;
	color: #231f20;
	font-size: 15px;
	line-height: 19px;
}

.company-block section article a {
	color: #231f20;
	font-size: 15px;
}

.company-block section article a.port {
	text-decoration:underline;
}

.company-block section article a.port:hover{
	text-decoration:none;
}

.company-block section article .company-logo {
	background: url("../images/company-logos.png") no-repeat;
	position: absolute;
	height: 69px;
	bottom:13px; 
	display: block;
}

.company-block section article.atlbtl-services .company-logo        {width: 73px;background-position: 0px -71px;}
.company-block section article.outdoor-advertising .company-logo    {width: 88px;background-position: -75px -71px;}
.company-block section article.consulting-agency .company-logo      {width: 89px;background-position: -165px -71px;}
.company-block section article.large-format-printing .company-logo  {width: 159px;background-position: -256px -71px;}

.company-block section article.atlbtl-services:hover .company-logo        {width: 73px;background-position: 0px 0px;}
.company-block section article.outdoor-advertising:hover .company-logo    {width: 88px;background-position: -75px 0px;}
.company-block section article.consulting-agency:hover .company-logo      {width: 89px;background-position: -165px 0px;}
.company-block section article.large-format-printing:hover .company-logo  {width: 159px;background-position: -256px 0px;}



.copy {
	clear: both;
	padding: 8px 0 0 0;
	overflow: hidden;
	height: 32px;
}

.copy span {
	float: left;
	color: #231f20;
}

.copy em {
	color: #585858;
	font-style: normal;
	float: right;
}
.copy em a {color: #585858;}
.copy em a b {color: red;}



ul#pager {
	clear: both;
	margin: 20px 0;
	text-align: right;
}

ul#pager li {
}

ul#pager li,
ul#pager li a,
ul#pager li span {
	width: 23px;
	height: 21px;
	line-height: 21px;
	text-align: center;
	display: inline-block;
	*display: inline;
	zoom:1;
	color: #8a898b;
	font-size: 14px;
	font-weight: normal; 
	text-decoration: none;		
}
ul#pager li a:hover,
ul#pager li span {
	background: url("../images/pager-bg.png") no-repeat left top;
	color: #fff;
}

.font-16-bold-blue {font-size: 16px; font-weight: bold;color: #006db8;}

/* // footer */





/*
#bubu {
    background: rgba(255,255,255,0.4);
    -pie-background: rgba(255,255,255,0.4);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    padding: 50px;
    behavior: url(PIE.htc);
}
*/















@media screen and (max-width: 650px) {
    /*.mobile_dots, .mobile_version{
        display:block !important;
    }
    .desktop_version{
        display: none !important;
    }
    */
    
    #container{
        
        padding: 7px 0px 0px 0;
    }
    
#slide_wrap {
    display: none !important;
}
#slide_wrap1 {
    display: block !important;
}
    
    .news_show img {
    width: 100%;
    height: auto;
}
    
    .contentSection img {
    margin-left: 0 !important;
}
    
    
    .news_cont, .news_block, .news_content, .news_show_line{
        width: auto !important;
    }
    
    .cont-bg{
        width: auto !important;
    }
    
    
   
    
    .mobileLogoHgroup{
        display:none;
    }
    .mobileLogo{
        display: block !important;
    }
    
    .mobileLogo img{
        padding: 0 15px;
    }
    
    
    footer {
    clear: both;
    margin: 0 auto;
    position: relative;	
     }
    
    
     .map_section_contact{
        width:unset !important;
        align-items: center;
        flex-direction: column-reverse !important;
    }
    
    .cont-bg.text_section {
    display: flex;
    flex-direction: column;
    align-items: start;
}
   
    
    .showhide.open {
    position: absolute;
}
    
    
    header#main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#main-header{
    padding: 10px 0 7px 0;
}
    
    
    #menu-main, #dots{
        display: none;
    }
    
    
    .mobile_menu_section{
        display:block !important;
        background: #efefef;
    }

    
    #menu{
        width: 100% !important;
    }
    
  .company-block section article {
    position: static;
    margin: 0 auto;
  }

  .home-padding,
  .company-block,
  #container,
  #wrapper,
  #main-header,
  #slide_wrap .slide_item,
  .center-960,
  .slide_item img,
  #lateast-news article {
    max-width: 100% !important;
    width: auto;
  }

  .company-block section {
    height: auto;
  }

  #lateast-news article {
    margin-left: 0;
  }

  .outsideMenu {
    display: none;
  }

  #main-header .insideMenu {
    float: unset;
    height: inherit;
    overflow: unset;
  }



  #menu-main.nav {
    width: 100%;
    position: fixed;
  }

  #menu-main {
    background: unset;
  }

  #menu-main ul li {
    padding-bottom: unset;
  }

  #menu-main ul li,
  #menu-main ul li a,
  #menu-main ul li span,
  #menu-main ul li b {
    display: inherit;
  }

  #menu-main ul {
    margin-left: unset;
  }

  ul#menu {
    display: none;
    top: 128px;
}
  }
  
  
  
/* mobile menu hamburger button */
.showhide {
  background: #efefef;
  width: 46px;
  height: 46px;
  top: 20px;
  right: 12px;
  cursor: pointer;
  z-index: 999999;
}

.showhide--inner {
  margin: 9px;
  position: relative;
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  display: block;
  z-index: 1;
}
.showhide span {
  position: absolute;
  background: #333;
  height: 2px;
  width: 28px;
  transition: 0.5s;
  opacity: 1;
}
.showhide span.ham1 {top: 4px}
.showhide span.ham2 {top: 14px}
.showhide span.ham3 {top: 24px}

.showhide.open span.ham1 {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top:14px;
}
.showhide.open span.ham2 {opacity: 0}
.showhide.open span.ham3 {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top:14px;
}


/* mobile menu container */
.mobilenav--wrap {
  padding: 0;
  width: 320px;
  height: 100vh;
  background: #efefef;
  -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.3);
  box-shadow: 0 0 3px 0 rgba(0,0,0,0.3);
  top: 0;
  right: -320px;
  position: fixed;
  -webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
z-index: 106;
}

.mobilenav--wrap.show--mobilenav {
  right: 0;
}



/* mobile menu */
.mobilenav {
  width: 100%;
  height: 100%;
  overflow: scroll;
  padding: 0;
}

.mobilenav > ul {
  width: 100%;
  box-sizing: border-box;
  margin: 6rem 0 2rem 0;
}

.mobilenav ul li {
  position: relative;
  border-bottom: 1px solid #ccc;
  list-style:none;
  font-size: 17px;
    
}

.mobilenav ul li a {
  display: block;
  padding: 15px 20px;
  text-decoration: none;
  color: #333
}

.mobilenav ul li a:hover {
  background: #fff;
  color: red;
}


.mobilenav ul li:hover ul {
  display:block;
  margin-left: 0;
}

.mobilenav ul ul li {
  border-top: 1px dotted #ccc;
  border-bottom: 0;
  position: relative;
  font-size: 90%;
}

.mobilenav ul ul {
  padding-left: 15px;
}


a.menu-expand {
  padding: 0 !important;
  background: transparent !important;
  width: 44px;
  height: 44px;
  position: absolute; 
  top: 0;
  right: 0;
  z-index: 100;
}


.mobilenav ul li.menu-item-has-children .plus1{
    content: '';
    position: absolute;
    right: 10px;
    top: 24px;
    width: 20px;
    height: 2px;
    display: block;
    background: #000;
    transition: all 0.3s ease-in-out;
    transform: rotate(-180deg);
}

.mobilenav ul li.menu-item-has-children .plus2{
    content: '';
    position: absolute;
    right: 10px;
    top: 24px;
    width: 20px;
    height: 2px;
    display: block;
    background: #000;
    transition: all 0.3s ease-in-out;
    transform: rotate(-270deg);
}

a.menu-expand:hover span {
  background: red !important;
}

.mobilenav ul li.menu-item-has-children > a.menu-expand.menu-clicked .plus1 {
    transform: rotate(0);
}

.mobilenav ul li.menu-item-has-children > a.menu-expand.menu-clicked .plus2{
    transform: rotate(0);
}










