/*@import url('http://fonts.googleapis.com/css?family=Lato:400,300,700,900');*/
/*@import url('animate.css');*/

body {
    color: #000000;
    background: #f7f7f7;
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 300;
    text-shadow: none;
}

.clear {
    clear: both;
}

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    /*font-family: 'Lato', sans-serif;*/
}

h1, h2, h3, h4, h5, h6 {
    color: #222;
}

h1, h2, h3, h4, h5, h6 {
    font-style: normal;
    margin: 0 0 20px 0;
}

h1 {
    font-size: 40px;
    line-height: 30px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

.txt-light {
    font-weight: 300;
}

.txt-regular {
    font-weight: 400;
}

.txt-bold {
    font-weight: 700;
}

.txt-uppercase {
    text-transform: uppercase;
}

blockquote {
    font-family: Georgia, serif;
}

.breadcrumb {
    font-size: small;

}

blockquote.bigquote {
    border: none;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1em;
}

.text-bold {
    font-weight: 900;
}

/*
article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    display: block;
}*/

small {
    font-size: 70%;
    font-weight: 100;
}

a:hover {
    text-decoration: none;
}

/*
:focus {
    outline: none;
}
*/
.color-white.txt-shadow {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.t-uppercase {
    text-transform: uppercase;
}

.row {
    z-index: 9999;
}

.big {
    font-size: 20pt;
    font-weight: 300;
}

.blink:hover {
    opacity: 0.9;
}

.half-offset {
    margin-bottom: 75px !important;
}

.no-offset {
    margin: 0 !important;
    padding: 0;
}

/*
.content, .container {
    overflow: hidden;
}
*/
.trans {
    border: 0 !important;
    background: 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.nobg {
    background: 0;
    border: 0;
}

.noborder {
    border: 0 !important;
}

.color-white {
    color: #fff;
}

.theme-bg {
    /*background-color: #2babe2 !important;*/
}

.normalize-font-top {
    padding-top: 25px;
}

/*
ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

ul.social-network li {
    display: inline;
    margin: 0 5px;
}

ul.footer-menu {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

ul.footer-menu li {
    display: inline;
    margin: 0 5px;
}
*/

.social-network a.icoFacebook:hover {
    background-color: #3B5998;
}

.social-network a.icoTwitter:hover {
    background-color: #33ccff;
}

.social-network a.icoYouTube:hover {
    background-color: #ff0000;
}

.social-network a.icoGitHub:hover {
    background-color: #24292e;
}

.social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoYouTube:hover i, .social-network a.icoGitHub:hover {
    color: #ffffff;
}

a.socialIcon:hover, .socialHoverClass {
    color: #2babe2;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 20px;
}

.social-circle li i {
    margin: 0;
    line-height: 50px;
    text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    transition: all 0.6s;
}

.social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}