/*!
 * Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body
{
    overflow-x: hidden;
}

p
{
    font-size: 20px;
}

p.small
{
    font-size: 16px;
}

ul {
    padding: 0 0 0 20px;
}

a,
a:hover,
a:focus,
a:active,
a.active
{
    outline: 0;
    color: rgb(0, 145, 209);
    text-decoration: none;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #663366;
}

h1,
h2,
h3,
h4,
h5,
h6
{
    font-family: Montserrat,'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 700;

    text-transform: uppercase;
}

hr.star-light,
hr.star-primary
{
    max-width: 250px;
    margin: 25px auto 30px;
    padding: 0;

    text-align: center;

    border: 0;
    border-top: solid 5px;
}

hr.star-light:after,
hr.star-primary:after
{
    font-family: FontAwesome;
    font-size: 2em;

    position: relative;
    top: -.8em;

    display: inline-block;

    padding: 0 .25em;

    content: '\f005';
}

hr.star-light
{
    border-color: #fff;
}

hr.star-light:after
{
    color: #fff;
    background-color: #18bc9c;
}

hr.star-primary
{
    border-color: #2c3e50;
}

hr.star-primary:after
{
    color: #2c3e50;
    background-color: #fff;
}

.img-centered
{
    margin: 0 auto;
}

.img-arrow
{
	width: 1em;
	height: 1em;
}

header
{
    text-align: center;
}

header .container, section .container
{
    padding-top: 100px;
    padding-bottom: 50px;
}

header img
{
    display: block;
}

header .intro-text .name
{
    font-family: Montserrat,'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 2em;
    font-weight: 700;

    display: block;

    text-transform: uppercase;
}

header .intro-text .skills
{
    font-size: 1.25em;
    font-weight: 300;
}


@media(min-width:768px)
{
    header .intro-text .name
    {
        font-size: 4.75em;
    }

    header .intro-text .skills
    {
        font-size: 1.75em;
    }
}

@media(min-width:768px)
{
    .navbar-fixed-top
    {
        padding: 0;

        -webkit-transition: padding .3s;
           -moz-transition: padding .3s;
                transition: padding .3s;
    }

    .navbar-fixed-top .navbar-brand
    {
        font-size: 2em;

        -webkit-transition: all .3s;
           -moz-transition: all .3s;
                transition: all .3s;
    }

    .navbar-fixed-top.navbar-shrink
    {
        padding: 10px 0;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand
    {
        font-size: 1.5em;
    }
}

.navbar
{
    font-family: Montserrat,'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 500;

    text-transform: uppercase;
}

.navbar a:focus
{
    outline: 0;
}

.navbar .navbar-nav
{
    padding: 0 2px;

    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus
{
    outline: 0;
}

.navbar-default,
.navbar-inverse
{
    border: 0;
}

section
{
    padding: 0;
}

section h2
{
    font-size: 3em;

    margin: 0;
}

section.success
{
    color: #fff;
    background: #18bc9c;
}

section.success a,
section.success a:hover,
section.success a:focus,
section.success a:active,
section.success a.active
{
    color: #2c3e50;
    outline: 0;
}

@media(max-width:767px)
{
    section
    {
        padding: 0;
    }

    section.first
    {
        padding-top: 75px;
    }
}

#portfolio .portfolio-item
{
    right: 0;

    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link
{
    position: relative;

    display: block;

    max-width: 400px;
    margin: 0 auto;
}

#portfolio .portfolio-item .portfolio-link .caption
{
    position: absolute;

    width: 100%;
    height: 100%;

    -webkit-transition: all ease .5s;
       -moz-transition: all ease .5s;
            transition: all ease .5s;

    opacity: 0;
    background: rgba(24,188,156,.9);
}

#portfolio .portfolio-item .portfolio-link .caption:hover
{
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content
{
    font-size: 20px;

    position: absolute;
    top: 50%;

    width: 100%;
    height: 20px;
    margin-top: -12px;

    text-align: center;

    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content i
{
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4
{
    margin: 0;
}

#portfolio *
{
    z-index: 2;
}

@media(min-width:767px)
{
    #portfolio .portfolio-item
    {
        margin: 0 0 30px;
    }
}

.btn-outline
{
    font-size: 20px;

    margin-top: 15px;

    transition: all .3s ease-in-out;

    color: #fff;
    border: solid 2px #fff;
    background: 0 0;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active
{
    color: #18bc9c;
    border: solid 2px #fff;
    background: #fff;
}

.floating-label-form-group
{
    position: relative;

    margin-bottom: 0;
    padding-bottom: .5em;

    border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea
{
    font-size: 1.5em;

    position: relative;
    z-index: 1;

    padding-right: 0;
    padding-left: 0;

    resize: none;

    border: 0;
    border-radius: 0;
    background: 0 0;
    box-shadow: none!important;
}

.floating-label-form-group label
{
    font-size: .85em;
    line-height: 1.764705882em;

    position: relative;
    z-index: 0;
    top: 2em;

    display: block;

    margin: 0;

    -webkit-transition: top .3s ease,opacity .3s ease;
       -moz-transition: top .3s ease,opacity .3s ease;
        -ms-transition: top .3s ease,opacity .3s ease;
            transition: top .3s ease,opacity .3s ease;
    vertical-align: middle;
    vertical-align: baseline;

    opacity: 0;
}

.floating-label-form-group::not(:first-child)
{
    padding-left: 14px;

    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label
{
    top: 0;

    opacity: 1;
}

.floating-label-form-group-with-focus label
{
    color: #18bc9c;
}

form .row:first-child .floating-label-form-group
{
    border-top: 1px solid #eee;
}

footer
{
    color: #fff;
}

footer h3
{
    margin-bottom: 30px;
}

footer .footer-above
{
    padding-top: 50px;

    background-color: #2c3e50;
}

footer .footer-col
{
    margin-bottom: 50px;
}

footer .footer-below
{
    padding: 25px 0;

    background-color: #233140;
}

.btn-social
{
    font-size: 20px;
    line-height: 45px;

    display: inline-block;

    width: 50px;
    height: 50px;

    text-align: center;

    border: 2px solid #fff;
    border-radius: 100%;
}

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

.scroll-top
{
    position: fixed;
    z-index: 1049;
    right: 2%;
    bottom: 2%;

    width: 50px;
    height: 50px;
}

.scroll-top .btn
{
    font-size: 20px;
    line-height: 28px;

    width: 50px;
    height: 50px;

    border-radius: 100%;
}

.scroll-top .btn:focus
{
    outline: 0;
}

.portfolio-modal .modal-content
{
    min-height: 100%;
    padding: 100px 0;

    text-align: center;

    border: 0;
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.portfolio-modal .modal-content h2
{
    font-size: 3em;

    margin: 0;
}

.portfolio-modal .modal-content img
{
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details
{
    margin: 30px 0;
}

.portfolio-modal .close-modal
{
    position: absolute;
    top: 25px;
    right: 25px;

    width: 75px;
    height: 75px;

    cursor: pointer;

    background-color: transparent;
}

.portfolio-modal .close-modal:hover
{
    opacity: .3;
}

.portfolio-modal .close-modal .lr
{
    z-index: 1051;

    width: 1px;
    height: 75px;
    margin-left: 35px;

    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);

    background-color: #2c3e50;
}

.portfolio-modal .close-modal .lr .rl
{
    z-index: 1052;

    width: 1px;
    height: 75px;

    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);

    background-color: #2c3e50;
}

.portfolio-modal .modal-backdrop
{
    display: none;

    opacity: 0;
}
/* custom styles */
header .container {
    padding-top: 100px;
    padding-bottom: 0;
}
section .container {
    padding: 0;
}
.nopadding
{
    margin: 0 !important;
    padding: 0 !important;
}
.navbar-default
{
    background-color: #fff;
}
.navbar-default .navbar-nav > li > a
{
    color: #000;
}
.navbar-brand
{
    float: left;

    height: 65px;
    padding: 0;
}
.navbar-brand img
{
    padding: 2px 0 0 0;
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand
{
    margin-left: 0;
}
.container
{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
}
/*.img-responsive {
    width: 100%;
}*/

.navbar-default .navbar-toggle .icon-bar
{
    background-color: #000;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus
{
    background-color: #f9f9f9;
}

.navbar-brand img
{
    padding: 10px 0 0 20px;
}

.home-thumb
{
    position: relative;

    overflow: hidden;

    padding: 0 !important;

    border: 0;
}
.caption
{
    position: absolute;
    z-index: 2;
    top: -2;
    

    display: none;

    width: 84.8%;
    height: 94.8%;

    text-align: center;

    color: #000 !important;
    background: rgba(51, 167, 218, 0.9);
}

.caption-copy
{
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;

    display: none;

    width: 100%;
    height: 100%;

    text-align: center;

    color: #000 !important;
    background: rgba(255, 255, 255, .9);
}


.caption p
{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  line-height: 2.2em;
}
.label
{
    font-size: 1.2em;

    padding: .4em .8em .5em;

    text-transform: uppercase;

    color: #fff;
    border-radius: 0;
    background-color: rgba(0, 0, 0, .7);
}

.info-text
{
	font-size: 0.9em;
	padding: .4em .8em .5em;
}

.info-text1
{
	font-size: 0.9em;
	padding: .1em .1em .1em;
	color: #663366;
}
.right-text h3
{
    padding: 0 0 0 20px;

    text-align: left;

    color: #663366;
}
.right-text p
{
    padding: 10px 16px;

    text-align: left;
}
.left-text
{
    text-align: left;
}
h3.label
{
    font-size: 1.6em;
    font-weight: 500;

    background-color: #663366;
}

.brown-background {
    background-color: rgba(225, 113, 47, 0.8) !important;
}

.purple-background {
    background-color: rgba(102, 51, 102, 0.8) !important;
}

.blue-background {
    background: rgba(0, 145, 209, .8) !important;    
}
.noborder
{
    border: 0;
}

.thumb-caption
{

    margin-top: 0;

    text-align: center;

    color: #fff !important;
    background: rgba(0, 145, 209, .8);
    font-size: 1.2em;
    height: 50px;
    padding-top: 15px;
}
.thumbnail
{
    margin: 10px;
    padding: 0;
    float: left;
}
.row
{
    padding: 15px 15px;
}

.slick-prev::before, .slick-next::before {
    color: #663366 !important;
    font-size: 40px !important;
}
/*.carousel-inner .active.left {
    left: -25%;
}
.carousel-inner .active.right {
    left: 25%;
}
.carousel-inner .next {
    left: 25%;
}
.carousel-inner .prev {
    left: -25%;
}
.carousel-control
{
    width: 20px;

    opacity: 1;
}
.carousel-control.left,
.carousel-control.right
{
    background-image: none;
}
.carousel-control.left
{
    left: -10px;
}
.carousel-control.right
{
    right: -10px;
}
.item:not(.prev)
{
    visibility: visible;
}
.item.right:not(.prev)
{
    visibility: hidden;
}
.rightest
{
    visibility: visible;
}*/

p.life {
  border: 1px solid #00aef4;
  border-radius: 10px;
  margin: 10px;
  padding: 10px;
}
p.orange {
    padding: 10px;
    color: #663366;
}
.orange-control
{
    color: #e1712f !important;
}
.bg-orange
{
    background-color: #e1712f !important;
}
.dark {
    color: #0f0f0f !important;
}
.left-text > h3 {
    font-size: 40px;
}
.left-text > p {
    font-size: 30px;
    color: #00AEF4;    
}
.left-text > p > a {
    color: #00AEF4;    
}
p.quote {
    color: #663366;
    font-size: 30px !important;
    font-style: italic;
    padding-top: 10px;
    text-align: center;
}
p.position {
    color: #2c3e50;
}
p.achievement {
    color: #2c3e50;
    /*padding-bottom: 20px; */
}
.left-text > h3 {
  padding-bottom: 20px;
}
li
{
    font-size: 20px;

    text-align: left;
    list-style-type: none;
}
form
{
    padding: 10px 16px;

    text-align: left;
}
.thumbnail > img,
.thumbnail a > img
{
    margin-right: 0;
    margin-left: 0;
    width: 100%;
}
.center {
    text-align: center !important;
}
.img-center {
  display: block;
  margin: 0 auto;
}
.rect-link {
  display: block;
  padding: 5px 10px;
  width: 300px;
  color: #ffffff;
  margin: 1px 0;
}
table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    text-align: left;
    padding: 8px;
}

tr:nth-child(even){background-color: #f2f2f2}

th {
    background-color: #4CAF50;
    color: white;
}
.bullet > li {
  list-style: outside none circle;
  margin-left: 16px;
}
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px)
{
    .nav>li>a {
        text-align: center;
    }
    header .row, section .row
    {
        padding: 50px 0 0 0;
    }
    .letstalk
    {
        display: none;
    }
    .racing-mates
    {
        width: 100%;
        height: 100px;

        background-color: white;
        background-image: url('../img/320-bg-racing-mates.jpg');
    }
    .ambassador
    {
        width: 100%;
        height: 100px;

        background-color: white;
        background-image: url('../img/320-bg-ambassador.jpg');
    }
    .home-latestnews
    {
        width: 100%;
        height: 100px;

        background-color: white;
        background-image: url('../img/320-home-bg-latestnews.jpg');
    }    
    .home-support
    {
        width: 100%;
        height: 100px;

        background-color: white;
        background-image: url('../img/320-home-bg-support.jpg');
    }
    .the-mission
    {
        width: 100%;
        height: 100px;

        background-color: white;
        background-image: url('../img/320-bg-the-mission.jpg');
    }
    .contact
    {
        width: 100%;
        height: 100px;

        background-color: white;
        background-image: url('../img/320-bg-contact.jpg');
    }
    .latest-news
    {
        width: 100%;
        height: 100px;

        background-color: white;
        background-image: url('../img/320-bg-latest-news.jpg');
    }
    .support
    {
        width: 100%;
        height: 100px;

        background-color: white;
        background-image: url('../img/320-bg-24-hour.jpg');
    }
    .drugs-and-alcohol
    {
        width: 100%;
        height: 100px;

        background-color: white;
        background-image: url('../img/320-bg-drugs.jpg');
    }    
    .racing-mates p,
    .ambassador p,
    .home-latestnews p,
    .home-support p,
    .the-mission p,
    .contact p,
    .latest-news p,
    .support p,
    .drugs-and-alcohol p
    {
        font-size: 2em;

        position: relative;
        top: 30%;
        left: 10%;

        width: 340px;

        text-transform: uppercase;

        color: white;
        background-color: rgba(0,0,0,.6);
        text-align: center;
    }
    .left-image img
    {
        display: none;
    }
    .thumbnail a img
    {
        display: none;
    }
    .thumb-caption {
        background: rgba(0, 145, 209, 0.8) none repeat scroll 0 0;
        color: #fff;
        font-size: 1.1em;
        height: 40px;
        margin: 0;
        padding-top: 10px;
        text-align: center;
        width: 300px;
    }    
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px)
{
    header .row, section .row
    {
        padding: 80px 0 0 0;
    }
    .racing-mates
    {
        width: 100%;
        height: 200px;

        background-image: url('../img/768-bg-racing-mates.jpg');
    }
    .ambassador
    {
        width: 100%;
        height: 200px;

        background-image: url('../img/768-bg-ambassador.jpg');
    }
    .home-latestnews
    {
        width: 100%;
        height: 200px;

        background-image: url('../img/768-home-bg-latestnews.jpg');
    }      
    .home-support
    {
        width: 100%;
        height: 200px;

        background-image: url('../img/768-home-bg-support.jpg');
    }
    .the-mission
    {
        width: 100%;
        height: 200px;

        background-color: yellow;
        background-image: url('../img/768-bg-the-mission.jpg');
    }
    .contact
    {
        width: 100%;
        height: 200px;

        background-color: yellow;
        background-image: url('../img/768-bg-contact.jpg');
    }
    .latest-news
    {
        width: 100%;
        height: 200px;

        background-color: yellow;
        background-image: url('../img/768-bg-latest-news.jpg');
    }
    .support
    {
        width: 100%;
        height: 200px;

        background-color: yellow;
        background-image: url('../img/768-bg-24-hour.jpg');
    }
    .drugs-and-alcohol
    {
        width: 100%;
        height: 200px;

        background-color: yellow;
        background-image: url('../img/768-bg-drugs.jpg');
    }    
    .racing-mates p,
    .ambassador p,
    .home-latestnews p,
    .home-support p,
    .the-mission p,
    .contact p,
    .latest-news p,
    .support p,
    .drugs-and-alcohol p
    {
        font-size: 2em;

        top: 50%;
        left: 50%;

        margin-right: -50%;

        transform: translate(-50%, -50%);
        text-transform: uppercase;

        color: white;
        background-color: rgba(0,0,0,.6);
    }
    .thumb-caption {
        width: 460px;
    }       
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px)
{
    header .row, section .row
    {
        padding: 80px 0 0 0;
    }
    .letstalk
    {
        display: block;
        float: right;
        padding-top: 5px;
    }
    .navbar-right
    {
        margin-right: 100px;
    }
    .racing-mates
    {
        width: 100%;
        height: 200px;

        background-image: url('../img/768-bg-racing-mates.jpg');
    }
    .ambassador
    {
        width: 100%;
        height: 200px;

        background-image: url('../img/768-bg-ambassador.jpg');
    }
    .home-latestnews
    {
        width: 100%;
        height: 200px;

        background-image: url('../img/768-home-bg-latestnews.jpg');
    }      
    .home-support
    {
        width: 100%;
        height: 200px;

        background-image: url('../img/768-home-bg-support.jpg');
    }
    .the-mission
    {
        width: 100%;
        height: 200px;

        background-image: url('../img/768-bg-the-mission.jpg');
    }
    .contact
    {
        width: 100%;
        height: 200px;

        background-image: url('../img/768-bg-contact.jpg');
    }
    .latest-news
    {
        width: 100%;
        height: 200px;

        background-image: url('../img/768-bg-latest-news.jpg');
    }
    .support
    {
        width: 100%;
        height: 200px;

        background-image: url('../img/768-bg-24-hour.jpg');
    }
    .drugs-and-alcohol
    {
        width: 100%;
        height: 200px;

        background-image: url('../img/768-bg-drugs.jpg');
    }    
    .thumbnail a img
    {
        display: block;
    }
    .thumb-caption {
        width: auto;
    }     
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px)
{
    .row-centered {
        text-align:center;
    }
    .col-centered {
        display:inline-block;
        float:none;
        /* reset the text-align */
        text-align:left;
        /* inline-block space fix */
        margin-right:-4px;
    }
    .nav>li>a {
        text-align: left;
    }    
    header .row, section .row
    {
        padding: 80px 0 0 0;
    }
    .letstalk
    {
        display: block;
        float: right;

        margin-right: 110px;
    }
    .racing-mates
    {
        min-width: 800px;
        min-height: 360px;

        background-image: url('../img/992-bg-racing-mates.jpg');
    }
    .ambassador
    {
        min-width: 400px;
        min-height: 360px;

        background-image: url('../img/992-bg-ambassador.jpg');
    }
    .home-latestnews
    {
        min-width: 400px;
        min-height: 360px;

        background-image: url('../img/992-home-bg-latestnews.jpg');

    }      
    .home-support
    {
        min-width: 400px;
        min-height: 360px;

        background-image: url('../img/992-home-bg-support.jpg');
    }
    .the-mission
    {
        min-width: 400px;
        min-height: 720px;

        background-image: url('../img/992-bg-the-mission.jpg');
    }
    .contact
    {
        min-width: 400px;
        min-height: 360px;

        background-image: url('../img/992-bg-contact.jpg');
    }
    .latest-news
    {
        min-width: 400px;
        min-height: 360px;

        background-image: url('../img/992-bg-latest-news.jpg');
    }
    .support
    {
        min-width: 400px;
        min-height: 360px;

        background-image: url('../img/992-bg-24-hour.jpg');
    }
    .drugs-and-alcohol
    {
        min-width: 400px;
        min-height: 360px;

        background-image: url('../img/992-bg-drugs.jpg');
    }    
    .left-image img
    {
        display: inline;
    }
    .thumb-caption {
        background: rgba(0, 145, 209, 0.8) none repeat scroll 0 0;
        color: #fff;
        font-size: 0.9em;
        height: 50px;
        margin: 0;
        padding-top: 15px;
        text-align: center;
    }       
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px)
{
    header .row, section .row
    {
        padding: 80px 0 0 0;
    }    
    .letstalk
    {
        display: block;
        float: right;

        margin-right: 110px;
    }
    .racing-mates
    {
        min-width: 800px;
        min-height: 360px;
    }
    .ambassador, .home-latestnews, .home-support, .contact, .latest-news, .support, .drugs-and-alcohol
    {
        min-width: 400px;
        min-height: 360px;
    }
    .the-mission
    {
        min-width: 400px;
        min-height: 720px;
    }
    .thumb-caption {
        background: rgba(0, 145, 209, 0.8) none repeat scroll 0 0;
        color: #fff;
        font-size: 0.9em;
        height: 40px;
        margin: 0;
        padding-top: 10px;
        text-align: center;
    }     
}
