/*!
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
	color: #000;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    background-image: none;
	background-attachment: fixed;
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #fff;
    
}

p {
    font-size: 14px;
    line-height: 1.75;
    font-weight: 300;
}

.text-condensed {
	font-family: 'Roboto Condensed', sans-serif;
}

a,
a:hover,
a:focus,
a:active,
a.active {
	color: #eee;
    outline: 0;
}

a {
    color: #fff;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 5px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #e2e2e2;
}

.img-fullwidth {
	width: 100%;
	max-width: 100%;
}

.img-centered {
    margin: 0 auto;
}

.btn {
	color: #fff;
    background: #000;
    font-family: 'Montserrat', sans-serif;
    -moz-user-select: none;
    border-radius: 0;
    margin-bottom: 0;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    border: 3px solid;
    padding: 8px 20px;
    margin-top: 10px;
    text-shadow: none;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

.btn-theme {
    color: #fff;
    background: #222;
    border-color: transparent
}

.btn-theme:active,
.btn-theme:hover {
    color: #fff;
    background: #000;
    border-color: transparent
}

.btn-black {
	color: #fff;
    background: #000;
    border-color: #000
}

.btn-black:active,
.btn-black:hover {
    color: #ccc;
    background: #000;
    border-color: #000
}

.btn-white {
    color: #000;
    background: #fff;
    border-color: #fff
}

.btn-white:active,
.btn-white:hover {
    color: #000;
    background: #ccc;
    border-color: #ccc
}

.btn-xs {
    font-size: 11px;
    line-height: 14px;
    border: 1px solid;
    padding: 5px 10px
}

.btn-sm {
    font-size: 12px;
    line-height: 16px;
    border: 2px solid;
    padding: 8px 15px
}

.btn-lg {
    font-size: 18px;
    line-height: 22px;
    border: 4px solid;
    padding: 13px 40px;
    text-transform: uppercase;
    font-weight: 700
}

/* ==================================================================================================================================
HEADER SECTION 
======================================================================================================================================= */
header {
	padding: 0px;
    background-attachment: scroll;
    background-image: none;
    background-position: center top;
    background-repeat: no-repeat;
    
}

::-moz-selection {
    text-shadow: none;
}

::selection {
    text-shadow: none;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

