/*RESET*/

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	text-decoration: none;
	outline: none;
}

.full {
	width: 100%;
}

.center {
	width: 65%;
	margin: 0 auto;
}

.clear {
	clear: both;
}

body {
	font-family: 'Raleway', sans-serif !important;
}

p {
	line-height: 1.5em;
}

header {
	width: 100%;
	height: 100vh;
	background: url(../images/backgrounds/background-image.jpg);
	background-position: center center;
}

.logo-container {
  position: relative
}

.title {
	text-align: center;
	color: #fff;
	margin: 0 auto;
	width: 100%;
    margin-bottom: 40px;
    font-size: 15px;
}

.logo {
    width: 100%;
    max-width: 1170px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.logo img {
	padding-bottom: 20px;
}

.logo h1 {
	color: #fff;
	font-size: 36px;
    padding: 0 40px 0 40px;    
}

.rowbutton {
    text-align: center;
    margin-bottom: 30px;
}

@media only screen and (min-width: 767px) {
    .rowbutton {
        margin: 40px 0;
    }
}

@media only screen and (max-width: 767px) {
    .rowbutton {
        margin: 40px 0;
    }
}

.button, input[type=submit] {
    font-size: 13px;
    line-height: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .2em;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    position: relative;
    background: transparent;
    color: #fff;
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 25px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

a:hover {
    color: #c3c3c3 !important;
}

/* Social Media */

.social {
    text-align: center;
    /* margin-bottom: 0px; */
    /* margin-top: 15px; */
    position: absolute;
    bottom: 10vh;
    width: 100%;
    z-index: 2;
}

.imageblock-container .social {
	bottom: 100px;
}

.imageblock-container .social {
	bottom: 100px;
}

.social a {
    display: inline-block;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease-out;
}

.social a:hover {
    opacity: 1;
}

.social a span {
    position: relative;
    float: left;
    display: inline;
    margin: 0 5px;
    text-indent: -9999em;
    width: 30px;
    height: 30px;
    line-height: 40px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    -ms-behavior: url(img/backgroundsize.min.htc);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.social .facebook span {
    background-image: url(../images/icons/social-facebook.png);
}

.social .twitter span {
    background-image: url(../images/icons/social-twitter.png);
}

.social .instagram span {
    background-image: url(../images/icons/social-instagram.png);
}

/* Service Time */

#service {
	padding-top: 10px;
	padding-bottom: 10px;
	background: #17191A;
	text-align: center;
	bottom: 0;
	position: absolute;
}

#service p {
    padding-top: 10px;
    color: #fff;
}

/* BQ Creative */

#bqcreative {
	padding-top: 10px;
	padding-bottom: 10px;
	background: #17191A;
	text-align: center;
	bottom: 0;
	position: absolute;
}

.icon-creative {
	width:50px;
	height:24px;
	margin-top: 5px;
	opacity:0.3;
	display:inline-block;
	transition: .5s ease all;
}

.icon-creative:hover {
	opacity:1;
	transition: .5s ease all;
}

@media only screen and (min-width: 767px) {
    .social a span {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 500px) {
	.logo h1 {
		font-size: 25px;
	}

	.logo img {
		width: 100%;
	}
}