@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,200italic,300,300italic,400italic,600italic,600,700,700italic,900italic,900);
/* headings */
* {
    margin: 0;
    padding: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #333;
    outline: none;
}

    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
        text-decoration: none;
        outline: none;
    }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0;
    padding: 0;
}

ul, ol {
    margin-left: 0;
}

#ControlBar {
    height: 50px;
}

body {
    background: #f7f7f5;
    color: #4e4d4d;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    line-height: 18px;
}

html, body {
    height: 100%;
}



a {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

a, :focus {
    outline: none;
    border: none;
}

    a:focus, .btn:focus, .btn:focus, .btn:active:focus, .btn.active:focus {
        outline: none;
    }

sup {
    font-size: 70%;
    top: -0.4em;
}

a img {
    border-style: none;
    outline: none;
}

img {
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

a:hover, a {
    text-decoration: none;
}

ol, ul, li {
    list-style: none;
    display: block;
    margin: 0;
}

p {
    margin: 0 0 20px 0;
    font-size: 14px;
    line-height: 18px;
}

label {
    font-weight: normal;
    margin: 0;
}

.container {
    max-width: 960px;
}

#wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
}
/* #header */
#header {
    background: #fff;
    padding: 20px 0 0;
    width: 100%;
    z-index: 10000;
}

    #header:before, #header:after, .top:before, .top:after {
        overflow: hidden;
        clear: both;
        content: "";
        display: block;
    }

.top {
    clear: both;
    display: block;
    margin: 0 0 20px;
    position: relative;
    width: 100%;
}

.navbar-brand {
    height: auto;
    line-height: 1;
    padding: 0;
}

.top .pull-right {
    padding-top: 8px;
}

    .top .pull-right ul {
        float: left;
        /*overflow: hidden;*/
    }

        .top .pull-right ul li {
            float: left;
            line-height: 30px;
            margin: 0 12px 0 0;
            position: relative;
        }

        .top .pull-right-new ul li {
            float: right;
            line-height: 30px;
            margin: 0 0 0 0;
            position: relative;
        }

            .top .pull-right ul li a {
               display: block; 
                color: #4499b3;
            }

.search-box {
    background: #f0f0f0;
    border-radius: 4px;
    float: right;
    height: 34px;
    position: relative;
    width: 230px;
}

    .search-box .NormalTextBox {
        background: none;
        border: medium none;
        box-shadow: none !important;
        color: #5b5b5b;
        padding: 6px 30px 6px 14px;
    }

    .search-box .btn {
        background: url(../images/search-icon-1.png) left center no-repeat;
        box-shadow: none;
        height: 34px;
        outline-offset: 0;
        padding: 0;
        position: absolute;
        right: 0;
        text-indent: -9999em;
        top: 0;
        width: 27px;
    }

.search-icon {
    background: url(../images/search-icon-2.png)50% 50% no-repeat;
    display: none;
    float: right;
    height: 45px;
    margin-right: 10px;
    text-indent: -9999em;
    width: 40px;
}

#searchlist .col-sm-2 > a {
    margin-bottom: 0;
}

.modal-open #header {
    z-index: inherit;
}

.search-wrapp {
    background: none repeat scroll 0 0 #66bad4;
    overflow: hidden;
    padding: 0 10px;
}

    .search-wrapp .search-box {
        display: block;
        float: left;
        margin: 6px 0;
        width: 90%;
    }

        .search-wrapp .search-box .btn {
            background-image: url(../images/search-icon-3.png);
        }

    .search-wrapp button.close {
        border-left: 1px solid #4499b3;
        color: #4499b3;
        font-size: 36px;
        line-height: 46px;
        opacity: 1;
        padding: 0 0 0 9px;
        text-shadow: none;
        width: 34px;
    }
/* navbar-default */
.navbar-default {
    background-color: #66bad4;
    border: medium none;
    border-radius: 0px;
    margin: 0;
}

    .navbar-default .navbar-nav > li > a {
        color: #fff;
        font-size: 16px;
        line-height: 50px;
        padding: 0 12px;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

        .navbar-default .navbar-nav > li:hover > a, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
            background-color: #4499b3;
            color: #fff;
        }

    .navbar-default .navbar-collapse {
        padding: 0;
    }

    .navbar-default .btn {
        background: #fff;
        border-bottom: 2px solid #f0f0f0;
        border-radius: 2px;
        color: #f49b00;
        float: right;
        font-size: 16px;
        font-weight: 600;
        line-height: 36px;
        margin: 5px 0 0;
        padding: 0 10px;
    }

.navbar-nav > li ul {
    background: #4499b3;
    font-size: 14px;
    left: 0;
    max-width: 190px;
    min-width: 170px;
    padding: 20px 0 10px 10px;
    display: none;
    position: absolute;
    top: 50px;
    z-index: 1000;
    margin-left: 0;
}

    .navbar-nav > li ul ul {
        display: none;
        left: 95%;
        padding: 10px 0 10px 10px;
        top: -10px;
    }



    .navbar-nav > li ul li {
        margin: 0 0 9px;
        padding: 0 10px;
        position: relative;
    }

        .navbar-nav > li ul li a {
            display: block;
            color: #FFFFFF;
        }

            .navbar-nav > li ul li a:hover {
                color: #6adcff;
            }

.navbar-default .navbar-toggle {
    background: #66bad4;
    border: medium none;
    color: #fff;
    height: 40px;
    border-radius: 2px;
    margin: -60px 10px 0 0;
    padding: 0 10px;
}

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background: #4499b3;
    }

    .navbar-default .navbar-toggle .icon-bar {
        color: #FFFFFF;
        background-color: #fff;
    }
/* main-slider */
#main-slider {
    overflow: hidden;
    padding: 30px 0 0px;
    position: relative;
    width: 100%;
}

.home-slider li {
    position: relative;
}

    .home-slider li:nth-child(odd) {
        text-align: right;
    }

    .home-slider li:nth-child(even) {
        text-align: left;
    }

        .home-slider li:nth-child(even) .cpat-text {
            left: auto;
            right: 0;
        }


.newheader h1, .adoption h1 {
    text-align: center;
    /*background-color: lightgrey;*/
    /*margin-bottom: 30px;*/
	font-weight: bold;
}

.newhome-btn {
    background: #66bad4;
    border-radius: 2px;
    color: #fff !important;
    display: inline-block;
    font-size: 16px;
    /* line-height: 40px; */
    padding: 10px 50px 10px 40px;
    text-transform: capitalize;
	text-align:center;
}



.cpat-text {
    background: #f5dfab;
    color: #4e4d4d;
    left: 0;
    max-width: 54%;
    padding: 48px 44px 44px;
    position: absolute;
    text-align: left;
    top: 29px;
}

.cpat-text-new {
    background: #f5dfab;
    color: #4e4d4d;
    left: 0;
    text-align: center;
    top: 29px;
    padding: 20px 0 20px;

}

    .cpat-text-new h1 {
        font-size: 38px;
        font-weight: 700;
	padding-bottom:10px;
    }

 .cpat-text-new .btn {
        border: 2px solid #686661;
        border-radius: 2px;
        color: #4e4d4d;
        font-size: 14px;
        height: 40px;
        line-height: 38px;
        margin-right: 14px;
        padding: 0 5px 0 5px;
        text-align: center;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

        .cpat-text-new .btn:hover {
            background: #686661;
            color: #fff;
        }

    .cpat-text-new p {
        margin: 0 0 23px;
    }


    .cpat-text h1 {
        font-size: 38px;
        font-weight: 700;
        margin: 0 0 20px;
    }

    .cpat-text .btn {
        border: 2px solid #686661;
        border-radius: 2px;
        color: #4e4d4d;
        font-size: 16px;
        height: 40px;
        line-height: 38px;
        margin-right: 14px;
        padding: 0;
        text-align: center;
        width: 140px;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

        .cpat-text .btn:hover {
            background: #686661;
            color: #fff;
        }

    .cpat-text p {
        margin: 0 0 23px;
    }

.bx-wrapper {
    position: relative;
}

#main-slider .bx-controls-direction a {
    height: 33px;
    margin-top: -33px;
    position: absolute;
    text-indent: -9999em;
    top: 50%;
    width: 17px;
    z-index: 1000;
}

#main-slider .bx-prev {
    background: url(../images/prev-btn.png) left top no-repeat;
    left: -50px;
}

#main-slider .bx-next {
    background: url(../images/next-btn.png) left top no-repeat;
    right: -50px;
}

#main-slider .bx-pager {
    bottom: -22px;
    position: absolute;
    right: 0;
}

    #main-slider .bx-pager .bx-pager-item {
        float: left;
    }

        #main-slider .bx-pager .bx-pager-item a {
            border: 2px solid #4e4d4d;
            border-radius: 50%;
            display: block;
            height: 10px;
            margin: 0 0 0 5px;
            text-indent: -999em;
            width: 10px;
        }

            #main-slider .bx-pager .bx-pager-item a.active {
                background: #4e4d4d;
            }
/* main */
#main {
    margin: 0 0 20px;
    width: 100%;
}

    #main:before, #main:after {
        clear: both;
        content: "";
        display: block;
    }

.inner-1 > .mainpane > .inner-banner .cpat-text {
    padding: 35px 44px 35px;
    top: 37px;
}


.cpat-text h3 {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 0px;
}

.mainpane > .inner-banner {
    margin: 0;
}

.mainpane h2,
.leftpane h2 {
    font-size: 38px;
    font-weight: 700;
    margin: 0 0 30px;
}

.mainpane > h4,
.leftpane > h4 {
    line-height: 22px;
    margin: 0 0 30px;
}

.leftpane .dnnTooltip {
    width: 100%;
}

.resultWrap {
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px;
    overflow: hidden;
    padding: 0 0 15px;
}

.resultThumb {
    float: left;
    height: auto;
    padding: 0 15px 0 0;
    width: 20%;
}

.resultThumbImg {
    height: auto;
    width: 100%;
}

.resultData {
    float: left;
    width: 80%;
}

    .resultData > p > a {
        color: #4e4d4d;
    }

.newletterItem {
    float: left;
    min-height: 205px;
    width: 155px;
}

.leftpane .contentBottom p {
    font-size: 14px;
}

.leftpane p a img {
    margin: 13px 0 0;
    padding: 10px 10px 5px 0;
}

.adoption {
    /*overflow: hidden;*/
    width: 100%;
}

    .adoption h2 {
        font-size: 38px !important;
        font-weight: 700 !important;
        margin: 0 0 34px !important;
        text-align: center !important;
    }

    .adoption .col-sm-4 {
        padding-left: 0;
        padding-right: 12px;
    }

    .adoption .col-sm-8 {
        padding: 0;
    }

    .adoption .col-sm-4 a {
        display: block;
        position: relative;
    }

    .adoption .col-sm-4 span {
        color: #fff;
        font-size: 44px;
        font-weight: 700;
        left: 0;
        margin: -20px 0 0;
        position: absolute;
        text-align: center;
        top: 50%;
        width: 100%;
    }

    .adoption .col-sm-12 .row {
        margin: 0 -12px 0 -3px;
    }

    .adoption .col-sm-12 .col-xs-4 {
        padding: 0 12px;
    }

        .adoption .col-sm-12 .col-xs-4 a {
            display: block;
            position: relative;
        }

    .adoption .col-sm-12 .col-xs-4 {
        margin: 0 0 20px;
    }

        .adoption .col-sm-12 .col-xs-4 img, .adoption .col-sm-4 img {
            width: 100%;
        }

        .adoption .col-sm-12 .col-xs-4 span {
            bottom: 13px;
            color: #fff;
            font-size: 20px;
            font-weight: 700;
            left: 13px;
            position: absolute;
            text-align: left;
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            -ms-transition: all 0.2s linear;
            transition: all 0.2s linear;
        }

        .adoption .col-sm-12 .col-xs-4 a:before {
            background: #264e60;
            content: "";
            display: block;
            height: 100%;
            left: 0;
            opacity: 0;
            position: absolute;
            top: 0;
            width: 100%;
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            -ms-transition: all 0.2s linear;
            transition: all 0.2s linear;
        }

        .adoption .col-sm-12 .col-xs-4:hover a:before {
            opacity: 0.8;
        }

        .adoption .col-sm-12 .col-xs-4:hover span {
            color: #66bad4;
        }

.row-boxes {
    margin: 0 -15px;
    padding: 40px 0 20px;
    position: relative;
}

    .row-boxes h3 {
        font-size: 28px;
        font-weight: 700;
        margin: 0 0 20px;
    }

    .row-boxes p {
        margin: 0 0 10px;
    }

    .row-boxes img {
        margin: 0 0 25px;
    }

.donte-btn {
    background: #66bad4;
    border-radius: 2px;
    color: #fff !important;
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    padding: 0 28px;
    text-transform: capitalize;
}

.row-boxes .donte-btn {
    margin: 13px 0 0;
}

.list-1 {
    padding: 7px 0 0;
}

    .list-1 li {
        background: url(../images/arrow-icon.png) 0 6px no-repeat;
        margin: 0 0 10px;
    }

        .list-1 li a {
            color: #66bad4;
            padding: 0 0 0 20px;
        }

.row-boxes h6 {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 13px;
}

.row-boxes p a {
    color: #66bad4;
}

.more-btn {
    background: none;
    border: solid 2px #66bad4;
    border-radius: 2px;
    color: #66bad4 !important;
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    padding: 0 28px;
    text-transform: capitalize;
}

    .more-btn:hover, .donte-btn:hover, .cont-btn:hover, .regi-btn:hover, .leftpane li a:hover {
        border-radius: 10px;
    }

.row-boxes .more-btn {
    margin-top: 16px;
}

/*new css 12-3-2015*/

.s-mid {
    width: 100%;
    display: block;
    /*overflow: hidden;*/
    clear: both;
}
.s-mid:after, .s-mid:before {
    clear: both;
    content: "";
    display: block;
    overflow: hidden;
}
.main-mid {
    width: 100%;
    background: #66bad4;
    display: block;
}

    .main-mid > h3 {
        float: left;
        padding: 20px 0px 20px 40px;
        color: #fff;
        font-size: 28px;
        line-height: 28px;
    }

    .main-mid > a {
        margin: 19px;
        background-color: transparent;
        border-radius: 0px;
        border: solid 2px #fff;
        padding: 6px 27px;
        color: #fff;
    }

        .main-mid > a > span {
            background-image: url(../images/s-icon.png);
            background-repeat: no-repeat;
            background-position: 0 0;
            width: 13px;
            height: 8px;
            display: inline-block;
            margin-left: 8px;
        }

    .main-mid .collapse .well {
        margin: 0px !important;
        border-radius: 0px;
        background-color: #ededeb;
    }

.main-in {
    width: 100%;
    display: block;
    padding: 10px 0px;
    clear: both;
}

    .main-in::after, .main-in::before {
        clear: both;
        content: "";
        display: block;
        overflow: hidden;
    }

    .main-in .col-sm-2 a {
        color: #428bca;
    }

.loadingbox {
    background-color: rgba(0, 0, 0, 0.6);
    border: 1px solid lightsteelblue;
    /*display: block;*/
    height: 100%;
    left: 0;
    padding-top: 20%;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 10;
}

.well > .main-in > li {
    width: 162px;
    padding-right: 0px;
}

    .well > .main-in > li.col-sm-5 {
        width: 304px;
    }

    .well > .main-in > li.col-sm-6 {
        padding-bottom: 20px;
        position: relative;
    }

    .well > .main-in > li.col-sm-5 > select {
        border: solid 2px #c1c1c1;
        height: 28px;
        border-radius: 7px;
        padding: 2px 12px;
    }

$DarkBrown: #292321; $Orange: #CC3300; div {
    margin: 0 0 0.75em 0;
}

#collapseExample input[type="checkbox"],
#collapseExample input[type="radio"] {
    display: none;
}

input[type="checkbox"] + label,
input[type="radio"] + label,
input[type="checkbox"] + span,
input[type="radio"] + span {
    color: $DarkBrown;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.main-in input[type="checkbox"] + label,
.main-in in put[type="radio"] + label,
.main-in in input[type="checkbox"] + label span,
.main-in in input[type="radio"] + label span,
.main-in in input[type="checkbox"] + span,
.main-in in input[type="radio"] + span {
    display: inline-block;
    cursor: pointer;
    -moz-border-radius: 50%;
    /*border-radius: 50%;*/
    float: left;
    height: auto;
    margin: 0;
    min-height: 45px;
    padding: 0 0 0 31px;
    vertical-align: middle;
    width: 161px;
}

input[type="checkbox"] + label span,
input[type="checkbox"] + span,
input[type="checkbox"] + label {
    border-radius: 0px;
}

input[type="radio"] + label span,
input[type="radio"] + span,
input[type="radio"] + label {
    background-color: $DarkBrown;
    background-image: url(../images/radio-icon.png);
    background-repeat: no-repeat;
    border-radius: 0;
    height: 24px;
    line-height: 24px;
    padding: 0 0 0 29px;
    width: auto;
}

input[type="radio"]:checked + label span,
input[type="radio"]:checked + span,
input[type="radio"]:checked + label {
    background-color: $Orange;
    background-image: url(../images/check-icon.png);
    background-repeat: no-repeat;
}

.main-in input[type="checkbox"] + label span,
.main-in input[type="checkbox"] + span,
.main-in input[type="checkbox"] + label {
    background-color: $DarkBrown;
    background-image: url(../images/check-icon-c.png);
    background-repeat: no-repeat;
    display: inline-block;
}

input[type="radio"] + label div,
input[type="checkbox"] + label div {
    display: inline-block;
    float: left;
}

.main-in input[type="checkbox"]:checked + label span,
.main-in input[type="checkbox"]:checked + label {
    background-color: $Orange;
    background-image: url(../images/check-icon-s.png);
    background-repeat: no-repeat;
}

input[type="radio"] + label span,
input[type="radio"]:checked + label span,
input[type="radio"]:checked + span,
input[type="radio"]:checked + label {
    -webkit-transition: background-color 0.4s linear;
    -o-transition: background-color 0.4s linear;
    -moz-transition: background-color 0.4s linear;
    transition: background-color 0.4s linear;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.needs {
    display: inline-block;
    margin-left: 15px;
    width: 80%;
}

.main-mid > .collapsed > span {
    background-position: 0 -8px;
}

.main-in .se, #formTable .se {
    background: #66bad4;
    color: #fff;
    width: 146px;
    height: 41px;
    font-size: 16px;
    line-height: 25px;
}

.main-in .cl {
    background-color: transparent;
    color: #333;
    border: solid 1px #66bad4;
    width: 146px;
    height: 41px;
    font-size: 16px;
    line-height: 25px;
}

select.form-control {
    background-color: transparent;
}

.s-panel {
    overflow: visible;
    clear: both;
    margin: 0 0 45px;
}

.img-grid {
    width: 100%;
    display: block;
    /*overflow: hidden;*/
    padding: 0px 0px;
}

    .img-grid .col-sm-5 {
        padding: 0px;
        margin-bottom: 20px;
    }

    .img-grid > .main-in > .col-sm-2 {
        padding: 0px;
        width: 140px;
    }

        .img-grid > .main-in > .col-sm-2:nth-child(2),
        .img-grid > .main-in > .col-sm-2:nth-child(3),
        .img-grid > .main-in > .col-sm-2:nth-child(4),
        .img-grid > .main-in > .col-sm-2:nth-child(5) {
            padding: 0 0px;
            margin: 0 12px;
        }

        .img-grid > .main-in > .col-sm-2:first-child {
            padding-right: 0px;
            margin-right: 12px;
        }

        .img-grid > .main-in > .col-sm-2:last-child {
            padding-right: 0px;
            margin-left: 12px;
        }

        .img-grid > .main-in > .col-sm-2 > h3,
        .img-grid > .main-in > .col-sm-2 > p,
        .img-grid > .main-in > .col-sm-2 > a {
            margin-top: 5px;
            display: block;
        }

.im-b {
    width: 140px;
    overflow: hidden;
    display: block;
    position: relative;
    margin-top: 0px;
}

    .im-b input {
        width: 140px;
    }

.main-in .col-sm-2 a {
    color: #428bca;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

    .main-in .col-sm-2 a:hover span {
        opacity: 0.8;
    }

.im-b .cover span {
    background-color: #264e60;
    color: #428bca;
    font-size: 18px;
    height: 100%;
    opacity: 0;
    padding: 40px 0;
    position: absolute;
    text-align: center;
    transition: background-color 0.4s linear 0s;
    width: 100%;
}


.inner-1 .leftpane span {
    color: #66bad4;
}

.inner-1 > .mainpane > .inner-banner > .cpat-text {
    padding: 35px 44px;
    top: -37px;
}

.say-c {
    background: #bddce5;
    padding: 40px;
    font-size: 18px;
    font-style: italic;
    line-height: normal;
}

    .say-c > span {
        padding-top: 20px;
        display: block;
        font-style: normal;
        color: #4499b3;
    }

.waived {
    position: absolute;
    bottom: 0;
    background: #4E4D4D;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 3px;
    font-size: 12px;
    width: 100%;
}

.col-sm-2 > p {
    margin-bottom: 0;
}

.col-sm-2 > a {
    margin-bottom: 20px;
}

.main-in > span > span li.col-sm-2 {
    min-height: 300px;
}

.loadingbox > img {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid cornflowerblue;
    border-radius: 10px;
    padding: 50px;
}
/* for telrik slider*/
.RadSlider_Default .rslHorizontal a.rslDraghandle {
    width: 20px;
    height: 20px;
    top: -9px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    background: url(../images/rang-icon.png) no-repeat center !important;
    border-radius: 10px;
    box-sizing: border-box;
    height: 20px;
    top: 0;
    width: 20px;
}

.RadSlider_Default .rslHorizontal .rslTrack {
    background: none !important;
    border: 2px solid #bababa;
    border-radius: 3px;
    height: 8px !important;
    width: 250% !important;
    /*width: 435px !important;*/
}

.RadSlider_Default .rslHorizontal .rslSelectedregion {
    background: #66bad4 !important;
    border-radius: 3px;
    height: 4px;
    width: 100%;
}

#main-in .col-sm-6 {
    width: 30%;
}
.cssradslider {
    width: 250% !important;
}
.radpointers {
    width: 200% !important;
}
 .radpointers .left {
        float: left;
}

 .radpointers .right {
        float: right;
}

.RadToolTip.RadToolTip_Default.rtShadow {
    top: -33px !important;
}

.newsFive {
   display: inline-block;
}
.newsFive img {
    float:left;
}
.newsFive img:nth-child(2) {
   width:87.5px;
}

/*new css 12-3-2015 end*/
.ourwork {
    margin-top: 40px;
}

.ourwork {
    margin: 20px -20px;
    overflow: hidden;
}

    .ourwork div {
        margin: 0 !important;
        padding: 20px 20px;
        width: 50%;
        float: left;
    }

        .ourwork div img {
            width: 100%;
        }

        .ourwork div span {
            background-color: #c6d9f0;
            color: #292f3d;
            display: inline-block;
            font-weight: bold;
            padding: 10px;
            text-align: center;
            width: 100%;
        }

.ourwork_donate {
    width: 100%;
    margin-top: 30px;
}

    .ourwork_donate img {
        margin-top: 10px 0;
    }

    .ourwork_donate span {
        background-color: #c6d9f0;
        color: #292f3d;
        display: inline-block;
        font-weight: bold;
        padding: 10px;
        text-align: center;
        width: 100%;
    }

.clr {
    clear: both;
    font-size: 0;
    line-height: 0;
}

.shop {
    margin-top: 40px;
}

    .shop img {
        float: left;
        margin: 0 10px 10px 0;
        width: 170px;
    }

.resultLgImg {
    text-align: center;
}

    .resultLgImg img {
        margin-bottom: 27px;
        display: block;
    }

.resultDataDetail p {
    font-size: 18px;
    line-height: 1.2;
}

.detaillinks {
    margin-bottom: 27px;
}

#searchResults h1 {
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 25px;
}

#searchResults p, .standard #searchResults a, .standard #searchResults #MediaLinks, .standard #searchResults p span {
    font-family: "Source Sans Pro",sans-serif !important;
    font-size: 18px !important;
    line-height: 1.2;
}

#searchResults #MediaLinks .se {
    background: #66bad4;
    color: #fff;
    width: 146px;
    height: 41px;
    font-size: 18px;
    line-height: 25px;
	background-image: url(../images/video-play.png);
	background-repeat: no-repeat;
	 background-size: 90%;
	background-position: -40px;
	text-transform: uppercase;
}

/* footer */
#footer {
    background: #fff;
    padding: 0 0 0px;
    position: relative;
    width: 100%;
}

.foot-top {
    background: none repeat scroll 0 0 #f0f0ed;
    padding: 40px 0 32px;
    width: 100%;
}

    .foot-top .col-sm-4 {
        padding: 0 30px 0 0;
    }

        .foot-top .col-sm-4:last-child {
            padding: 0 0 0 30px;
        }

    .foot-top h4 {
        font-size: 18px;
        font-weight: 600;
        margin: 0 0 15px;
    }

.social-list {
    overflow: hidden;
    margin: 0 0 0px;
}

    .social-list li {
        float: left;
        padding: 0 8px 0 0;
    }

.cont-btn {
    border: 2px solid #4e4d4d;
    border-radius: 2px;
    color: #4e4d4d !important;
    display: block;
    font-size: 16px;
    /*ine-height: 40px;*/
    max-width: 200px;
    text-align: center;
	padding: 5px;
}

.cont-links {
    padding: 0 0 16px;
}

    .cont-links .cont-btn {
        margin: 0 0 10px;
    }

.foot-top p {
    margin: 0 0 10px;
    color: #4e4d4d;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 14px;
    line-height: 18px;
}

.foot-top .col-sm-4 .Normal img {
    margin: 0 0 24px;
}

.foot-top .col-sm-4 p a {
    color: #66bad4;
}

.new-off {
    padding: 12px 0 0;
}

.foot-bottom {
    font-size: 13px;
    padding: 40px 0 15px;
    text-align: center;
}

    .foot-bottom a {
        color: #4e4d4d;
    }

.foot-nav {
    padding: 40px 0 32px;
    overflow: hidden;
    display: none;
}

    .foot-nav li {
        background: url(../images/bullet-icon.png) left center no-repeat;
        display: inline-block;
        padding: 0 9px 0 14px;
    }

        .foot-nav li:first-child {
            background: none;
        }

.foot-bottom p {
    margin: 0 0 10px;
}

.affiliates-logos {
    overflow: hidden;
    padding: 0 0 37px;
}

    .affiliates-logos li {
        display: inline-block;
        padding: 0 25px;
    }

.inner-content {
    padding: 30px 0 0;
    position: relative;
    width: 100%;
}

.leftpane {
    padding-left: 0;
}

.inner-banner {
    padding: 0 0 45px;
    position: relative;
    text-align: right;
    margin: 0 0 50px;
}

.title-pane {
    background: #f5dfab;
    bottom: 0;
    left: 0;
    max-width: 41%;
    padding: 20px 23px;
    position: absolute;
    text-align: left;
    width: 100%;
    height: 113px;
    display: table;
}


.leftpane .title-pane h3 {
    display: table-cell;
    vertical-align: middle;
    font-size: 28px;
    font-weight: 700;
}

.leftpane h2 {
    font-size: 27px;
    font-weight: 700;
    margin: 40px 0 20px;
}

.leftpane > h4 {
    line-height: 22px;
    margin: 0 0 30px;
}

.leftpane p, .leftpane .normal,.inner-content p,.inner-content normal {
    margin: 0 0 20px 0;
    font-size: 18px;
    line-height: 1.2;
}

.inner-content ul {
    font-size: 18px;
    line-height: 1.2;
}

.quotepane, #quote {
    background: #bddce5;
    font-size: 18px;
    font-style: italic;
    line-height: 25px;
    margin: 0 0 35px;
    padding: 35px 36px 32px;
}

    .quotepane p, #quote p {
        margin: 0 0 10px;
    }

    .quotepane a, #quote a, .news-text a {
        font-style: normal;
        color: #4499b3;
    }

.leftpane h3 {
    font-size: 27px;
    margin: 40px 0 12px;
}

.post {
    padding: 0 0 20px;
}

.leftpane .post h3, .leftpane .jpost h3 {
    font-weight: normal;
    margin: 0 0 10px;
}

.time, .leftpane li {
    background: url("../images/arrow-icon.png") no-repeat 0 6px;

}

.time, .leftpane li, .inner-content li {
    color: #4e4d4d;
    margin: 0 0 2px;
    padding: 0 0 0 20px;
}


.leftpane a {
    color: #66bad4;
    text-decoration: none;
}

.leftpane h4 {
    margin: 30px 0;
}

.leftpane h1, .inner-content h1 {
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 25px;
}

.leftpane span {
    text-decoration: none !important;
}

.leftpane ul,.inner-content ul {
    margin-bottom: 20px;
}

.post p {
    margin: 0 0 15px;
}

.regi-btn {
    background: none;
    border: 2px solid #66bad4;
    border-radius: 2px;
    color: #66bad4;
    font-size: 16px;
    line-height: 40px;
    margin: 10px 10px 10px 0;
    padding: 4px 10px 4px 10px;
    text-align: center;
    text-transform: capitalize;
}

.btnShare {
    background: none;
    border: 2px solid #66bad4;
    border-radius: 2px;
    color: #66bad4;
    font-size: 16px;
    line-height: 40px;
    margin: 10px 10px 10px 0;
    padding: 4px 20px 4px 20px;
    text-align: center;
    text-transform: capitalize;
}

.top-post .regi-btn {
    margin: 0 0 16px;
}

.jpost {
    margin: 0 0 33px;
}

.post p a, .adoption-post a {
    color: #66bad4;
}

.jpost p {
    margin: 0 0 15px;
}

.jpost .regi-btn {
    margin: 0;
}

.jpost.last h3 {
    font-weight: 700;
}

.jpost .more-btn {
    padding: 0 25px;
}

.rightpane {
    padding-right: 0;
}

    .rightpane h3 {
        font-size: 28px;
        font-weight: 700;
        margin: 0 0 35px;
    }

.news-post {
    margin: 0 0 30px;
}

.nes-img {
    overflow: hidden;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

    .nes-img img {
        float: left;
        margin: 0 17px 0 0;
        max-width: 60px;
    }

    .nes-img span {
        display: inline-block;
        padding: 10px 0 0;
    }

.news-text {
    background: #fff;
    margin-top: -20px;
    padding: 35px 17px 25px;
    position: relative;
}

.adoption-post img {
    margin: 0 0 25px;
}

.adoption-post h6 {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 13px;
}

.adoption-post p {
    margin: 0 0 10px;
}

.adoption-post .more-btn {
    padding: 0 18px;
}

.rightpane h2 {
    font-size: 14px;
}


/***** holiday giving page *****/

div.holidaywrapper {
    float: left; /* important */
    position: relative; /* important(so we can absolutely position the description div */
    margin: 0px 5px 5px 5px;
}

div.holidaydescription {
    position: absolute; /* absolute position (so we can position it where we want)*/
    bottom: 0px; /* position will be on bottom */
    background-color: rgba(0, 0, 0, .5);
    width: 100%; /* styling bellow */
    text-align: center;
}

p.holidaydescription_content {
    padding: 10px;
    margin: 0px;
    color: white;
    font: bold 20px Helvetica, sans-serif;
}

.holidayimage {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    border: none;
}

.img-grid > .col-sm-5 > .form-control, .main-in .form-control {
    border: none;
}

.img-grid .col-sm-5 .btn, .s-panel .btn {
    border: solid 1px #ccc;
}

.well .main-in > .col-sm-3 a {
    color: #66bad4;
}


/*tables*/
.accTable {
    margin: 40px 0 40px;
}

    .accTable img {
        padding: 0 30px 20px 0;
        width: 100%;
    }

/* success stories */

#formTable select {
    border: 1px solid #999;
}

#formTable textarea {
    border: 1px solid #999;
}

#formTable .noStyle input {
    border: none;
}

#formTable td {
    padding: 5px 0px;
    vertical-align: top;
}

#formTable td.reToolCell {
    padding: 0 !important;
    background: #eee;
}

.reToolbar li {
    background: none !important;
}


.addStory {
    float: right;
    width: 150px;
    text-align: right;
    font-size: 13px;
    color: #106881;
    font-weight: bold;
}

    .addStory span {
        font-size: 15px;
        font-weight: normal;
    }

.successLgImg {
    float: left;
    width: 183px;
    text-align: left;
    font-weight: bold;
    color: #039;
}

    .successLgImg img {
        margin-bottom: 10px;
    }

.successDataDetail {
    float: left;
    width: 398px;
    padding-left: 15px;
}

.detailLgImg {
    float: left;
    margin: 0px 20px 0px 0px;
}

    .detailLgImg img {
        margin-bottom: 10px;
    }

    .detailLgImg br {
        line-height: 0px;
    }

.successDataDetail2 {
}

.captchaTable img {
    margin-right: 5px;
}

.captchaTable input {
    margin-bottom: 10px;
    height: 18px;
}


#formTable input[type="radio"], input[type="checkbox"] {
    margin-right: 3px;
}

.top .pull-right ul li ul li {
    float: none;
}

.top .pull-right ul li .loginGroup ul {
    background: #4499b3;
    display: none;
    left: 0;
    margin: 0;
    min-width: 190px;
    position: absolute;
    top: 27px;
    z-index: 1000;
    padding: 20px 0 10px 20px;
}

.top .pull-right ul li:hover > .loginGroup ul {
    display: block;
}

.top .pull-right ul li .loginGroup ul a {
    color: #FFFFFF;
}

.leftpane .NewsContent > h3 {
    margin: 0 0 21px;
    font-size: 21px;
}

.leftpane .NewsContent > h2 {
    margin: 0;
}

.rtWrapperContent > div {
    padding: 1px 10px;
}

.modalPage {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.modalBackground {
    filter: Alpha(Opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    background-color: #999999;
    position: fixed;
    z-index: 500;
    top: 0px;
    left: 0px;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop) + "px");
}

.modalContainer {
    z-index: 750;
    position: fixed;
    margin: auto;
	top: 0; left: 0; bottom: 0; right: 0;
    border: 1px solid lightsteelblue;
    background-color: #ffffff;
    height: 120px;
    width: 300px;
    text-align: center;
    padding-top: 20px;
    _position: absolute;
    _top: expression((dummy = document.documentElement.scrollTop+60) + "px");
}

.BBFormContainer .BBFormRadioLabel {
    height: 50px;
}


/* responsive css  */
@media (min-width:1024px) {
    .navbar-nav > li ul li:hover > ul {
        display: block;
    }

    .navbar-default .navbar-nav > li:hover > ul {
        display: block;
    }

    .row-boxes p, .row-boxes h3 {
        max-width: 285px;
    }

    .rightpane {
        float: right;
        max-width: 295px;
    }
}

@media (max-width:1024px) {

    .navbar-nav > li ul li:hover > ul {
        display: block;
    }

    .navbar-default .navbar-nav > li:hover > ul {
        display: block;
    }

    #main-slider .bx-prev {
        left: 0;
    }

    #main-slider .bx-next {
        right: 0;
    }

    .navbar-default .btn {
        font-size:13px;
    }

}

@media (min-width: 768px) and (max-width: 979px) {
    .navbar-nav > li ul li:hover > ul {
        display: block;
    }

    .navbar-default .navbar-nav > li:hover > ul {
        display: block;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 13px;
        padding: 0 6px;
    }

    .navbar-default .btn {
        padding: 0 10px;
    }

    .cpat-text {
        max-width: 50%;
        padding: 20px;
    }

    .row-boxes .more-btn {
        padding: 0 10px;
    }

    .row-boxes h3 {
        font-size: 26px;
    }

    .foot-top .col-sm-4 {
        padding: 0 10px 0 0;
    }

        .foot-top .col-sm-4:last-child {
            padding: 0 0 0 10px;
        }

    .container > .row {
        margin: 0;
    }

    .foot-nav li {
        padding: 0 2px 0 8px;
    }

    .ourwork_donate {
        /*padding: 0 15px 15px 15px;*/
        width: auto;
    }

    #main-in .col-sm-6 {
        width: 60%;
    }

    .cssradslider {
        width: 180% !important;
    }

    .radpointers {
        width: 132% !important;
    }

    .ourwork div {
        margin: 0;
        width: 50%;
    } 
     .col-sm-2 {
        width: 24.50%;
    }
}

@media (max-width: 767px) {

    .navbar-nav > li ul li:hover > ul {
        display: none;
    }

    .navbar-default .navbar-nav > li:hover > ul {
        display: none;
    }

    .navbar-nav > li ul ul {
        display: block !important;
    }

    #header {
        padding: 0 0;
    }

    .navbar-brand {
        display: table;
        float: none;
        margin: 0 auto 17px;
    }

    .top {
        padding: 0;
        margin: 0;
    }

        .top .pull-right {
            background: #5b5b5b;
            margin: 0 0 17px;
            padding: 0;
            width: 100%;
        }

            .top .pull-right ul li {
                margin: 0 0 0 32px;
            }

                .top .pull-right ul li a {
                    color: #fff;
                    line-height: 30px;
                }

    .navbar-default {
        border-bottom: 1px solid #e7e7e7;
    }

    .navbar-nav {
        margin: 0;
    }

    .search-box, #main-slider .bx-controls-direction a {
        display: none;
    }

    .search-icon {
        display: block;
    }

    .navbar-default {
        background: none;
        border-bottom: solid 2px #66bad4;
        min-height: 1px;
    }

        .navbar-default .navbar-collapse {
            background: #66bad4;
            padding: 28px 0 0;
        }

        .navbar-default .btn {
            float: none;
            margin: 0 28px 27px;
        }

    .navbar-nav > li {
        padding: 0;
    }

    .navbar-default .navbar-nav > li > a {
        background-color: #4499b3;
        padding: 0 30px;
    }

    .navbar-nav > li ul {
        background: #66bad4;
        left: 0;
        max-width: 100%;
        opacity: 1 !important;
        padding: 26px 30px 20px;
        position: relative;
        top: auto;
        width: 100%;
    }

    #main-slider {
        padding: 0 0 50px;
    }

    .cpat-text {
        left: 0;
        max-width: 100%;
        padding: 31px 10px;
        position: relative;
        text-align: center;
        top: auto;
        width: 100%;
    }

        .cpat-text p {
            display: none;
        }

        .cpat-text .btn {
            width: 120px;
        }

    #main-slider .bx-pager {
        bottom: -25px;
        left: 50%;
        margin-left: -31px;
    }

    .adoption {
        padding: 0 30px;
    }

        .adoption .col-sm-4 {
            padding: 0;
            text-align: center;
            margin: 0 0 20px;
        }

        .adoption .col-sm-12 .row {
            margin: 0 -12px;
        }

        .adoption .col-sm-12 .col-xs-4 {
            width: 50%;
            padding: 0 10px;
        }

    .row-boxes {
        padding: 40px 0 0;
    }

        .row-boxes .col-sm-4 {
            padding: 0 40px 40px;
        }

    .foot-top {
        padding: 34px 0 8px;
    }

        .foot-top .col-sm-4 {
            padding: 0 30px 10px !important;
        }

    .foot-bottom {
        padding: 35px 0 40px;
    }

    .foot-nav {
        padding: 24px 0 20px;
    }

        .foot-nav li {
            background: none;
            display: block;
            padding: 0 0 11px;
        }

    .affiliates-logos {
        padding: 0 0 17px;
    }

        .affiliates-logos li {
            float: left;
            padding: 0 9px 18px;
            width: 50%;
        }

    .foot-bottom p {
        margin: 0;
        line-height: 21px;
    }

        .foot-bottom p span {
            display: block;
        }

    .inner-content {
        padding: 30px 30px 0;
    }

    .leftpane {
        padding: 0;
    }

    .inner-banner {
        padding: 0;
        margin: 0 0 30px;
    }

    .title-pane {
        margin: -17px 17px 0;
        max-width: 100%;
        position: relative;
        width: auto;
    }

    .quotepane {
        padding: 35px 26px 32px;
        font-size: 16px;
        line-height: 23px;
        margin: 0 0 40px;
    }

    .leftpane h2 {
        margin: 0 0 18px;
    }

    .leftpane > h4 {
        font-size: 16px;
    }

    .leftpane h3 {
        font-size: 24px;
        margin: 0 0 20px;
    }

        .leftpane h3 br {
            display: none;
        }

    .rightpane {
        padding: 0;
    }

    .navbar-nav > li ul ul {
        top: 4px;
        padding: 0;
    }

    .navbar-nav > li ul {
        left: 0 !important;
    }

    .expand {
        background: url("../images/expand.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
        cursor: pointer;
        height: 36px;
        position: absolute;
        right: 0;
        top: 8px;
        width: 43px;
    }

    .expand-in .expand {
        background: url("../images/expand-hover.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
    }

    .well > .main-in > li {
        padding: 10px 0;
        width: 162px;
    }

        .well > .main-in > li::after, .well > .main-in > li::before {
            clear: both;
            content: "";
            display: block;
            overflow: hidden;
        }

    .img-grid > .main-in > .col-sm-2 {
        float: left;
        padding: 0;
        width: 140px;
    }

        .img-grid > .main-in > .col-sm-2 > a {
            margin-bottom: 25px;
        }

    .say-c {
        margin-top: 25px;
    }

    .inner-1 > .mainpane > .inner-banner > .cpat-text {
        padding: 35px 44px;
        top: -37px;
    }

    .well > .main-in > li {
        float: left;
        padding: 0;
        width: 92px;
    }

    .well > .main-in:last-child > li {
        width: 50%;
    }

    .main-in .se, .main-in .cl {
        clear: left;
        width: 93%;
    }

    input[type="checkbox"] + label, input[type="radio"] + label, input[type="checkbox"] + label span, input[type="radio"] + label span, input[type="checkbox"] + span, input[type="radio"] + span {
        margin: 0;
    }

    .main-in .col-sm-3 > a {
        display: block;
        margin: 0 0 10px;
    }

    .main-in .col-sm-3 > label {
        margin: 0 0 10px;
    }

    .main-mid > a {
        display: block;
        clear: both;
    }

    .inner-1 > .mainpane > .inner-banner .cpat-text {
        margin: 0 14px;
        padding: 12px 18px;
        text-align: left;
        top: -6px;
        width: auto;
    }

    .cpat-text h3 {
        font-size: 24px;
        font-weight: 700;
        margin: 0;
        max-width: 151px;
    }

    .main-mid {
        overflow: hidden;
    }

        .main-mid > h3 {
            padding: 20px 0 20px 24px;
        }

    .main-in > span > span {
        width: 50%;
        float: left;
    }

    .loadingbox {
        margin: 0 auto;
    }

    /*.RadSlider_Default .rslHorizontal .rslSelectedregion {
        width: 100% !important;
    }

    .RadSlider_Default .rslVertical .rslSelectedregion {
        width: 100% !important;
    }*/

    .RadSlider_Default .rslHorizontal .rslTrack, .RadSlider .rslHorizontal, .RadSlider .rslVertical, RadSlider RadSlider_Default {
        width: 100% !important;
    }

    #main-in .col-sm-6 {
        width: 55%;
    }

    .cssradslider {
        width: 127% !important;
    }

    .radpointers {
        width: 132% !important;
    }

    .main-mid .main-in:last-child {
        border-top: 1px solid #fff;
        margin: 0 -20px;
        padding: 15px 20px 0;
        width: auto;
    }

    .ourwork {
        overflow: hidden;
    }

        .ourwork img {
            width: 100%;
        }

    .top .pull-right ul li .loginGroup ul {
        top: 30px;
    }

    .top .pull-right ul li ul li {
        float: none;
        margin: 0;
        padding: 0;
    }

    .ourwork_donate {
        /*padding: 0 10px 15px 10px;*/
        width: auto;
    }

    .ourwork div {
        max-width: 100%;
        width: 50%;
        margin: 0;
        float: left;
    }

    .col-sm-2 {
        width: 24.50%;
    }
    input[type="checkbox"] {
        transform: scale(2, 2);
        padding-right: 5px;
    }
    .dnnFormItem label, .dnnFormItem .dnnFormLabel, .dnnFormItem .dnnTooltip {
        width: 10%;
    }
}

@media (max-width: 640px) {

    #main-in .col-sm-6 {
        width: 55%;
    }

    .cssradslider {
        width: 130% !important;
    }

    .radpointers {
        width: 137% !important;
    }
      .col-sm-2 {
        width: 50%;
    }
}

@media (max-width: 480px) {
}

@media (max-width: 479px) {
    .search-wrapp .search-box {
        max-width: 85%;
    }

    .main-in .se, #formTable .se {
        width: 90%;
    }

    .cpat-text h1 {
        font-size: 30px;
    }

    .adoption h2 {
        font-size: 30px;
        margin: 0 0 20px;
    }

    .affiliates-logos li:last-child {
        padding-top: 10px;
    }

    .title-pane {
        margin: -10px 17px 0;
    }

    .inner-1 > .mainpane > .inner-banner > .cpat-text {
        padding: 35px 44px;
        top: -18px;
        width: 80%;
        left: 50%;
        margin-left: -104px;
    }

    .mainpane h2 {
        font-size: 28px;
    }

    .well > .main-in > li {
        margin: 0px;
        width: 100%;
    }

    .theme-green {
        width: 100% !important;
    }

    .well > .main-in > li.col-sm-5 {
        width: 100%;
    }

    .im-b {
        width: 120px;
    }

        .im-b input {
            width: 120px;
        }

    .img-grid > .main-in > .col-sm-2 {
        padding: 0;
        width: 121px;
        float: left;
        overflow: hidden;
    }

        .img-grid > .main-in > .col-sm-2:nth-child(2), .img-grid > .main-in > .col-sm-2:nth-child(3), .img-grid > .main-in > .col-sm-2:nth-child(4), .img-grid > .main-in > .col-sm-2:nth-child(5) {
            margin: 0 0;
            padding: 0;
        }

        .img-grid > .main-in > .col-sm-2:nth-child(4) {
            margin-left: 12px;
        }

        .img-grid > .main-in > .col-sm-2 > a {
            margin-bottom: 25px;
        }

    .say-c {
        margin-top: 25px;
    }

    .ourwork div {
        width: 100%;
    }

    .ourwork {
        margin-top: 15px;
    }

    .resultThumb {
        width: 100%;
        padding: 0;
    }

    .resultThumbImg {
        height: auto;
        width: 100%;
    }

    .resultData {
        float: left;
        width: 100%;
        padding: 10px 0 0 0;
    }

    #main-in .col-sm-6 {
        width: 50%;
    }

    .cssradslider {
        width: 185% !important;
    }

    .radpointers {
        width: 200% !important;
    }
    .col-sm-2 {
        width: 100%;
    }
  
}
@media (max-width:360px){ 
     .newsFive img:first-child {
       width: 123px;
    }
    .newsFive img:nth-child(2) {
       width: 60px;
    }
}