/*
    Document   : style
    Created on : 2013-6-28, 16:12:07
    Author     : Ivan Mitov
    Description:
        Style for Go-Go-Net Media.
*/

@font-face {
font-family: NotoSans;
src: url('/fonts/notosans-regular.eot'),
     url('/fonts/notosans-regular.eot?#iefix') format('embedded-opentype'),
     url('/fonts/notosans-regular.woff'),
     url('/fonts/notosans-regular.svg'),
     url('/fonts/notosans-regular.ttf'); /* IE9 */
}

::selection { background: #ff9900; color: #fff; }
::-moz-selection { background: #ff9900; color: #fff; }
::-webkit-selection { background: #ff9900; color: #fff; }

body {
    background: #fff;
    color: #fff;
    font-size: 14px;
    font-family: 'NotoSans', sans-serif;
}

nav, section, article, aside, header { display:block; }

/**** header ****/

/*** #firstNav ***/

#firstNav {
    background: #232323;
    width: 100%;
}

.content {
    width: 1106px;
    margin: 0px auto;
    position: relative;
}

#firstNav nav { 
    display: inline-block;
    vertical-align: top;
    margin: 13px 0 16px 0;
}

#firstNav nav a {
    color: #a7a7a7;
    margin-right: 9px;
    text-decoration: none;
}

#firstNav nav a:hover { color: #ff9900; }

#language {
    width: 56px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;  
}

#language:hover .langArrow { background-position: top right; }

#language:hover p, .dropDown li:hover { color: #ff9900; }

#language p { 
    display: inline-block;
    padding: 13px 0 16px 0;
    text-indent: 17px;
    border-left: 1px solid #393939;
    box-shadow: -1px 0 1px #202020;
}

#language .langArrow {
    background: url('/images/language-arrows.png') bottom right no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 8px;
}

#language .dropDown {
    background: #232323;
    width: 100%;
    display: none;
    text-align: center;
    position: absolute;
    z-index: 3;
    top: 44px;
    left: 0;
    box-shadow: inset 0 1px 2px #1a1a1a; 
    border-bottom: 2px solid #ff9900;
}

.dropDown li {
    padding: 4px 0;
    list-style: none;
}

#logIn { 
    display: inline-block; 
    padding: 10px 0 12px 25px;
    border-left: 1px solid #393939;
    box-shadow: -1px 0 1px #202020;
    font-size: 16px;
}

#logIn a {
    color: #fff;
    text-decoration: none;
    margin: 0px 4px;
}

#logIn a:hover { color: #ff9900; }

/*** underNav ***/

#logo { 
    background: url('/images/logo.jpg') center center no-repeat;
    width: 160px;
    height: 94px;
    display: inline-block;
    margin: 25px 0;
    text-indent: -9000px; 
}

#logo a {
    width: 100%;
    height: 100%;
    display: block;
}

.rightContent { float: right; }

.telephone-static,
.telephone {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 58px 0 56px 0;
    padding: 1px;
}

.telephone-static p,
.telephone p {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    line-height: 28px;
    color: #232323;
    padding: 0 6px;
}

.telephone:hover {
    border: 1px solid #000000;
    border-bottom: none;
    padding: 0px;
}

.telephone:hover .arrow { background-position: center bottom; }

.telephone .arrow {
    background: url('/images/dropdown-arrows.png') center top no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 8px;
    margin-right: 6px;
}

.telephone .dropDown {
    width: 100%;
    display: none;
    position: absolute;
    left: -1px;
    top: 28px;
    z-index: 2;
    padding: 10px 1px 12px 1px;
    text-indent: 16px;
    background: #232323;
    font-size: 16px;
    color: #fff;
    border-bottom: 2px solid #ff9900;
}

.telephone .dropDown li:hover { color: #fff !important; }

#writeUs {
    display: inline-block;
    vertical-align: top;
    background: #ff9900;
    font-size: 16px;
    padding: 13px 26px;
    color: #fff;
    text-decoration: none;
    margin: 48px 0 44px 14px;
}

#writeUs:hover { background: #e38a26; }

#mainNav .content { 
    position: relative;
    background: #232323; 
    min-height: 48px;
}

#mainNav .home { 
    background: url('/images/home_icon.png') center 4px no-repeat; 
    width: 19px;
    height: 20px;
}

#mainNav .content > li { 
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    margin: 12px 0 0 22px;
    padding-bottom: 10px;
    list-style: none; 
}


#mainNav .content > li a {
    display: block;
    color: #fff;
    text-decoration: none;
}

#mainNav .content > li:hover, #mainNav li.active { border-bottom: 2px solid #ff9900; }

#mainNav li > ul {
    background: #232323;
    display: none;
    position: absolute;
    z-index: 1000;
    top: 100%;
    font-size: 14px;
    padding-bottom: 12px;
    border-bottom: 2px solid #ff9900;
}

#mainNav li > ul li { list-style: none; }
#mainNav li > ul a { padding: 2px 35px 7px 8px; }
#mainNav li > ul a:hover { color: #ff9900; }

#search {
    width: 48px;
    height: 48px;
    background: #e38a26;
    position: absolute;
    right: 0;
    top: 0;  
    overflow: hidden;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

#search.search-active { width: 100%; }

.searchIcon, #search .closeIcon {
    background: url('/images/search_icon.png') #ff9900 center center no-repeat; 
    width: 48px;
    height: 48px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer; 
}

#search .closeIcon { background: url(/images/arrow_search.png) center center no-repeat !important; }

#search input {
    width: 1053px;
    height: 38px;
    margin: 5px 0 0 0;
    position: absolute;
    left: auto;
    top: auto;
    font-size: 16px;
    font-weight: bold;
    color: #a0a0a0;
    text-indent: 9px;
    outline: none;
}

.searchIcon:hover { background-color: #e38a26; }

/*************** Home page *****************/

#heroUnit { 
    background: url('/images/heroUnit-bg.jpg') center top no-repeat; height: 718px; 
    padding-top: 24px;
    margin-bottom: 40px;
}

#slider { 
    background: url('/images/slider-bg.jpg') #ff9900 right bottom no-repeat;
    margin-bottom: 48px;
    height: 360px;
    overflow: hidden;
}

#slider section, 
.promotion section {
    display: inline-block;
    position: relative;
    width: 337px;
    height: 300px; 
    padding: 46px 17px 13px 14px;
}

.noInternetPromoSlider {
    width: 1106px;
    margin: 80px auto 0 auto;

}

section h2 {
    display: block;
    font-size: 28px;
    line-height: 28px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
}

section a {
    
    color: #fff;
    text-decoration: none !important;
}

section a:hover {
    color: #000;
}


section p { line-height: 24px; }

#slider .arrows {
    position: absolute;
    bottom: 30px;
    left: 15px;
    width: 16px;
    height: 32px;
    cursor: pointer;
}

.prev { background: url('/images/slider-nav.png') left top no-repeat; }
.next { background: url('/images/slider-nav.png') right top no-repeat; left: 60px !important; }

#keyFeatures { 
    min-height: 264px;
    position: relative;
}

.category {
    font-size: 18px;
    line-height: 20px;
    position: relative;
    text-align: left;
    margin-bottom: 25px;
}

.category span { 
    display: inline-block;
    line-height: 21px;
    padding: 0 25px 0 25px;
    position: relative;
    z-index: 2;
}
.category2 span, .category4 span { background: #fff; }
.category3 span { background: #ff8c00; }

.category2 { color: #232323; }

.category4 {
    color: #232323;
    width: 528px;
    display: inline-block;
    vertical-align: top;
    margin-right: 44px !important;
}

.category:before, 
.category:after {
    display: inline-block;
    position: absolute;
    background: #ff9900;
    content: '';
}

.category:before {
    width: 3px;
    height: 21px;
    left: 0;
    top: 0;
    z-index: 3;
}

.category:after {
    width: 916px;
    height: 1px;
    left: auto;
    right: 0px;
    top: 50%;
}

.category2:after, .category3:after, .category4:after { width: 100%; }
.category3:before, .category3:after { background: #fff; }

#keyFeatures section { 
    display: inline-block;
    vertical-align: top;
    margin: -6px 44px 6px 0;
    padding: 0px 4px;
}

#keyFeatures .bigText {
    display: block;
    font-size: 64px;
    line-height: 57px;
    font-weight: bold;
    color: #ff9900;
    text-align: center;
}

.bigText img { display: inline; }

#keyFeatures section h3 {
    font-size: 32px;
    line-height: 32px;
    font-weight: bold;
    text-align: center; 
    margin-bottom: 5px;
}

#keyFeatures h4 {
    font-size: 16px;
    text-align: center; 
}

#purchase {
    background: url('/images/purchase-bg.png') #ff9900 left top no-repeat;
    width: 152px;
    height: 48px;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -83px;
    text-align: right;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    padding-right: 14px;
    line-height: 48px;
}

#purchase:hover { background-color: #ff8c00; }

#news { 
    background: #ff8c00; 
    padding: 26px 0 72px 0; 
    position: relative;
}

#news:before, #news:after {  
    width: 398px;
    height: 234px;
    position: absolute;
    top: 0;
    content: '';
}

#news:before { background: url('/images/triangles_combined.png') center -2px no-repeat; left: 0; }

#news:after { background: url('/images/triangles_combined.png') center bottom no-repeat; right: 0; }

#news section { 
    width: 336px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden; 
    margin-right: 45px;
}

#news .imgContent { 
    display: block;
    position: relative; 
    margin-bottom: 24px; 
    cursor: pointer;
    z-index: 10;
}

.imgContent .hoverHighlight {
    background: url('/images/hover-highlight-icon.png') center center no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.imgContent .highlightBg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.imgContent:hover .highlightBg { opacity: 0.9; filter: alpha(opacity=90); }
.imgContent:hover .hoverHighlight { opacity: 1; filter: alpha(opacity=100); }

#news .imgContent:hover p {
    color: #ff9900;
}

.imgContent .infoBox {
    position: absolute;
    bottom: 0;
    left: 0; 
}

.imgContent .highlight { 
    background: #000;
    display: block;
    position: absolute;
    opacity: 0.8;
    filter: alpha(opacity=80);
    width: 280px;
    height: 48px;
}

.imgContent .highlight2 { 
    background: #ff9900;
    display: block;
    position: absolute;
    right: 0;
    left: auto;
    opacity: 0.5;
    filter: alpha(opacity=50);
    width: 55px;
    height: 48px; 
}

.imgContent p { 
    display: inline-block;
    float: left;
    width: 260px;
    position: relative;
    z-index: 2;
    color: #fff;
    line-height: 18px;
    padding: 6px 10px;
}

.imgContent .date {
    width: 55px;
    font-size: 12px;
    line-height: 12px;
    padding-top: 12px;
    display: inline-block;
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
}

.date h3 { font-size: 18px; }

#news .summary { 
    line-height: 24px;
    margin-bottom: 22px;
}

#news .readFull {
    background: #fff;
    position: relative;
    float: right;
    color: #ff9900;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    padding: 14px 16px 14px 10px;
    text-decoration: none;
}

#news .readFull:hover { background: #d2801c; color: #fff; }
#news .readFull:hover:before { background: #d2801c; }

#news .readFull:before {
    width: 336px;
    height: 4px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    content: '';
}

/******** internet page ************/

#prices-payment.mrgnTop { margin-top: 62px; overflow: hidden; }

.categoryBtn {
    padding: 0 7px;
    background: #ff9900;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    float: right;
    margin-left: 10px;
    position: relative;
    z-index: 10;
}

#prices-payment .category:first-child { margin: 0px; }
#prices-payment.mrgnBot .category { margin-bottom: 25px; }

.blackBtn { background: #232323; }

#largeSearch {
    display: block;
    width: 100%;
    overflow: hidden;
    border-bottom: 2px solid #b2b2b2;
    margin-bottom: 24px; 
}

#mainSearch {
    display: inline-block;
    float: left; 
    width: 1044px;
    height: 130px;
    line-height: 130px;
    outline: none;
    font-size: 84px;
    font-weight: bold;
    color: #bebebe;
}

#searchBigIcon {
    background: url('/images/big_search-icon.png') right 44px no-repeat;
    display: inline-block;
    width: 60px;
    height: 114px;
    cursor: pointer;
}

#prices-payment .zoneInfo {
    font-size: 24px;
    line-height: 28px;
    /*text-transform: capitalize;*/
    margin-bottom: 24px;
}

#prices-payment .number {
    display: inline-block;
    vertical-align: middle;
    background: #ff8c00;
    text-align: center;
    padding: 10px 16px;
    margin-right: 2px;
}
#prices-payment .orangeText { 
    color: #ff8c00; 
    display: inline-block;
    vertical-align: middle;
}

#prices-payment .blackText { 
    color: #232323;
    display: inline-block;
    vertical-align: middle;
}

#prices-payment section { 
    width: 336px;
    display: inline-block;
    background: #232323;
    text-align: center;
    margin: 0 44px 48px 0;
}

#prices-payment .section2 { width: 240px; }
#prices-payment .section3 { width: 528px; }
#prices-payment .section3.last { float: right; }
#prices-payment .section3.long { width: 1105px; margin-top: 40px; }
#prices-payment .section3.hide { min-height: 97px; background-color: transparent; }
#prices-payment .section3.hide * { display: none; min-height: 97px; }

#prices-payment section h4 {
    background: #1e1e1e;
    font-size: 18px;
    line-height: 22px;
    padding: 13px 0;
}

#prices-payment section h5 {
    font-size: 16px;
    line-height: 26px;
    padding: 9px 0;
    border-bottom: 1px solid #4a4a4a;
}

#prices-payment section .priceNum, 
#prices-payment section .speedNum {
    color: #ff9900;
    font-size: 24px;
}

#prices-payment section .speed_uploadNum {
}

#prices-payment section a {
    display: inline-block;
    float: left;
    width: 167px;
    background: #e38a26;
    border-right: 2px solid #c96a1d;
    border-bottom: 2px solid #c96a1d;
    color: #fff;
    text-decoration: none;
    padding: 14px 0;
}

#prices-payment section a:hover {
    background: #d2801c;
}

#prices-payment .section2 a { width: 119px; }

#prices-payment .rectangle {
    display: inline-block;
    float: left;
    width: 131px;
    background: #ff8c00;
    font-size: 18px;
    line-height: 22px;
    padding: 24px 0 24px 0;
    border-bottom: 5px solid #c96a1d;
    border-right: 5px solid #c96a1d;
    text-transform: uppercase;
}

#prices-payment .rectangle2 {
    width: 362px;
    display: inline-block;
    vertical-align: bottom;
    text-align: left;
    float: left;
    font-size: 18px;
    line-height: 22px;
    /*padding: 31px 0 37px 30px;*/
    padding: 34px 0px 34px 30px;
    border-bottom: 5px solid #c96a1d;
}

#noInternetError #prices-payment .rectangle2 {
    padding: 21px 0px 27px 30px;
}

#prices-payment .long .rectangle2 {
    width: 939px;
}

#prices-payment .detailedInfo {
    background: #ff9900;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    float: right;
    padding: 12px 21px;
    text-transform: uppercase;
    /*margin: 112px 0 49px 0;*/
    margin: 22px 0 49px 0;
}

#prices-payment .detailedInfo:hover { background: #ff8c00; }

#mapCovering { border-bottom: 12px solid #ff9900; }

/************ indernet second page ***************/

#featured { 
    background: #ff9900; 
    overflow: hidden; 
    margin-bottom: 48px;
}

#featuredList { margin-bottom: 25px; }

#featured section {
    width: 243px;
    float: left;
    text-align: center;
    padding: 0 16px;
    border-left: 1px solid #db8300;
    box-shadow: -1px 0 1px #fda520;
}

#featured section.last { 
    border-right: 1px solid #db8300 !important;
    box-shadow: inset -1px 0 1px #fda520;
}

#featured .img-text { 
    font-size: 82px;
    font-weight: bold;
    line-height: 64px;
    margin: 54px 0 14px 0
}

#featured .alone { margin: 87px 0 59px 0; }

#featured .averageText { 
    font-size: 50px; 
    display: block; 
    margin: 14px 0 10px 0;
}

#featured .img1 {
    background: url('/images/featured-icons.png') left center no-repeat;
    width: 137px;
    height: 137px;
    display: block;
    margin: 52px auto 20px;
}

#featured .img2 {
    background: url('/images/featured-icons.png') right center no-repeat;
    width: 147px;
    height: 137px;
    display: block;
    margin: 52px auto 20px;
}

#featured section p { 
    font-size: 16px; 
    line-height: 24px;
    margin-bottom: 30px;
}

#featuredList { margin-bottom: 25px; }

#featuredList ul {
    display: inline-block;
    width: 46.3%;
    vertical-align: top;
    margin-right: 77px;
}

#featuredList li, 
#aboutUs article li,
#usefullInfo article li, 
#promotions article li, 
#activeNews article li {
    background: url("/images/list-arrow.jpg") left top no-repeat;
    line-height: 24px;
    color: #000;
    margin-bottom: 24px;
    list-style: none;
    padding-left: 34px;
}

#notice {
    color: #232323;
    font-size: 16px;
    line-height: 18px;
    margin: -20px 0 52px 0;
}

/************ About page *************/

#aboutUs, 
#usefullInfo, 
#promotions { margin-top: 50px; }

#aboutUs article,
#usefullInfo article { 
    width: 528px; 
    display: inline-block;
    vertical-align: top;
    margin: 0 44px 50px 0;
}

#aboutUs article p,
#usefullInfo article p {
    color: #232323;
    line-height: 24px;
}

#aboutUs article ul, #usefullInfo article ul, #promotions article ul { margin-bottom: 48px; }
#aboutUs article li a, #usefullInfo article li a, #promotions article li a, #activeNews article li a, a.customLink { color: #ff9900; }
#aboutUs article li a:hover, #usefullInfo article li a:hover, #promotions article li a:hover, #activeNews article li a:hover, a.customLink:hover { text-decoration: none; }

/************ Useful Info page ***************/

#usefullInfo .usefullLink { 
    display: block; 
    margin-bottom: 24px; 
}

/*********** FAQ page ************/

#faq { 
    margin: 50px 0 24px 0; 
    overflow: hidden; 
}

#faq .expand { 
    text-transform: uppercase;
    margin-bottom: 24px;
}

#faq .titleBar {
    background: #ffac1b;
    cursor: pointer;
}

.expand .number {
    background: #e38a26;
    display: inline-block;
    font-size: 16px;
    width: 48px;
    text-align: center;
    padding: 13px 0;
}

.expand .question {
    max-width: 1000px;
    max-height: 20px;
    white-space: nowrap;
    display: inline-block;
    padding: 13px 10px;
}

.expand .imageArrow {
    background: url('/images/faq-arrow.png') center center no-repeat;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 9px 19px 0 0;
    float: right;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}

.expand .dropDown {
    display: none;
    background: #fff;
    color: #232323;
}

.expand article {
    display: inline-block;
    vertical-align: top;
    width: 352px;
    margin: 18px 20px 0 0;
    text-transform: none;
    line-height: 24px;
}

/****************** Contact page *****************/

#contactFormContent {
    display: inline-block;
    vertical-align: top;
    width: 528px; 
    margin: 50px 44px 50px 0; 
}

#contactForm { margin-top: -3px; }

#contactForm label {
    display: block;
    font-size: 16px;
    color: #232323;
    line-height: 22px;
    margin-bottom: 4px;
}

#contactForm input, #contactForm textarea {
    width: 520px;
    margin-bottom: 20px;
}

#contactForm textarea { height: 166px; }

#contactForm input[type="button"],
#contactForm input[type="submit"] {
    display: block;
    width: 137px;
    height: 48px;
    background: #ff9900;
    margin: 0px !important;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;  
    text-transform: none;
}

#contactForm a.bigLink {
    background: #ff9900;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    float: left;
    padding: 12px 21px;
    text-transform: uppercase;
    /*margin: 112px 0 49px 0;*/
    margin: 22px 0 49px 0; 
}

#contactForm input[type="button"]:hover,
#contactForm input[type="submit"]:hover { background: #e38a26; }

span.success {
    display: block;
    font-size: 20px;
    color: #FF8C00;
    line-height: 22px;
}

#contacts .city, 
#request .city {
    width: 105px;
    height: 27px;
    background: url('/images/city-bg.png') 3px top no-repeat;
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    padding: 0 22px 0 0;
    color: #fff;
    text-align: right;
}

#contacts .category:nth-of-type(2) { margin-bottom: 14px !important; }

#contactInfo-howToFind { 
    display: inline-block;
    vertical-align: top;
    width: 530px;
    margin: 50px 0 50px 0;
}

#contactInfo { 
    background: #ff8c00; 
    overflow: hidden; 
    margin-bottom: 36px;
}

#contactInfo section {
    min-height: 160px;
    display: inline-block;
    vertical-align: top;
    float: left;
    line-height: 24px;
    padding: 14px 30px 10px 25px;
}

#contactInfo section > div { margin-bottom: 24px; }

#contactInfo section:nth-of-type(2) {
    border-left: 1px solid #db7800;
    border-right: 1px solid #db7800;
    box-shadow: inset -1px 0 1px #fda520;
}

#contactInfo section:nth-of-type(1) { 
    padding: 25px 30px 24px 36px;
    box-shadow: inset -1px 0 1px #fda520; 
}

#contactInfo section h4 { font-size: 16px; }
#contactInfo section h5 { font-size: 14px; }
#contactInfo section a { color: #fff; }
#contactInfo section a:hover { text-decoration: none; }

.workingTime, .mobile, .skype { margin: 0px !important; }

#contactInfo section:nth-of-type(3) { padding: 48px 33px 0 28px; }

#howToFind p, #information p { color: #232323; line-height: 24px; }

#map { position: relative; }

#mapCanvas {
    width: 100%;
    height: 600px;
}

.gmnoprint:last-child > .gmnoprint > div {
    width: 65px !important;
    height: 65px !important;
    z-index: 1000;
    left: 48px !important; 
}

#map .higlightBorder {
    background: #ff8c00;
    width: 100%;
    height: 12px;
    opacity: 0.9;
    filter: alpha(opacity=90);
    position: absolute;
    bottom: 0px;
}

.gmnoprint:last-child > .gmnoprint > img { display: none !important; }
.gmnoprint:last-child > .gmnoprint > div:first-of-type { background: url('/images/zoom-icons.png') #ff8c00 20px center no-repeat; top: -52px !important; }
.gmnoprint:last-child > .gmnoprint > div:last-of-type { background: url('/images/zoom-icons.png') #ff8c00 -30px center no-repeat; top: 20px !important; }


/************** Custom page  **************/

#customPage {
    margin: 50px 0 50px;
    color: #000;
}

#customPage p {
    padding: 10px 0 10px 0;
}

#customPage a { color: #ff9900; }

#customPage ul {
    list-style-type: none;
    margin: 10px 0 10px 0;
}

#customPage ul li:before {
    /* For a round bullet */
      content:'\2022';
      /* For a square bullet */
      /*content:'\25A0';*/
      display: block;
      position: relative;
      max-width: 0px;
      max-height: 0px;
      left: -20px;
      top: -12px;
      color: rgb(255, 153, 0);
      font-size: 30px;
}

#customPage li {
    margin-left: 40px;
}


#customPage .likeButton {
    background: #ff9900;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    float: right;
    padding: 12px 21px;
    text-transform: uppercase;
    /*margin: 112px 0 49px 0;*/
    margin: 0 0 20px 0;
}

#customPage .likeButton :hover { background: #ff8c00; }



/************** Request page **************/

#information { 
    display: inline-block;
    vertical-align: top;
    width: 528px;
    margin: 50px 0 50px 0;
}

#information p > a { color: #ff9900; }
#information p > a:hover { text-decoration: none; }

#request .mrgnBot { margin-bottom: 50px !important; }
#request textarea { height: 70px; }


/************** Promotions page **************/

.promotion { 
    background: url('/images/slider-bg.jpg') #ff9900 right bottom no-repeat;
    margin-bottom: 50px;
}

.promotion .imgContent, .singleNews .imgContent { 
    display: inline-block; 
    vertical-align: top; 
    position: relative;
}

.promotion .read {
    background: url('/images/read-bg.png') right bottom no-repeat;
    width: 132px;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 40px 0 0 16px;
}

.read a { color: #fff; }

.read a:hover { text-decoration: none; }

/*************** Single promotion page *****************/

#promotions .activePromotion { margin-bottom: 23px !important; }

#promotions article h3 {
    font-size: 24px;
    line-height: 24px;
    color: #000;
    margin-bottom: 30px;
    padding-left: 24px;
}

#promotions article p { 
    color: #000; 
    margin-bottom: 20px;
    line-height: 24px;
    padding-left: 24px;
}

/*************** News page *****************/

#breadCrumbs {
    padding-left: 24px;
    color: #232323;
    line-height: 26px;
    margin: 12px 0 12px 0;
}

#breadCrumbs a {
    display: inline-block;
    vertical-align: top;
    color: #ff9900;
}

#breadCrumbs a:hover { text-decoration: none; }

.singleNews { 
    overflow: hidden;
    margin-bottom: 48px;
}

.highlightBg:hover .highlightBg { opacity: 0.9; filter: alpha(opacity=90); }
.highlightBg:hover .hoverHighlight { opacity: 1; filter: alpha(opacity=100); }

.singleNews .imgContent { margin-right: 44px; }

.singleNews article,
.foundCategory article { 
    width: 639px;
    height: 281px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    border-top: 6px solid #ff9900;
    position: relative;
    line-height: 24px; 
}

.singleNews article h3 a,
.singleNews article h3,
.foundCategory article h3 {
    font-size: 18px;
    color: #232323;
    margin-top: 17px;
    text-decoration: none;
}

.singleNews article h3 a:hover {
    text-decoration: underline;
}

.singleNews article h4,
.foundCategory article h4 {
    font-size: 16px;
    color: #ff9900;
    margin-bottom: 26px;
    font-style: italic;
}

.singleNews article p,
.foundCategory article p {
    height: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #232323;
     margin-bottom: 16px;
}

.singleNews article .read {
    background: #ff9900;
    font-size: 16px;
    padding: 11px 15px;
    position: absolute;
    bottom: 0;
    color: #fff;
    text-decoration: none;
}

.singleNews article .read:hover { background: #e38a26; }


/*************** Single News page *****************/

#activeNews article { height: auto; }
#activeNews article p { height: auto; }

.imgContent .social {
    background: url('/images/socials-img.png') #ff9900 10px center no-repeat;
    width: 48px;
    height: 48px;
    display: inline-block;
    margin: 24px 7px 0 0;
}

.imgContent .social2 { background: url('/images/socials-img.png') #ff9900 -29px center no-repeat; }
.imgContent .social:hover { background-color: #e38a26; }


/*************** Search Result page *****************/

#searchResults { margin-top: 50px; }

#searchResults article { 
    width: 782px; height: auto; 
    margin-bottom: 12px;
    padding-top: 6px;
}

#searchResults article h4 { margin: 0px; }

#searchResults article a { 
    text-decoration: none;
}

#searchResults article a:hover { 
    text-decoration: underline;
}

#searchResults article p { 
    height: 50px; 
    margin: 26px 0 10px 0;  
}

#searchResults article h3 { 
    border-top: 1px solid #b2b2b2; 
    margin: 0px; 
    padding-top: 10px; 
}

#searchResults article h3:first-child { border: none !important; }

.foundCategory .categoryName {
    background: #ffac1b;
    width: 248px;
    display: inline-block;
    vertical-align: top;
    padding: 22px 28px 26px 0;
    margin: 0 44px 28px 0;
    font-size: 18px;
    line-height: 24px;
    text-align: right;
    text-transform: capitalize;
}

/*********** Pop Up Box *************/
#errorPopUp, #paymentPopUp {
    width: auto;
    display: none;
    background: #ff8c00;
    overflow: hidden;
    position: relative;
}

#errorPopUp .title, 
#paymentPopUp .title {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding: 12px 0;
}

#errorPopUp .closePopUp,
#paymentPopUp .closePopUp {
    background: url('/images/close_button.png') left center no-repeat;
    position: absolute;
    width: 26px;
    height: 26px;
    top: 11px;
    right: 10px;
    cursor: pointer;
}

#errorPopUp .closePopUp:hover,
#paymentPopUp .closePopUp:hover { background-position: right center; }

#errorPopUp p {
    background: #fff;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #232323;
    padding: 34px 114px;
    margin: 0 2px 2px 2px;
}

#paymentPopUp { max-width: 554px !important; }

#paymentPopUp .paymentContent {
    background: #fff;
    margin: 0 2px 2px 2px;
    padding: 36px 21px 23px 21px;
}

.paymentContent .payTypeContent { margin-bottom: 25px; }

.paymentContent .payType {
    background: url('/images/pay-type.png') #232323 center 20px no-repeat;
    display: inline-block;
    vertical-align: top;
    width: 156px;
    height: 72px;
    margin-right: 16px;
    cursor: pointer;
}

.paymentContent .payType2 { background-position: center -31px; }

.payType:hover, .payType.active { background-color: #ff8c00; }

.paymentContent section {
    background: url('/images/payment_triangle.png') #232323 right bottom no-repeat;
    border-bottom: 3px solid #ff8c00;
    display: inline-block;
    vertical-align: top;
    margin: 0 16px 25px 0;
    width: 126px;
    padding: 10px 15px 5px 15px;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    cursor: pointer;
}

.paymentContent section.last { padding: 8px 15px 7px 15px !important; }

.paymentContent section:hover, .paymentContent section.active { background: #ff8c00; }
.paymentContent section:hover .orangeText2,.paymentContent section.active .orangeText2 { color: #232323; }

.paymentContent textArea { 
    width: 100%;
    height: 46px;
    border: 1px solid #ff8c00;
    outline-color: #ff8c00;
    resize: none;
    text-indent: 6px;
    margin-bottom: 22px;
}

#payBtn {
    background: #ff9900;
    display: block;
    width: 100%;
    height: 47px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
}

#payBtn:hover { background: #ff8c00; }

/*********** 404 page ************/
#page404 {
    width: 748px;
    margin: 110px auto;
    text-align: center;
}

#page404 h1 {
    text-indent: -2000px;
    background: url('/images/404.png') center top no-repeat;
    height: 250px;
    border-bottom: 1px solid #f09000;
    margin-bottom: 26px;
}

#page404 p {
    font-size: 18px;
    color: #232323;
    letter-spacing: 1px;
    margin-bottom: 36px;
}

#page404 a {
    display: inline-block;
    vertical-align: top;
    background: #ff9900;
    font-size: 16px;
    padding: 13px 44px;
    color: #fff;
    text-decoration: none;
}

#page404 a:hover { background: #e38a26; }


/*********** Adds & Footer *************/

#adds { 
    overflow: hidden; 
    min-height: 142px; 
    position: relative; 
}

#adds .content { text-align: center; }
#adds img { 
    position: absolute;
    display: none; 
}

#adds img.active { display: block; }

#adds .lines {
    width: 252px;
    height: 146px;
    display: block;
    position: absolute; 
}

.lines.left { background: url('/images/adds-lines.png') left top no-repeat; left: -119px; }
.lines.right { background: url('/images/adds-lines.png') left -146px no-repeat; left: auto; right: -119px; }

#adds .arrows {
    position: absolute;
    top: 48px;
    width: 48px;
    height: 48px;
    cursor: pointer;
}

#adds .prev {
    background: url('/images/adds-arrows.png') #ff9900 15px 8px no-repeat;
    left: 0;
}

#adds .next {
    background: url('/images/adds-arrows.png') #ff9900 -23px 8px no-repeat;
    left: auto !important;
    right: 0px;
}

#adds .prev:hover, #adds .next:hover { background-color: #ff8c00; }

#adds .highlight {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ff9900;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#adds .project { 
    display: none;
    position: relative;
    text-align: center; 
    padding: 0 76px;
    margin: 24px auto 0; 
    color: #fff;
    text-decoration: none;
}

#adds .project:hover .highlight {
    display: block;
}

#adds .project.active { display: inline-block; }

#adds .project h2 {
    display: block;
    font-size: 28px;
    line-height: 46px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

#adds .project h2 { border-bottom: 1px solid #ff8c00; }
#adds .project .boldText { border: none; }

#footer { background: #191919; overflow: hidden; }

#footer .about { 
    display: inline-block;
    width: 48%;
}

#footer section, #footer form {
    display: inline-block;
    width: 25%;
    vertical-align: top;
    margin-top: 28px;
}

#footer section:last-of-type { width: 21.5% !important; }
#footer section.last { width: 21.5% !important; }

section .title, form .title {margin-bottom: 25px; }

#footer section .title a, 
#footer form .title,
#footer section .title {
    display: block;
    font-size: 16px;
    list-style: none;
    text-decoration: none;
    color: #fff;
}

section ul { margin-bottom: 28px; }

#footer section li { list-style: none; text-indent: 7px; }

#footer section li a {
    color: #a7a7a7;
    text-decoration: none;
    line-height: 24px;
}

#footer a:hover { color: #ff8c00; }

#footer form { width: 23%; margin: 28px 38px 0 10px; }

form input, form textarea {
    display: block;
    width: 246px;
    height: 24px;
    color: #4f4f4f;
    padding-left: 6px;
    margin-bottom: 22px;
    outline-color: #ff8c00;
    border: 1px solid #ff8c00;
}

form textarea { height: 90px; resize: none; margin-bottom: 0; padding-top: 4px; }
form input[type="button"] {
    width: 254px;
    background: #ff9900;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
}

form input[type="button"]:hover {
    background: #ff8c00;
}

form .errors {
    margin-bottom: 20px;
}

form .errors p {
    color: #ff9900;
}

section .queries {
    width: 237px;
    height: 48px;
    display: block;
    background: #ff9900;   
    margin-bottom: 24px;
}

section .queries a {
    display: block;
    color: #fff !important;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    line-height: 48px !important;
}

.queries a:hover { background: #ff8c00; }

#footer .copyright {
    font-size: 10px;
    text-transform: uppercase;
    display: block;
    line-height: 24px;
    padding: 12px 0;
    border-top: 1px solid #333;
}

.copyright a { color: #ff9900; text-decoration: none; }
.copyright a:hover { color: #ff8c00; }
.copyright .development { float: right; }



.last { margin-right: 0px !important; padding-right: 0px !important; border-right: none !important; }
.last2 { border: none !important; }
.boldText { font-weight: bold; }
.required, .orangeText { color: #ff9900; padding: 0 !important; }
.orangeText2 { color: #ff8c00; }
img { display: block; }
.popUpLink { display: none; visibility: hidden; }
.jcarousel-skin-tango,
.jcarousel-skin-tango .jcarousel-clip-horizontal, 
.jcarousel-skin-tango .jcarousel-container-horizontal,
.jcarousel-skin-tango .jcarousel-item {
    width: 728px !important;
    height: 360px !important;
    padding: 0px;
    display: inline-block !important;
    vertical-align: top;
    margin: 0px;
}


/**
 * INFOGRAPHIC HOME AND OFFICE SECURITY
 */
#infograpgic_security {
    margin-top: 20px;
}

#infograpgic_security .info_header {
    height: 177px;
    background-image: url('/images/infographics/security/videosecurity_01.png');
    background-repeat: no-repeat;
    font-size: 47px;
    padding: 63px 238px 0 241px;
    text-align: center;
    line-height: 57px;
    letter-spacing: 2px;
    margin-bottom: 17px;
}

#infograpgic_security .text {
    font-size: 21px;
    color: #FFF;
}

#infograpgic_security .crime_stats {
    background-color: #232323;
    float: right;
    width: 340px;
    height: 397px;
    margin-right: 25px;
    border-bottom: 9px solid #ff9900;
}

#infograpgic_security .crime_stats .image {
    margin-left: 74px;
    margin-top: 27px;
}

#infograpgic_security .crime_stats .text {
    text-align: left;
    padding-left: 36px;
    padding-right: 48px;
    margin-top: 31px;
}

#infograpgic_security .crime_stats .bold {
    text-decoration: underline;
    color: #ff9900;
}


#infograpgic_security .police_report_stat {
    background-color: #232323;
    float: left;
    height: 193px;
    width: 700px;
    margin: 0 20px 20px 20px;
}


#infograpgic_security .police_report_stat .text {
    margin-top: 53px;
    margin-right: 92px;
    width: 306px;
    float: right;
    text-align: left;
}

#infograpgic_security .police_report_stat .procent {
    margin-top: 44px;
    margin-left: 75px;
    float: left;
    color: #ff9900;
    font-size: 98px;
    height: 74px;
    line-height: 68px;
}

#infograpgic_security .police_less_activity {
    background-color: #232323;
    float: left;
    height: 184px;
    width: 700px;
    margin: 0 20px 0 20px;
    border-bottom: 9px solid #ff9900;
}

#infograpgic_security .police_less_activity .text {
    text-align: right;
    margin-top: 35px;
    margin-left: 106px;
    float: left;
    width: 293px;
}

#infograpgic_security .police_less_activity .image {
    margin-top: 22px;
    margin-right: 93px;
    float: right;
}


#infograpgic_security .village_crime {
    height: 183px;
    border-bottom: 8px solid #ff9900;
    background-color: #232323;
    margin: 20px 25px 30px 20px;
}

#infograpgic_security .village_crime .image {
    margin-top: 53px;
    margin-left: 13px;
    float: left;
    width: 669px;
}

#infograpgic_security .village_crime .image img {

    display: inline-block;
}

#infograpgic_security .village_crime .text {
    padding-top: 36px;
    margin-right: 58px;
    float: right;
    width: 282px;
}

#infograpgic_security .village_crime .line_left {
    background-color: #ff9900;
    float: left;
    height: 1px;
    width: 13px;
}

#infograpgic_security .village_crime .line_right {
    background-color: #ff9900;
    float: right;
    height: 1px;
    width: 384px;
    margin-top: 36px;
}

#infograpgic_security .solution .text {
    font-size: 48px;
    margin-left: 20px;
    height: 38px;
    width: 284px;
    padding: 12px 0 10px 17px;
    float: left;
    background-color: #ff9900;
    line-height: 35px;
}

#infograpgic_security .solution .line {
    float: right;
    width: 778px;
    height: 26px;
    border-bottom: 2px solid #ff9900;
    margin-right: 7px;
}

#infograpgic_security .solution_scheme {
    margin-top: 32px;
}

#infograpgic_security .description {
    font-size: 14px;
    color: #000;
    line-height: 22px;
    float: left;
}

#infograpgic_security .number {
    font-size: 21px;
    font-weight: bold;
}

#infograpgic_security .solution_scheme_description {
    margin-top: 20px;
    margin-bottom: 29px;
}

#infograpgic_security .solution_scheme_description .description {
    width: 168px;
    margin-left: 13px;
}

#infograpgic_security .solution_scheme_description .description:first-child {
    margin-left: 20px;
}

#infograpgic_security .solution_second_scheme_description {
    margin-top: 24px;
}

#infograpgic_security .solution_second_scheme_description .description {
    width: 234px;
    margin-left: 39px;
}

#infograpgic_security .solution_second_scheme_description .description:first-child {
    margin-left: 20px;
}

#infograpgic_security .company_solution {
    margin-top: 30px;
    margin-bottom: 40px;
    border-top:  2px solid #ff9900;
}

#infograpgic_security .company_solution .image {
    margin-left: 20px;
    float: left;
    width: 819px;
    margin-top: 32px;
}

#infograpgic_security .company_solution .text {
    margin-left: 21px;
    float: left;
    width: 219px;
    color: #000;
    font-size: 16px;
    margin-top: 28px;
}

/**
 * INFOGRAPHIC HOME AND SERVER SECURITY FROM HACKERS
 */

#infograpgic_hackers .text {
    font-size: 20px;
}

#infograpgic_hackers .info_header {
    background-image: url('/images/infographics/hackers/hackers_01.png');
    background-repeat: no-repeat;
    padding: 63px 320px 63px 383px;
    line-height: 57px;
    letter-spacing: 2px;
    font-size: 48px;
    margin-top: 20px;
    margin-bottom: 26px;
}

#infograpgic_hackers .hack_attack,
#infograpgic_hackers .server_hack,
#infograpgic_hackers .hack_password,
#infograpgic_hackers .hacked_users {
    width: 520px;
    height: 184px;
    border-bottom: 9px solid #ff9900;
    background-color: #232323;
    margin-left: 20px;
    float: left;
}


#infograpgic_hackers .hack_attack .days_block {
    margin-top: 44px;
    margin-left: 44px;
    float: left;
    text-align: right;
    color: #ff9900;
}

#infograpgic_hackers .hack_attack .days_block .number {
    font-size: 89px;
    font-weight: bold;
    line-height: 73px;
}

#infograpgic_hackers .hack_attack .days_block .days {
    font-size: 32px;
    margin-top: 14px;
    line-height: 11px;
}

#infograpgic_hackers .hack_attack .text {
    margin-top: 29px;
    margin-left: 20px;
    width: 257px;
    float: left;
}


#infograpgic_hackers .blocks_row_2 {
    margin-top: 23px;
}

#infograpgic_hackers .server_hack .image {
    float: left;
    margin-left: 33px;
    margin-top: 21px;
    width: 161px;
}

#infograpgic_hackers .server_hack .text {
    margin-top: 36px;
    margin-left: 50px;
    width: 250px;
    float: left;
}

#infograpgic_hackers .hack_password .image {
    width: 138px;
    float: left;
    margin-top: 14px;
    margin-left: 58px;
}

#infograpgic_hackers .hack_password .text {
    margin-top: 52px;
    margin-left: 26px;
    width: 233px;
    float: left;
}

#infograpgic_hackers .hacked_users .image {
    float: left;
    margin: 11px 0 0 36px;
    width: 157px;
}

#infograpgic_hackers .hacked_users .text {
    float: left;
    margin: 37px 0 0 53px;
    width: 226px;
}

#infograpgic_hackers .hackers_schema {
    margin-top: 40px;
}

#infograpgic_hackers .protect_from_hackers {
    margin-top: 55px;
}

#infograpgic_hackers .protect_from_hackers .text {
    background-color: #ff9900;
    width: 441px;
    height: 201px;
    padding: 23px 47px 0 53px;
    float: left;
}

#infograpgic_hackers .protect_from_hackers .image {
    float: left;
    width: 305px;
    height: 177px;
    margin: 23px 0 0 128px;
}

#infograpgic_hackers .hacker_schema_after {
    margin-top: 54px;
}

#infograpgic_hackers .server_protect {
    margin-top: 52px;
    margin-bottom: 30px;
}

#infograpgic_hackers .server_protect .image {
    margin-left: 41px;
    float: left;
    width: 1020px;
    margin-bottom: 25px;
}

#infograpgic_hackers .server_protect .text {  
    color: #000;
    letter-spacing: 1px;
    text-align: center;
}

#infograpgic_hackers .server_protect .lost_information {
    float: left;
    width: 454px;
    margin-left: 35px;
}

#infograpgic_hackers .server_protect .protected_server {
    float: left;
    width: 447px;
    margin-left: 89px;
}

/**
 * INFOGRAPHIC HOME AND OFFICE WIRELESS
 */

#infograpgic_wireless .text {
    font-size: 18px;
}


#infograpgic_wireless .number {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 17px;
}

#infograpgic_wireless .title {
    background-color: #ff9900;
    line-height: 23px;
    padding-top: 27px;
    text-align: center;
    font-size: 40px;
    height: 60px;
}

#infograpgic_wireless .info_header {
    font-size: 48px;
    letter-spacing: 2px;
    line-height: 54px;
    padding: 66px 218px 0 282px;
    height: 174px;
    background-image: url('/images/infographics/wireless/wireless_01.png');
    background-repeat: no-repeat;
    margin-bottom: 35px;
    margin-top: 16px;
    text-align: center;
}

#infograpgic_wireless .money_lost,
#infograpgic_wireless .router_configuration,
#infograpgic_wireless .network_support {
    background-color: #232323;
    border-bottom: 9px solid #ff9900;
    width: 700px;
    height: 205px;
}

#infograpgic_wireless .money_lost {
    float: right;
    width: 340px;
    height: 443px;
    margin-right: 26px;
}

#infograpgic_wireless .money_lost .text {
    margin: 75px 0 42px 20px;
    line-height: 27px;
}

#infograpgic_wireless .money_lost .image {
    margin-left: 78px;
}

#infograpgic_wireless .router_configuration,
#infograpgic_wireless .network_support {
    float: left;
    margin-left: 20px;
}

#infograpgic_wireless .router_configuration .image {
    width: 231px;
    height: 194px;
    float: left;
    margin: 5px 45px 0 65px;
}

#infograpgic_wireless .router_configuration .text {
    margin-top: 31px;
    width: 305px;
    float: left;
    line-height: 27px;
}

#infograpgic_wireless .network_support {
    margin-top: 24px;
}

#infograpgic_wireless .network_support .image {
    width: 193px;
    height: 193px;
    margin: 5px 70px 0 78px;
    float: left;
}

#infograpgic_wireless .network_support .text {
    margin-top: 61px;
    float: left;
    line-height: 27px;
    width: 262px;
}

#infograpgic_wireless .solution {
    float: left;
    padding: 79px 39px 0 22px;
    text-align: right;
    height: 189px;
    width: 539px;
    background-color: #ff9900;
    margin-top: 26px;
    font-size: 18px;
    line-height: 22px;
}

#infograpgic_wireless .gogonet_logo {
    float: right;
    padding: 56px 75px 0 0;
    width: 359px;
}

#infograpgic_wireless .small_middle_office {
    margin-top: 59px;
}

#infograpgic_wireless .small_middle_office .line {
    height: 43px;
    width: 554px;
    border-bottom: 3px solid #ff9900;
    float: left;
}

#infograpgic_wireless .small_middle_office .text {
    width: 529px;
    float: right;
    margin-right: 23px;
}


#infograpgic_wireless .wifi_routers {
    margin-top: 31px;
}

#infograpgic_wireless .wifi_routers .image {
    float: left;
    width: 843px;
}

#infograpgic_wireless .wifi_routers .text {
    width: 216px;
    float: left;
    margin-left: 16px;
    color: #000;
    line-height: 22px;
}

#infograpgic_wireless .for_big_spaces {
    margin-top: 64px;
}


#infograpgic_wireless .for_big_spaces .text {
    float: left;
    margin-left: 18px;
    width: 934px;
}

#infograpgic_wireless .for_big_spaces .line {
    height: 43px;
    width: 149px;
    border-bottom: 3px solid #ff9900;
    float: left;
}

#infograpgic_wireless .wifi_big_spaces {
    margin-top: 34px;
}

#infograpgic_wireless .wifi_big_spaces .text {
    color: #000;
    margin-left: 37px;
    float: left;
    text-align: right;
    width: 206px;
    line-height: 22px
}

#infograpgic_wireless .wifi_big_spaces .text .number {
    text-align: right;
}

#infograpgic_wireless .wifi_big_spaces .image {
    float: left;
    margin-left: 27px;
    width: 830px;
}

#infograpgic_wireless .long_distance_internet_title {
    margin-top: 74px;
}

#infograpgic_wireless .long_distance_internet_title .line {
    width: 266px;
    height: 43px;
    border-bottom: 3px solid #ff9900;
    float: left;
}

#infograpgic_wireless .long_distance_internet_title .text {
    float: left;
    width: 815px;
}

#infograpgic_wireless .long_distance_internet_description {
    margin-top: 30px;
    margin-bottom: 20px;
}

#infograpgic_wireless .long_distance_internet_description .image {
    float: left;
    width: 842px;
    margin-left: 2px;
}

#infograpgic_wireless .long_distance_internet_description .text .number {
    margin-bottom: 26px;
}
#infograpgic_wireless .long_distance_internet_description .text {
    text-align: left;
    float: left;
    margin-left: 16px;
    margin-top: 24px;
    width: 207px;
    color: #000;
    line-height: 23px;
}

.headTitlePostfix {
    color: rgb(190, 190, 190);
}