html,
body {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    height: 100%;
}

body{
	background:url('http://mysearch.dk/uploads/bg-banner.jpg');
    font-family: "Arial fed", Arial !important;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
    padding-bottom: 0px;
}

.wrap > .container {
    padding: 20px 15px 20px;
    margin-top: 20px;
}

.jumbotron {
    text-align: center;
    border: 1px solid #e5e5e5;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.footer {
    height: 60px;
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

a{
    color: #34B694;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.grid-view td:last-child {
    width: 68px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* add red asterisk to required form fields */
div.required label:after {
    content: " *";
    color: #e13431;
}

/*-- Css for nicer display of boolean yes/no values --*/

.boolean-true {
    font-weight: bold;
    color: green;
}

.boolean-false {
    font-weight: bold;
    color: #e13431;
}

/*-- Css for nicer display of user roles --*/

.role-theCreator {
    font-weight: bold;
    color: black;
}

.role-admin {
    font-weight: bold;
    color: #c4a500;
}

.role-employee {
    font-weight: bold;
    color: #800080;    
}

.role-premium {
    font-weight: bold;
    color: #009d00;
}

.role-member {
    font-weight: bold;  
    color: #4c4cff;      
}

/*-- Password strength --*/

/* Ajust the size so it fits nicely */
.kv-meter-container {
    width: 105px;
}

.navbar{
    margin-bottom: 0px;
    min-height: 105px;
}

.navbar-toggle{
    border-color: #336666;
}

.navbar-toggle .icon-bar{
    background-color: #336666;
}

.navbar-nav{
    margin-top: -20px;
}

.navbar-nav > .active > a, .navbar-nav > .active > a:hover{
    border: none;
    padding: 0px 5px !important;
    color: #663333;
    font-family: 'Arial normal', 'Arial';
    font-weight: bold;
    font-size: 11px;
}

.navbar-nav > li{
    border-right: 1px solid #ddd;
}

.navbar-nav > li > a{
    border: none;
    padding: 0px 5px !important;
    color: #663333;
    font-family: 'Arial normal', 'Arial';
    font-weight: 400;
    font-size: 11px;
}

.navbar-nav > li > a:hover{
    color: #aaa;    
    border: none;
    padding: 0px 5px !important;
    font-family: 'Arial normal', 'Arial';
    font-weight: 400;
    font-size: 11px;
}

h2{
    font-family: 'Century Gothic normal', 'Century Gothic';
    color: #336666;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    background: url('../images/dot_bg.png');
    background-repeat-y: no-repeat;
    line-height: 12px;
}

h2 span{
    background-color: #eee;
    padding: 15px;
}

#favoriteRow ul{
    padding-left: 0px;
    margin-top: 20px;
    margin-left: 20px;
}

#favoriteRow ul li{
    list-style: none;
    font-family: 'Helvetica Regular', 'Helvetica';
    font-weight: 400;
    font-size: 11px;
    float: left;
    padding-left: 1px;
    height: 50px;
    padding-top: 8px;
    width: 95px;
/*    margin-bottom: 10px;*/
/*    margin-right: 25px;*/
}

#favoriteRow ul li a{
    color: #333;
    font-size: 11px;
}

#favoriteRow ul li a:hover{
    color: #aaa;
    text-decoration: none;
}

.well{
    background: transparent;
    border: 0px;
    box-shadow: 0px;
}

.form-control{
    border-radius: 0px;
    height: 25px;
    border: 1px solid #aaa;
    font-size: 13px;
}

.btn-mysearch{
    background-color: #40615e;
    height: 30px;
    line-height: 0px;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 20px;
    border: #aaa;
}
.btn-mysearch:hover{
    background-color: #14a07d;
}

.btn-primary[disabled]{
    background-color: #14a07d;
}

.btn-primary[disabled]:hover{
    background-color: #14a07d;
}

.btn-primary[disabled]:focus{
    background-color: #14a07d;
}

label{
    color: #663333;
}

#top-banner{
    height: 80px;
    background: #aaa;
    text-align: center;
    line-height: 40px;
    margin-bottom: -20px;
}

#contentDiv{
    height: 300px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    margin-bottom: 15px;
    margin-top: 15px;
}

#googleSearch{
    width: 320px;
    background: rgba(12, 12, 12, 0.8);
    border-radius: 10px;
    position:absolute;
    top: 34%;
    left: 28%;
    padding: 20px;
}

#dashboardDiv{
   background: #e4e4e4;
   height: 300px;
   margin-top: 15px;
   padding-top: 10px;
}

#dashboardDiv h3.green-heading{
    font-family: 'Arial fed', 'Arial';
    font-weight: 700;
    color: #34B694;
    font-size: 24px;
    margin-top:0px;
}

#dashboardDiv small{
    font-family: 'Arial fed', 'Arial';
    font-weight: 700;
    color: #198F6F;
    font-size: 12px;
}

#dashboardDiv table tr th{
    width: 10%;
    padding-left: 2px;
    padding-top: 17px;
    vertical-align: top;
    color: #34B694;
}

#dashboardDiv table tr td{
    font-size: 14px;
    color: #363636;
    line-height: 18px;
    font-family: 'Arial normal', 'Arial';
    padding-top: 15px;
}

#yourLinksRow{
}

#yourLinksRow #boxesDiv{
    margin-bottom: 30px;
    margin-top: 20px;
}

#yourLinksRow #boxesDiv .parent-boxes{
/*    //width:55%; */
    height:186px; 
    background: #e4e4e4;
    padding:0px;
}

#yourLinksRow #boxesDiv .parent-boxes .box-col{
    height: 186px;
    padding-top: 10px;
    margin-bottom: 10px;
    padding-left: 8px;
    padding-right: 8px;
    background: #e4e4e4;
    border-right: 1px dotted #aaa;
    /*padding-right: 5px;*/
}

#yourLinksRow #boxesDiv .parent-boxes .box-col ul{
    padding: 0px;
}

#yourLinksRow #boxesDiv .parent-boxes .box-col ul li{
    list-style: none;
    text-align: left;
    padding-bottom: 15px;
}

.btn-add{
    background: #14a07d;
    color:#fff;
    font-size: 11px;
    height: 15px;
    border-radius: 2px;
    padding: 3px;
    font-weight: 700;
    text-align: center;
    padding:3px 10px 3px 10px;
    font-family: 'Helvetica Bold', 'Helvetica';
}

.btn-add:hover{
    color: #000;
    text-decoration: none;
}

.btn-add:visited, .btn-add:valid, .btn-add:active, .btn-add:focus{
    color: #fff;
    text-decoration: none;
}

.link-alert{
    display:none;
    width:55%;
    opacity: 0.6;
}

.link-url, .link-url:valid, .link-url:visited, .link-url:active, .link-url:focus, .link-url:hover{
    color: #333;
    text-decoration: none;
}

#alertTable{
    width: 26%;
    text-align: left;
    margin-left: 32px;
    margin-bottom: 15px;        
}

#alertTable tbody tr td i{
    color: #14a07d;
}

#addLinkModal{
    top: 25%;
}

#addLinkModal .modal-dialog{
    width: 340px;
}

#addLinkModal .modal-content{
    height: 200px;
    border-radius: 0px;
    box-shadow: none;
}

#addLinkModal .modal-body{
    padding: 10px;
    padding-top: 0px;
    position: relative;
    padding-top: 32px;
}

#addLinkModal .modal-cross{
    position: absolute;
    top: 0px;
    right: 0px;
}
#your-links{
    width: 85%;
}

#your-links label{
    margin-bottom: 0px;
    float: left;
}

#your-links .form-group{
    margin-left: 25px;
}

#your-links .form-control{
    font-style: italic;
}

#your-links .help-block{
    display: none;
}

.reg-member{
    border-top: 1px dotted #aaa;
    border-bottom: 1px dotted #aaa;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 3px;
    margin-right: 10px;
    margin-top: 0px;
}

.btn-success {
    color: #fff;
    background-color: #14a07d;
    border-color: #14a07d;
    font-weight: bold;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 3px;
    margin-top: 10px;
}

.arrow-img{
    position: absolute;
    top: 80px;
    right: -11px;
    transform: rotate(270deg);
}

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus{
    background-image: url(../images/search_box_icon.png) !important;
    background-repeat: no-repeat;
    background-position: 20px 8px;
    height: 30px !important;
    background-color: #14a07d !important;
}

.gsc-control-cse div, .gsc-input-box{
    height: 32px !important;
}

.even{
    background: #e4e4e4;
}

.odd{}

.text-block{
    padding-top: 10px;
}

.text-block, .text-block p, .text-block span{
    font-family: 'Helvetica Bold', 'Helvetica' !important;
    font-size: 14px !important;
    text-align: left;
}

.normal-weight{
    font-weight: normal;
}

#videosRow .video-block .video-box{
    margin: 0px;
    padding-left: 0px;
}

#videosRow .video-block .video-box iframe{
    max-height: 200px;
    width: 100%;
}

.video-block{
    padding-top: 20px;
    padding-bottom: 20px;
}

.web-shop-category{
    padding: 0px 0px 0px 3px;
    border: 1px solid #e4e4e4;
    margin-right: 6px;
    margin-bottom: 10px;
    background: url(../images/webshopBg.png) repeat-x;
    font-family: 'Arial fed', 'Arial';
    font-weight: bold;
    border-radius: 3px;
}

.web-shop-category img{
    margin-right: 5px;
}

.web-shop-category a, .web-shop-category a:hover, .web-shop-category a:visited, .web-shop-category a:focus{
    line-height: 26px;
    font-size: 12px;
    color: #333;
    text-decoration: none;
}

.inner-web-shop{
    border:1px solid #e4e4e4;
    margin-right: 10px;
    margin-bottom: 10px;
    height: 22px;
    background: #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 2px;
}

.inner-web-shop a, .inner-web-shop a:hover, .inner-web-shop a:visited, .inner-web-shop a:focus{
    color: #14A07D;
    font-size: 12px;
    font-family:  'Arial fed', 'Arial';
    font-weight: bold;
    text-decoration: none;
}

.web-shop-counter{
    padding: 3px 5px 3px 5px;
    background: #1acb9f;
    margin-left: 10px;
    color: #fff;
    width: 25px;
    text-align: center;
    position: relative;
    height: 26px;
    line-height: 19px;
}

.web-shop-counter span{
    font-family: 'Verdana fed', 'Verdana' !important;
    font-size: 10px !important;
}

.web-shop-counter .dot-left{
    background: #1acb9f;
    width: 5px;
    height: 5px;
    border-radius: 20px;
    position: absolute;
    top: 40%;
    left: -3px;
}

.web-shop-counter .dot-bottom{
    background: #14A07D;
    width: 5px;
    height: 5px;
    border-radius: 20px;
    position: absolute;
    bottom: -10%;
    left: 42%;
}

.hidden-div{
    display: none;
}

/*Member Account Page*/

#memberForm{
    background: #d7d7d7;
    margin-top: 75px;
    height: 270px;
    min-height: 248px;
    width: 64%;
}

#member-form{
    margin-top: 25px;
}

#member-form label{
    font-family: 'Arial fed', 'Arial';
    font-weight: 700;
    color: #333;
    margin-bottom: 0px;
    font-size: 13px;
}

#member-form input{
    max-width: 296px;
}

#member-form .help-block{
    display: none;
}

#member-form .form-group{
    margin-bottom: 5px;
}

#member-form .gender-holder{
    height: 44px;
    background: #fff;
    margin-bottom: 20px;
    margin-top: 5px;
    width: 100%;
    cursor: pointer;
}

#member-form .gender-holder .female{
    border-right: 1px solid #ddd;
    height: 35px;
    margin-top: 5px;
    font-family: 'Arial normal', 'Arial';
    font-size: 13px;
}
#member-form .gender-holder .female:hover, #member-form .gender-holder .male:hover {
    font-weight: bold;
}

#member-form .gender-holder .male{
    height: 35px;
    margin-top: 5px;
    font-family: 'Arial normal', 'Arial';
    font-size: 13px;
}

#headLine{
    margin-top: 65px;
    margin-left: 10px;
    margin-right: 30px;
    background: #fff;
    padding-bottom: 15px;
}

#textSection p{
    font-size: 16px;
    font-family: 'Arial normal', 'Arial';
}

#imgSection{
    margin-top: 25px;
}

.trends-block{
    padding-left: 0px; 
    padding-right: 0px; 
    margin-top: 20px;
}

.trend{
    margin-right: 0px;
    margin-bottom: 25px;
}

.last-block{
    background: #cccccc !important;
    color: #333 !important;
}

.trend h3{
    background: #198f6f;
    font-family: 'Arial fed', 'Arial';
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF; 
    margin: 0px;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    
}

.trend h3.odd{
    background: #34b694;
}

.trend .trend-text{
    background: #fff;
    text-align: left;
    font-family: 'Arial fed', 'Arial';
    font-weight: 400;
    font-size: 14px;
    padding: 15px;
    line-height: 16px;
    max-height: 150px;
    height: 150px;
}

.trend a .link-text{
    background: #e4e4e4;
    font-family: 'Arial fed', 'Arial';
    font-weight: 700;
    font-size: 16px;
    color: #666;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    text-align: left;
    height: 60px;
    padding: 0px;
    padding-left: 10px;
    padding-top: 7px;
    padding-right: 15px;
}

.trend .trend-img-div{
    padding: 0px;
    height: 60px;
    background: #e4e4e4;
    padding-top: 18px;
    padding-right: 10px;
}

.trend .trend-img{
    transform: rotate(225deg);
    margin-left: -10px;
}

#appsRow .apps{
    padding: 0px;
    padding-top: 20px;
    
}

#appsRow .apps-block div{
    background: #fff;
    height: 765px;
    font-family: 'Arial normal', 'Arial';
    font-size: 14px;
    color: #333;
    padding-bottom: 20px;
    text-align: left;
}

#appsRow .apps-block div p{
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    line-height: 17px;
}

#appsRow .apps-block h3{
    margin-top: 0px;
    background: #34b694;
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

#appsRow .apps-block div h1{
    color:#198f6f;
    font-size: 22px;
}

#appsRow .apps-block div h5 img{
    width: 100%;
    height: 79px; 
    margin-top: 5px;
}

#appsRow .apps-block .square-banner{
    height: 300px;
    width: 100%;
    text-align: center;
    margin-top: 20px;   
    padding-left: 10px;
    padding-right: 10px;
}

#appsRow .apps-block .square-banner a img{
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top:25px;    
}

.large-banner{
    height: 180px;
    max-height: 180px;
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}

.large-banner img{
    width: 930px;
}

#appsRow .apps-block div h5{
    padding-left: 10px; 
    padding-right: 10px; 
    font-weight: normal; 
    font-size: 14px;    
}

.res-box{
    padding: 0px;
    margin: 0px;
    border: 1px solid #ccc;
    border-right: 0px;
}

.res-box h4{
    padding-top: 35px;
    padding-bottom: 35px;
    text-align: left;
    background: #fff;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px; 
    margin-bottom: 0px;
    margin-top: 0px;
    height: 125px;
    max-height: 125px;
}

.res-box h4 a{
    color: #333;
}
.footer-row{
    background: #34b694;
    height: 170px;
}

footer h6{
    font-weight: normal;
    color: #fff;
    font-family: 'Arial fed', 'Arial';
    font-size: 18px;
    margin-top: 30px;
}

footer h6 address{
    font-size: 14px;
    line-height: 15px;
}

footer ul{
    padding-left: 0px;
}

footer ul li{
    list-style: none;
    line-height: 17px;
    font-size: 15px;
}

footer ul li a{
    color: #66FFCC;
}

footer .social-link{
    color: #fff;
    font-family: 'Arial normal', 'Arial';
    font-weight: 400;
    text-decoration: underline;
}

footer .container{
    padding: 0px;
}

.footer-box{
    height: 125px;
}

/*Member Account Page*/


/*.child-web-shops{
    padding-top: 45px;
    padding-bottom: 20px;
}*/



@media (min-width:600px) and (max-width:700px){
    
    #alertTable{
        width: 40%;
    }

    #googleSearch{
        left: 27%;
    }
    
    #yourLinksRow #boxesDiv .parent-boxes  {
/*        width: 85%;*/
    }  
}

@media (max-width:320px){
    
    #favoriteRow ul li{
        width: 78px;
    }

    #alertTable{
        width: 100%;
        margin-left: 0px;
    }

    #googleSearch{
        width: 250px;
        left: 2%;
    }
    
    #dashboardDiv{
        height: auto;
        padding-bottom: 25px;
    }
    
    #dashboardDiv h3.green-heading{
        font-size: 18px;
    }
    
    #yourLinksRow #boxesDiv .parent-boxes{
/*        width: 100%;*/
        height: 580px;
        margin-top:40px !important;
    }
    
    .arrow-img {
        top:175px;
        left: 57px;
        transform: rotate(360deg);
    }   
    
    #addLinkModal .modal-dialog {
        width: 300px;
    }
    
    .banner-section{
        margin-right: 35px !important;
    }
    
    #appsRow .apps-block div   {
        font-size: 13px;
    } 
    
    #appsRow .apps-block div h5   {
        margin-top: 8px;
    } 
    
    #appsRow .apps-block div h1    {
        font-size: 17px;
    }
    
}

@media (min-width:321px) and (max-width:375px){
    
    #alertTable{
        width: 100%;
        margin-left: 20px;
    }

    #googleSearch{
        width: 270px;
        left: 7%;
    }
    
    #dashboardDiv{
        height: auto;
        padding-bottom: 25px;
    }
    
    #dashboardDiv h3.green-heading{
        font-size: 20px;
    }
    
    #yourLinksRow #boxesDiv .parent-boxes{
        width: 90%;
        height: 580px;
        margin-top:30px !important;
        margin-left: 15px;
    }
    
    .modal{
        left: 5%;
    }
    
    .arrow-img {
        top:175px;
        left: 57px;
        transform: rotate(360deg);
    }   
    
    #addLinkModal .modal-dialog {
        width: 300px;
    }    
    
    .banner-section{
        margin-right: 0px !important;
    }
    
}

@media (min-width:426px) and (max-width:750px){
    #googleSearch{
        left: 22%;
    }
    #yourLinksRow #boxesDiv .parent-boxes{
        width: 100%;
        height: 125px;
    }
    #yourLinksRow #boxesDiv .parent-boxes .box-col{
        height: 130px;
        overflow: hidden;
    }
    .col-xs-6{
        width: 25%;
    }
    #yourLinksRow #boxesDiv .parent-boxes .box-col ul li{
        font-size: 65%;
        padding-bottom: 7px;
    } 
    #yourLinksRow #boxesDiv .parent-boxes .box-col ul    {
        margin-bottom: 5px;
    }
    #yourLinksRow #boxesDiv .parent-boxes .box-col .img-responsive    {
        height: 185px;
        width: 100%!important;
    }
    .btn-add{
        padding: 1px 5px 1px  5px;
        font-size: 10px;
    }
    .chain-img{
        height: 35%;
    }
    .arrow-img{
        top: 42%;
    }
}

@media (min-width:376px) and (max-width:425px){
    
    #alertTable{
        width: 100%;
        margin-left: 45px;
    }

    #googleSearch{
        left: 6%;
    }
    
    #dashboardDiv{
        height: auto;
        padding-bottom: 25px;
    }
    
    #yourLinksRow #boxesDiv .parent-boxes{
        width: 83%;
        height: 580px;
        margin-top: 30px !important;
        margin-left: 35px;
        margin-top:30px !important;
    }
    
    .modal{
        left: 8%;
    }
    
    .arrow-img {
        top:175px;
        left: 57px;
        transform: rotate(360deg);
    }  
    
    .banner-section{
        margin-right: 0px !important;
    }
    
}

@media(max-width:425px){
    #desktpLinks{
        display: none;
    }
    
    #mobileLinks{
        display: block;
    }
    
    .navbar-nav{
        margin-top: 0px !important;
    }
    
    #videosRow .video-block .video-box{
        margin: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    
    #memberForm{
        width: 100%;
        height: 525px;
    }
    
    .section2{
        padding-left: 15px !important;
    }
    
    #member-form .form-group{
        margin-bottom: 10px;
    }
    
    #member-form input{
        max-width: 100% !important;
    }
    
    #textSection{
        float: right;
    }
    
    #imgSection{
        float: right;
    }
    
    h2{
        font-size: 12px;
    }
    
    .trend a .link-text{
        font-size: 10px;
    }
    
    .trend .trend-text{
        font-size: 11px;
        line-height: 14px;
    } 
    
    #appsRow .apps-block div{
        height: 800px;
    }
    
    #appsRow .apps-block{
        margin-bottom: 30px;
    }
    
    .navbar-brand > img    {
        width: 170px;
    }
    
    .navbar-brand{
        padding-left: 0px;
    }
    
    .footer-row{
        background: #34b694;
        height: auto;
    }
    .first-footer-box{
        margin-top: 50px;
    }

    

}

@media (min-width:1000px) and (max-width:1024px){
/*    #yourLinksRow #boxesDiv .parent-boxes{
        width: 60%;
    }*/
    
    #alertTable{
        width: 35%;
        margin-left: 45px;
    }
    .banner-section{
        margin-right: 25px !important;
    }
    
    .banner-section img{
        width: 243px;
    }
    
    #googleSearch{
        left: 24%;
    }
    
    #dashboardDiv h3.green-heading{
        font-size: 21px;
    }
    
    #appsRow .apps-block div  {
        font-size: 12px;
    }
    #appsRow .apps-block div h1    {
        font-size: 15px;
        margin-bottom: 0px;
    }
    
    #appsRow .apps-block div h5{
        font-size: 13px;
        margin-top: 8px;
    }
    
    .trend .trend-text   {
        font-size: 11px;
    } 
    
    .trend a .link-text    {
        font-size: 12px;
    }
}

@media (min-width: 992px){
    .col-md-offset-2 {
        margin-left: 20.666667%;
    }
    
    #yourLinksRow #boxesDiv .parent-boxes .box-col{
        width: 20%;
    }
    
    .col-md-9{
        width: 72%;
    }
}

@media (min-width:700px) and (max-width:768px){
    #googleSearch{
        left: 4%;
    }
    
    #member-form .gender-holder{
        width: 100% !important;
        height: 65px !important;
    }
    
    #member-form .gender-holder .female, #member-form .gender-holder .male{
        height: 55px !important;
    }
    
    #yourLinksRow #boxesDiv .parent-boxes{
        height: 140px;
    }   
    
    #yourLinksRow #boxesDiv .parent-boxes .box-col ul li a{
        font-size: 11px;
    }
    
    .col-sm-3 {
        width: 20%;
    }
    
    #yourLinksRow #boxesDiv .parent-boxes .box-col ul li{
        padding-bottom: 5px;
    }
    
    #yourLinksRow #boxesDiv .parent-boxes .box-col{
        height: 130px;
    }
    
    #yourLinksRow #boxesDiv .parent-boxes .img-responsive{
        height: 138px !important;
    }    
    
    .btn-add{
        font-size: 8px;
    }
    
    .banner-section{
        margin-right: 32px !important;
    }
    
    .banner-section img{
        width: 155px;
    }
    
    #favoriteRow ul li{
        width: 90px;
    }
    
    #appsRow .apps-block{
        margin-bottom: 30px;
    }
    
    #appsRow .apps-block div h1 {
        font-size: 15px;
    }
    
    .navbar-brand > img {
        width: 225px;
    }
    
    .trend .trend-text {
        font-size: 12px;
    }   
    
    .trend a .link-text {
        font-size: 13px;
    }
    
    #appsRow .apps-block div {
        font-size: 12px;
    }
}

.koder-box{
    padding-left: 0px;
    margin-bottom: 50px;
}

.koder-box img{
    border: 1px solid #999;
    margin-bottom: 10px;
    width: 100%;
    min-height: 110px;
}

.koder-box a{
    color: #333;
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 17px;
}