@import url(https://fonts.googleapis.com/css?family=Fjalla+One);

/* --------------------------------- Slide CSS-------------------------------------*/
html, body {
	height:100%!important;
}
@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}
.carousel {
	height:50%;
}

.item,
.active,
.carousel-inner {
	height:100%;
}
#myCarousel .carousel-inner .item .carousel-caption{
    text-align: left;
    top:10%;
    height:100%;
}

.fill {
        margin: 0 auto;
	height:100%;
	background-position: center;
	background-size: cover;
}
@media (min-width: 768px) {
  .fill{
    width: 750px;
  }
}
@media (min-width: 992px) {
  .fill {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .fill{
    width: 1170px;
  }
}
/*---------------------END slide -----------------------------------*/
    .clearfix {
    *zoom: 1;
}
.pull-right{
    margin-left:15px;
}
.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}
.clearfix:after {
    clear: both;
}
.no-margin {
    margin: 0;
    padding: 0;
}
.title {
    background: #62d438;
    color: #fff;
    padding: 20px 0;
}
.center {
    text-align: center;
}

.gap {
    margin-bottom: 20px;
}
.big-gap {
    margin-bottom: 50px;
}


body {
    padding-top: 80px;
    font-size: 12px;
    color: #34495e;
    background: #f5f5f5;
}
body h1, body h2, body h3, body h4, body .created {
    font-family: "Fjalla One";
    font-weight: normal;
}
body h5, body h6 {
    margin: 0;
}
body h3, body h4 {
    margin-top: 0;
}
.btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    background-image: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn.btn-transparent {
    border: 3px solid #fff;
    background: transparent;
    color: #fff;
}

a {
    color: #62d438;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}
a:hover, a:focus {
    color: #005580;
    text-decoration: none;
    outline: 0;
}
.dropdown-menu {
    margin-top: -1px;
    min-width: 180px;
}
body>section {
    padding: 50px 0;
}


ul.arrow, ul.arrow-double, ul.tick, ul.cross, ul.star, ul.rss {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.arrow li::before, ul.arrow-double li::before, ul.tick li::before, ul.cross li::before, ul.star li::before, ul.rss li::before, ul.arrow li::after, ul.arrow-double li::after, ul.tick li::after, ul.cross li::after, ul.star li::after, ul.rss li::after {
    font-family: FontAwesome;
    font-size: 11px;
}
ul.arrow li::before, ul.arrow-double li::before, ul.tick li::before, ul.cross li::before, ul.star li::before, ul.rss li::before {
    margin-right: 5px;
}

#footer {
    background: #efefef;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #666;
}
#footer a {
    color: #666;
}
#footer a:hover {
    color: #62d438;
}

#footer .cp {
    margin-top: 11px;
}
ul.social {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
    display: inline-block;
}
ul.social>li {
    display: inline-block;
    margin: 0 5px;
}
ul.social>li>a {
    font-size: 24px;
    color: #666;
}
ul.social>li>a:hover {
    color: #999;
}

.radius-5{
    border-radius: 5px;
    box-shadow: 0 0 2px #ccc;
}
.well h3{
    color: #303466;
    font-size: 18px
}
.well h2{
    color: #bd362f;
}
.well h4{
    color:  #bd362f;
}
.modal-title{
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.text-big{
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  color: inherit;
}


.registration-form {
    border: 0;
    background-color: #fff;
    border-top: 1px solid #f0f0f0;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    padding: 20px;
    display: inline-block;
}


.btn-success{
    /* IE10 Consumer Preview */ 
    background-image: -ms-linear-gradient(top, #48DB66 0%, #62d438 100%);

    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(top, #48DB66 0%, #62d438 100%);

    /* Opera */ 
    background-image: -o-linear-gradient(top, #48DB66 0%, #62d438 100%);

    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #48DB66), color-stop(1, #62d438));

    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(top, #48DB66 0%, #62d438 100%);

    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to bottom, #48DB66 0%, #62d438 100%);
}


/*--------------------------------------------------*/
header #logo {
    width: 320px;
    height: 80px;
    background: url(../images/logo.png) no-repeat 0 50%}

.navbar-inverse {
  border-color: #fff;
  background-color: #fff;
}

header nav .nav>li {
    margin-left: 1px;
}

header nav .nav {
    margin-top: 20px;
}

header nav.navbar .nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    font-family: "Fjalla One";
    font-size: 14px;
    text-transform: uppercase;
    text-shadow: none;
}
header nav.navbar .nav>li>a:hover {
    background: transparent;
    color: #62d438;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

header nav.navbar .nav>li.active>a, header nav.navbar .nav>li.active>a:hover {
    background: #303466;
    color: #62d438;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

header nav.navbar .nav>li.login>a {
    border-left: 1px solid #e5e5e5;
}
.solid-border-1{border-left: 1px solid #e5e5e5;}
.white-bg {
   background:  rgb(255,255,255);
}

.no-border{
    border: none;
}

header nav.navbar .nav>li.dropdown.open>a.dropdown-toggle {
    background: transparent;
    color: #62d438;
}

header nav.navbar ul.dropdown-menu {
    margin-top: 20px;
}
header nav.navbar ul.dropdown-menu:before {
    display: none!important;
}

.navbar .nav li.dropdown.open>.dropdown-toggle, .navbar .nav li.dropdown.active>.dropdown-toggle, .navbar .nav li.dropdown.open.active>.dropdown-toggle {
    background-color: transparent;
    color: #62d438;
}
.navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #000;
}
.navbar .nav>li>a:focus, .navbar .nav>li>a:hover {
    color: #62d438;
}
.dropdown-menu {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
    border: 0;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus, .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-submenu:hover>a, .dropdown-submenu:focus>a {
    background: #24a259;
}

.navbar-toggle{
    background-color: #999;
}

/*------------------------------Modal ----------------------------------*/
