@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

html,
body {
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
    background: #fbfbfb;
}

@media only screen and (max-width: 991px) {
    html,
    body {
        font-size: 100%;
    }
}

body a {
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #272727;
}

a {
    color: #45aed6;
    -webkit-transition: color 400ms, background-color 400ms;
    -moz-transition: color 400ms, background-color 400ms;
    -o-transition: color 400ms, background-color 400ms;
    transition: color 400ms, background-color 400ms;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #2a95be;
}

hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
}

.rowSplit {
    margin-bottom: 30px;
}

#banner {
    padding: 50px 0;
}

.banner-title {
    font-family: 'Montserrat';
    font-size: 60px;
}

#ownerInfo {
    border: 1px solid #ddd;
    padding: 5px 20px 10px;
    background: #fff;
    border-radius: 5px;
}

.rowTitle {
    line-height: 2;
}

.ownerName {
    font-size: 24px;
    margin: 10px 0 20px;
}

.topTxt {
    margin: 10px 0 0;
}

.banner-txt {
    font-size: 18px;
}

.banner-txt span {
    margin-left: 15px;
}

.banner-txt span i {
    float: right;
    font-size: 30px;
    color: #333;
}

#domainInfo {
    padding: 25px 0 0;
}

#domainInfo a {
    text-decoration: none;
    color: #333;
}

.banner-subTxt {
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    margin-top: 0;
}

.siteWindow {
    background: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    margin: 0;
    margin-bottom: 40px;
}

.liveSiteWindow {
	height: 200px;
}

.siteWindow h2 {
    margin-bottom: 25px;
    font-size: 18px;
}

.siteWindow p {
    color: #777777;
    margin-bottom: 5px;
    font-size: 13px;
}

.siteWindow p:last-child {
    margin-bottom: 10px
}

.logoImg {
	width: 100px;
	margin: 15px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .siteWindow h2 {
        font-size: 15px;
    }

    .siteWindow p {
        font-size: 12px;
    }
}

@media only screen and (min-width: 992px) {
    .adColumn {
        margin-top: 9em;
    }
}

.adColumn img {
    margin: 0 auto;
    /*border: 2px solid #669933;
    padding: 5px;*/
}

.dirAd {
	padding-top:45px;
}

#footer {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #333;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
}