@import url(http://fonts.googleapis.com/css?family=Oswald:700,400,300);
@import url(http://fonts.googleapis.com/css?family=PT+Sans);

body {
    background: url(images/header_bg.jpg) repeat-x top center;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #333;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
    color: #333;
}

.onlydesktop {
    display: block;
}

.onlymobile {
    display: none;
}

.siteindicator {
    font-size: 10px;
    display: none;
}

a:hover {
    text-decoration: none !important;
}

a.red_link:active, a.red_link:hover, a.red_link:visited {
    /*color: #FFCC01;*/
    color: #BEAF00;
}

p.red_text {
    color: #FFCC01 !important;
    font-size: 12px !important;
}

.nopad {
    padding: 0px !important;
}

.nomarg {
    margin: 0px !important;
}

.margintop20px {
    margin-top: 20px;
}

.paddingcontent {
    padding: 30px 0 0 15px;
}

.paddt10 {
    /*padding-top: 10px;*/
}

.clearfix {
    clear: both;
}

.Maincontainer {
    width: 100%;
    float: left;
}

.Wrapper {
    width: 1020px;
    margin: 0 auto;
}

.Headercontainer {
    width: 1020px;
    margin: 0 auto;
}

.Logocontainer {
    width: 259px;
    float: left;
}

    .Logocontainer h1 {
        background: url(images/smarthouse_logo.png) no-repeat top center;
        background-size: 240px 50px;
        background-position: left 10px;
        display: block;
        width: 240px;
        height: 70px;
    }

        .Logocontainer h1 a {
            display: block;
            text-indent: -9999px;
            width: 259px;
            height: 70px;
        }

.Menucontainer {
    float: left;
    width: 430px;
    margin: 30px 0 0 10px;
}

    .Menucontainer ul {
        list-style: none;
    }

        .Menucontainer ul li {
            list-style: none;
            display: inline;
            border-right: 1px solid #333333;
            float: left;
            padding: 0px 10px;
            font-size: 12px;
        }

            .Menucontainer ul li:last-child {
                border: none;
                padding-right: 0px;
            }

            .Menucontainer ul li a {
                text-decoration: none;
                color: #333333;
                text-transform: uppercase;
            }

                .Menucontainer ul li a:hover {
                    color: #CCC;
                    text-decoration: none;
                }

.Searchcontainer {
    float: right;
    width: 150px;
    background: #fff;
    height: 30px;
    margin: 20px 0 0 0;
}

    .Searchcontainer input[type=text] {
        background: none;
        width: 120px;
        float: left;
        border: none;
        margin: 5px 0 0 2px;
        font-size: 14px;
    }

    .Searchcontainer input[type=button] {
        background: url(images/search_btn.jpg) no-repeat top left;
        width: 20px;
        float: right;
        height: 30px;
        text-indent: -9999px;
        border: none;
        cursor: pointer;
    }

.Socialicon {
    float: right;
    margin: 20px 10px 0 0;
    background: url(images/social_icon.png) no-repeat top left;
    height: 34px;
}

    .Socialicon a {
        text-indent: -9999px;
        width: 40px;
        height: 34px;
        display: inline-block;
    }

.Maincontainerwrapperfullwidth {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
}

.MiddleContainerWrapper {
    width: 1020px;
    margin: 0 auto;
}

.MiddleContainer {
    width: 1020px;
    float: left;
    padding: 10px 0 0 0;
}

    .MiddleContainer h2 {
        color: #FFCC01;
        border-bottom: solid 4px #FFCC01;
        float: left;
        width: 100%;
        padding-bottom: 5px;
        font-size: 19px;
        font-family: 'Oswald', sans-serif;
    }

.LeftContainer {
    float: left;
    width: 700px;
}

    .LeftContainer h1 {
        font-size: 26pt;
        font-weight: normal;
        line-height: 40px;
    }

.productheadline {
    float: left;
    clear: both;
    font-size: 18px;
    font-style: italic;
}

.firstrow {
    float: left;
    width: 100%;
}

    .firstrow ul li {
        float: left;
        list-style: none;
        margin: 0 10px 0 0;
    }

        .firstrow ul li a {
            text-decoration: none;
        }

            .firstrow ul li a:hover {
                color: #000 !important text-decoration:none;
            }

        .firstrow ul li.article_s {
            display: block;
            background: #FFCC01;
            color: #fff;
            font-size: 16px;
            padding: 3px 9px 6px 9px;
            font-weight: bold;
            line-height: 18px;
        }

        .firstrow ul li.twit_s a {
            display: block;
            background: url(images/t_small.jpg) no-repeat left 6px;
            color: #999999;
            font-size: 11px;
            padding: 3px 0px 6px 18px;
            line-height: 18px;
        }

        .firstrow ul li.subs_s a {
            display: block;
            background: url(images/subscribe_small.jpg) no-repeat left 6px;
            color: #999999;
            font-size: 11px;
            padding: 3px 0px 6px 18px;
            line-height: 18px;
        }

.RightContainer {
    float: right;
    width: 300px;
}

.Contentarea {
    width: 1016px;
    border: solid 2px #e4e4e9;
    float: left;
    margin: 10px 0 0 0;
    padding-bottom: 250px;
}

    .Contentarea.sectionpage {
        border: 0px;
        width: 1020px;
    }

.LeftContainer.content {
    font-size: 14px !important;
    line-height: 24px !important;
    padding: 15px 0 0 15px;
    width: 670px;
    text-align: justify;
}

    .LeftContainer.content font, .LeftContainer.content span {
        font-size: 14px !important;
        font-family: 'PT sans' !important;
    }

    .LeftContainer.content img {
        margin: 5px 10px 5px 10px;
    }

    .LeftContainer.content a {
        /*color: #FFCC01;*/
        color: #BEAF00;
    }

    .LeftContainer.content p.bottom_content {
        float: left;
        padding: 30px 0 0 0;
    }

    .LeftContainer.content .contacts {
        width: 685px;
        float: left;
        margin: 0 0 15px 0;
    }

        .LeftContainer.content .contacts div.column1 {
            width: 171px;
            float: left;
            font-weight: bold;
        }

        .LeftContainer.content .contacts div.column2 {
            width: 150px;
            float: left;
        }

        .LeftContainer.content .contacts div.column3 {
            width: 160px;
            float: left;
        }

        .LeftContainer.content .contacts div.column4 {
            width: 200px;
            float: left;
        }

    .LeftContainer.content.full {
        padding: 10px 0 0 15px;
        width: 991px;
    }

    .LeftContainer.content p {
        font-family: 'PT Sans',sans-serif;
        font-size: 14px;
        line-height: 24px;
    }

        .LeftContainer.content p strong {
            font-weight: bold;
        }

        .LeftContainer.content p.articletext {
            line-height: 24px;
            height: 430px;
            overflow: hidden;
        }

    .LeftContainer.content .leftinnercontent {
        float: left;
        width: 270px;
        margin-bottom: 20px;
    }

    .LeftContainer.content .rightcontentimage {
        float: right;
        margin-bottom: 20px;
    }

    .LeftContainer.content.full .leftinnercontent {
        float: left;
        width: 660px;
        margin-bottom: 20px;
        padding-top: 40px;
    }

    .LeftContainer.content.full .rightcontentimage {
        float: right;
        margin-bottom: 20px;
    }

    .LeftContainer.content.full h1 {
        width: 100%;
        margin-bottom: 40px;
        float: left;
    }

.Brekingnews {
    float: right;
    width: 300px;
}

    .Brekingnews h3 {
        float: left;
        width: 100%;
        background: #FFCC01;
        text-align: center;
        padding: 8px 0px;
        color: #333333;
    }

    .Brekingnews ul {
        margin: 10px 0 0 0;
        float: left;
        width: 98%;
    }

        .Brekingnews ul li {
            float: left;
            width: 100%;
            list-style: none;
            margin-bottom: 10px;
        }

            .Brekingnews ul li img {
                float: left;
                width: 77px;
            }

            .Brekingnews ul li p {
                float: right;
                width: 210px;
                font-size: 14px;
                line-height: 18px;
                /*text-align: justify;*/
            }

                .Brekingnews ul li p a {
                    color: #BEAF00;
                    text-decoration: none;
                    font-size: 15px;
                }

            .Brekingnews ul li.seemorebottom {
                padding: 10px 0px;
                text-align: center;
            }

                .Brekingnews ul li.seemorebottom a {
                    text-align: center;
                    color: #999;
                }

.Topnews {
    float: left;
    width: 100%;
    margin: 15px 0 30px 0;
}

    .Topnews p strong {
        /*padding: 10px 10px;
        float: left;
        font-weight: normal;
        color: #FFCC01;
        width: 100%;*/
        padding: 10px 0px;
        float: left;
        font-weight: normal;
        color: #FFCC01;
        width: 100%;
    }

    .Topnews a {
        /*color: #000;*/
        color: #BEAF00;
        font-size: 14px;
        font-family: 'PT Sans', sans-serif;
        float: right;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 250px;
    }

    .Topnews .separator {
        /*width: 93%;
        background: #cacaca;
        border: solid 1px #e0e0e0;
        border-width: 1px 0px;
        clear: both;
        margin: 0 auto;*/
    }

    .Topnews h3 {
        float: left;
        width: 100%;
        background: #FFCC01;
        text-align: center;
        padding: 8px 0px;
        color: #333333;
    }

    .Topnews ol {
        float: left;
        padding: 0 10px 10px;
        width: 280px;
    }

        .Topnews ol li {
            float: left;
            list-style-position: inside;
            font-size: 14px;
            background: none;
            line-height: 20px;
            margin-bottom: 5px;
        }

.Footercontainer {
    width: 100%;
    background: url(images/footer_bg.jpg) repeat-x top center;
    margin: 0 auto;
    overflow: hidden;
}

.Maincontainer .reviewsection {
    width: 1020px;
    margin: 10px auto 10px auto;
    overflow: hidden;
}

    .Maincontainer .reviewsection ul {
        float: left;
        width: 100%;
    }

        .Maincontainer .reviewsection ul li {
            float: left;
            list-style: none;
            margin-right: 15px;
        }

            .Maincontainer .reviewsection ul li a {
                float: left;
                font-size: 16px;
                color: #999;
                text-decoration: none;
                padding: 8px 0px 8px 0px;
            }

                .Maincontainer .reviewsection ul li a:hover {
                    color: #000;
                    text-decoration: none;
                }

            .Maincontainer .reviewsection ul li.separator {
                padding: 8px 0px;
            }

            .Maincontainer .reviewsection ul li.selected {
                background: #FFCC01;
                color: #fff;
                padding: 8px 50px 8px 20px;
                font-size: 16px;
                font-weight: bold;
            }

.Footerredarea {
    float: left;
    width: 98.2%;
    background: #FFCC01;
    color: #FFF;
}

    .Footerredarea P {
        font-size: 22px;
    }

.Footergreyare {
    float: left;
    width: 100%;
    color: #FFF;
    padding: 10px 0 0 0;
}

    .Footergreyare p {
        text-align: center;
        font-size: 12px;
        color: #fff;
        margin-bottom: 15px;
    }

        .Footergreyare p a {
            text-align: center;
            font-size: 12px;
            color: #fff;
            text-decoration: none;
        }

            .Footergreyare p a:hover {
                color: #000;
            }

.smallcaption {
    float: left;
    clear: both;
    width: 100%;
    font-size: 12px;
    margin: 6px 10px 6px 0;
}

    .smallcaption a {
        /*color: #FFCC01;*/
        color: #BEAF00;
        text-decoration: none;
    }

        .smallcaption a:hover {
            text-decoration: underline;
        }

.ratingrow {
    float: left;
    clear: both;
    margin: 20px 0 20px 0;
}

    .ratingrow li {
        list-style: none;
        float: left;
        margin: 0 4px 0 0;
    }

        .ratingrow li a {
            color: #fff;
            padding: 10px 10px;
            text-decoration: none;
        }

        .ratingrow li.first a {
            color: #fff;
            background: #FFCC01;
        }

            .ratingrow li.first a:hover {
                background: #FFCC01;
            }

        .ratingrow li.second a:hover {
            background: #626161;
        }

        .ratingrow li.third a:hover {
            background: #b2b2b2;
        }

        .ratingrow li.second a {
            color: #fff;
            background: #333333;
        }

        .ratingrow li.third a {
            color: #fff;
            background: #999999;
        }

.review_slider {
    width: 685px;
    position: relative;
}

.Topthumbslider {
    width: 100%;
    float: left;
    margin: 20px 0 0 0;
    position: relative;
    overflow: hidden;
}

.bx-viewport {
    float: left;
    width: 1020px !important;
    overflow-x: hidden;
}

.homepagecrausel .bx-viewport {
    float: left;
    overflow-x: hidden;
    height: 260px !important;
    width: 1125px !important;
}

.bx-wrapper {
    float: left;
    overflow-x: hidden;
}

.Topthumbslider h1 {
    font-size: 25px;
}

.Topthumbslider ul {
    margin: 20px 0 0 0;
}

    .Topthumbslider ul li {
        float: left;
        width: 190px;
        margin: 0 14px 0 0;
        list-style: none;
    }

        .Topthumbslider ul li p, .slide p {
            float: left;
            clear: both;
            font-size: 24px;
            color: #FFCC01;
            line-height: 30px;
            font-family: 'PT Sans', sans-serif;
        }

            .Topthumbslider ul li p a {
                color: #FFCC01;
            }

                .Topthumbslider ul li p a:hover {
                    color: #FFCC01;
                    text-decoration: none;
                }

.Subsectionlisting {
    float: left;
    width: 100%;
    margin: 40px 0 0 0;
}

    .Subsectionlisting h2 {
        font-size: 25px;
        float: left;
        margin: 0 0 20px 0;
        clear: both;
        width: 100%;
        color: #FFCC01;
        font-family: 'Oswald', sans-serif;
    }

        .Subsectionlisting h2 a {
            color: #FFCC01;
            text-decoration: none;
        }

        .Subsectionlisting h2 span {
            color: #FFCC01;
            font-size: 22px;
        }

    .Subsectionlisting ul {
        margin: 0 0 20px 0;
        float: left;
    }

        .Subsectionlisting ul li {
            float: left;
            width: 235px;
            list-style: none;
            margin: 0 20px 0 0;
        }

            .Subsectionlisting ul li h4 {
                float: left;
                clear: both;
                font-size: 24px;
                color: #999;
                line-height: 24px;
                font-family: 'Oswald', sans-serif;
                font-weight: 700;
                max-height: 50px;
                overflow: hidden;
                padding-top: 10px;
                padding-bottom: 10px;
            }

                .Subsectionlisting ul li h4 a {
                    color: #333;
                    font-size: 26px;
                    line-height: 30px;
                }

                    .Subsectionlisting ul li h4 a:hover {
                        color: #FFCC01;
                        text-decoration: none;
                    }

            .Subsectionlisting ul li p {
                clear: both;
                color: #000000;
                float: left;
                font-size: 14px;
                line-height: 20px;
                max-height: 64px;
                overflow: hidden;
                -ms-text-overflow: ellipsis;
                -o-text-overflow: ellipsis;
                text-overflow: ellipsis;
                -ms-word-wrap: break-word;
                word-wrap: break-word;
            }

                .Subsectionlisting ul li p a {
                    font-size: 12px;
                    color: #FFCC01;
                }

.Sectionrow {
    float: left;
    width: 100%;
}

    .Sectionrow .leftcoloum {
        float: left;
        width: 500px;
    }

    .Sectionrow .rightcoloum {
        float: right;
        width: 500px;
    }

.patternbg {
    float: left;
    width: 97%;
    background: url(images/patternbg.jpg) repeat top left;
    height: 105px;
    margin: 15px 5px 0 5px;
    cursor: pointer;
}

.imagecontainer {
    float: left;
    width: 235px;
    padding: 5px 0 0 5px;
}

.headingcontainer {
    float: left;
    width: 229px;
    padding: 10px;
}

    .headingcontainer h2 {
        font-size: 24px;
        color: #333;
        line-height: 28px;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        height: 50px;
        border: none;
    }

    .headingcontainer p a {
        font-size: 12px;
        color: #06C;
    }

.Sectionrow ul {
    float: left;
    height: 120px;
    margin: 10px 0 0;
    max-height: 300px;
    overflow: hidden;
    width: 100%;
}

    .Sectionrow ul li {
        float: left;
        clear: both;
        width: 100%;
        margin: 0px 0 6px 5px;
    }

.Sectionrow h5 {
    font-size: 24px;
    color: #FFCC01;
    line-height: 28px;
    font-family: 'Oswald', sans-serif;
}

    .Sectionrow h5 a {
        color: #000000;
    }

.Sectionrow ul li a {
    background: url("images/arrow.jpg") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #999999;
    display: block;
    font-size: 14px;
    height: 13px;
    overflow: hidden;
    padding: 2px 0 2px 15px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 285px;
}

    .Sectionrow ul li a:hover {
        color: #FFCC01;
    }

.row {
    float: left;
    margin: 0 20px 20px 0;
    width: 31%;
    overflow: hidden;
    border: 1px solid #c5c3c3;
}

    .row h5 {
        background-color: #cccccc;
        font-size: 16px;
        padding: 0 0 3px 4px;
        color: #000;
    }

.leftshadow {
    position: absolute;
    background: url(images/faded_shadow.png) no-repeat top left;
    width: 151px;
    height: 215px;
    left: -66px;
    top: auto;
    z-index: 9999;
}

.rightshadow {
    position: absolute;
    background: url(images/faded_shadow_right.png) no-repeat top left;
    width: 151px;
    height: 215px;
    right: -66px;
    z-index: 9999;
}

.Homepageheaderimage {
    float: left;
    width: 100%;
    height: 500px;
    background: #000;
}

.Slider-Container {
    width: 77%;
    margin: 0 auto;
    max-height: 500px;
    position: relative;
    max-width: 1020px;
}

    .Slider-Container img {
        max-height: 500px;
    }

.homepagemenuwrapper {
    float: left;
    width: 100%;
    background-color: #FFCC01;
}

.Iocnmenu {
    float: left;
    width: 100%;
    margin: 20px 0px 0px 0px;
}

body.homepage .Topthumbslider {
    margin: 0;
}

.Iocnmenu h2 {
    color: #FFCC01;
    border-bottom: solid 4px #FFCC01;
    float: left;
    width: 100%;
    padding-bottom: 5px;
    font-size: 19px;
    font-family: 'Oswald', sans-serif;
}

.Iocnmenu .icon_slider {
    float: left;
    width: 100%;
}

    .Iocnmenu .icon_slider .one, .Iocnmenu .icon_slider .two, .Iocnmenu .icon_slider .three, .Iocnmenu .icon_slider .four, .Iocnmenu .icon_slider .five, .Iocnmenu .icon_slider .six, .Iocnmenu .icon_slider .seven, .Iocnmenu .icon_slider .eight, .Iocnmenu .icon_slider .nine, .Iocnmenu .icon_slider .ten, .Iocnmenu .icon_slider .eleven, .Iocnmenu .icon_slider .twelve, .Iocnmenu .icon_slider .thirteen, .Iocnmenu .icon_slider .fourteen, .Iocnmenu .icon_slider .fifteen, .Iocnmenu .icon_slider .sixteen, .Iocnmenu .icon_slider .seventeen, .Iocnmenu .icon_slider .eighteen, .Iocnmenu .icon_slider .nineteen {
        float: left;
        list-style: none;
        background: url(images/li_sep.jpg) no-repeat right center;
        padding: 15px 11px;
        font-size: 12px;
        text-align: center;
    }

    .Iocnmenu .icon_slider a {
        color: #000;
        text-decoration: none;
        display: block;
        width: 60px;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
        background: url(sectionIcons/Appliances.png) no-repeat top center;
        height: 40px;
        font-size: 94%;
        padding: 50px 0 0 0;
    }

        .Iocnmenu .icon_slider a:hover {
            background-position: center bottom;
            color: #FFCC01;
        }

    .Iocnmenu .icon_slider .one a {
        width: 64px;
    }

        .Iocnmenu .icon_slider .one a:hover {
            width: 64px;
            background-position: center -209px;
        }

    .Iocnmenu .icon_slider .two a {
        background: url(sectionIcons/Automation.png) no-repeat top center;
        /*width: 77px;*/
    }

        .Iocnmenu .icon_slider .two a:hover {
            background-position: center -208px;
        }

    .Iocnmenu .icon_slider .three a {
        background: url(sectionIcons/Automotive.png) no-repeat top center;
        width: 58px;
    }

        .Iocnmenu .icon_slider .three a:hover {
            background-position: center -208px;
        }

    .Iocnmenu .icon_slider .four a {
        background: url(sectionIcons/Comment.png) no-repeat top center;
    }

        .Iocnmenu .icon_slider .four a:hover {
            background-position: center -207px;
        }

    .Iocnmenu .icon_slider .five a {
        background: url(sectionIcons/Content_and_Downloads.png) no-repeat top center;
        width: 65px;
    }

        .Iocnmenu .icon_slider .five a:hover {
            background-position: center -208px;
        }

    .Iocnmenu .icon_slider .six a {
        background: url(sectionIcons/Digital_Photography.png) no-repeat top center;
        width: 62px;
    }

        .Iocnmenu .icon_slider .six a:hover {
            background-position: center -210px;
        }

    .Iocnmenu .icon_slider .seven a {
        background: url(sectionIcons/Gaming.png) no-repeat top center;
    }

        .Iocnmenu .icon_slider .seven a:hover {
            background-position: center -214.5px;
        }

    .Iocnmenu .icon_slider .eight a {
        background: url(sectionIcons/Home_Office.png) no-repeat top center;
    }

        .Iocnmenu .icon_slider .eight a:hover {
            background-position: center -203px;
        }

    .Iocnmenu .icon_slider .nine a {
        background: url(sectionIcons/How_Stuff_Works.png) no-repeat top center;
        width: 53px;
    }

        .Iocnmenu .icon_slider .nine a:hover {
            background-position: center -211px;
        }

    .Iocnmenu .icon_slider .ten a {
        background: url(sectionIcons/Installation.png) no-repeat top center;
        width: 58px;
    }

        .Iocnmenu .icon_slider .ten a:hover {
            background-position: center -212px;
        }

    .Iocnmenu .icon_slider .eleven a {
        background: url(sectionIcons/Phones.png) no-repeat top center;
    }

        .Iocnmenu .icon_slider .eleven a:hover {
            background-position: center -206px;
        }

    .Iocnmenu .icon_slider .twelve a {
        background: url(sectionIcons/Portable_Devices.png) no-repeat top center;
        width: 63px;
    }

        .Iocnmenu .icon_slider .twelve a:hover {
            background-position: center -214px;
        }

    .Iocnmenu .icon_slider .thirteen a {
        background: url(sectionIcons/Sound.png) no-repeat top center;
        width: 63px;
    }

        .Iocnmenu .icon_slider .thirteen a:hover {
            background-position: center -208px;
        }

    .Iocnmenu .icon_slider .fourteen a {
        background: url(sectionIcons/Reviews.png) no-repeat top center;
        width: 63px;
    }

        .Iocnmenu .icon_slider .fourteen a:hover {
            background-position: center -210px;
        }

    .Iocnmenu .icon_slider .fifteen a {
        background: url(sectionIcons/Smart_Ideas.png) no-repeat top center;
        width: 63px;
    }

        .Iocnmenu .icon_slider .fifteen a:hover {
            background-position: center -205px;
        }

    .Iocnmenu .icon_slider .sixteen a {
        background: url(sectionIcons/TVs_and_Large_Displays.png) no-repeat top center;
        width: 67px;
    }

        .Iocnmenu .icon_slider .sixteen a:hover {
            background-position: center -215px;
        }

    .Iocnmenu .icon_slider .seventeen a {
        background: url(sectionIcons/Wearable_Technology.png) no-repeat top center;
        width: 63px;
    }

        .Iocnmenu .icon_slider .seventeen a:hover {
            background-position: center -202px;
        }

    .Iocnmenu .icon_slider .eighteen a {
        background: url(sectionIcons/wireless_and_networking.png) no-repeat top center;
        width: 63px;
    }

        .Iocnmenu .icon_slider .eighteen a:hover {
            background-position: center -213px;
        }

    .Iocnmenu .icon_slider .nineteen a {
        background: url(sectionIcons/Events.png) no-repeat top center;
        width: 63px;
    }

        .Iocnmenu .icon_slider .nineteen a:hover {
            background-position: center -213px;
        }

    .Iocnmenu .icon_slider:last-child {
        padding-right: 0px;
        background: none;
    }

.bottomslider {
    float: left;
    margin: 0 0 20px;
    width: 100%;
}

.Technologynews {
    float: left;
    width: 100%;
}

.seemore {
    float: left;
    width: 100%;
    margin: 40px 0px 20px 0px;
    text-align: center;
}

.leftarrow {
    background: url(images/left_ar.png) no-repeat top left;
    width: 14px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 100px;
    z-index: 9999;
    cursor: pointer;
}

.rightarrow {
    background: url(images/right_ar.png) no-repeat top left;
    width: 14px;
    height: 30px;
    position: absolute;
    right: 0;
    z-index: 9999;
    cursor: pointer;
    top: 100px;
}

.onlyformobile {
    display: none;
}

.Topthumbslider.homepagecrausel .slide {
    border: 1px solid #D0CFCF;
    height: 250px;
}

    .Topthumbslider.homepagecrausel .slide p {
        height: 70px;
        overflow: hidden;
        padding: 10px 0 20px 10px;
    }

        .Topthumbslider.homepagecrausel .slide p a {
            color: #000;
            font-size: 24px;
            font-family: 'Oswald', sans-serif;
            font-weight: 700;
        }

.MiddleContainerWrapper.thumbscrausel {
    width: 1125px;
}

    .MiddleContainerWrapper.thumbscrausel .MiddleContainer {
        width: 1125px;
    }

.add_728 {
    width: 728px;
    margin: 0 auto;
    height: 90px;
}

.add_1000 {
    width: 1000px;
    margin: 10px auto;
    height: 90px;
}

.outerParagraph {
    border-left: 10px solid #FFCC01;
    padding: 4px;
    margin-top: 30px;
    padding-left: 10px;
}

.ArticleLeadImage {
    float: right;
    margin: 0 15px 15px 0;
}

.LeftContainer.content img[src*="articleimages"] {
    /*max-width: 415px;*/
    /*max-width: 100%;*/
}

@media only screen and (min-width :320px) and (max-width:1023px) {
    .LeftContainer.content .contacts {
        width: 100%;
        float: left;
        margin: 0 0 15px 0;
    }

    .add_1000 img {
        width: 100% !important;
        max-width: 720px;
    }

    .LeftContainer.content .contacts div.column1 {
        width: 100%;
        float: left;
        font-weight: bold;
    }

    .LeftContainer.content .contacts div.column2 {
        width: 100%;
        float: left;
    }

    .LeftContainer.content .contacts div.column3 {
        width: 100%;
        float: left;
    }

    .LeftContainer.content .contacts div.column4 {
        width: 100%;
        float: left;
    }

    .MiddleContainerWrapper.thumbscrausel {
        width: 100%;
    }

        .MiddleContainerWrapper.thumbscrausel .MiddleContainer {
            width: 100%;
        }
}

@media only screen and (min-width :800px) and (max-width:980px) {
    .bx-viewport {
        width: 100% !important;
    }

    .Wrapper {
        margin: 0 auto;
        width: 93%;
    }

    .Slider-Container {
        min-width: 720px;
    }

    .Logocontainer h1 {
        background: url("images/smarthouse_logo.png") no-repeat scroll center top / 100% auto rgba(0, 0, 0, 0);
        display: block;
        height: 50px;
        width: 100%;
        margin-top: 10px;
    }

    .Logocontainer {
        width: 147px;
        margin: 15px 0 0 0;
    }

        .Logocontainer h1 a {
            width: 147px;
        }

    .Menucontainer ul li {
        padding: 0px 5px;
        font-size: 11px;
    }

    .Menucontainer {
        /*width: 250px;*/
        width: 300px;
        margin: 33px 0 0 10px;
    }

    .Headercontainer {
        margin: 0 auto;
        width: 100%;
    }

    .Socialicon {
        display: block;
    }

    .MiddleContainerWrapper {
        width: 93%;
    }

    .MiddleContainer {
        width: 100%;
    }

    .Topthumbslider ul li {
        float: left;
        list-style: none outside none;
        margin: 0 2% 0 0;
        width: 18%;
    }

        .Topthumbslider ul li img {
            width: 100%;
            max-width: 190px;
        }

    .Subsectionlisting ul li {
        float: left;
        list-style: none outside none;
        margin: 0 2% 0 0;
        width: 23%;
    }

        .Subsectionlisting ul li img {
            width: 100%;
        }

    .leftshadow {
        display: none;
    }

    .rightshadow {
        display: none;
    }

    .Sectionrow .leftcoloum {
        float: left;
        width: 48%;
    }

    .Sectionrow .rightcoloum {
        float: right;
        width: 48%;
    }

    .headingcontainer {
        float: left;
        padding: 10px 2%;
        width: 95%;
    }

        .headingcontainer h2 {
            max-height: 54px;
        }

    .row {
        width: 30%;
    }

    .imagecontainer {
        float: left;
        width: 55%;
    }

        .imagecontainer img {
            width: 100%;
        }

    .Sectionrow ul li {
        width: 100%;
        margin-bottom: 8px;
    }

    .Contentarea {
        width: 100%;
    }

        .Contentarea .LeftContainer {
            width: 58%;
            text-align: justify;
        }

    .LeftContainer.content.full {
        width: 89%;
    }

    .Contentarea .RightContainer {
        width: 37%;
    }

        .Contentarea .RightContainer .Brekingnews {
            width: 100%;
        }

            .Contentarea .RightContainer .Brekingnews ul li img {
                width: 30%;
            }

            .Contentarea .RightContainer .Brekingnews ul li p {
                width: 62%;
                margin-right: 1%;
            }

    .Topnews ol {
        background: none;
        width: 94%;
    }

    .widt330.fright.margintop20px {
        width: 100%;
    }

    .LeftContainer.content .leftinnercontent {
        width: 100%;
    }

    .LeftContainer.content .rightcontentimage {
        float: right;
        margin-bottom: 20px;
        width: 100%;
    }

    .Contentarea .LeftContainer .review_slider {
        width: 100%;
    }

        .Contentarea .LeftContainer .review_slider img {
            width: 100%;
        }

    .patternbg {
        height: auto;
        min-height: 160px;
        cursor: pointer;
    }

    .Footercontainer {
        background: url("images/footer_bg.jpg") repeat-x scroll center top rgba(0, 0, 0, 0);
        margin: 0 auto;
        overflow: hidden;
        width: 100%;
    }

    .Footergreyare {
        color: #FFFFFF;
        float: left;
        padding: 10px 0 0;
        width: 100%;
    }

    .Homepageheaderimage {
        float: left;
        height: 100%;
        width: 100%;
    }

    body.homepage {
        background-size: 100% 19%;
    }

    .Iocnmenu ul li {
        padding: 15px 12px;
    }

        .Iocnmenu ul li a {
            padding: 50px 16px 0;
            width: auto !important;
        }

    .rslides_nav {
        top: 130px;
    }

    .rslides_tabs {
        margin-left: 15px;
        margin-top: -54px;
        position: absolute;
        z-index: 9999;
    }
}

@media only screen and (max-width :799px) {

    .LeftContainer.content .rightcontentimage {
        float: left;
    }

    .siteindicator {
        font-size: 12px;
        display: none;
    }

    .add_1000 {
        display: none;
    }

    .rslides_nav {
        top: 49px !important;
    }

    .bx-viewport {
        width: 100% !important;
    }

    .homepagecrausel .bx-viewport {
        height: 253px !important;
    }

    .Topthumbslider.homepagecrausel .slide {
        margin-right: 8px !important;
        width: 150px !important;
    }

    .Wrapper {
        margin: 0 auto;
        width: 93%;
    }

    .Headercontainer {
        margin: 0 auto;
        width: 100%;
    }

    .Socialicon {
        display: none;
    }

    .Searchcontainer {
        float: right;
        background: #fff;
        width: 89px;
        height: 24px;
        margin: 27px 5px 0 0;
    }

        .Searchcontainer input[type=text] {
            background: none;
            width: 68px;
            float: left;
            border: none;
            margin: 3px 0 0 1px;
            font-size: 14px;
        }

        .Searchcontainer input[type=button] {
            background: url(images/search_btn.jpg) no-repeat left;
            /*width:20px;*/
            width: 18px;
            float: right;
            height: 24px;
            text-indent: -9999px;
            border: none;
            cursor: pointer;
        }

    .MiddleContainerWrapper {
        width: 93%;
    }

    .MiddleContainer {
        width: 100%;
    }

    .Topthumbslider ul {
        height: 179px;
        overflow: hidden;
    }

        .Topthumbslider ul li {
            float: left;
            list-style: none outside none;
            margin: 0 0% 15px 0;
            width: 100%;
        }

            .Topthumbslider ul li img {
                width: 100%;
            }

    .Subsectionlisting ul li {
        float: left;
        list-style: none outside none;
        margin: 0 0% 15px 0;
        width: 100%;
    }

        .Subsectionlisting ul li h4 {
        }

    .Footergreyare {
        background: none repeat scroll 0 0 #B7C1C3;
        color: #FFFFFF;
        float: left;
        padding: 15px 0;
        width: 100%;
    }

    .Homepageheaderimage {
        float: left;
        height: 100%;
        width: 100%;
    }

    body.homepage {
        background-size: 100% 12%;
    }

    .onlyformobile {
        background: url("images/menu_icon.png") no-repeat scroll left top rgba(0, 0, 0, 0);
        display: block;
        float: right;
        height: 13px;
        margin: 28px 0 0;
        text-indent: -9999px;
        width: 23px;
    }

    .Menucontainer {
        display: none;
    }

    .menuformobile {
        display: block;
        float: left;
        position: relative;
        width: 93%;
        z-index: 99999;
    }

        .menuformobile ul {
            position: absolute;
            z-index: 999;
            width: 100%;
        }

            .menuformobile ul li {
                list-style: none;
                background: #FFCC01;
                padding: 5px 10px;
                border-bottom: solid 1px rgba(255, 204, 1, 0.74);
            }

                .menuformobile ul li a {
                    display: block;
                    color: #fff;
                }

    .LeftContainer {
        float: left;
        width: 100%;
    }

    .RightContainer {
        float: right;
        width: 100%;
        clear: both;
    }

    .Contentarea {
        border: 0 solid #E4E4E9;
        float: left;
        margin: 10px 0 0;
        width: 100%;
    }

    .LeftContainer.content {
        font-size: 14px;
        line-height: 18px;
        padding: 15px 0 0 15px;
        width: 97%;
        text-align: justify;
    }

        .LeftContainer.content img {
            width: 95%;
        }

        .LeftContainer.content .leftinnercontent {
            float: left;
            margin-bottom: 20px;
            width: 100%;
        }

    .Brekingnews {
        float: right;
        width: 100%;
    }

        .Brekingnews ul li p {
            width: 77%;
        }

        .Brekingnews ul li img {
            width: 20% !important;
        }

    .Footerredarea {
        background: none repeat scroll 0 0 #FFCC01;
        color: #FFFFFF;
        float: left;
        padding: 15px 1%;
        width: 98%;
    }

    .smallcaption {
        clear: both;
        float: left;
        font-size: 12px;
        margin: 6px 2px 6px 0;
        width: 98%;
        line-height: 18px;
    }

    .wid100.margt15px.fleft {
        display: none;
    }

    .review_slider {
        width: 100%;
    }

    .paddingcontent {
        padding: 30px 0 0 0px;
    }

    .widt330 {
        width: 100%;
    }

    .Topnews ol {
        background: none;
    }

    .ratingrow {
        width: 100%;
    }

        .ratingrow li {
            line-height: 18px;
            float: left;
            clear: both;
            width: 100%;
        }

            .ratingrow li a {
                float: left;
                width: 96%;
                padding-left: 2%;
                padding-right: 2%;
            }

    .Topnews {
        background: none repeat scroll 0 0 #EFEFEF;
        display: none;
        float: left;
        margin: 15px 0 0;
        width: 100%;
    }

    .Subsectionlisting li img {
        width: 95%;
    }

    .leftshadow {
        display: none;
    }

    .rightshadow {
        display: none;
    }

    .Sectionrow ul li a {
        width: 265px;
    }

    .Sectionrow .leftcoloum {
        float: left;
        width: 100%;
    }

    .Sectionrow .rightcoloum {
        float: right;
        width: 100%;
    }

    .headingcontainer {
        width: 96%;
        padding: 10px 2%;
    }

    .patternbg {
        height: auto;
    }

    .imagecontainer {
        width: 100%;
    }

        .imagecontainer img {
            width: 97%;
        }

    .LeftContainer.content.full {
        padding: 10px 0 0 0;
        width: 100%;
    }

        .LeftContainer.content.full .leftinnercontent {
            float: left;
            margin-bottom: 20px;
            padding-top: 10px;
            width: 100%;
        }

        .LeftContainer.content.full h1 {
            float: left;
            margin-bottom: 10px;
            width: 100%;
        }

    .Iocnmenu {
        display: none;
    }

        .Iocnmenu ul li {
            float: left;
            clear: none;
            background: none;
            padding: 0;
            width: 48%;
            text-align: left;
        }

            .Iocnmenu ul li a {
                float: left;
                clear: both;
                padding: 0 10px 10px 20px;
                height: auto;
                width: auto !important;
                background: url(images/arrow.jpg) no-repeat left center !important;
            }

    .Footercontainer {
        width: 99%;
        background: url(images/header_bg.jpg) repeat-x top center;
    }

        .Footercontainer .reviewsection {
            width: 90%;
            margin: 0 auto;
            float: none;
        }

    .Footerredarea {
        float: left;
        padding: 15px 0;
        width: 100%;
        background: none repeat scroll 0 0 #FFCC01;
        color: #FFFFFF;
    }

    .Maincontainer {
        float: left;
        width: 100%;
    }

    .seemore {
        margin-bottom: 10px;
    }

    .Footerredarea P {
        font-size: 22px;
        width: 90%;
        margin: 0 auto;
    }

    .Logocontainer h1 {
        background: url("images/smarthouse_logo.png") no-repeat scroll center top / 100% auto rgba(0, 0, 0, 0);
        display: block;
        height: 55px;
        width: 100%;
    }

    .Logocontainer {
        width: 180px;
        margin: 24px 0 0 0;
    }

        .Logocontainer h1 a {
            width: 180px;
        }

    .leftarrow, .rightarrow {
        top: 132px;
    }

    .MiddleContainerWrapper.thumbscrausel {
        display: none;
    }

    .homepage .Subsectionlisting .bottomslider {
        display: none;
    }

    .row {
        border: 1px solid #C5C3C3;
        float: left;
        margin: 0 20px 20px 0;
        overflow: hidden;
        width: 100%;
    }

    .Subsectionlisting ul li {
        float: left;
        margin-bottom: 0;
        padding: 3px 7px;
        width: 100%;
    }

        .Subsectionlisting ul li p {
            max-height: 65px;
        }

        .Subsectionlisting ul li .imagebox {
            float: left;
            padding: 15px 0 0;
            width: 26%;
        }

            .Subsectionlisting ul li .imagebox img {
                width: 100%;
            }

        .Subsectionlisting ul li .descriptionbox {
            width: 70%;
            float: right;
        }

    .onlydesktop {
        display: none;
    }

    .onlymobile {
        display: block;
    }

    .recentstoryandadbanner {
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }

        .recentstoryandadbanner .recentstories {
            color: #fff;
            background: #FFCC01;
            display: block;
            padding: 3px 5px;
            font-size: 11px;
            width: 20%;
            text-align: center;
            font-weight: normal;
            float: left;
            margin-top: 10px;
        }

    .mobilebannerad {
        width: 65%;
        float: left;
        margin-left: 20px;
    }

    ul.bottommobilemenu {
    }

        ul.bottommobilemenu li {
            float: left;
            width: 100%;
            clear: both;
            border-bottom: solid 1px #fff;
            margin: 0;
        }

            ul.bottommobilemenu li a {
                background: none repeat scroll 0 0 #333333;
                color: #FFFFFF;
                float: left;
                font-family: 'Oswald',sans-serif;
                font-size: 14px;
                font-weight: bold;
                line-height: 15px;
                padding: 6px 4%;
                text-decoration: none;
                text-transform: uppercase;
                width: 92%;
            }

    .Footergreyare {
        background: #FFCC01;
    }

    .Maincontainer.footer {
        background: #FFCC01;
    }

    .Subsectionlisting ul li h4 {
        max-height: 48px;
    }

    .Slider-Container {
        width: 100%;
    }

    .outerParagraph {
        margin-top: 5px;
    }
}
