/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

*, html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, input, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, button {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

@font-face {
    font-family: 'Oleo Script';
    font-style: normal;
    font-weight: 400;
    src: local('Oleo Script'), local('OleoScript-Regular'), url(http://themes.googleusercontent.com/static/fonts/oleoscript/v2/_weQNDK6Uf40CiGFKBBUjobN6UDyHWBl620a-IRfuBk.woff) format('woff');
}
@font-face {
    font-family: 'Oleo Script';
    font-style: normal;
    font-weight: 700;
    src: local('Oleo Script Bold'), local('OleoScript-Bold'), url(http://themes.googleusercontent.com/static/fonts/oleoscript/v2/hudNQFKFl98JdNnlo363fjqR_3kx9_hJXbbyU8S6IN0.woff) format('woff');
}
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url(http://themes.googleusercontent.com/static/fonts/robotoslab/v1/y7lebkjgREBJK96VQi37ZobN6UDyHWBl620a-IRfuBk.woff) format('woff');
}
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'), url(http://themes.googleusercontent.com/static/fonts/robotoslab/v1/dazS1PrQQuCxC3iOAJFEJTqR_3kx9_hJXbbyU8S6IN0.woff) format('woff');
}

html {
    width: 100%;
    height: 100%;
    cursor: default;
    background-image: url("../img/background_pattern/debut_light.png");
    background-repeat: repeat;
}

body {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    font-family: 'Roboto Slab';
}

header {
    height: 94px;
    background-image: url("../img/header_pattern.jpg");
    background-repeat: repeat;
    width: 100%;
    -moz-box-shadow: 0px 2px 6px #888;
    -webkit-box-shadow: 0px 2px 6px #888;
    box-shadow: 0px 2px 6px #888;
}

.wrapper {
    width: 1000px;
    margin: 0 auto;
}

a {
    font-family: 'Roboto Slab';
    font-size: 13px;
    outline: 0;
    color: #003366;
}

p {
    font-family: 'Roboto Slab';
    font-size: 13px;
    margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Oleo Script';
    font-style: normal;
    font-weight: 400;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ====Header==== */

h2.gray {
    color: #ffffff;
    text-shadow: 0px 1px 2.5px #000000;
    line-height: 0.9em;
    font-size: 32px;
}

.middle {
    width: 549px;
    height: 139px;
    background-size: 549px 139px;
    background-image: url("../img/header_middle.png");
    margin-top: 0;
    margin-left: 225.5px;
    position: absolute;
}

.middle h1 {
    text-align: center;
    color: #f2f2f2;
    text-shadow: 0px 2px 8px #232323;
    line-height: 1em;
    font-size: 43px;
    padding-top: 26px;
}

.info_btn {
    width: 260px;
    height: 85px;
    background-size: 260px 85px;
    background-image: url("../img/info_btn.png");
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
    cursor: pointer;
    display: block;
    transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}

.info_btn:hover {
    -moz-box-shadow: 0px 1px 10px #c6c6c6;
    -webkit-box-shadow: 0px 1px 10px #c6c6c6;
    box-shadow: 0px 1px 10px #c6c6c6;
}

.header_left_side_content {
    float: left;
}

.header_right_side_content {
    float: right;
}

.header_right_side_content ul {
    margin-top: 14px;
}

.header_right_side_content ul li {
    list-style: none;
    font-family: "Roboto Slab";
    font-size: 13px;
    color: #868686;
    text-shadow: 0px 1px 0px #343434;
    text-align: right;
    line-height: 20px;
}

.header_right_side_content ul li span,.header_right_side_content ul li span a  {
    color: #c6c6c6;
    text-shadow: 0px 1px 0px #343434;
    text-decoration: none;
}

.search_container {
    width: 174px;
    height: 27px;
    margin-top: 16px;
}

input.search_field {
    font-family: "Roboto Slab";
    font-size: 12px;
    color: #c6c6c6;
    text-shadow: 0px 1px 0px #343434;
    padding-left: 8px;
    border: 1px solid #7c7c7c;
    height: 27px;
    width: 166px;
    background-image: url("../img/transparent_bg.png");
    background-color: transparent;
    -moz-box-shadow: inset 0 5px 5px #333333;
    -webkit-box-shadow: inset 0 5px 5px #333333;
    box-shadow: inset 0 5px 5px #333333;
    -moz-border-radius: 54px;
    -webkit-border-radius: 54px;
    border-radius: 54px;
    position: absolute;
}

input.search_submit {
    width: 26px;
    height: 26px;
    background-size: 26px 26px;
    background-image: url("../img/search_icon.png");
    background-color: transparent;
    margin-left: 142px;
    margin-top: 2px;
    position: absolute;
}

ul.social_icons {
    list-style: none;
    margin-top: 6px;
}

ul.social_icons li {
    float: left;
    margin-right: 4px;
    transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
}

ul.social_icons li:hover {
    margin-top: 2px;
}

ul.social_icons li img {
    width: 16px;
    height: 16px;
}

/* ====Header end==== */

.background_map {
    width: 1376px;
    height: 800px;
    background-size: 1376px 800px;
    background-image: url("../img/background_map.jpg");
    position: absolute;
    margin-left: -200px;
    top: 0px;
    z-index: -1;
}

.info_circles {
    height: 316px;
    margin-top: 82px;
}

.gray_circle {
    width: 316px;
    height: 316px;
    background-size: 316px 316px;
    background-image: url("../img/telecom.png");
    float: left;
    z-index: 9999;
    text-align: center;
}

.gray_circle:hover {
    -moz-box-shadow: 0px 1px 8px #F58634;
    -webkit-box-shadow: 0px 1px 8px #F58634;
    box-shadow: 0px 1px 8px #F58634;
}

.gray_circle, .color_circle {
    transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-border-radius: 316px;
    -webkit-border-radius: 316px;
    border-radius: 316px;
}

.gray_circle p, .color_circle p {
    color: #5e5e5e;
    font-size: 13px;
    text-align: center;
    text-shadow: 0px 1px 0px #ffffff;
    line-height: 20px;
}

.gray_circle h2, .color_circle h2 {
    width: 220px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 52px;
    text-align: center;
    margin-bottom: 8px;
    display: block;
}

.gray_circle p,.color_circle p {
    width: 220px;
    margin-right: auto;
    margin-left: auto;
}



.gray_circle2 {
    width: 316px;
    height: 316px;
    background-size: 316px 316px;
    background-image: url("../img/logistic.png");
    float: left;
    z-index: 9999;
    text-align: center;
}

.gray_circle2:hover {
    -moz-box-shadow: 0px 1px 8px #F58634;
    -webkit-box-shadow: 0px 1px 8px #F58634;
    box-shadow: 0px 1px 8px #F58634;
}

.gray_circle2, .color_circle {
    transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-border-radius: 316px;
    -webkit-border-radius: 316px;
    border-radius: 316px;
}

.gray_circle2 p, .color_circle p {
    color: #5e5e5e;
    font-size: 13px;
    text-align: center;
    text-shadow: 0px 1px 0px #ffffff;
    line-height: 20px;
}

.gray_circle2 h2, .color_circle h2 {
    width: 220px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 52px;
    text-align: center;
    margin-bottom: 8px;
    display: block;
}

.gray_circle2 p,.color_circle p {
    width: 220px;
    margin-right: auto;
    margin-left: auto;
}




.color_circle {
    width: 316px;
    height: 316px;
    background-size: 316px 316px;
    background-image: url("../img/plastic_new.png");
    float: left;
    z-index: 9999;
    text-align: center;
    margin-left: 26px;
    margin-right: 26px;
}

.color_circle:hover {
    -moz-box-shadow: 0px 1px 8px #F58634;
    -webkit-box-shadow: 0px 1px 8px #F58634;
    box-shadow: 0px 1px 8px #F58634;
}

.color_circle h2 {
    color: #f2f2f2;
}

	
a.buy_now {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 30px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 400;
    outline: 0;
    width: 220px;
    height: 40px;
    display: block;
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#595959), to(#363636));
    background: -webkit-linear-gradient(top, #F58634, #F58634);
    background: -moz-linear-gradient(top, #F58634, #F58634);
    background: -ms-linear-gradient(top, #F58634, #F58634);
    background: -o-linear-gradient(top, #F58634, #F58634);
    -moz-box-shadow: 0px 2px 6px #171717;
    -webkit-box-shadow: 0px 2px 6px #171717;
    box-shadow: 0px 2px 6px #171717;
    text-shadow: 0px 1px 2px #2f050b;
    transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-border-radius: 54px;
    -webkit-border-radius: 54px;
    border-radius: 54px;
}

a.buy_now:hover {
    -moz-box-shadow: 0px 1px 10px #c6c6c6;
    -webkit-box-shadow: 0px 1px 10px #c6c6c6;
    box-shadow: 0px 1px 10px #c6c6c6;
}

span.price {
    font-family: "Oleo Script";
    font-size: 91px;
    color: #c6c6c6;
    line-height: 1em;
    text-shadow: 0px 2px 4px #353535;
    display: block;
    margin-top: 10px;
}

.quick_stats {
    width: 230px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.quick_stats.first {
    margin-top: 16px;
}

.plastics {
  	width: 200px;
    height: 60px;
    background-size: 200px 60px;
    background-image: url("../img/worx_plastics.png");
    float: left;
    z-index: 9999;
    text-align: center;
	margin-top: -80px;
	margin-left: 80px;
    margin-right: 26px;
}


.telecomms {
  	width: 200px;
    height: 60px;
    background-size: 200px 60px;
    background-image: url("../img/worx_telecomms.png");
    float: left;
    z-index: 9999;
    text-align: center;
	margin-top: -80px;
    margin-left: 60px;
    margin-right: 26px;
}


.logistics {
  	width: 200px;
    height: 60px;
    background-size: 200px 60px;
    background-image: url("../img/worx_logistics.png");
    float: left;
    z-index: 9999;
    text-align: center;
	margin-left: 50px;
    margin-right: 26px;
}

.numbers span {
    font-size: 35px;
    color: #f6f6f6;
    text-shadow: 0px 1px 4px #414141;
    font-weight: 700;
    line-height: 0.8;
    text-align: right;
    display: block;
}




.webnames {
    float: left;
    width: 240px;
}

.webnames span {
    font-size: 35px;
    color: #f6f6f6;
    text-shadow: 0px 1px 4px #414141;
    font-weight: 700;
    line-height: 0.8;
    text-align: right;
    display: block;
}

.webnames2 {
    float: left;
    width: 240px;
}

.webnames2 span {
    font-size: 35px;
    color: #f6f6f6;
    text-shadow: 0px 1px 4px #414141;
    font-weight: 700;
    line-height: 0.8;
    text-align: right;
    display: block;
}

.description {
    float: right;
    width: 100px;
    height: 38px;
    padding-right: 2px;
    padding-left: 2px;
    background-image: url("../img/transparent_bg2.png");
    background-color: transparent;
    overflow: hidden;
    border: 1px solid #e3e3e3;
    -moz-box-shadow: inset 0 2px 3px #878787;
    -webkit-box-shadow: inset 0 2px 3px #878787;
    box-shadow: inset 0 2px 3px #878787;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

.description p {
    width: 100px;
    font-size: 11px;
    line-height: 13px;
    margin-top: 5px;
}

.description span {
    color: #464646;
    font-weight: 400;
}

.contacts_and_stats {
    width: 1000px;
    height: 316px;
    background-size: 1000px 316px;
    background-image: url("../img/gray_big.png");
    z-index: 3;
    margin-top: 36px;
    display: block;
    position: relative;
}

.statistics {
    width: 385px;
    height: 200px;
    margin-top: 30px;
    float: left;
}

.contact_form h2, .statistics h2 {
    text-align: center;
    margin-bottom: 12px;
}

.vertical_separator {
    width: 8px;
    height: 250px;
    background-image: url("../img/transparent_bg2.png");
    background-color: transparent;
    float: left;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    margin-top: 33px;
}

ul.statistics_switch {
    list-style: none;
    width: 27px;
    height: 60px;
    background-size: 27px 60px;
    background-image: url("../img/switch_base.png");
    float: right;
    margin-top: 120px;
    margin-right: 78px;
}

ul.statistics_switch li {
    margin-left: 1px;
}

ul.statistics_switch li.first_button {
    padding-top: 3px;
    margin-bottom: 3px;
}

ul.statistics_switch li a {
    text-decoration: none;
    width: 26px;
    height: 26px;
    display: block;
    background-color: transparent;
    outline: none;
}

li.selected a {
    width: 26px;
    height: 26px;
    display: block;
    background-size: 26px 26px;
    background-image: url("../img/switch_button.png")
}

.tabs_content {
    width: 335px;
    margin-left: 30px;
}

.ribbon {
    width: 140px;
    position: absolute;
    margin-left: 750px;
    margin-top: -66px;
    cursor: pointer;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.ribbon:hover {
    margin-top: -40px;
}

.ribbon_base {
    width: 69px;
    height: 78px;
    margin-left: 35px;
    margin-top: -10px;
    background-size: 69px 78px;
    background-image: url("../img/ribbon.png");
}

.ribbon_shadow {
    width: 140px;
    height: 39px;
    background-size: 140px 39px;
    background-image: url("../img/ribbon_shadow.png");
}

.list_icon {
    width: 26px;
    height: 26px;
    background-size: 26px 26px;
    background-image: url("../img/list_icon.png");
    margin-top: 14px;
    margin-left: 21.5px;
    position: absolute;
}

/* ====Hidden content==== */

#other_domains {
    display: none;
    margin-top: 44px;
    margin-bottom: 30px;
}

#other_domains ul {
    list-style: none;
    padding: 0;
}

#other_domains h3, #other_domains h4 {
    font-family: "Roboto Slab";
    line-height: 1.2em;
}

#other_domains h3 {
    text-transform: uppercase;
    color: #3c3c3c;
    font-size: 18px;
    font-weight: 700;
    text-shadow: 0px 1px 0px #ffffff;
}

#other_domains h4 {
    color: #979696;
    font-size: 12px;
    font-weight: normal;
    text-shadow: 0px 1px 0px #ffffff;
}

#other_domains p {
    color: #3c3c3c;
    font-size: 12px;
    font-weight: normal;
    text-shadow: 0px 1px 0px #ffffff;
    margin-top: 8px;
    margin-bottom: 6px;
    text-align: justify;
}

#other_domains li {
    width: 230px;
    float: left;
    margin-right: 26px;
}

#other_domains li.last {
    margin-right: 0px;
}

a.button {
    text-decoration: none;
    text-align: center;
    padding: 4px 8px 4px 8px;
    font-size: 12px;
    color: #ffffff;
    background-color: #3c3c3c;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
}

a.button:hover {
    background-color: #ffffff;
    color: #3c3c3c;
}

/* ====Hidden content end==== */

footer {
    margin-top: 6px;
    height: 100px;
}

p.copyrights {
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    text-shadow: 0px 1px 0px #ffffff;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
