/*   
Theme Name: Robertson Home
Theme URI: http://pixelimage.co.uk/
Description: Robertson Home homeselectors.
Author: Ajay Badgujar
Author URI: http://ajaybadgujar.com
Version: 1.0
*/

body{
	margin: 0px;
}
header{
    position: relative;
    height: 100px;
    width:100%;
}
.width-limiter {
    width: 100%;
    max-width: 1600px;
    margin: 0px auto;
    }
.header-container{
	height: 100px;
    clear: left;
    text-align: center;
    position: fixed;
    left:0;
    top:0;
    background: #fff;
    z-index: 1;
    width:100%;
}
header .logo{
	position: relative;
	width:100%;
	height: 100px;
}
header .logo img{
	position: absolute;
	left:50%;
	top:20px;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}
footer{
    clear: left;
    text-align: center;
	height: auto;
	position: fixed;
	bottom: 0;
	left:0;
	width: 100%;
}
footer .footer{
	position: relative;
	background-color: #636363;
}
footer .footer .disclaimer{
	float: left;
	width: calc(100% - 223px);
	color: #ffffff;
	font-size: 11px;
	text-align: center;
	font-weight: 300;
	font-family: Helvetica;
	
}

footer .footer .disclaimer .para {
    width: 100%;
    margin: 4px auto 4px auto;
    line-height: 1.3;
    padding: 0px 35px;
    font-size: 12px;
    font-family: Helvetica;
}

footer .footer .brand-hs-logo {
    right: 0px;
    background-color: #3b3a3a;
    height: 100%;
    position: absolute;
    width: 223px;
}

footer .footer .brand-hs-logo img {
   
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.container {
	width:100%;
    max-width: 1600px;
    position: relative;
}

.container .sites{
	margin:0 auto;
	width:100%;
	height: 100%;
	/*height:calc(100vh - 162px);*/
}

.container .sites .box{
	/*width:400px;*/
	/*height: 342px;*/
	float:left;
	margin-top:10px;
	margin-bottom:50px;
	/*margin-right:20px;*/
	/*box-shadow: 0 0 3px;*/
	cursor: pointer;
}

.container .sites .box:nth-child(3n) {
	margin-right:0px;
}

.container .sites .box .box-header{
	width:100%;
	background: #005275;
	color:#fff;
	text-align:center;
	padding-top:10px; 
	padding-bottom:10px; 
	font-size:18px;
	text-transform: uppercase;
}
.container .sites .box .box-image{
	/*width:400px;*/
	/*height: 300px;*/
	width:100%;
	height: 100%;
}

.container .sites .box .box-image img{
	width:100%;
	height: 100%;
}

/*Mobile css*/
@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    header .logo img{
    	width: 100%;
    }
    footer{
    	position: relative;
    }
    footer .footer{
        width: 100%;
    }
    footer .footer .disclaimer{
        width: 100%;
        margin:0 auto;
        text-align: center;
        font-size: 11px;
		font-weight: 300;

    }
    footer .footer .para{
    	padding: 13px 10px 9px 10px;
    }

    footer .footer .brand-hs-logo{
        width: 100%;
        position: relative;
        height: 32px;
    }
    .clear{
    	clear: both;
    }
}


/*
::-webkit-scrollbar {
    width: 0.5em;
    height: 2em
}
::-webkit-scrollbar-button {
    background: #ccc
}
::-webkit-scrollbar-track-piece {
    background: #888
}
::-webkit-scrollbar-thumb {
    background: #eee
}*/
