﻿
.added12fav {
   border:solid 1px white;
    background:#21759b;
    color:white;
    width:15%;
    height:50%;
    /*line-height:20px;#21759b/2896C3*/
    text-align:center;
    display:none;
    font-weight:bold;
}

#success {
    border:solid 1px white;
    background:#21759b;
    color:white;
    width:40%;
    height:20%;
    /*line-height:20px;#21759b/2896C3*/
    text-align:center;
    display:none;
    font-weight:bold;
}

a,
button {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    text-decoration: none;
}
/*a i.fa,
button i.fa {
  margin: 0 5px;
}*/
.clickable {
    cursor: pointer;
}

p.lead {
    font-weight: 300;
}

h1 {
    font-weight: 700;
    font-size: 40px;
}

/*#top {
    background: #555555;
    padding: 10px 0;
}*/

/*#top .offer {
        color: #fff;
    }

        #top .offer .btn {
            text-transform: uppercase;
        }*/

/*@media (max-width: 991px) {
    #top .offer {
        margin-bottom: 10px;
    }
}

@media (max-width: 991px) {
    #top {
        font-size: 12px;
        text-align: center;
    }
}

#top a {
    color: #fff;
}

#top ul.menu {
    padding-top: 5px;
    margin: 0;
    text-align: right;
    font-size: 12px;
    list-style: none;
}

@media (max-width: 991px) {
    #top ul.menu {
        text-align: center;
    }
}

#top ul.menu > li {
    display: inline-block;
}

    #top ul.menu > li a {
        color: #eeeeee;
    }

    #top ul.menu > li + li:before {
        content: "|\00a0";
        padding: 0 5px;
        color: #f7f7f7;
    }

#top ul.menu > .active {
    color: #999999;
}

#top #login-modal .modal-header {
    background: #4993e4;
}

    #top #login-modal .modal-header h4 {
        color: #fff;
    }

#top #login-modal a {
    color: #4993e4;
}

#top #login-modal p {
    font-weight: 300;
    margin-bottom: 20px;
}*/

.navbar .yamm-content h5 {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: dotted 1px #555555;
}

@media (max-width: 767px) {
    .navbar .yamm-content h5 {
        font-size: 14px;
    }
}

.navbar .yamm-content ul {
    margin: 0;
    padding: 0;
}

    .navbar .yamm-content ul li {
        list-style-type: none;
        border-bottom: solid 1px #eeeeee;
        text-transform: uppercase;
        padding: 4px 0;
    }

        .navbar .yamm-content ul li a {
            color: #999999;
            font-size: 12px;
            display: block;
        }

            .navbar .yamm-content ul li a:hover {
                color: #4993e4;
                text-decoration: none;
            }

.navbar .yamm-content .banner {
    margin-bottom: 10px;
}

.navbar ul.nav > li > a {
    text-transform: uppercase;
    font-weight: bold;
}

.navbar #search {
    clear: both;
    border-top: solid 1px #a2c8f1;
    text-align: right;
}

    .navbar #search .navbar-form {
        float: right;
        width: 500px;
    }

        .navbar #search .navbar-form .input-group {
            display: table;
        }

            .navbar #search .navbar-form .input-group .input-group-btn {
                white-space: nowrap;
                width: 1%;
            }

            .navbar #search .navbar-form .input-group .form-control {
                width: 100%;
            }

@media (max-width: 768px) {
    .navbar #search .navbar-form {
        float: none;
        width: auto;
    }
}

.navbar #basket-overview {
    padding: 0;
}

#hot h2 {
    text-transform: uppercase;
    font-size: 36px;
    color: #4993e4;
    font-weight: 100;
    text-align: center;
}

#hot .product-slider {
    margin-bottom: 20px;
}

    #hot .product-slider:before,
    #hot .product-slider:after {
        content: " ";
        display: table;
    }

    #hot .product-slider:after {
        clear: both;
    }

    #hot .product-slider .item {
        margin: 0 25px;
        visibility: hidden;
    }

    #hot .product-slider .owl-controls {
        position: relative;
        top: -30px;
    }

        #hot .product-slider .owl-controls .owl-buttons {
            display: none;
        }

        #hot .product-slider .owl-controls .owl-page.active span,
        #hot .product-slider .owl-controls.clickable .owl-page:hover span {
            background: #4993e4;
        }

#advantages {
    text-align: center;
}

    #advantages .box .icon {
        position: absolute;
        font-size: 120px;
        width: 100%;
        text-align: center;
        top: -20px;
        left: 0;
        height: 100%;
        float: left;
        color: #eeeeee;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        z-index: 1;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #advantages .box h3 {
        position: relative;
        margin: 0 0 20px;
        font-weight: 300;
        text-transform: uppercase;
        z-index: 2;
    }

        #advantages .box h3 a:hover {
            text-decoration: none;
        }

    #advantages .box p {
        position: relative;
        color: #555555;
        z-index: 2;
    }

#main-slider {
    margin-bottom: 30px;
    border: solid 1px #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

    .box.slideshow ul li div,
    #main-slider ul li div {
        width: 100%;
    }

    .box.slideshow .owl-controls,
    #main-slider .owl-controls {
        position: absolute;
        right: 20px;
        bottom: 20px;
    }

        .box.slideshow .owl-controls .owl-buttons,
        #main-slider .owl-controls .owl-buttons {
            display: none;
        }

        .box.slideshow .owl-controls .owl-page.active span,
        #main-slider .owl-controls .owl-page.active span,
        .box.slideshow .owl-controls.clickable .owl-page:hover span,
        #main-slider .owl-controls.clickable .owl-page:hover span {
            background: #4993e4;
        }

.breadcrumb {
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.box {
    background: #fff;
    margin: 0 0 30px;
    border: solid 1px #e6e6e6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

    .box .box-header {
        background: #f7f7f7;
        margin: -20px -20px 20px;
        padding: 20px;
        border-bottom: solid 1px #eeeeee;
    }

        .box .box-header:before,
        .box .box-header:after {
            content: " ";
            display: table;
        }

        .box .box-header:after {
            clear: both;
        }

    .box .box-footer {
        background: #f7f7f7;
        margin: 30px -20px -20px;
        padding: 20px;
        border-top: solid 1px #eeeeee;
    }

        .box .box-footer:before,
        .box .box-footer:after {
            content: " ";
            display: table;
        }

        .box .box-footer:after {
            clear: both;
        }

@media (max-width: 991px) {
    .box .box-footer .btn {
        margin-bottom: 20px;
    }
}

.box.slideshow {
    padding: 20px 0 0 0;
    text-align: center;
}

    .box.slideshow h3 {
        text-transform: uppercase;
        font-weight: 700;
    }

.ribbon {
    position: absolute;
    top: 50px;
    padding-left: 51px;
    z-index: 20;
}

    .ribbon .ribbon-background {
        position: absolute;
        top: 0;
        right: 0;
    }

    .ribbon .theribbon {
        position: relative;
        width: 80px;
        padding: 6px 20px 6px 20px;
        margin: 30px 10px 10px -71px;
        color: #fff;
        background-color: #4993e4;
        text-shadow: 0px 1px 2px #bbb;
    }

        .ribbon .theribbon:before,
        .ribbon .theribbon:after {
            content: ' ';
            position: absolute;
            width: 0;
            height: 0;
        }

        .ribbon .theribbon:after {
            left: 0px;
            top: 100%;
            border-width: 5px 10px;
            border-style: solid;
            border-color: #1a60ad #1a60ad transparent transparent;
        }

    .ribbon.sale {
        top: 0;
    }

    .ribbon.new {
        top: 50px;
    }

        .ribbon.new .theribbon {
            background-color: #5bc0de;
            text-shadow: 0px 1px 2px #bbb;
        }

            .ribbon.new .theribbon:after {
                border-color: #2390b0 #2390b0 transparent transparent;
            }

    .ribbon.gift {
        top: 100px;
    }

        .ribbon.gift .theribbon {
            background-color: #5cb85c;
            text-shadow: 0px 1px 2px #bbb;
        }

            .ribbon.gift .theribbon:after {
                border-color: #357935 #357935 transparent transparent;
            }

#content .panel.sidebar-menu {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

    #content .panel.sidebar-menu .panel-heading .btn.btn-danger {
        color: #fff;
    }

    #content .panel.sidebar-menu .panel-body span.colour {
        display: inline-block;
        width: 15px;
        height: 15px;
        border: solid 1px #555555;
        vertical-align: top;
        margin-top: 2px;
        margin-left: 5px;
    }

        #content .panel.sidebar-menu .panel-body span.colour.white {
            background: #fff;
        }

        #content .panel.sidebar-menu .panel-body span.colour.red {
            background: red;
        }

        #content .panel.sidebar-menu .panel-body span.colour.green {
            background: green;
        }

        #content .panel.sidebar-menu .panel-body span.colour.blue {
            background: blue;
        }

        #content .panel.sidebar-menu .panel-body span.colour.yellow {
            background: yellow;
        }

    #content .panel.sidebar-menu .panel-body label {
        color: #999999;
        font-size: 12px;
    }

        #content .panel.sidebar-menu .panel-body label:hover {
            color: #555555;
        }

    #content .panel.sidebar-menu h3 {
        padding: 5px 0;
        margin: 0;
    }

    #content .panel.sidebar-menu ul.nav.category-menu {
        margin-bottom: 20px;
    }

        #content .panel.sidebar-menu ul.nav.category-menu li a {
            text-transform: uppercase;
            font-weight: bold;
        }

    #content .panel.sidebar-menu ul.nav ul {
        list-style: none;
        padding-left: 0;
    }

        #content .panel.sidebar-menu ul.nav ul li {
            display: block;
        }

            #content .panel.sidebar-menu ul.nav ul li a {
                position: relative;
                font-weight: normal;
                text-transform: none !important;
                display: block;
                padding: 10px 15px;
                padding-left: 30px;
                font-size: 12px;
                color: #999999;
            }

                #content .panel.sidebar-menu ul.nav ul li a:hover,
                #content .panel.sidebar-menu ul.nav ul li a:focus {
                    text-decoration: none;
                    background-color: #eeeeee;
                }

#content .info-bar {
    line-height: 32px;
    vertical-align: middle;
}

@media (max-width: 991px) {
    #content .info-bar .products-showing {
        text-align: center;
    }
}

@media (max-width: 991px) {
    #content .info-bar .products-number-sort {
        text-align: center;
        margin-top: 10px;
    }
}

#content .info-bar .products-number strong {
    margin-right: 10px;
}

#content .info-bar .products-sort-by select {
    margin-left: 10px;
}

@media (max-width: 991px) {
    #content .info-bar .products-sort-by {
        margin: 10px 0 0;
    }

        #content .info-bar .products-sort-by select {
            margin: 0;
        }
}

#content .product {
    background: #fff;
    border: solid 1px #e6e6e6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
    /* entire container, keeps perspective */
    /* flip speed goes here */
    /* hide back of pane during swap */
    /*  UPDATED! front pane, placed above back */
    /* back, initially hidden pane */
}

    #content .product .flip-container {
        cursor: pointer;
        -webkit-perspective: 1000;
        -moz-perspective: 1000;
        perspective: 1000;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

@media (max-width: 767px) {
    #content .product .flip-container img.img-responsive {
        min-width: 100%;
    }
}

#content .product .flip-container,
#content .product .front,
#content .product .back {
    width: 100%;
}

#content .product .flipper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
}

#content .product .front,
#content .product .back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    top: 0;
    left: 0;
}

#content .product .front {
    z-index: 2;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

#content .product .back {
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

#content .product:hover .back {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    z-index: 2;
}

#content .product:hover .front {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    z-index: 1;
}

#content .product .invisible {
    visibility: hidden;
}

@media (max-width: 767px) {
    #content .product .invisible img.img-responsive {
        min-width: 100%;
    }
}

#content .product .text {
    padding: 10px 10px 0;
}

    #content .product .text h3 {
        font-size: 18px;
        font-weight: 700;
        height: 39.6px;
        text-align: center;
        overflow: hidden;
    }

        #content .product .text h3 a {
            color: #555555;
        }

    #content .product .text p.price {
        font-size: 18px;
        text-align: center;
        font-weight: 300;
    }

        #content .product .text p.price del {
            color: #999999;
        }

    #content .product .text .buttons {
        clear: both;
        text-align: center;
    }

        #content .product .text .buttons .btn {
            margin-bottom: 10px;
        }

#content .banner {
    margin-bottom: 30px;
}

#content .pages {
    text-align: center;
}

    #content .pages .loadMore {
        text-align: center;
    }

    #content .pages .pagination {
        text-align: center;
    }

#content #mainImage {
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

#content #productMain {
    margin-bottom: 30px;
}

    #content #productMain .goToDescription {
        margin-top: 20px;
        font-size: 12px;
        text-align: center;
    }

        #content #productMain .goToDescription a {
            color: #999999;
            text-decoration: underline;
        }

    #content #productMain .price {
        font-size: 30px;
        font-weight: 300;
        text-align: center;
        margin-top: 40px;
    }

    #content #productMain .buttons {
        margin-bottom: 0;
        text-align: center;
    }

        #content #productMain .buttons .btn {
            margin-bottom: 10px;
        }

#content #details .social {
    text-align: left;
}

    #content #details .social h4 {
        font-weight: 300;
        margin-bottom: 10px;
    }

    #content #details .social p {
        line-height: 26px;
    }

        #content #details .social p a {
            margin: 0 10px 0 0;
            color: #fff;
            display: inline-block;
            width: 26px;
            height: 26px;
            border-radius: 13px;
            line-height: 26px;
            font-size: 15px;
            text-align: center;
            -webkit-transition: all 0.2s ease-out;
            -moz-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
            vertical-align: bottom;
        }

            #content #details .social p a i {
                vertical-align: bottom;
                line-height: 26px;
            }

            #content #details .social p a.facebook {
                background-color: #4460ae;
            }

            #content #details .social p a.gplus {
                background-color: #c21f25;
            }

            #content #details .social p a.twitter {
                background-color: #3cf;
            }

            #content #details .social p a.instagram {
                background-color: #cd4378;
            }

            #content #details .social p a.email {
                background-color: #4a7f45;
            }

@media (max-width: 991px) {
    #content #details .social {
        text-align: center;
    }
}

#content #thumbs a {
    display: block;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    border: solid 2px transparent;
}

    #content #thumbs a.active {
        border-color: #4993e4;
    }

#content #checkout .nav {
    margin-bottom: 20px;
    border-bottom: solid 1px #4993e4;
}

    #content #checkout .nav li {
        height: 100%;
    }

        #content #checkout .nav li a {
            display: block;
            height: 100%;
        }

#content #order-summary table {
    margin-top: 20px;
}

    #content #order-summary table td {
        color: #999999;
    }

    #content #order-summary table tr.total td,
    #content #order-summary table tr.total th {
        font-size: 18px;
        color: #555555;
        font-weight: 700;
    }

#content #checkout .table tbody tr td,
#content #basket .table tbody tr td,
#content #customer-order .table tbody tr td {
    vertical-align: middle;
}

    #content #checkout .table tbody tr td input,
    #content #basket .table tbody tr td input,
    #content #customer-order .table tbody tr td input {
        width: 50px;
        text-align: right;
    }

    #content #checkout .table tbody tr td img,
    #content #basket .table tbody tr td img,
    #content #customer-order .table tbody tr td img {
        width: 50px;
    }

#content #checkout .table tfoot,
#content #basket .table tfoot,
#content #customer-order .table tfoot {
    font-size: 18px;
}

#content #text-page h1,
#content #text-page h2,
#content #text-page h3 {
    font-weight: 700;
}

#content #error-page {
    text-align: center;
}

    #content #error-page h4 {
        margin-bottom: 40px;
    }

    #content #error-page p.buttons {
        margin-top: 40px;
    }

#content #map {
    height: 400px;
}

#content #blog-listing .post,
#content #blog-homepage .post {
    margin-bottom: 60px;
    background: #fff;
    margin: 0 0 30px;
    border: solid 1px #e6e6e6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

    #content #blog-listing .post h2 a,
    #content #blog-homepage .post h2 a,
    #content #blog-listing .post h4 a,
    #content #blog-homepage .post h4 a {
        color: #555555;
    }

        #content #blog-listing .post h2 a:hover,
        #content #blog-homepage .post h2 a:hover,
        #content #blog-listing .post h4 a:hover,
        #content #blog-homepage .post h4 a:hover {
            color: #4993e4;
        }

    #content #blog-listing .post .author-category,
    #content #blog-homepage .post .author-category {
        color: #999999;
        font-weight: 300;
    }

    #content #blog-listing .post .date-comments a,
    #content #blog-homepage .post .date-comments a {
        color: #999999;
        margin-right: 20px;
    }

        #content #blog-listing .post .date-comments a:hover,
        #content #blog-homepage .post .date-comments a:hover {
            color: #4993e4;
        }

    #content #blog-listing .post .intro,
    #content #blog-homepage .post .intro {
        text-align: left;
    }

    #content #blog-listing .post .image,
    #content #blog-homepage .post .image {
        margin-bottom: 10px;
        overflow: hidden;
    }

        #content #blog-listing .post .image img,
        #content #blog-homepage .post .image img {
            -webkit-transition: all 0.2s ease-out;
            -moz-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
        }

@media (max-width: 767px) {
    #content #blog-listing .post .image img.img-responsive,
    #content #blog-homepage .post .image img.img-responsive {
        min-width: 100%;
    }
}

#content #blog-listing .post .read-more,
#content #blog-homepage .post .read-more {
    text-align: right;
}

#content #blog-listing .post:hover .image img,
#content #blog-homepage .post:hover .image img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

#content #blog-homepage .post {
    margin-bottom: 30px;
}

    #content #blog-homepage .post h2,
    #content #blog-homepage .post h4,
    #content #blog-homepage .post .author-category,
    #content #blog-homepage .post .read-more {
        text-align: center;
    }

    #content #blog-homepage .post .intro {
        font-weight: 300;
    }

    #content #blog-homepage .post .read-more {
        margin-top: 20px;
    }

#content #blog-post .author-date {
    color: #999999;
    font-weight: 300;
}

#content #blog-post #post-content {
    margin-bottom: 20px;
}

#content #blog-post .comment {
    margin-bottom: 25px;
}

    #content #blog-post .comment:before,
    #content #blog-post .comment:after {
        content: " ";
        display: table;
    }

    #content #blog-post .comment:after {
        clear: both;
    }

    #content #blog-post .comment .posted {
        color: #999999;
        font-size: 12px;
    }

    #content #blog-post .comment .reply {
        font-family: "Roboto", Helvetica, Arial, sans-serif;
    }

    #content #blog-post .comment.last {
        margin-bottom: 0;
    }

#content #blog-post #comments:before,
#content #blog-post #comment-form:before,
#content #blog-post #comments:after,
#content #blog-post #comment-form:after {
    content: " ";
    display: table;
}

#content #blog-post #comments:after,
#content #blog-post #comment-form:after {
    clear: both;
}

#content #blog-post #comments h4,
#content #blog-post #comment-form h4 {
    margin-bottom: 20px;
}

#content #blog-post #comment-form {
    margin-bottom: 20px;
}

#content #customer-orders table tr th,
#content #customer-orders table tr td {
    vertical-align: baseline;
}

#content #customer-order .table tfoot th {
    font-size: 18px;
    font-weight: 300;
}

#content #customer-order .addresses {
    text-align: right;
}

    #content #customer-order .addresses p {
        font-size: 18px;
        font-weight: 300;
    }
/*#footer {
  background: #e0e0e0;
  padding: 20px 0;
}
#footer ul {
  padding-left: 0;
  list-style: none;
}
#footer ul a {
  color: #999999;
}
#footer .social {
  text-align: left;
}
#footer .social a {
  margin: 0 10px 0 0;
  color: #fff;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  line-height: 26px;
  font-size: 15px;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  vertical-align: bottom;
  background-color: #555555;
}
#footer .social a i {
  vertical-align: bottom;
  line-height: 30px;
}
#footer .social a.facebook:hover {
  background-color: #4460ae;
}
#footer .social a.gplus:hover {
  background-color: #c21f25;
}
#footer .social a.twitter:hover {
  background-color: #3cf;
}
#footer .social a.instagram:hover {
  background-color: #cd4378;
}
#footer .social a.email:hover {
  background-color: #4a7f45;
}
#copyright {
  background: #333;
  color: #ccc;
  padding: 20px 0;
  font-size: 12px;
}
#copyright p {
  margin: 0;
}
@media (max-width: 991px) {
  #copyright p {
    float: none !important;
    text-align: center;
    margin-bottom: 10px;
  }
}*/
#style-switch-button {
    position: fixed;
    top: 80px;
    left: 20px;
}

#style-switch {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 200px;
    padding: 20px;
    position: fixed;
    top: 120px;
    left: 20px;
    background: #fff;
    border: solid 1px #eeeeee;
}
/*!
 * Yamm!3
 * Yet another megamenu for Bootstrap 3
 * 
 * http://geedmo.github.com/yamm3
 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
    position: static;
}

.yamm .container {
    position: relative;
}

.yamm .dropdown-menu {
    left: auto;
}

.yamm .nav.navbar-right .dropdown-menu {
    left: auto;
    right: 0;
}

.yamm .yamm-content {
    padding: 20px 30px;
}

@media (max-width: 767px) {
    .yamm .yamm-content {
        padding: 10px 20px;
    }
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
}
/* Original Boostrap template overwrite */
/* nav */
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .nav > li > a {
        padding: 10px 15px;
    }

        .nav > li > a:hover,
        .nav > li > a:focus {
            background-color: #eeeeee;
        }

    .nav > li.disabled > a {
        color: #999999;
    }

        .nav > li.disabled > a:hover,
        .nav > li.disabled > a:focus {
            color: #999999;
        }

    .nav .open > a,
    .nav .open > a:hover,
    .nav .open > a:focus {
        background-color: #eeeeee;
        border-color: #4993e4;
    }

.nav-tabs {
    border-bottom: 1px solid #dddddd;
}

    .nav-tabs > li > a {
        line-height: 1.42857143;
        border-radius: 4px 4px 0 0;
    }

        .nav-tabs > li > a:hover {
            border-color: #eeeeee #eeeeee #dddddd;
        }

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
        color: #555555;
        background-color: #f0f0f0;
        border: 1px solid #dddddd;
    }

.nav-pills > li > a {
    border-radius: 0;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #ffffff;
    background-color: #4993e4;
}

.nav-tabs-justified > li > a {
    border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border: 1px solid #dddddd;
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #f0f0f0;
    }
}
/* navbar */
.navbar {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    min-height: 70px;
    margin-bottom: 30px;
    border: none;
    border-bottom: 1px solid transparent;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 0;
    }
}

.navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
}

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width: 768px) {
    .navbar-collapse {
        float: left;
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

        .navbar-collapse.right {
            float: right;
        }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-brand {
    float: left;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 70px;
}

    .navbar-brand:hover,
    .navbar-brand:focus {
        text-decoration: none;
    }

@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    padding: 9px 10px !important;
    margin-right: 15px;
    border-radius: 4px;
    margin-top: 18px;
    margin-bottom: 18px;
}

@media (max-width: 767px) {
    .navbar-toggle {
        margin-right: 5px;
    }
}

.navbar-nav {
    margin: 12.5px -15px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }

        .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-nav .open .dropdown-menu > li > a:focus {
            background-image: none;
        }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 25px;
                padding-bottom: 25px;
            }

        .navbar-nav.navbar-right:last-child {
            margin-right: -15px;
        }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0px 15px;
    border: none;
    margin-top: 18px;
    margin-bottom: 18px;
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
}

.navbar-btn {
    margin-top: 18px;
    margin-bottom: 18px;
}

    .navbar-btn.btn-sm {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .navbar-btn.btn-xs {
        margin-top: 24px;
        margin-bottom: 24px;
    }

.navbar-text {
    margin-top: 25px;
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }

        .navbar-text.navbar-right:last-child {
            margin-right: 0;
        }
}

.navbar-default {
    background-color: #ffffff;
    border-bottom-color: #e6e6e6;
}

    .navbar-default .navbar-brand {
        color: #777777;
    }

        .navbar-default .navbar-brand:hover,
        .navbar-default .navbar-brand:focus {
            color: #5e5e5e;
            background-color: transparent;
        }

    .navbar-default .navbar-text {
        color: #777777;
    }

    .navbar-default .navbar-nav > li > a {
        color: #777777;
    }

        .navbar-default .navbar-nav > li > a:hover,
        .navbar-default .navbar-nav > li > a:focus {
            color: #333333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        color: #555555;
        background-color: #4993e4;
    }

    .navbar-default .navbar-nav > .disabled > a,
    .navbar-default .navbar-nav > .disabled > a:hover,
    .navbar-default .navbar-nav > .disabled > a:focus {
        color: #cccccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #dddddd;
    }

        .navbar-default .navbar-toggle:hover,
        .navbar-default .navbar-toggle:focus {
            background-color: #dddddd;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888888;
        }

    .navbar-default .navbar-collapse {
        border-color: #e6e6e6;
    }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        background-color: #4993e4;
        color: #555555;
    }

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777777;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #333333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555555;
        background-color: #4993e4;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #cccccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777777;
}

    .navbar-default .navbar-link:hover {
        color: #333333;
    }
/* scaffolding */
/*body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #f0f0f0;
}
a {
  color: #4993e4;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #1d6cc3;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}*/
.img-rounded {
    border-radius: 6px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}
/* breadcrumbs */
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    background-color: #ffffff;
    border-radius: 0;
}

    .breadcrumb > li + li:before {
        content: ">\00a0";
        color: #cccccc;
    }

    .breadcrumb > .active {
        color: #999999;
    }

@media (max-width: 991px) {
    .breadcrumb {
        padding: 8px 0;
        text-align: center;
    }
}
/* buttons  */
.btn {
    font-weight: normal;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 3px;
}

.btn-primary {
    color: #ffffff;
    background-color: #4993e4;
    border-color: #3386e1;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        color: #ffffff;
        background-color: #257edf;
        border-color: #1c68bb;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled,
    .btn-primary[disabled],
    fieldset[disabled] .btn-primary,
    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled:active,
    .btn-primary[disabled]:active,
    fieldset[disabled] .btn-primary:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary.active {
        background-color: #4993e4;
        border-color: #3386e1;
    }

    .btn-primary .badge {
        color: #4993e4;
        background-color: #ffffff;
    }

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 4px;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
/* dropdowns */
.dropdown-menu > li > a {
    padding: 5px 20px;
}
/* forms.less */
label {
    font-weight: normal;
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-group {
    margin-bottom: 20px;
}
/* pager*/
.pager {
    margin: 20px 0;
    border-top: solid 1px #eeeeee;
    padding-top: 20px;
    text-transform: uppercase;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
}

    .pager li {
        display: inline;
    }

        .pager li > a,
        .pager li > span {
            background-color: #ffffff;
            border: 1px solid #dddddd;
            border-radius: 15px;
        }

            .pager li > a:hover,
            .pager li > a:focus {
                text-decoration: none;
                color: #fff;
                background-color: #eeeeee;
            }

    .pager .disabled > a,
    .pager .disabled > a:hover,
    .pager .disabled > a:focus,
    .pager .disabled > span {
        color: #999999;
        background-color: #ffffff;
        border-color: #ddd;
    }
/* pagination */
.pagination {
    margin: 20px 0;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    border-radius: 0;
}

    .pagination > li > a,
    .pagination > li > span {
        padding: 6px 12px;
        line-height: 1.42857143;
        text-decoration: none;
        color: #4993e4;
        background-color: #ffffff;
        border: 1px solid #dddddd;
    }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            color: #1d6cc3;
            background-color: #eeeeee;
            border-color: #dddddd;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 2;
        color: #ffffff;
        background-color: #4993e4;
        border-color: #4993e4;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #999999;
        background-color: #ffffff;
        border-color: #dddddd;
    }
/* responsive utilities */
@media (max-width: 767px) {
    .text-center-xs {
        text-align: center !important;
    }

        .text-center-xs img {
            display: block;
            margin-left: auto;
            margin-right: auto;
        }
}

@media (min-width: 768px) and (max-width: 991px) {
    .text-center-sm {
        text-align: center !important;
    }

        .text-center-sm img {
            display: block;
            margin-left: auto;
            margin-right: auto;
        }
}
/* type */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}

/*p,
ul,
ol {
    margin: 0 0 20px;
}*/

.lead {
    margin-bottom: 20px;
    font-size: 16px;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

.text-small {
    font-size: 12px;
}

.text-large {
    font-size: 18px;
}

.text-italic {
    font-style: italic;
}

.text-primary {
    color: #4993e4;
}

a.text-primary:hover {
    color: #2079da;
}

.bg-primary {
    color: #fff;
    background-color: #4993e4;
}

a.bg-primary:hover {
    background-color: #2079da;
}

abbr[title],
abbr[data-original-title] {
    border-bottom: 1px dotted #999999;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 14px;
    border-left: 5px solid #4993e4;
}

    blockquote footer,
    blockquote small,
    blockquote .small {
        display: block;
        font-size: 80%;
        line-height: 1.42857143;
        color: #999999;
    }

        blockquote footer:before,
        blockquote small:before,
        blockquote .small:before {
            content: '\2014 \00A0';
        }

    .blockquote-reverse,
    blockquote.pull-right {
        border-right: 5px solid #4993e4;
    }

address {
    margin-bottom: 20px;
    line-height: 1.42857143;
}

.panel-primary {
    border-color: #4993e4;
}

    .panel-primary > .panel-heading {
        color: #ffffff;
        background-color: #4993e4;
        border-color: #4993e4;
    }

        .panel-primary > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #4993e4;
        }

    .panel-primary > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #4993e4;
    }

    .panel-primary .panel-title {
        font-weight: 300;
    }

        .panel-primary .panel-title a:hover {
            color: #fff;
            text-decoration: none;
        }


/*Paul */


hr.name-of-your-vertical-line {
  border : 0;
  height : 5px; /*your own value to suit your content*/
  width : 1px;
  background-image: -webkit-linear-gradient(top, black, #ffffff,black );
  background-image: -moz-linear-gradient(top, black, #ffffff,black );
  background-image: -ms-linear-gradient(top, black, #ffffff,black );
  background-image: -o-linear-gradient(top,black, #ffffff,black );
  background-image: linear-gradient(top,black, #ffffff,black );
}


.box11 {
    position: absolute;
    width: 300px;
    float:right;
}
.search11 {
    width: 80%;
    max-width:0;
    padding: 5px;
    transition: all .5s ease;
    position:absolute;
    right:20px;
    box-sizing:border-box;
    opacity:0;
    color:black;
    border-radius:5px;
    font-size:15px;
}
.search11.expanded {
    min-width:80%;
    max-width:80%;
    /*width:80%;*/
    opacity:1;
}
.icon11 {
    width: 36px;
    height: 38px;
    /*background: red;*/
    position: absolute;
    right: 0;
}

/*.search-form .form-group {
  float: right !important;
  transition: all 0.35s, border-radius 0s;
  width: 32px;
  height: 32px;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  border-radius: 25px;
  border: 1px solid #ccc;
}
.search-form .form-group input.form-control {
  padding-right: 20px;
  border: 0 none;
  background: transparent;
  box-shadow: none;
  display:block;
}
.search-form .form-group input.form-control::-webkit-input-placeholder {
  display: none !important;
}
.search-form .form-group input.form-control:-moz-placeholder {

  display: none !important;
}
.search-form .form-group input.form-control::-moz-placeholder {
  
  display: none !important;
}
.search-form .form-group input.form-control:-ms-input-placeholder {
  display: none !important;
}
.search-form .form-group:hover,
.search-form .form-group.hover {
  width: 95%;
  border-radius: 4px 25px 25px 4px;  
}

.search-form .form-group span.form-control-feedback {
  position: absolute;
  top: -1px;
  right: -2px;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #3596e0;
  left: initial;
  font-size: 14px;
}*/


.wheelshadow, .wheelcup-0, .wheelcup-1, .wheelcup-2, .wheelcup-3, 
.wheelcup-4, .wheelcup-5, .wheelcup-6, .btnmagazine, .countrybuttonson-13, 
.countrybuttons-13, .countrybuttonson-05, .countrybuttonson-07, .countrybuttonson-11, .countrybuttons-07, 
.countrybuttons-11, .countrybuttonson-01, .countrybuttonson-03, .countrybuttonson-09, .countrybuttons-09, 
.countrybuttonson-02, .countrybuttonson-10, .countrybuttons-10, .countrybuttonson-04, .countrybuttonson-08, 
.countrybuttons-08, .countrybuttonson-06, .countrybuttonson-12, .countrybuttons-12
{ display: inline-block; background: url('../../images/download_projectshome.png') no-repeat; overflow: hidden; text-indent: -9999px; text-align: left; }
 
.wheelshadow { background-position: -0px -0px; width: 600px; height: 600px; }
.wheelcup-0 { background-position: -0px -600px; width: 160px; height: 160px; }
.wheelcup-1 { background-position: -160px -600px; width: 160px; height: 160px; }
.wheelcup-2 { background-position: -320px -600px; width: 160px; height: 160px; }
.wheelcup-3 { background-position: -0px -760px; width: 160px; height: 160px; }
.wheelcup-4 { background-position: -160px -760px; width: 160px; height: 160px; }
.wheelcup-5 { background-position: -320px -760px; width: 160px; height: 160px; }
.wheelcup-6 { background-position: -0px -920px; width: 160px; height: 160px; }
.btnmagazine { background-position: -480px -600px; width: 101px; height: 29px; }
.countrybuttonson-13 { background-position: -480px -629px; width: 60px; height: 67px; }
.countrybuttons-13 { background-position: -540px -629px; width: 60px; height: 67px; }
.countrybuttonson-05 { background-position: -480px -696px; width: 49px; height: 67px; }
.countrybuttonson-07 { background-position: -529px -696px; width: 49px; height: 67px; }
.countrybuttonson-11 { background-position: -480px -763px; width: 49px; height: 67px; }
.countrybuttons-07 { background-position: -529px -763px; width: 49px; height: 67px; }
.countrybuttons-11 { background-position: -480px -830px; width: 49px; height: 67px; }
.countrybuttonson-01 { background-position: -529px -830px; width: 48px; height: 67px; }
.countrybuttonson-03 { background-position: -480px -897px; width: 48px; height: 67px; }
.countrybuttonson-09 { background-position: -528px -897px; width: 48px; height: 67px; }
.countrybuttons-09 { background-position: -160px -920px; width: 48px; height: 67px; }
.countrybuttonson-02 { background-position: -578px -696px; width: 9px; height: 67px; }
.countrybuttonson-10 { background-position: -587px -696px; width: 9px; height: 67px; }
.countrybuttons-10 { background-position: -578px -763px; width: 9px; height: 67px; }
.countrybuttonson-04 { background-position: -587px -763px; width: 8px; height: 67px; }
.countrybuttonson-08 { background-position: -577px -830px; width: 8px; height: 67px; }
.countrybuttons-08 { background-position: -585px -830px; width: 8px; height: 67px; }
.countrybuttonson-06 { background-position: -593px -830px; width: 7px; height: 67px; }
.countrybuttonson-12 { background-position: -576px -897px; width: 5px; height: 67px; }
.countrybuttons-12 { background-position: -581px -897px; width: 5px; height: 67px; }


.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.vertical-align-center {
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}

.modal-content {
    width: inherit !important;
    height: inherit !important;
    margin: 0 auto !important;
    pointer-events: all !important;
}



@media (min-width: 992px) {
    .modal-dialog {
        width: 900px !important;
    }

    .modal-lg {
        width: 143%;
        /*right:20%;*/
        /*margin-top:33%;*/
    }
    .popupbutton {
        padding: 4% 32% !important;
    }
}

@media  (min-width: 400px) and  (max-width: 992px) {
    .modal-dialog {
        width: 91% !important;
        padding: 0px !important;
    }

    .modal-body {
        padding: 0px !important;
    }

    .popupbutton {
        padding: 10px 107px !important;
    }
}

@media  (min-width: 0px) and  (max-width: 399px) {
    .modal-dialog {
        width: 91% !important;
        padding: 0px !important;
    }

    .modal-body {
        padding: 0px !important;
    }

     .popupbutton {
        padding: 4% 32% !important;
    }
}

@media  (min-width: 0px) and  (max-width: 990px) {
    #closefordetails{
        display:none !important;
    }
}

.circle12345 {
    /*position: relative;*/
    /*border: 1px solid black;*/
    padding: 0;
    margin: 1em auto;
    width: 35.1em;
    height: 35.1em;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    list-style: none;
    overflow: hidden !important;
    position: absolute;
    bottom: 38px;
    right: 51.5px;
    z-index: 99 !important; 
    /*-webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);*/ 
}

    .circle12345 > li {
        overflow: hidden !important;
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        height: 50%;
        transform-origin: 0% 100%;
        -webkit-transform-origin: 0% 100%;     
        background-color: transparent;
        z-index: 1 !important;
        cursor: pointer;          
    }

body {
    position: relative;
    overflow-x: hidden;
}

.gashover:hover {
    background-color: #EE6D28;
    opacity: 0.5;
    -webkit-transition: all 0.1s ease-in;
}

.infrahover:hover {
    background-color: #F89E25;
    opacity: 0.5;
    transition: all 0.1s ease-in;
}

.petrohover:hover {
    background-color: #2BB259;
    opacity: 0.5;
    transition: all 0.1s ease-in;
}

.powerhover:hover {
    background-color: #1E8AB6;
    opacity: 0.5;
    transition: all 0.1s ease-in;
}

.waterhover:hover {
    background-color: #107280;
    opacity: 0.5;
    transition: all 0.1s ease-in;
}

.indushover:hover {
    background-color: #023A57;
    opacity: 0.5;
    transition: all 0.1s ease-in;
}

.oilhover:hover {
    background-color: #794399;
    opacity: 0.5;
    transition: all 0.1s ease-in;
}

.pipehover:hover {
    background-color: #730D2F;
    opacity: 0.5;
    transition: all 0.1s ease-in;
}

.refhover:hover {
    background-color: #BB2C36;
    opacity: 0.5;
    transition: all 0.1s ease-in;
}



.text {
    position: absolute;
    left: -100%;
    width: 229%;
    height: 229%;
    text-align: center;
    -webkit-transform: skewY(60deg) rotate(15deg);
    -ms-transform: skewY(60deg) rotate(15deg);
    transform: skewY(60deg) rotate(15deg);
    -moz-transform: skewY(60deg) rotate(15deg);
    -o-transform: skewY(60deg) rotate(15deg);
    padding-top: 20px;
}

.circle12345 > li:first-child {
    -webkit-transform: rotate(0deg) skewY(-50deg);
    -ms-transform: rotate(0deg) skewY(-50deg);
    transform: rotate(0deg) skewY(-50deg);
    -moz-transform: rotate(0deg) skewY(-50deg);
    -o-transform: rotate(0deg) skewY(-50deg);
}

.circle12345 > li:nth-child(2) {
    -webkit-transform: rotate(40deg) skewY(-50deg);
    -ms-transform: rotate(40deg) skewY(-50deg);
    transform: rotate(40deg) skewY(-50deg);
    -moz-transform: rotate(40deg) skewY(-50deg);
    -o-transform: rotate(40deg) skewY(-50deg);
}

.circle12345 > li:nth-child(3) {
    -webkit-transform: rotate(80deg) skewY(-50deg);
    -ms-transform: rotate(80deg) skewY(-50deg);
    transform: rotate(80deg) skewY(-50deg);
    -moz-transform: rotate(80deg) skewY(-50deg);
    -o-transform: rotate(80deg) skewY(-50deg);
}

.circle12345 > li:nth-child(4) {
    -webkit-transform: rotate(120deg) skewY(-50deg);
    -ms-transform: rotate(120deg) skewY(-50deg);
    transform: rotate(120deg) skewY(-50deg);
    -moz-transform: rotate(120deg) skewY(-50deg);
    -o-transform: rotate(120deg) skewY(-50deg);
}

.circle12345 > li:nth-child(5) {
    -webkit-transform: rotate(160deg) skewY(-50deg);
    -ms-transform: rotate(160deg) skewY(-50deg);
    transform: rotate(160deg) skewY(-50deg);
    -moz-transform: rotate(160deg) skewY(-50deg);
    -o-transform: rotate(160deg) skewY(-50deg);
}

.circle12345 > li:nth-child(6) {
    -webkit-transform: rotate(200deg) skewY(-50deg);
    -ms-transform: rotate(200deg) skewY(-50deg);
    transform: rotate(200deg) skewY(-50deg);
    -moz-transform: rotate(200deg) skewY(-50deg);
    -o-transform: rotate(200deg) skewY(-50deg);
}

.circle12345 > li:nth-child(7) {
    -webkit-transform: rotate(240deg) skewY(-50deg);
    -ms-transform: rotate(240deg) skewY(-50deg);
    transform: rotate(240deg) skewY(-50deg);
    -moz-transform: rotate(240deg) skewY(-50deg);
    -o-transform: rotate(240deg) skewY(-50deg);
}

.circle12345 > li:nth-child(8) {
    -webkit-transform: rotate(280deg) skewY(-50deg);
    -ms-transform: rotate(280deg) skewY(-50deg);
    transform: rotate(280deg) skewY(-50deg);
    -moz-transform: rotate(280deg) skewY(-50deg);
    -o-transform: rotate(280deg) skewY(-50deg);
}

.circle12345 > li:nth-child(9) {
    -webkit-transform: rotate(320deg) skewY(-50deg);
    -ms-transform: rotate(320deg) skewY(-50deg);
    transform: rotate(320deg) skewY(-50deg);
    -moz-transform: rotate(320deg) skewY(-50deg);
    -o-transform: rotate(320deg) skewY(-50deg);
}

.fixed111 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
}

.ui-helper-hidden-accessible {
    display: none !important;
}

.mobilescreensearch {
    width: 278px !important;
}

.mainscreensearch {
    background-repeat: no-repeat !important;
    background-position: 250px !important;
    background-position-y: 11px !important;
}

.recentlyupdated {
    width: 50%;
    padding: 20px;
    height: 243px;
    float: left;
    color: white;
    border-radius: 15px;
    border-top-left-radius: 19px;
    border-top-right-radius: 19px;
    margin-bottom: 10px;
}

.recentlyviewed {
    padding: 20px;
    height: 243px;
    color: white;
    width: 49%;
    float: left;
    border-radius: 15px;
    border-top-left-radius: 19px;
    border-top-right-radius: 19px;
    margin: 0 10px 0 0;
}

#morelinkkfortop5 {
margin-top: -19%;
    left: 64%;
    position: absolute;
}

#wheelshadow {
    margin: -44px 0 0 -53px !important;
    z-index: 0 !important;
    visibility: hidden;
}

#vbgas {
    position: absolute;
    top: 63px;
    left: 327px;
    cursor: pointer;
    cursor: pointer;
    z-index: 999;
    font-size: 275%;
    font-weight: bold;
    color: white;
}

#vbindustrial {
    position: absolute;
    top: 378px;
    left: 69px;
    cursor: pointer;
    cursor: pointer;
    z-index: 999;
    font-size: 275%;
    font-weight: bold;
    color: white;
}

#vbinfrastructure {
    position: absolute;
    top: 192px;
    left: 395px;
    cursor: pointer;
    cursor: pointer;
    z-index: 999;
    font-size: 275%;
    font-weight: bold;
    color: white;
}

#vboil {
    position: absolute;
    top: 250px;
    left: 22px;
    cursor: pointer;
    cursor: pointer;
    z-index: 999;
    font-size: 275%;
    font-weight: bold;
    color: white;
}

#vbpetrochemicals {
    position: absolute;
    top: 312px;
    left: 426px;
    cursor: pointer;
    cursor: pointer;
    z-index: 999;
    font-size: 275%;
    font-weight: bold;
    color: white;
}

#vbpipeline {
    position: absolute;
    top: 120px;
    left: 68px;
    cursor: pointer;
    cursor: pointer;
    z-index: 999;
    font-size: 275%;
    font-weight: bold;
    color: white;
}

#vbpower {
    position: absolute;
    top: 415px;
    left: 313px;
    cursor: pointer;
    cursor: pointer;
    z-index: 999;
    font-size: 275%;
    font-weight: bold;
    color: white;
}

#vbrefinery {
    position: absolute;
    top: 50px;
    left: 198px;
    cursor: pointer;
    cursor: pointer;
    z-index: 999;
    font-size: 275%;
    font-weight: bold;
    color: white;
}

#vbwater {
    position: absolute;
    top: 448px;
    left: 191px;
    cursor: pointer;
    cursor: pointer;
    z-index: 999;
    font-size: 275%;
    font-weight: bold;
    color: white;
}

#imgWheelCup {
    position: absolute;
    top: 177px;
    left: 168px;
    z-index: 999;
}

.newmapdiv {
    position: relative !important;
    padding-top: 20px !important;
    float: left !important;
    width: 399px !important;
    left: 0% !important;
}

.newcirclediv {
    width: 100px !important;
    float: left;
    position: relative;
    display: table;
    left: 4.2%;
    top: 3px;
    background-image: url('../../images/wheelshadow.png');
    background-position: -52px -44px;
    background-repeat: no-repeat;
}

#sectorgradienthtml {
    float: right;
    display: table;
    width: 194px;
    margin-top: 20px;
}

#sectorgradienthtml1 {
    display: none !important;
    padding: 2%;
}

#desktoptop5 {
    display: block !important;
}

.tdinsidetable {
    width: 12px;
    height: 40px;
    vertical-align: text-top;
}

.mapviewwidthrespo {
    width: 35% !important;
}

/*.cirlethrespo {
    width: 44% !important;
    float: left;
    position: relative;
    left: 21px;
}*/

.top5threspo {
    width: 21% !important;
}

#desktopViewMap {
    display: block !important;
}

#mobileviewMap {
    display: none !important;
}

.mapredirector {
    width: 12%;
}

.mapsaudiredirector {
    width: 15%;
}

.logocontainer {
    width: 60%;
}

.margintoplogin {
    float: right;
    margin-top: 53px !important;
}

.mobilemenu {
    display: none !important;
}

#mainscreenmenu {
    display: block;
}

.leftmenuu {
    width: 100%;
    position: relative;
    right: 4px;
}

.rightmenuuu {
    width: 70%;
}

#project_search {
    width: 43%;
    z-index: 50;
}

#innermobilefav, #innermobilealert, #innermobileprojrequest {
    display: block !important;
}

#innermobilelogin, #innermobilesubscribe {
    display: none !important;
}

@media only screen and (max-width: 1080px) and (orientation : portrait) {
    /* PORTRAIT:
	Windows Surface Pro*/
    .mainlogo {
        width: 100%;
        margin-left: 2%;
    }

    #sectorgradienthtml {
        float: right;
        display: table;
        width: 100%;
        margin-top: 20px;
    }

    .submainlogo {
        width: 51%;
    }

    .margintoplogin {
        float: right;
        margin-top: 41px !important;
    }

    .leftmenuu {
        width: 38%;
    }

    /*.container {
        width: 100%;
    }*/

    .mobilemenu {
        display: block !important;
    }

    #mainscreenmenu {
        display: none;
    }

    #innermobilefav, #innermobilealert, #innermobileprojrequest {
        display: block !important;
    }

    #mobilealerts,#mobilefav{
        display: none !important;
    }
     #demoview, #aboutus {
        display: none;
    }

    #mapredirectcontainer {
        height: 58px;
        margin-bottom: 10px;
    }

    .mapredirector {
        width: 12%;
    }

    .mapsaudiredirector {
        width: 15%;
    }

     #morelinkkfortop5 {
        bottom: 12px !important;
        left: 90% !important;
        position: absolute !important;
    }

    /*#mobileviewMap {
        margin-top: 10px;
    }*/

    .recentlyupdated {
        width: 100%;
        padding: 20px;
        height: 262px;
        float: left;
        color: white;
        border-radius: 15px;
        border-top-left-radius: 19px;
        border-top-right-radius: 19px;
        margin-top: 10px;
    }

    .recentlyviewed {
        padding: 20px;
        height: 303px;
        color: white;
        width: 100%;
        float: left;
        border-radius: 15px;
        border-top-left-radius: 19px;
        border-top-right-radius: 19px;
        margin-top: 10px;
    }

    .newmapdiv {
        position: relative !important;
        padding-top: 20px !important;
        float: left !important;
        width: 100% !important;
        left: 22% !important;
    }

    .newcirclediv {
        width: 46% !important;
        float: left;
        position: relative;
        display: table;
        left: 16%;
        top: 3px;
    }

    #sectorgradienthtml {
        width: 100% !important;
        float: right;
        display: table;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 800px) and (orientation : portrait) {
    /* PORTRAIT:
	Acer Iconia Tab A100
	Acer Iconia Tab A200
	Acer Iconia Tab A502
	Arnova 8C G3
	ASUS Padfone
	ASUS Transformer Pad TF300T
	ASUS Transformer TF101
	Motorola Xoom
	Motorola Xoom 2
	Samsung Galaxy Note 10.1
	Samsung Galaxy Tab 8.9
	Samsung Galaxy Tab 10.1
	Samsung Galaxy Tab 10.1*/
    .mainlogo {
    
        margin-left: 4%;
    }

    .submainlogo {
        width: 52%;
    }

    .margintoplogin {
        float: right;
        margin-top: 41px !important;
    }

    .rightmenuuu {
        margin-right: 4%;
    }

    /*.container {
        width: 100% !important;
    }*/


}

@media only screen and (max-width: 768px) and (orientation : portrait) {
    /* PORTRAIT:
	Apple iPad
	Apple iPad 2
	Apple iPad 3 (and 4)
	Apple iPad Mini
	Archos 80G9
	BAUHN AMID-972XS
	HP Touchpad
	LG Optimus Pad
	Microsoft Surface (RT)
	Panasonic Toughpad A1
	Kindle Paperwhite*/

    .newmapdiv {
        position: relative !important;
        padding-top: 20px !important;
        float: left !important;
        width: 100% !important;
        left: 0% !important;
    }

    .newcirclediv {
        width: 100% !important;
        float: left;
        position: relative;
        display: table;
        left: 117px !important;
        top: 3px;
    }

    #sectorgradienthtml {
        width: 100% !important;
        float: right;
        display: table;
        margin-top: 20px;
    }

    #morelinkkfortop5 {
        bottom: 1% !important;
        left: 94% !important;
        position: absolute !important;
    }

    .circle12345{
        display:block !important;
    }
    .circle12345 {
    /*position: relative;*/
    /*border: 1px solid black;*/
    padding: 0;
    margin: 1em auto;
    width: 35.1em;
    height: 35.1em;
    border-radius: 50%;
    list-style: none;
    overflow: hidden !important;
    position: absolute;
    bottom: 37px;
    right: 224.5px;
    z-index: 99 !important;
}
    .gashover:hover {
    background-color: transparent;
    -webkit-transition: all 0.1s ease-in;
}

.infrahover:hover {
    background-color: transparent;
    transition: all 0.1s ease-in;
}

.petrohover:hover {
  background-color: transparent;
    transition: all 0.1s ease-in;
}

.powerhover:hover {
   background-color: transparent;
    opacity: 0.5;
    transition: all 0.1s ease-in;
}

.waterhover:hover {
    background-color: transparent;
    transition: all 0.1s ease-in;
}

.indushover:hover {
   background-color: transparent;
    transition: all 0.1s ease-in;
}

.oilhover:hover {
   background-color: transparent;
    transition: all 0.1s ease-in;
}

.pipehover:hover {
    background-color: transparent;
    transition: all 0.1s ease-in;
}

.refhover:hover {
   background-color: transparent;
    transition: all 0.1s ease-in;
}
    #Table_01 {
        margin: 0 auto;
    }

    .logocontainer {
        width: 80%;
    }

    .mainlogo {
        width: 60%;
    }

    #morelinkkfortop5 {
        bottom: 12px !important;
        left: 90% !important;
        position: absolute !important;
    }


    .submainlogo {
        width: 55%;
    }

    .margintoplogin {
        float: right;
        margin-top: 41px !important;
    }

    .mobilemenu {
        display: block !important;
    }

    #mainscreenmenu {
        display: none !important;
    }

    #header {
        display: none !important;
    }

    #innermobilefav, #innermobilealert, #innermobileprojrequest {
        display: block !important;
    }
    .rightmenuuu{
        display:none !important;
    }
    #innermobilelogin, #innermobilesubscribe {
        display: block !important;
    }

    /*#mobileviewMap {
        margin-top: 10px;
        left: 13px;
    }*/

    #mapredirectcontainer {
        height: 56px;
        margin-bottom: 10px;
    }

    .mapredirector {
        width: 11.9%;
    }
    /*.cirlethrespo{
        width:100% !important;
    }*/
    .mapviewwidthrespo {
        width: 40% !important;
    }
}

@media only screen and (max-width: 640px) and (orientation : portrait) {
    /* PORTRAIT:
	Acer Iconia Tab A500
	Arnova 7FG3
	Nexus 7*/

    .mainlogo {
        width: 350px;
        margin-left: 3%;
    }

    .submainlogo {
        width: 40%;
        margin-top: 2%;
    }

    #mobilefav, #mobilealerts {
        display: none;
    }

     #demoview, #aboutus {
        display: none;
    }

    #project_search {
        width: 74%;
    }

    #innermobilefav, #innermobilealert, #innermobileprojrequest {
        display: block !important;
    }

    #innermobilelogin, #innermobilesubscribe {
        display: block !important;
    }

    /*#mobileviewMap {
        margin-top: 10px;
        left: 15px;
    }*/

    #mapredirectcontainer {
        height: 88px;
        margin-bottom: 10px;
    }

    .mapredirector {
        width: 12.3%;
    }

    .mapsaudiredirector {
    }

    .newmapdiv {
        position: relative !important;
        padding-top: 20px !important;
        float: left !important;
        width: 399px !important;
        left: 15% !important;
    }

    .newcirclediv {
        width: 100px !important;
        float: left;
        position: relative;
        display: table;
        left: 7% !important;
        top: 3px;
        background-image: url('../../images/wheelshadow.png');
        background-position: -52px -44px;
        background-repeat: no-repeat;
    }
        #morelinkkfortop5 {
        bottom: 12px !important;
        left: 88% !important;
        position: absolute !important;
    }

}

@media only screen and (max-width: 600px) and (orientation : portrait) {
    /* PORTRAIT:
	Acer Iconia Tab A101
	Archos 70b (it2)
	Arnova 10b G3
	BlackBerry PlayBook
	Kindle 3
	Kobo eReader Touch
	Samsung Galaxy Tab 2 7.0
	Samsung Galaxy Tab 7*/
    .mainlogo {
       width: 300px;
    }

    .submainlogo {
        width: 48%;
    }

    .logocontainer {
        width: 100%;
    }

    #mobilefav, #mobilealerts {
        display: none;
    }

     #demoview, #aboutus {
        display: none;
    }

    #project_search {
        width: 74%;
    }

    #innermobilefav, #innermobilealert, #innermobileprojrequest {
        display: block !important;
    }

    #innermobilelogin, #innermobilesubscribe {
        display: block !important;
    }

    /*#mobileviewMap {
        margin-top: 10px;
        left: 15px;
    }*/

    #mapredirectcontainer {
        height: 70px;
        margin-bottom: 10px;
    }

    .mapredirector {
        width: 12%;
    }

    .mapsaudiredirector {
    }
        #morelinkkfortop5 {
        bottom: 12px !important;
        left: 88% !important;
        position: absolute !important;
    }
}

@media only screen and (max-width: 540px) and (orientation : portrait) {
    /* PORTRAIT:
	HTC Evo 3D
	Kindle Fire HD 7
	Kindle Fire HD 8.9
	Ainol Novo 7 Elf 2*/
        #morelinkkfortop5 {
        bottom: 12px !important;
        left: 86% !important;
        position: absolute !important;
    }
    .mainlogo {
         width: 300px;
        margin-left: 2%;
    }

    .submainlogo {
        width: 50%;
        margin-top: 4%;
    }

    .logocontainer {
        width: 100%;
    }

    #mobilefav, #mobilealerts {
        display: none;
    }

     #demoview, #aboutus {
        display: none;
    }

    #project_search {
        width: 74%;
    }

    #innermobilelogin, #innermobilesubscribe {
        display: block !important;
    }
}

@media only screen and (max-width: 480px) and (orientation : portrait) {
    /* PORTRAIT:
	Arnova 7 G2
	BlackBerry Bold 9780
	HTC Desire Z
	Nokia N900
	Samsung Galaxy Grand*/

    .newmapdiv {
        position: relative !important;
        padding-top: 20px !important;
        float: left !important;
        width: 399px !important;
        left: -2% !important;
    }

    #wheelshadow {
        margin: -13px 0 0 -177px !important;
        z-index: 0 !important;
        width: 408px !important;
        right: 10px !important;
        visibility: visible;
    }

    #vbgas {
        position: absolute;
        top: 57px;
        left: 73px;
        cursor: pointer;
        cursor: pointer;
        z-index: 999;
        font-size: 179%;
        font-weight: bold;
        color: white;
    }

    #vbindustrial {
        position: absolute;
        top: 269px;
        left: -93px;
        cursor: pointer;
        cursor: pointer;
        z-index: 999;
        font-size: 179%;
        font-weight: bold;
        color: white;
    }

    #vbinfrastructure {
        position: absolute;
        top: 142px;
        left: 131px;
        cursor: pointer;
        cursor: pointer;
        z-index: 999;
        font-size: 179%;
        font-weight: bold;
        color: white;
    }

    #vboil {
        position: absolute;
        top: 186px;
        left: -126px;
        cursor: pointer;
        cursor: pointer;
        z-index: 999;
        font-size: 179%;
        font-weight: bold;
        color: white;
    }

    #vbpetrochemicals {
        position: absolute;
        top: 227px;
        left: 140px;
        cursor: pointer;
        cursor: pointer;
        z-index: 999;
        font-size: 179%;
        font-weight: bold;
        color: white;
    }

    #vbpipeline {
        position: absolute;
        top: 97px;
        left: -102px;
        cursor: pointer;
        cursor: pointer;
        z-index: 999;
        font-size: 179%;
        font-weight: bold;
        color: white;
    }

    #vbpower {
        position: absolute;
        top: 299px;
        left: 78px;
        cursor: pointer;
        cursor: pointer;
        z-index: 999;
        font-size: 179%;
        font-weight: bold;
        color: white;
    }

    #vbrefinery {
        position: absolute;
        top: 44px;
        left: -15px;
        cursor: pointer;
        cursor: pointer;
        z-index: 999;
        font-size: 179%;
        font-weight: bold;
        color: white;
    }

    #vbwater {
        position: absolute;
        top: 321px;
        left: -11px;
        cursor: pointer;
        cursor: pointer;
        z-index: 999;
        font-size: 179%;
        font-weight: bold;
        color: white;
    }

    #imgWheelCup {
        position: absolute;
        top: 138px;
        left: -26px;
        z-index: 999;
        width: 107px;
    }

    .newcirclediv {
        width: 100% !important;
        position: relative !important;
        left: 167px !important;
        background-image: url('');
        background-position: -52px -44px;
        background-repeat: no-repeat;
    }

    #desktopViewMap {
        display: none !important;
    }

    /*#mobileviewMap {
        display: block !important;
    }*/

    .mainlogo {
        width: 300px;
    }

        #morelinkkfortop5 {
        bottom: 12px !important;
        left: 84% !important;
        position: absolute !important;
    }


    .projectdetailsincontainer {
        margin-top: 13px;
    }

    .submainlogo {
        width: 48%;
    }

    .logocontainer {
        width: 100%;
    }

    #project_search {
        width: 74%;
    }

    #mobilefav, #mobilealerts {
        display: none;
    }

    #demoview, #aboutus {
        display: none;
    }

    #innermobilefav, #innermobilealert, #innermobileprojrequest {
        display: block !important;
    }

    #innermobilelogin, #innermobilesubscribe {
        display: block !important;
    }

    /*#mobileviewMap {
        margin-top: 10px;
        left: 15px;
    }*/

    #mapredirectcontainer {
        height: 55px;
        margin-bottom: 10px;
    }

    .mapredirector {
        width: 11.5%;
    }

    .mapsaudiredirector {
        width: 14%;
        position: relative;
        left: 7px;
    }

    .circle12345{
        display:block !important;
    }
    .circle12345 {
    /*position: relative;*/
    /*border: 1px solid black;*/
    padding: 0;
    margin: 1em auto;
    width: 26.1em;
    height: 26.1em;
    border-radius: 50%;
    list-style: none;
    overflow: hidden !important;
    position: absolute;
    bottom: 20px;
    right: 186.5px;
    z-index: 99 !important;
}
    .gashover:hover {
    background-color: transparent;
    -webkit-transition: all 0.1s ease-in;
}

.infrahover:hover {
    background-color: transparent;
    transition: all 0.1s ease-in;
}

.petrohover:hover {
  background-color: transparent;
    transition: all 0.1s ease-in;
}

.powerhover:hover {
   background-color: transparent;
    opacity: 0.5;
    transition: all 0.1s ease-in;
}

.waterhover:hover {
    background-color: transparent;
    transition: all 0.1s ease-in;
}

.indushover:hover {
   background-color: transparent;
    transition: all 0.1s ease-in;
}

.oilhover:hover {
   background-color: transparent;
    transition: all 0.1s ease-in;
}

.pipehover:hover {
    background-color: transparent;
    transition: all 0.1s ease-in;
}

.refhover:hover {
   background-color: transparent;
    transition: all 0.1s ease-in;
}

}

@media only screen and (min-width:1600px) and (max-width:2560px) {
    /* STYLES SPECIFIC TO HIGH RES/
           UNSCALED SCREEN HERE */
    .mainlogo {
    
    }

    .submainlogo {
        width: 34%;
    }
}

@media only screen and (min-width:900px) and (max-width:1440px) {
    /* STYLES SPECIFIC TO HIGH RES/
           UNSCALED SCREEN HERE */
    .mainlogo {
    
        /*margin-left: 4%;*/
    }

    #sectorgradienthtml {
        float: right;
        display: table;
        width: 100%;
        margin-top: 20px;
    }

    .submainlogo {
        width: 50%;
    }

    .leftmenuu {
        width: 38%;
    }

    .rightmenuuu {
        width: 60%;
    }

    /*.container {
        width: 100%;
    }*/

    .recentlyupdated {
        width: 100%;
        padding: 20px;
        height: 262px;
        float: left;
        color: white;
        border-radius: 15px;
        border-top-left-radius: 19px;
        border-top-right-radius: 19px;
        margin-top: 10px;
    }

    .recentlyviewed {
        padding: 20px;
        height: 262px;
        color: white;
        width: 100%;
        float: left;
        border-radius: 15px;
        border-top-left-radius: 19px;
        border-top-right-radius: 19px;
        margin-top: 10px;
    }
     #morelinkkfortop5 {
        bottom: 12px !important;
        left: 90% !important;
        position: absolute !important;
    }
}

@media only screen and (max-width: 400px) and (orientation : portrait) {
    /* PORTRAIT:
	Samsung Galaxy Note
	Nexus 4
	HTC One S
	HTC One XL
	HTC Sensation XL
	HTC Velocity 4G
	Motorola Droid3
	Motorola Droid Razr
	Motorola Razr HD 4G
	Motorola Razr M 4G
	Nokia 500
	Samsung Galaxy Note 2
	Samsung Galaxy S3
	BlackBerry Bold 9900
	BlackBerry 9520
	BlackBerry Z10*/
    #desktopViewMap {
        display: none !important;
    }

    /*#mobileviewMap {
        display: block !important;
    }*/


    .imgCountryProjectHome {
        width: 100% !important;
    }

    .buttonmapredirect {
        width: 35px !important;
        height: 38px !important;
    }

    .buttonmapredirectsaudi {
        width: 48px !important;
        position: relative;
        bottom: 10px;
    }

    .buttonimage {
        width: 42px;
        height: 53px;
        position: relative;
        bottom: 10px;
    }



    #wheelshadow {
        margin: -13px 0 0 -177px !important;
        z-index: 0 !important;
        width: 408px !important;
        right: 10px !important;
        visibility: visible;
    }

    #vbgas {
        position: absolute;
        top: 57px;
        left: 73px;
        cursor: pointer;
        cursor: pointer;
        z-index: 999;
        font-size: 179%;
        font-weight: bold;
        color: white;
    }

    #vbindustrial {
        position: absolute;
        top: 269px;
        left: -93px;
        cursor: pointer;
        cursor: pointer;
        z-index: 999;
        font-size: 179%;
        font-weight: bold;
        color: white;
    }

    #vbinfrastructure {
        position: absolute;
        top: 142px;
        left: 131px;
        cursor: pointer;
        cursor: pointer;
        z-index: 999;
        font-size: 179%;
        font-weight: bold;
        color: white;
    }

    #vboil {
        position: absolute;
        top: 186px;
        left: -126px;
        cursor: pointer;
        cursor: pointer;
        z-index: 999;
        font-size: 179%;
        font-weight: bold;
        color: white;
    }

    #vbpetrochemicals {
        position: absolute;
        top: 227px;
        left: 140px;
        cursor: pointer;
        cursor: pointer;
        z-index: 999;
        font-size: 179%;
        font-weight: bold;
        color: white;
    }

    #vbpipeline {
        position: absolute;
        top: 97px;
        left: -102px;
        cursor: pointer;
        cursor: pointer;
        z-index: 999;
        font-size: 179%;
        font-weight: bold;
        color: white;
    }

    #vbpower {
        position: absolute;
        top: 299px;
        left: 78px;
        cursor: pointer;
        cursor: pointer;
        z-index: 999;
        font-size: 179%;
        font-weight: bold;
        color: white;
    }

    #vbrefinery {
        position: absolute;
        top: 44px;
        left: -15px;
        cursor: pointer;
        cursor: pointer;
        z-index: 999;
        font-size: 179%;
        font-weight: bold;
        color: white;
    }

    #vbwater {
        position: absolute;
        top: 321px;
        left: -11px;
        cursor: pointer;
        cursor: pointer;
        z-index: 999;
        font-size: 179%;
        font-weight: bold;
        color: white;
    }

    #imgWheelCup {
        position: absolute;
        top: 138px;
        left: -26px;
        z-index: 999;
        width: 107px;
    }

    .newmapdiv {
        position: relative !important;
        padding-top: 20px !important;
        float: left !important;
        width: 100% !important;
        left: 0% !important;
    }

    .newcirclediv {
        width: 100% !important;
        position: relative !important;
        left: 143px !important;
        background-image: url('');
        background-position: -52px -44px;
        background-repeat: no-repeat;
    }

    #sectorgradienthtml {
        width: 100% !important;
        float: right;
        display: table;
        margin-top: 20px;
    }

    #morelinkkfortop5 {
        bottom: 1% !important;
        left: 94% !important;
        position: absolute !important;
    }


    /*.circle12345 {
        display: none !important;
    }*/

     .circle12345{
        display:block !important;
    }
    .circle12345 {
    /*position: relative;*/
    /*border: 1px solid black;*/
    padding: 0;
    margin: 1em auto;
    width: 26.1em;
    height: 26.1em;
    border-radius: 50%;
    list-style: none;
    overflow: hidden !important;
    position: absolute;
    bottom: 20px;
    right: 147.5px;
    z-index: 99 !important;
}
    .gashover:hover {
    background-color: transparent;
    -webkit-transition: all 0.1s ease-in;
}

.infrahover:hover {
    background-color: transparent;
    transition: all 0.1s ease-in;
}

.petrohover:hover {
  background-color: transparent;
    transition: all 0.1s ease-in;
}

.powerhover:hover {
   background-color: transparent;
    opacity: 0.5;
    transition: all 0.1s ease-in;
}

.waterhover:hover {
    background-color: transparent;
    transition: all 0.1s ease-in;
}

.indushover:hover {
   background-color: transparent;
    transition: all 0.1s ease-in;
}

.oilhover:hover {
   background-color: transparent;
    transition: all 0.1s ease-in;
}

.pipehover:hover {
    background-color: transparent;
    transition: all 0.1s ease-in;
}

.refhover:hover {
   background-color: transparent;
    transition: all 0.1s ease-in;
}


    #Table_01 {
        margin: 0 auto;
    }

    .mobilescreensearch {
        width: 261px !important;
    }

    .projectdetailsincontainer {
        margin-top: 13px;
    }

    .projectdetailsincontainerinside {
        width: 300px;
    }

    #mobilesrch {
        left: 39px !important;
    }

    .mainlogo {
        width: 300px;
    }

        #morelinkkfortop5 {
        bottom: 12px !important;
        left: 81% !important;
        position: absolute !important;
    }
    
 .circle12345{
        display:block !important;
    }
    .circle12345 {
    /*position: relative;*/
    /*border: 1px solid black;*/
    padding: 0;
    margin: 1em auto;
    width: 26.1em;
    height: 26.1em;
    border-radius: 50%;
    list-style: none;
    overflow: hidden !important;
    position: absolute;
    bottom: 20px;
    right: 156.5px;
    z-index: 99 !important;
}

    .gashover:hover {
    background-color: transparent;
    -webkit-transition: all 0.1s ease-in;
}

.infrahover:hover {
    background-color: transparent;
    transition: all 0.1s ease-in;
}

.petrohover:hover {
  background-color: transparent;
    transition: all 0.1s ease-in;
}

.powerhover:hover {
   background-color: transparent;
    opacity: 0.5;
    transition: all 0.1s ease-in;
}

.waterhover:hover {
    background-color: transparent;
    transition: all 0.1s ease-in;
}

.indushover:hover {
   background-color: transparent;
    transition: all 0.1s ease-in;
}

.oilhover:hover {
   background-color: transparent;
    transition: all 0.1s ease-in;
}

.pipehover:hover {
    background-color: transparent;
    transition: all 0.1s ease-in;
}

.refhover:hover {
   background-color: transparent;
    transition: all 0.1s ease-in;
}



    .submainlogo {
        width: 48%;
    }

    .logocontainer {
        width: 100%;
    }

    #project_search {
        width: 100%;
    }

    .rightmenuuu {
        width: 100%;
    }

    #innermobilefav, #innermobilealert, #innermobileprojrequest {
        display: block !important;
    }

     #demoview, #aboutus {
        display: none !important;
    }

    #innermobilelogin, #innermobilesubscribe {
        display: block !important;
    }

    #mapredirectcontainer {
        height: 48px;
        margin-bottom: 10px;
    }

    .mapredirector {
        width: 11.5%;
    }

    .mapsaudiredirector {
        width: 14.3%;
        position: relative;
        left: 4px;
    }

    #project_search {
        position: relative;
        left: 34px;
    }

    .rightmenuuu {
        width: 100%;
    }
    /*.cirlethrespo{
        width:100% !important;
    }*/
}

@media only screen and (max-width: 360px) and (orientation : portrait) {
    /* PORTRAIT:
	Apple iPhone 3G
	Apple iPhone 3GS
	Apple iPhone 4
	Apple iPhone 4S
	Apple iPhone 5
	Apple iPod Touch
	BlackBerry Bold 9360
	BlackBerry Bold 9790
	BlackBerry Curve 9320
	BlackBerry Curve 9380
	BlackBerry Torch 9800
	BlackBerry Torch 9810
	HP Veer
	HTC 7 Mozart
	HTC 7 Trophy
	HTC Desire
	HTC Desire C
	HTC Desire HD
	HTC Legend
	HTC One V
	HTC Titan 4G
	HTC Wildfire S
	HTC Windows Phone 8X
	Huawei U8650
	LG Optimus 2X
	LG Optimus L3
	Motorola Defy
	Motorola Milestone
	Nexus S
	Nokia Lumia 610
	Nokia Lumia 710
	Nokia Lumia 800
	Nokia Lumia 820
	Nokia Lumia 900
	Nokia Lumia 920
	Samsung Galaxy Ace
	Samsung Galaxy Ace 2
	Samsung Galaxy S2
	Sony Xperia E Dual
	BlackBerry Curve 9300*/


    .imgCountryProjectHome {
        width: 100% !important;
    }

    .buttonmapredirect {
        width: 0px !important;
        height: -1px !important;
    }

    .buttonmapredirectsaudi {
        width: 45px !important;
        position: relative;
        bottom: 10px;
    }

    .buttonimage {
        width: 39px;
        height: 49px;
        position: relative;
        bottom: 10px;
    }

    .newmapdiv {
        position: relative !important;
        padding-top: 20px !important;
        float: left !important;
        width: 293px !important;
        left: 0% !important;
    }


    #wheelshadow {
        margin: -13px 0 0 -168px !important;
        z-index: 0 !important;
        width: 390px !important;
        right: 10px !important;
        visibility: visible;
    }

    #vbgas {
        position: absolute;
        top: 52px;
        left: 71px;
        cursor: pointer;
        cursor: pointer;
        z-index: 999;
        font-size: 179%;
        font-weight: bold;
        color: white;
    }

    #vbindustrial {
        position: absolute;
        top: 253px;
        left: -90px;
        cursor: pointer;
        cursor: pointer;
        z-index: 999;
        font-size: 179%;
        font-weight: bold;
        color: white;
    }

    #vbinfrastructure {
        position: absolute;
        top: 135px;
        left: 125px;
        cursor: pointer;
        cursor: pointer;
        z-index: 999;
        font-size: 179%;
        font-weight: bold;
        color: white;
    }

    #vboil {
        position: absolute;
        top: 173px;
        left: -121px;
        cursor: pointer;
        cursor: pointer;
        z-index: 999;
        font-size: 179%;
        font-weight: bold;
        color: white;
    }

    #vbpetrochemicals {
        position: absolute;
        top: 217px;
        left: 140px;
        cursor: pointer;
        cursor: pointer;
        z-index: 999;
        font-size: 179%;
        font-weight: bold;
        color: white;
    }

    #vbpipeline {
        position: absolute;
        top: 89px;
        left: -97px;
        cursor: pointer;
        cursor: pointer;
        z-index: 999;
        font-size: 179%;
        font-weight: bold;
        color: white;
    }

    #vbpower {
        position: absolute;
        top: 285px;
        left: 73px;
        cursor: pointer;
        cursor: pointer;
        z-index: 999;
        font-size: 179%;
        font-weight: bold;
        color: white;
    }

    #vbrefinery {
        position: absolute;
        top: 44px;
        left: -8px;
        cursor: pointer;
        cursor: pointer;
        z-index: 999;
        font-size: 179%;
        font-weight: bold;
        color: white;
    }

    #vbwater {
        position: absolute;
        top: 303px;
        left: -13px;
        cursor: pointer;
        cursor: pointer;
        z-index: 999;
        font-size: 179%;
        font-weight: bold;
        color: white;
    }

    #imgWheelCup {
        position: absolute;
        top: 130px;
        left: -26px;
        z-index: 999;
        width: 107px;
    }

    .newcirclediv {
        width: 100% !important;
        position: relative !important;
        left: 118px !important;
        background-image: url('');
        background-position: -52px -44px;
        background-repeat: no-repeat;
    }

     .circle12345{
        display:block !important;
    }
    .circle12345 {
    /*position: relative;*/
    /*border: 1px solid black;*/
    padding: 0;
    margin: 1em auto;
    width: 24.7em;
    height: 24.7em;
    border-radius: 50%;
    list-style: none;
    overflow: hidden !important;
    position: absolute;
    bottom: 20px;
    right: 140.5px;
    z-index: 99 !important;
}

    .gashover:hover {
    background-color: transparent;
    -webkit-transition: all 0.1s ease-in;
}

.infrahover:hover {
    background-color: transparent;
    transition: all 0.1s ease-in;
}

.petrohover:hover {
  background-color: transparent;
    transition: all 0.1s ease-in;
}

.powerhover:hover {
   background-color: transparent;
    opacity: 0.5;
    transition: all 0.1s ease-in;
}

.waterhover:hover {
    background-color: transparent;
    transition: all 0.1s ease-in;
}

.indushover:hover {
   background-color: transparent;
    transition: all 0.1s ease-in;
}

.oilhover:hover {
   background-color: transparent;
    transition: all 0.1s ease-in;
}

.pipehover:hover {
    background-color: transparent;
    transition: all 0.1s ease-in;
}

.refhover:hover {
   background-color: transparent;
    transition: all 0.1s ease-in;
}


    .mobilescreensearch {
        width: 219px !important;
    }

    #mobilesrch {
        left: 39px !important;
    }

    .mainlogo {
         width: 280px;
    }

    .submainlogo {
        width: 48%;
    }

    .logocontainer {
        width: 100%;
    }

    .mapredirector {
        width: 11.5%;
    }

    #project_search {
        width: 100%;
        position: relative;
        left: 33px;
    }

    /*#mobileviewMap {
        margin-top: 10px;
        left: 15px;
    }*/

    .mapsaudiredirector {
        width: 13.2%;
        position: relative;
        top: 2px;
        left: 1px;
    }

    #mapredirectcontainer {
        height: 42px;
        margin-bottom: 10px;
    }

    #innermobilefav, #innermobilealert, #innermobileprojrequest {
        display: block !important;
    }

    #innermobilelogin, #innermobilesubscribe {
        display: block !important;
    }
}

@media only screen and (max-width: 240px) and (orientation : portrait) {
    /* PORTRAIT:
	LG Viewty KU990
	Nokia 700
	Nokia 2700
	Nokia N95
	Samsung Galaxy S3 Mini
	Nokia 300*/
    .mainlogo {
        width: 20%;
    }

    .submainlogo {
        width: 34%;
    }
}

@media only screen and (max-width: 1920px) and (orientation : landscape) {
    /* LANDSCAPE:
	Windows Surface Pro*/

    .recentlyupdated {
        width: 50%;
        padding: 20px;
        height: 243px;
        float: right;
        color: white;
        border-radius: 15px;
        border-top-left-radius: 19px;
        border-top-right-radius: 19px;
        margin-bottom: 10px;
    }

    .recentlyviewed {
        padding: 20px;
        height: 243px;
        color: white;
        width: 49%;
        float: left;
        border-radius: 15px;
        border-top-left-radius: 19px;
        border-top-right-radius: 19px;
        margin-bottom: 10px;
    }

    .leftmenuu {
        width: 100%;
        position: relative;
        right: 4px;
    }

    /*.mainlogo {
        width: 600px;
    }*/

    .submainlogo {
        width: 56%;
    }

    #mapredirectcontainer {
        height: 60px;
        margin-bottom: 10px;
    }

    .newmapdiv {
        position: relative !important;
        padding-top: 20px !important;
        float: left !important;
        width: 399px !important;
        left: 0% !important;
    }

    .newcirclediv {
        width: 100px !important;
        float: left;
        position: relative;
        display: table;
        left: 4.2%;
        top: 3px;
    }

    #sectorgradienthtml {
        float: right;
        display: table;
        width: 194px;
        margin-top: 20px;
    }
        #morelinkkfortop5 {
        bottom: 12px !important;
        left: 65% !important;
        position: absolute !important;
    }
}

@media only screen and (max-width: 1366px) and (orientation : landscape) {
    /* LANDSCAPE:
	Microsoft Surface (RT)*/

    .recentlyupdated {
        width: 50%;
        padding: 20px;
        height: 243px;
        float: right;
        color: white;
        border-radius: 15px;
        border-top-left-radius: 19px;
        border-top-right-radius: 19px;
        margin-bottom: 10px;
    }

    .recentlyviewed {
        padding: 20px;
        height: 243px;
        color: white;
        width: 49%;
        float: left;
        border-radius: 15px;
        border-top-left-radius: 19px;
        border-top-right-radius: 19px;
        margin-bottom: 10px;
    }

    /*.mainlogo {
        width: 600px;
    }*/

    .submainlogo {
        width: 56%;
    }
    /*.top5width {
        width:100%;
        bottom:103px;
        float:right;
    }*/
    /*.container {
        width: 83em;
    }*/

    /*.top5width {
        width:100%;
        bottom:103px;
        float:right;
    }

    .wheelwidth {
        width:100%;
        float:left;
    }*/
}

@media only screen and (max-width: 1280px) and (orientation : landscape) {
    /* LANDSCAPE:
	Acer Iconia Tab A100
	Acer Iconia Tab A200
	Acer Iconia Tab A502
	ASUS Transformer Pad TF300T
	ASUS Transformer TF101
	Motorola Xoom
	Motorola Xoom 2
	Samsung Galaxy Note 10.1
	Samsung Galaxy Tab 8.9
	Samsung Galaxy Tab 10.1
	Samsung Galaxy Tab 10.1
	LG Optimus Pad
	Acer Iconia Tab A500*/


    .newmapdiv {
        position: relative !important;
        padding-top: 20px !important;
        float: left !important;
        width: 399px !important;
        left: 0% !important;
    }

    .newcirclediv {
        width: 100px !important;
        float: left;
        position: relative;
        display: table;
        left: 2.2%;
        top: 3px;
    }

    #sectorgradienthtml {
        float: right;
        display: table;
        width: 194px;
        margin-top: 20px;
    }


    #morelinkkfortop5 {
        bottom: 1% !important;
        left: 67% !important;
        position: absolute !important;
    }

    .recentlyupdated {
        width: 50%;
        padding: 20px;
        height: 243px;
        float: right;
        color: white;
        border-radius: 15px;
        border-top-left-radius: 19px;
        border-top-right-radius: 19px;
        margin-bottom: 10px;
    }

    .recentlyviewed {
        padding: 20px;
        height: 243px;
        color: white;
        width: 49%;
        float: left;
        border-radius: 15px;
        border-top-left-radius: 19px;
        border-top-right-radius: 19px;
        margin-bottom: 10px;
    }

    .mainscreensearch {
        width: 176px !important;
        background-position: 146px !important;
    }

    .leftmenuu {
        width: 100%;
        position: relative;
        right: 4px;
    }
    .btnreqproject {
        visibility:visible;
    }
  
    
      /*#mainsrch{
    display:block;
}
    #mobsearch123{
        display:none;
    }

#mainsearchdiv{
    display:block;
}

    .mainlogo {
        width: 500px;
    }
*/
    .submainlogo {
        width: 60%;
    }

    .margintoplogin {
        float: right;
        margin-top: 41px !important;
    }


    .rightmenuuu {
        width: 60%;
    }

    .mapredirector {
        width: 11.5%;
    }

    .mapsaudiredirector {
        width: 14.5%;
    }

    #mapredirectcontainer {
        height: 47px;
        margin-bottom: 10px;
    }
    /*.mapviewwidthrespo{
        width:42% !important;
    }*/

    #sectorgradienthtml1 {
        display: table !important;
        width: 100%;
        padding: 2%;
    }

    #desktoptop5 {
        display: none !important;
    }
       #morelinkkfortop5 {
        bottom: 12px !important;
        left: 65% !important;
        position: absolute !important;
    }
}

@media only screen and (max-width: 1130px) and (orientation : landscape) {
    /* LANDSCAPE:
	ASUS Padfone
	Arnova 8C G3
	Arnova 7FG3*/

    .newmapdiv {
        position: relative !important;
        padding-top: 20px !important;
        float: left !important;
        width: 29% !important;
        left: 0% !important;
    }

    .newcirclediv {
        width: 47% !important;
        float: right;
        position: relative;
        display: table;
        left: 63px;
        top: 3px;
    }

    #sectorgradienthtml {
        float: right;
        display: table;
        width: 100%;
        margin-top: 20px;
    }


    .recentlyupdated {
        width: 100%;
        padding: 20px;
        height: 262px;
        float: left;
        color: white;
        border-radius: 15px;
        border-top-left-radius: 19px;
        border-top-right-radius: 19px;
        margin-top: 10px;
    }

    .recentlyviewed {
        padding: 20px;
        height: 262px;
        color: white;
        width: 100%;
        float: left;
        border-radius: 15px;
        border-top-left-radius: 19px;
        border-top-right-radius: 19px;
        margin-top: 10px;
    }


    /*.mainlogo {
        width: 400px;
    }*/

    .submainlogo {
        width: 56%;
    }

    .margintoplogin {
        float: right;
        margin-top: 41px !important;
    }

    /*#mobileviewMap {
        margin-top: 10px;
    }*/

    /*.container {
        width: 78em;
    }*/

    .mapviewwidthrespo {
        width: 37% !important;
    }

    /*.cirlethrespo {
        width: 47% !important;
        float: left;
        position: relative;
        left: 108px;
    }*/

    .top5threspo {
        width: 100% !important;
    }

    .tdinsidetable {
        width: 12px;
        height: 15px;
        vertical-align: text-top;
    }

    #sectorgradienthtml1 {
        display: table !important;
        width: 100%;
        padding: 2%;
    }

    #desktoptop5 {
        display: none !important;
    }
     #morelinkkfortop5 {
        bottom: 12px !important;
        left: 93% !important;
        position: absolute !important;
    }

}

@media only screen and (max-width: 1024px) and (orientation : landscape) {
    /* LANDSCAPE:
	Apple iPad
	Apple iPad 2
	Apple iPad 3 (and 4)
	Apple iPad Mini
	Archos 80G9
	BAUHN AMID-972XS
	HP Touchpad
	Panasonic Toughpad A1
	Acer Iconia Tab A101
	Archos 70b (it2)
	Arnova 10b G3
	BlackBerry PlayBook
	Samsung Galaxy Tab 2 7.0
	Samsung Galaxy Tab 7
	Ainol Novo 7 Elf 2*/

    /*.newmapdiv {
        position: relative !important;
        padding-top: 20px !important;
        float: left !important;
        width: 100% !important;
        left: 0% !important;
    }

    .newcirclediv {
        width: 46% !important;
        float: left;
        position: relative;
        display: table;
        left: 16%;
        top: 3px;
    }

    #sectorgradienthtml {
        width: 100% !important;
        float: left;
        display: table;
        margin-top: 20px;
    }*/

    .newmapdiv {
        position: relative !important;
        padding-top: 20px !important;
        float: left !important;
        width: 29% !important;
        left: 0% !important;
    }

    .newcirclediv {
        width: 47% !important;
        float: right;
        position: relative;
        display: table;
        left: 63px;
        top: 3px;
    }

    #sectorgradienthtml {
        float: right;
        display: table;
        width: 100%;
        margin-top: 20px;
    }

    #morelinkkfortop5 {
        bottom: 8px !important;
        left: 93% !important;
        position: absolute !important;
    }

   .circle12345{
        display:block !important;
    }
    .circle12345 {
    /*position: relative;*/
    /*border: 1px solid black;*/
    padding: 0;
    margin: 1em auto;
    width: 35.1em;
    height: 35.1em;
    border-radius: 50%;
    list-style: none;
    overflow: hidden !important;
    position: absolute;
    bottom: 37px;
    right:52.5px;
    z-index: 99 !important;
}
    .gashover:hover {
    background-color: transparent;
    -webkit-transition: all 0.1s ease-in;
}

.infrahover:hover {
    background-color: transparent;
    transition: all 0.1s ease-in;
}

.petrohover:hover {
  background-color: transparent;
    transition: all 0.1s ease-in;
}

.powerhover:hover {
   background-color: transparent;
    opacity: 0.5;
    transition: all 0.1s ease-in;
}

.waterhover:hover {
    background-color: transparent;
    transition: all 0.1s ease-in;
}

.indushover:hover {
   background-color: transparent;
    transition: all 0.1s ease-in;
}

.oilhover:hover {
   background-color: transparent;
    transition: all 0.1s ease-in;
}

.pipehover:hover {
    background-color: transparent;
    transition: all 0.1s ease-in;
}

.refhover:hover {
   background-color: transparent;
    transition: all 0.1s ease-in;
}

    #Table_01 {
        margin: 0 auto;
    }

    .mainlogo {
      width: 400px;
        margin-left: 2%;
    }

    .mobilescreensearch {
        /*position:relative;bottom:28px;*/
    }

    .submainlogo {
        width: 55%;
    }

    .margintoplogin {
        float: right;
        margin-top: 41px !important;
    }

    .mobilemenu {
        display: block !important;
    }


    #mainscreenmenu {
        display: none !important;
    }

    #innermobilefav, #innermobilealert, #innermobileprojrequest {
        display: block !important;
    }
    .rightmenuuu{
        display:none !important;
    }
    #innermobilelogin, #innermobilesubscribe {
        display: none !important;
    }

    #mapredirectcontainer {
        height: 47px;
        margin-bottom: 10px;
    }

    .mapredirector {
        width: 11.4%;
    }

    .mapsaudiredirector {
        width: 15%;
    }

    .mapviewwidthrespo {
        width: 100% !important;
    }

    #sectorgradienthtml1 {
        display: table !important;
        width: 100%;
        padding: 2%;
    }

    #desktoptop5 {
        display: none !important;
    }

    #desktoptop5 {
        display: none !important;
    }

    /*.container {
        width: 76em;
    }*/

    /*.cirlethrespo {
        width: 100% !important;
        float: left;
        position: relative;
        left: 68px;
    }*/
}

@media only screen and (max-width: 980px) and (orientation : landscape) {
    /* LANDSCAPE:
	Nexus 7
	HTC Evo 3D*/
    .mainlogo {
        width: 350px;
    }

    .submainlogo {
        width: 54%;
    }

    .margintoplogin {
        float: right;
        margin-top: 41px !important;
    }

    /*.cirlethrespo {
        width: 47% !important;
        float: left;
        position: relative;
        left: 21px;
    }*/
    #sectorgradienthtml1 {
        display: table !important;
        width: 100%;
        padding: 2%;
    }

    #desktoptop5 {
        display: none !important;
    }
     #morelinkkfortop5 {
        bottom: 12px !important;
        left: 91% !important;
        position: absolute !important;
    }
}

@media only screen and (max-width: 802px) and (orientation : landscape) {
    /* LANDSCAPE:
	Kindle Fire HD 7
	Kindle Fire HD 8.9
	Arnova 7 G2
	HTC Desire Z
	Nokia N900
	Samsung Galaxy Grand*/

    /*.newcirclediv {
        left: 237px !important;
    }*/

    .mainlogo {
        width: 43%;
    }

    .submainlogo {
        width: 48%;
    }

    .logocontainer {
        width: 100%;
    }

    /*#mobileviewMap {
        margin-top: 10px;
    }*/

    #mapredirectcontainer {
        height: 95px;
        margin-bottom: 10px;
    }

    .newmapdiv {
        position: relative !important;
        padding-top: 20px !important;
        float: left !important;
        width: 399px !important;
        left: 22% !important;
    }

    .newcirclediv {
        width: 100px !important;
        float: left;
        position: relative;
        display: table;
        left: 16% !important;
        top: 3px;
        background-image: url('../../images/wheelshadow.png');
        background-position: -52px -44px;
        background-repeat: no-repeat;
    }
}

@media only screen and (max-width: 691px) and (orientation : landscape) {
    /* LANDSCAPE:
	BlackBerry 9520*/

    #innermobilefav,#innermobilealert{
        display:block !important;
    }

    .mainlogo {
        width: 37%;
    }

    .projectdetailsincontainer {
        margin-top: 13px;
    }

    .mobilescreensearch {
        width: 140px !important;
    }


     .circle12345{
        display:block !important;
    }
    .circle12345 {
    /*position: relative;*/
    /*border: 1px solid black;*/
    padding: 0;
    margin: 1em auto;
    width: 35.1em;
    height: 35.1em;
    border-radius: 50%;
    list-style: none;
    overflow: hidden !important;
    position: absolute;
    bottom: 37px;
    right: 52.5px;
    z-index: 99 !important;
}
    .gashover:hover {
    background-color: transparent;
    -webkit-transition: all 0.1s ease-in;
}

.infrahover:hover {
    background-color: transparent;
    transition: all 0.1s ease-in;
}

.petrohover:hover {
  background-color: transparent;
    transition: all 0.1s ease-in;
}

.powerhover:hover {
   background-color: transparent;
    opacity: 0.5;
    transition: all 0.1s ease-in;
}

.waterhover:hover {
    background-color: transparent;
    transition: all 0.1s ease-in;
}

.indushover:hover {
   background-color: transparent;
    transition: all 0.1s ease-in;
}

.oilhover:hover {
   background-color: transparent;
    transition: all 0.1s ease-in;
}

.pipehover:hover {
    background-color: transparent;
    transition: all 0.1s ease-in;
}

.refhover:hover {
   background-color: transparent;
    transition: all 0.1s ease-in;
}

    .newmapdiv {
        position: relative !important;
        padding-top: 20px !important;
        float: left !important;
        width: 399px !important;
        left: 19% !important;
    }

    .newcirclediv {
        width: 100px !important;
        float: left !important;
        position: relative !important;
        display: table !important;
        left: 74px !important;
        top: 3px !important;
    }


    .submainlogo {
        width: 48%;
    }

    .logocontainer {
        width: 100%;
    }

    .mobilemenu {
        display: block !important;
    }

    #mainscreenmenu {
        display: none !important;
    }

    #header {
        display: none !important;
    }
    .rightmenuuu{
         display: none !important;
    }
}

@media only screen and (max-width: 640px) and (orientation : landscape) {
    /* LANDSCAPE:
	Samsung Galaxy Note
	HTC One S
	HTC One XL
	HTC Sensation XL
	HTC Velocity 4G
	Motorola Droid Razr
	Nokia 500
	Samsung Galaxy Note 2
	Samsung Galaxy S3*/
    .mainlogo {
        width: 20%;
    }

    .submainlogo {
        width: 34%;
    }

    #mapredirectcontainer {
        height: 91px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 600px) and (orientation : landscape) {
    /* LANDSCAPE:
	Motorola Droid3
	Nexus 4
	Motorola Razr HD 4G
	Motorola Razr M 4G
	Motorola Defy
	Motorola Milestone
	Apple iPhone 5
	HP Veer*/

    .imgCountryProjectHome {
        width: 100% !important;
    }

    .buttonmapredirect {
        width: 35px !important;
        height: 38px !important;
    }

    .buttonmapredirectsaudi {
        width: 44px !important;
        position: relative;
        bottom: 10px;
    }

    .buttonimage {
        width: 39px;
        height: 49px;
        position: relative;
        bottom: 10px;
    }

    /*.newmapdiv {
        position: relative !important;
        padding-top: 20px !important;
        float: left !important;
        width: 100% !important;
        left: 0% !important;
    }*/

    .newmapdiv {
        position: relative !important;
        padding-top: 20px !important;
        float: left !important;
        width: 399px !important;
        left: 15% !important;
    }

    .newcirclediv {
        width: 100px !important;
        float: left;
        position: relative;
        display: table;
        left: 27px !important;
        top: 3px;
        background-image: url('../../images/wheelshadow.png');
        background-position: -52px -44px;
        background-repeat: no-repeat;
    }



    /*#wheelshadow {
        margin: -13px 0 0 -177px !important;
        z-index: 0 !important;
        width: 408px !important;
        right: 10px !important;
        visibility: visible;
    }

    #vbgas {
        position: absolute;
        top: 57px;
        left: 73px;
        cursor: pointer;
        cursor: pointer;
        z-index: 999;
        font-size: 179%;
        font-weight: bold;
        color: white;
    }

    #vbindustrial {
        position: absolute;
        top: 269px;
        left: -93px;
        cursor: pointer;
        cursor: pointer;
        z-index: 999;
        font-size: 179%;
        font-weight: bold;
        color: white;
    }

    #vbinfrastructure {
        position: absolute;
        top: 142px;
        left: 131px;
        cursor: pointer;
        cursor: pointer;
        z-index: 999;
        font-size: 179%;
        font-weight: bold;
        color: white;
    }

    #vboil {
        position: absolute;
        top: 186px;
        left: -126px;
        cursor: pointer;
        cursor: pointer;
        z-index: 999;
        font-size: 179%;
        font-weight: bold;
        color: white;
    }

    #vbpetrochemicals {
        position: absolute;
        top: 227px;
        left: 140px;
        cursor: pointer;
        cursor: pointer;
        z-index: 999;
        font-size: 179%;
        font-weight: bold;
        color: white;
    }

    #vbpipeline {
        position: absolute;
        top: 97px;
        left: -102px;
        cursor: pointer;
        cursor: pointer;
        z-index: 999;
        font-size: 179%;
        font-weight: bold;
        color: white;
    }

    #vbpower {
        position: absolute;
        top: 299px;
        left: 78px;
        cursor: pointer;
        cursor: pointer;
        z-index: 999;
        font-size: 179%;
        font-weight: bold;
        color: white;
    }

    #vbrefinery {
        position: absolute;
        top: 44px;
        left: -15px;
        cursor: pointer;
        cursor: pointer;
        z-index: 999;
        font-size: 179%;
        font-weight: bold;
        color: white;
    }

    #vbwater {
        position: absolute;
        top: 321px;
        left: -11px;
        cursor: pointer;
        cursor: pointer;
        z-index: 999;
        font-size: 179%;
        font-weight: bold;
        color: white;
    }

    #imgWheelCup {
        position: absolute;
        top: 138px;
        left: -26px;
        z-index: 99999;
        width: 107px;
    }

    .newcirclediv {
        width: 100% !important;
        position: relative !important;
        left: 118px;
        display: table !important;
        left: 0px !important;
        top: 0px !important;
    }*/


    .mobilescreensearch {
        width: 140px !important;
    }

    #mobilesrch {
        left: 39px !important;
    }

    .mainlogo {
        width: 43%;
    }

    .submainlogo {
        width: 48%;
    }

    .logocontainer {
        width: 100%;
    }

    #mapredirectcontainer {
        height: 78px;
        margin-bottom: 10px;
    }

    .rightmenuuu {
        width: 95% !important;
    }
}

@media only screen and (max-width: 540px) and (orientation : landscape) {
    /* LANDSCAPE:
	HTC Desire
	HTC Desire HD
	HTC One V
	LG Optimus 2X
	Nexus S
	Samsung Galaxy Ace 2
	Samsung Galaxy S2
	BlackBerry Z10*/
    .mainlogo {
        width: 20%;
    }

    .submainlogo {
        width: 34%;
    }

    .newmapdiv {
        position: relative !important;
        padding-top: 20px !important;
        float: left !important;
        width: 399px !important;
        left: 0% !important;
    }

    .newcirclediv {
        width: 100px !important;
        float: left;
        position: relative;
        display: table;
        left: 4.2%;
        top: 3px;
        background-image: url('../../images/wheelshadow.png');
        background-position: -52px -44px;
        background-repeat: no-repeat;
    }
}

@media only screen and (max-width: 480px) and (orientation : landscape) {
    /* LANDSCAPE:
	Apple iPhone 3G
	Apple iPhone 3GS
	Apple iPhone 4
	Apple iPhone 4S
	Apple iPod Touch
	BlackBerry Torch 9800
	BlackBerry Torch 9810
	HTC 7 Mozart
	HTC 7 Trophy
	HTC Desire C
	HTC Legend
	HTC Titan 4G
	HTC Wildfire S
	HTC Windows Phone 8X
	Huawei U8650
	Nokia Lumia 610
	Nokia Lumia 710
	Nokia Lumia 800
	Nokia Lumia 820
	Nokia Lumia 900
	
        Nokia Lumia 920
	Samsung Galaxy Ace
	Sony Xperia E Dual*/


    .mobilescreensearch {
        width: 126px !important;
        position: relative;
        left: 66px;
    }

    #mobilesrch {
        left: 39px !important;
    }


    .mainlogo {
        width: 20%;
    }

    .submainlogo {
        width: 34%;
    }

    .rightmenuuu {
        width: 92% !important;
    }

    /*#project_search {
        width: 30% !important;
    }*/
}

@media only screen and (max-width: 320px) and (orientation : landscape) {
    /* LANDSCAPE:
	Samsung Galaxy S3 Mini*/
    .mainlogo {
        width: 20%;
    }

    .submainlogo {
        width: 34%;
    }
}





srch:hover {
    content: "\f02d";
}

.ui-autocomplete {
    position: absolute;
    /*top: 100%;
        left: 0;
        z-index: 1000;
        float: left;
        display: none;
        min-width: 160px;*/
    /*_width: 160px;
        padding: 4px 0;
        margin: 2px 0 0 0;
        list-style: none;
        background-color: #ffffff;
        border-color: #ccc;
        border-color: rgba(0, 0, 0, 0.2);
        border-style: solid;
        border-width: 1px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        *border-right-width: 2px;
        *border-bottom-width: 2px;*/
}

/*.ui-menu-item > a.ui-corner-all {
        display: block;
        padding: 3px 15px;
        clear: both;
        font-weight: normal;
        line-height: 18px;
        color: #555555;
        white-space: nowrap;
    }

    .ui-state-hover, &.ui-state-active {
      color: #ffffff;
      text-decoration: none;
      background-color: #0088cc;
      border-radius: 0px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      background-image: none;
    }*/
.ccc {
    background-color: white;
    list-style: none;
    color: black;
    z-index: 1000;
    border: 1px solid black;
    overflow-y: scroll;
    max-height: 350px;
    width: 20.5%;
    max-width: 400px;
}

aaa.ccc {
    border: 1px solid black;
    color: black;
}

.font_issue {
    font-size: 14px;
}

.boxe {
    display: none;
    width: 100%;
    background: white;
    padding: 5px;
    border: 1px solid black;
}

.boxe0 {
    display: block;
    width: 100%;
    background: white;
    padding: 5px;
    border: 1px solid black;
}

.block {
    display: block;
}

button:focus {
    outline: 0;
}

.v-separator {
    content: "";
    display: inline-block;
    width: 0px;
    height: 100px;
    border-right: 1px solid #fafafa;
    border-left: 1px solid #b4b4b4;
    padding: 0;
}
