/*
Theme Name: UA Simple Theme - 2014
Theme URI: http://urbanassaultweb.com
Author: Rod Valencia
Author URI: http://urbanassaultweb.com
Description: <strong>Simple Responsive Theme</strong> - Download more <a href="http://urbanassaultweb.com/themes">HERE !</a>
Version: 1.0.1
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: black, blue, white, light, one-column, fluid-layout, responsive-layout, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: Simple Responsive Theme 1 The UA Web

Simple Responsive Theme 1 © 2011-2014 The UA Web
Simple Responsive Theme 1 is distributed under the terms of the GNU GPL
*/

/*html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}*/
/*.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}*/

@font-face {
    font-family: 'iconfont';
    src: url('fonts/iconmoon/iconmoon.woff') format('woff'),  /*Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+*/
    url('fonts/iconmoon/iconmoon.ttf') format('truetype');  /*Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5*/
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'bebasregular';
    src: url('fonts/bebas_regular_macroman/BEBAS___-webfont.woff') format('woff'),  /*Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+*/
    url('fonts/bebas_regular_macroman/BEBAS___-webfont.ttf') format('truetype');  /*Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5*/
}


@font-face {
    font-family: 'bostontraffic';
    src: url('fonts/bostontraffic_regular_macroman/boston_traffic-webfont.woff') format('woff'),  /*Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+*/
    url('fonts/bostontraffic_regular_macroman/boston_traffic-webfont.ttf') format('truetype');  /*Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5*/
}

@font-face {
    font-family: 'colaborate-bold';
    src: url('fonts/colaborate_bold_macroman/ColabBol-webfont.woff') format('woff'),  /*Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+*/
    url('fonts/colaborate_bold_macroman/ColabBol-webfont.ttf') format('truetype');  /*Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5*/
}

@font-face {
    font-family: 'colaborate-regular';
    src: url('fonts/colaborate_regular_macroman/ColabReg-webfont.woff') format('woff'),  /*Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+*/
    url('fonts/colaborate_regular_macroman/ColabReg-webfont.ttf') format('truetype');  /*Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5*/
}
@font-face {
    font-family: 'colaborate-thin';
    src: url('fonts/colaborate_thin_macroman/ColabThi-webfont.woff') format('woff'),  /*Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+*/
    url('fonts/colaborate_thin_macroman/ColabThi-webfont.ttf') format('truetype');  /*Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5*/
}


body{

    width: 100%;
    height: 100% !important;
    /*color: #FFFFFF;*/
}

.nav, .navbar-nav, .title-name{
    font-family: 'bebasregular', helvetica, arial, sans-serif, sanserif;
    color:#ffffff;
}

.navbar-default .navbar-nav > li > a {
    color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #cccccc;
}

.navbar-nav > li > a {
    padding-top: 18px;
    padding-bottom: 15px;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'bostontraffic', helvetica, arial, sans-serif, sanserif;
    color: #333333;
}

p{
    font-family: 'colaborate-regular', helvetica, arial, sans-serif, sanserif,serif;
    font-size: 1.2em;
    color: #333333;
}

.thin-text{
    font-family: 'colaborate-thin', helvetica, arial, sans-serif, sanserif,serif;
}

.small-text{
    font-size: 1em;
}

.justfied-text{
    text-align: justify;
}

.top-content{
    min-height: 450px;
    background: #cccccc;
    margin-top: 65px;
}

.featurette{
    margin-top: 65px;
}

.featurette img{
    margin-top: 18px;
}