

html, body, td, div {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #333;
}

body {
    overflow-x: hidden;
    background: #ffffff;
    margin: 0px;
    padding: 0px;
}

a {
    color: #333;
    font-size: 14px;
}

    a:hover {
        color: #333;
        font-size: 14px;
        text-decoration: none;
    }

    a:visited {
        color: #333;
        font-size: 14px;
        text-decoration: none;
    }

.content-col ul li { list-style-position: inside; }

a.btn.btn-info,a.btn.btn-info:hover,a.btn.btn-info:focus{
    font-size:13px;
}
a.btn.btn-danger,a.btn.btn-danger:hover,a.btn.btn-danger:focus{
    font-size:13px;
}

h1 {
    color: #163158;
    font-size: 26px;
}

h2 {
    color: #163158;
    font-size: 22px;
}

h3 {
    color: #163158;
    font-size: 18px;
}

h4 {
    color: #000000;
    font-size: 16px;
}

.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
    text-align: left;
}




div.ContextMenu {
    position: absolute;
    z-index: 3;
    text-align: left;
    width: 220px;
    padding: 5px 0px;
    margin: 2px 0px 0px;
    list-style: none outside none;
    font-size: 16px;
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
    background-clip: padding-box;
}

    div.ContextMenu a {
        display: block;
        background: #ffffff url('res/ac3/img/ContextMenuGutter.gif') 0% 0% repeat-y;
        font-weight: normal;
        font: 11px/11px Arial,Trebuchet MS,Verdana,sans-serif;
        color: #00356A;
        text-decoration: none;
        padding: 4px 5px;
    }

        div.ContextMenu a:hover {
            background: #d9d9d9 url('res/ac3/img/ContextMenuHover.gif') 50% 50% repeat-x;
            font-weight: normal;
            font: 11px/11px Arial,Trebuchet MS,Verdana,sans-serif;
            color: #00509F;
            color: #000000;
            text-decoration: none;
        }

        div.ContextMenu a.ajax {
            display: block;
            background: #ffffff url('res/ac3/img/ContextMenuGutter.gif') 0% 0% repeat-y;
            font-weight: normal;
            font: 11px/11px "Trebuchet MS",Verdana,sans-serif;
            color: #00356A;
            text-decoration: none;
            padding: 4px 5px;
        }

            div.ContextMenu a.ajax:hover {
                display: block;
                background: #ffffff url('res/ac3/img/ContextMenuGutter.gif') 0% 0% repeat-y;
                font-weight: normal;
                font: 11px/11px "Trebuchet MS",Verdana,sans-serif;
                color: #00356A;
                text-decoration: none;
                padding: 4px 5px;
            }




.formPane {
    margin-right: 10px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    font-family: Tahoma;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    border-radius: 0px;
    font-family: 'fluorine', Arial, sans-serif;
}

textarea.formpane {
    height: auto;
    line-height: initial;
    min-height: 80px;
}

textarea {
    height: auto;
    line-height: initial;
    min-height: 80px;
}



.MessagePanelControl {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.vbottom {
    display: inline-block;
    vertical-align: bottom;
    float: none;
}





table td {
    padding: 3px;
}







.btn-default {
    
    border-radius: 0px;
    
}


.btn-primary {
    
    border-radius: 0px;
    
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        
        border-radius: 0px;
        
    }



        .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active {
          
            border-radius: 0px;
            
        }

.search-form .btn-primary, .search-form .btn-primary:hover, .search-form .btn-primary:focus {
    color: #ffffff;
    background: url(skn/search.jpg) 50% 50% no-repeat;
    border: none;
    border-radius: 0px;
    font-size: 14px;
    height:40px;
    width:40px;
    border-color:#c0dcee;
}

.search-form .form-control, .search-form .form-control:hover, .search-form .form-control:focus {
    background: none;
    border: none;
    box-shadow: none;
    font-size: 13px;
    height:40px;
    
    font-weight: normal;
    border-color:#c0dcee;
}

.search-form .input-group {
    border: 1px solid #c0dcee;
}

.result-path, .Rank {
    display: none;
}


.splitter_active {
    color: #E40010;
    font-size: 18px;
}

.path{
    margin-bottom:20px;
}

.path div, .path a, .path a:hover {
    font-size: 13px;
    color:#b5b5b5;
}

.alt {
    background: #ededed;
}

    .alt td, .alt2 td {
        padding: 2px;
    }

th {
    background: #cccccc;
    font-weight: 500;
    padding: 2px;
}

    th br {
        display: none;
    }

    th img {
        display: none;
    }

.alt {
    background: #ededed;
}

th img {
    display: none;
}

th {
    white-space: nowrap;
}


.form-control {
    border-radius: 0px;
}



.img-thumbnail {
    border-radius: 0px;
}

.additional-links-title {
    border: 1px solid #258CC6;
    background: #258CC6;
    color: #ffffff;
    font-weight: normal;
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 20px;
}



.top-area {
    background: url(skn/top.png) repeat;
     /*filter: progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=1, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=90, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=180, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=270, Color=#acacac);
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=1, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=90, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=180, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=270, Color=#acacac)";
        box-shadow: 0 0 4px #cccccc;
        -moz-box-shadow: 0 0 4px #cccccc;
        -webkit-box-shadow: 0 0 4px #cccccc;
        -o-box-shadow: 0 0 10px 4px #cccccc;*/
     border-bottom:1px solid #e3e3e3;
     margin-bottom:10px;
}


.top-bar {
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
}

    .top-bar a, .top-bar a:hover, .top-bar a i, .top-bar a:hover i {
        color: #ffffff;
    }

        .top-bar a.social i, .top-bar a.social:hover i {
            color: #8e97a5;
        }

        .top-bar a.social {
            margin-left: 5px;
        }



.admin-menu.dropdown-menu > li > a {
    font-family: 'Trebuchet MS';
    padding: 2px 7px;
    font-size: 12px;
}


.carousel-control,.carousel-control:hover{
    opacity:1;
    width:70px;
}



.panel-title a:hover {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

    .carousel-control.left {
        background: #268cc6;
        border-right:1px solid #ffffff;
    }

    .carousel-control.right {
        background: #268cc6;
        border-left:1px solid #ffffff;
    }

.carousel-inner .item a {
    position: relative;
}


.TileSetControl .teqcol {
    padding-left: 10px;
    padding-right: 10px;
}

.tile span.item-cat {
    position: absolute;
    top: 10px;
    left: 10px;
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding: 3px;
    z-index: 1;
}


h1.page-title {
    font-size: 18px;
}

.title-box {
    display: inline-block;
    width: 14px;
    height: 14px;
}

.carousel-inner {
    border: none;
}

.carousel-indicators {
    bottom: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 80px;
}

    .carousel-indicators li {
        background: #ffffff;
        border: 1px solid #ffffff;
        width: 14px;
        height: 14px;
        margin: 3px;
        border-radius: 0px;
    }

        .carousel-indicators li.active {
            background: #268cc6;
            border: 1px solid #ffffff;
            width: 14px;
            height: 14px;
            margin: 3px;
        }
		
		
		@media(max-width:1170px){
   

.nav-tabs > li > a {
    margin-right: 2px;
	margin-bottom:3px;
    line-height: 1.42857143;
    border: 1px solid transparent;
	
    border-radius: 4px 4px 4px 4px;
}

}
		
	
		
@media(max-width:768px){
    .carousel-control,.carousel-control:hover{
        opacity:1;
        width:50px;
    }
    .carousel-control i{
        font-size:20px;
    }

    .carousel-indicators {
        padding-left: 60px;
    }

.nav-tabs > li > a {
    margin-right: 0px;
	margin-bottom:2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
	width:100%;
	display:block;
    border-radius: 4px 4px 4px 4px;
}
.nav-tabs > li {
    float: none;
    margin-bottom: 0px;
}
}


.content-area {
    background: #ffffff;
}


.menu-area {
    border-top: 10px solid #4a91ba;
    padding-top: 10px;
}

.menu-area-bg {
    background: #163158;
}

@media (min-width:768px) {


    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: transparent;
    }


    .navbar-default {
        background-color: transparent;
        border: none;
    }

    .navbar {
        border-radius: 0px;
    }

    .navbar {
        position: relative;
        margin-bottom: 0px;
        border: none;
    }


    .navbar-default .navbar-nav > li > a {
        color: #ffffff;
        font-size: 20px;
        background: none;
        font-weight: bold;
    }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            background: none;
            color: #FFF;
            font-size: 20px;
        }
}





@media (max-width:767px) {

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: transparent;
    }

    .navbar-default {
        background-color: transparent;
        border: none;
    }

    .navbar {
        border-radius: 0px;
        margin-bottom: 0px;
    }


    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
        color: #ffffff;
        background-color: transparent;
    }

    .navbar-default .navbar-brand {
        color: #ffffff;
    }

    .navbar-default .navbar-nav > li > a {
        /*padding-top: 0px;
        padding-bottom: 0px;*/
        /*line-height:34px;
        min-height:34px;*/
        color: #fff;
        font-size: 16px;
        background: none;
    }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: #FFF;
            font-size: 16px;
        }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background: none;
        color: #ffffff;
    }


    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #ffffff;
    }
}





.path {
    padding-bottom: 10px;
    padding-top: 10px;
}


#salt {
    max-width: 120px;
    display: inline-block;
}

.MessagePanelControl {
    padding: 3px;
    font-weight: normal;
}

    .MessagePanelControl b {
        font-weight: normal;
    }

.appointment-form-body #salt {
    max-width: 120px;
    display: inline-block;
    border: 1px solid #5e697b;
}

#back-top {
    position: fixed;
    bottom: 30px;
    right: 5px;
}



.root-tile{
    position:relative;
}
.root-tile-details{
    display:none;
    position:absolute;
    bottom:0px;
    padding:10px;
    background:url(skn/tilehover.png) repeat;
    width:100%;
}
.root-tile:hover .root-tile-details{
    display:block;
}
.root-tile-title a, .root-tile-title a:hover {
    color: #333;
    font-size: 20px;
    font-weight: 600;
}

.root-tile-description {
    color: #333;
    font-size: 14px;
}


.tile {
    padding: 20px;
    margin-bottom: 20px;
    
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=1, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=90, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=180, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=270, Color=#acacac);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=1, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=90, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=180, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=270, Color=#acacac)";
    box-shadow: 0 0 4px #ccc;
    -moz-box-shadow: 0 0 4px #ccc;
    -webkit-box-shadow: 0 0 4px #ccc;
    -o-box-shadow: 0 0 10px 4px #ccc;
}

    .tile:hover {
        /*filter: progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=1, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=90, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=180, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=270, Color=#acacac);
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=1, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=90, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=180, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=270, Color=#acacac)";
        box-shadow: 0 0 4px #333;
        -moz-box-shadow: 0 0 4px #333;
        -webkit-box-shadow: 0 0 4px #333;
        -o-box-shadow: 0 0 10px 4px #333;
        padding: 10px;*/
    }
.tile-details{
    padding-top:5px;
}
.tile-title a, .tile-title a:hover {
    color: #333;
    font-size: 16px;
    font-weight: 600;
}

.tile-description {
    color: #333;
    font-size: 14px;
}

.bottom-area .container {
    position: relative;
}
.login-area {
    
    text-align: center;
    color: #333;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
}
.about-area {
    background:url(skn/bottom.png) repeat;
    text-align: center;
    color: #333;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
}

    .about-area .container {
        padding-left: 0px;
    }

.about {
    background:url(skn/bottom.png) repeat;
    text-align: center;
    color: #333;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
}

.AboutElsewhere {
}

.socials-bottom {
    line-height: 50px;
}

.about-area a, .about-area a:hover {
    font-size: 12px;
    color: #163158;
    display: inline-block;
}


.login-area {
    float: left;
    color: #677284;
    margin-left: 20px;
}

    .login-area a, .login-area a:hover {
        color: #677284;
    }


a.btn, a.btn:hover {
    color: #ffffff;
}

@media (min-width:768px) {
    .logo-col {
        float: left;
    }

    .banner-col {
        float: left;
    }

    .radio-col {
        float: right;
    }

    .banner-col .banner-view, .banner-col .banner-admin {
        position: relative;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }

    .navbar-nav {
        width: 100%;
    }

        .navbar-nav li.search {
            float: right;
        }
}

.banner-col .banner-view img {
    max-width: 100%;
    height: auto;
}

.side-banner-col .banner-view img {
    max-width: 100%;
    height: auto;
}

.side-banner-col .banner-admin {
    background: #ededed;
}


.banner-col .banner-admin td:nth-child(2) {
    background: #ededed;
    max-height: 100px;
}


.banner-admin, .banner-view {
    text-align: center;
}




.newsletter-description {
    text-align: left;
    margin-bottom: 10px;
    margin-top: 10px;
}

.newsletter .form-control, .newsletter .form-control:hover, .newsletter .form-control:focus {
    background: #ffffff;
    border-color: #393a3a;
    color: #333333;
    box-shadow: none;
}




.bg-area {
    background: url(skn/bg.png) 0% 0% repeat-x;
}

.langs {
    margin-bottom: 30px;
}

    .langs span.sep {
        color: #268cc6;
    }

@media (max-width:480px) {

    .langs {
        margin-top: 20px;
        margin-bottom: 20px;
        font-weight: 500;
        color: #163158;
        font-size: 14px;
    }
}

.langs a, .langs a:hover, .langs span {
    margin-left: 5px;
    font-weight: 500;
    color: #163158;
    font-size: 14px;
}

.search-form {
    background: #ffffff;
}

@media (min-width:768px) {
    .search-form {
        max-width: 270px;
        width: 100%;
        display: inline-block;
        margin-top:40px;
    }
}

.img-thumbnail {
    border-color: #4a91ba;
}

.root-cats .img-thumbnail {
    border-color: #4a91ba;
    border-width: 4px;
    border-radius: 4px;
}


.bg-area .container {
    max-width: 1120px;
}

.root-tile {
    position: relative;
}

.root-title {
    position: absolute;
    bottom: 20px;
    left: 0px;
    background: url(skn/title.png) repeat;
    padding: 10px;
    display: none;
}

.root-tile:hover .root-title {
    display: inline-block;
}

.root-title a, .root-title a:hover {
    color: #323232;
    font-size: 20px;
    font-weight: bold;
}

.bottom-area-wrapper{
    background: url(skn/bottom.png) repeat;
    
}
.bottom-area {
    border-top:20px solid #268cc6;
    padding-top:30px;
    padding-bottom:30px;
}


.bottom-area, .bottom-area div, .bottom-area a, .bottom-area a:hover {
    color: #333;
}

.bottom-area ul {
    margin:0px;
    padding:0px;
}
.bottom-area ul li{
    margin:0px;
    
    list-style:none;
}


.panel-link-1 a,.panel-link-1 a:hover{
    color:#333;
    display:block;
    padding-bottom:3px;
    padding-top:3px;
    text-decoration:none;
}
.panel-link-1.active a,.panel-link-1.active a:hover{
    text-decoration:underline;
}
.panel-link-2{
    padding-left:25px;
}
.panel-link-2.active{
    background:url(skn/dot.jpg) 10px 50% no-repeat;
}
.panel-link-2 a,.panel-link-2 a:hover{
    color:#268cc6;
    display:block;
    padding-bottom:3px;
    padding-top:3px;
}










.panel {
    margin-bottom: 20px;
    background-color: #DBECFE;
    border: 1px solid transparent;
    border: none;
    border-radius: 0px;
}

    .panel .panel-heading {
        color: #ffffff;
        border-radius: 0px;
        background-color: #258CC6;
        font-size: 16px;
        padding: 12px;
        border: 1px solid #258CC6;
    }

        .panel .panel-heading h3 {
            font-size: 16px;
            text-align: center;
        }

            .panel .panel-heading h3 a, .panel .panel-heading h3 a:hover {
                font-size: 16px;
                text-align: center;
                color: #ffffff;
            }

    .panel.panel-info .panel-heading {
         color: #163158;
        border-radius: 0px;
        background-color: #d4e8f4;
        font-size: 16px;
        padding: 12px;
        border: 1px solid #d4e8f4;
    }
    .panel.panel-info {
        background-color: #ffffff;
    }

@media (min-width:768px) {
    .panel.panel-info .panel-body {
        padding: 0px;
    }
    .panel.panel-info{
        box-shadow:none;
        margin-bottom:0px;
    }
}
.panel-down {
    cursor: pointer;
}

.panel.panel-primary .panel-body {
    background: #DBECFE;
    padding: 10px;
    position: relative;
}
.filter-title{
    color:#104ba0;
    border-bottom:1px solid #104ba0;
    display:block;
    font-size:16px;
    font-weight:600;
    padding-bottom:5px;
}
.panel.panel-primary .panel-link {
    padding: 3px;
    padding-top: 8px;
    padding-bottom: 8px;
}

    .panel.panel-primary .panel-link a, .panel.panel-primary .panel-link a:hover {
        color: #002e68;
        font-size: 14px;
        font-weight: normal;
    }

        .panel.panel-primary .panel-link a:hover {
            color: #002e68;
        }

.panel-caret-symbol {
    display: inline-block;
    width: 15px;
    height: 9px;
    vertical-align: middle;
    background: url(skn/caret.jpg) 50% 50% no-repeat;
}

.panel-caret {
    border-style: solid;
    border-width: 5px 5px 0px 5px;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-top-color: #FF1E24;
    border-right-color: transparent;
    width: 0px;
    height: 0px;
    display: block;
    position: absolute;
    top: -1px;
    left: 20px;
}




.checkbox {
  padding-left: 20px; }
  .checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
    .checkbox label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 3px;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
    .checkbox label::after {
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 0;
      margin-left: -20px;
      padding-left: 3px;
      padding-top: 1px;
      font-size: 11px;
      color: #555555; }
  .checkbox input[type="checkbox"] {
    opacity: 0; }
    .checkbox input[type="checkbox"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .checkbox input[type="checkbox"]:checked + label::after {
      font-family: 'FontAwesome';
      content: "\f00c"; }
    .checkbox input[type="checkbox"]:disabled + label {
      opacity: 0.65; }
      .checkbox input[type="checkbox"]:disabled + label::before {
        background-color: #eeeeee;
        cursor: not-allowed; }
  .checkbox.checkbox-circle label::before {
    border-radius: 50%; }
  .checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #428bca;
  border-color: #428bca; }
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de; }
.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff; }

.radio {
  padding-left: 20px; }
  .radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
    .radio label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 50%;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out;
      transition: border 0.15s ease-in-out; }
    .radio label::after {
      display: inline-block;
      position: absolute;
      content: " ";
      width: 11px;
      height: 11px;
      left: 3px;
      top: 3px;
      margin-left: -20px;
      border-radius: 50%;
      background-color: #555555;
      -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      -o-transform: scale(0, 0);
      transform: scale(0, 0);
      -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
  .radio input[type="radio"] {
    opacity: 0; }
    .radio input[type="radio"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .radio input[type="radio"]:checked + label::after {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1); }
    .radio input[type="radio"]:disabled + label {
      opacity: 0.65; }
      .radio input[type="radio"]:disabled + label::before {
        cursor: not-allowed; }
  .radio.radio-inline {
    margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
  background-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #428bca; }

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de; }

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c; }

.node-title{
    padding:10px;
    background:#F4F7FC;
}
.node-title h1{
    padding:0px;
    margin:0px;
}

.newsletter-area{
	display:inline-block;
	
}