@import url('https://fonts.googleapis.com/css?family=Alex+Brush|Josefin+Sans:400,600,700|Ubuntu+Condensed');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

 /* 
font-family: 'Alex Brush', cursive;
font-family: 'Ubuntu Condensed', sans-serif;
font-family: 'Josefin Sans', sans-serif;
font-family: 'Open Sans', sans-serif;

 */

body {
    font-family: 'Ubuntu Condensed', sans-serif;
    background: url(../images/bg.png) repeat;
    margin-top: 130px;
}
img {
    max-width: 100%;
}
body div {
    overflow: hidden;
}

/* Preloader Style */
.spinner{
    width: 50px;
    height: 50px;
    
    border: 2px solid #fff;
    border-top:3px solid #E8CE5C;
    border-left:3px solid #E8CE5C;
    border-radius: 100%;
    
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right: 0;
    margin: auto;
    
    animation: spin 1s infinite linear;
}

@keyframes spin {
    from{
        transform: rotate(0deg);
    }to{
        transform: rotate(360deg);
    }
}

#overlay {
    height:100%;
    width:100%;
    background:#fff;
    position:fixed;
    left:0;
    top:0;
    z-index:99999;
}

header {
    background: #000;
    position: fixed;
    width: 100%;
    z-index: 90;
    top: 0;
}

.navigation-section {
    background: #fff;
    height: 100%;
    display: block;
    overflow: hidden;
    box-shadow: 6px 6px 8px rgba(0,0,0,0.5);
    border-style: none;
    border-color: transparent;

    background-color: #FFFFFF;
}

.navigation-section .logo {
    float: left;
    margin-right: 30px;
}
.navigation-section nav.main-nav {
    margin-top: 40px;
    margin-right: 30px;
}
.navigation-section nav.main-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    box-shadow: 6px 6px 8px rgba(0,0,0,0.5);
    border-color: #D1B238;
    background-color: #EBD467;
    border-radius: 10px;
    display: flex;
    flex: 1;
}
.navigation-section nav.main-nav ul li {
    display: inline-block;
    width: 100%;
}
.navigation-section nav.main-nav ul li a {
    display: block;
    border-width: 4px;
    border-style: solid;
    border-color: #000000;
    background-color: transparent;
    border-radius: 10px 0px 10px 0px;
    font-size: 26px;
    text-align: center;
    font-family: 'Alex Brush', cursive;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    line-height: 1.2;
    padding: 7px 0;
    margin: 0 3px;
}
.navigation-section nav.main-nav ul li a:hover {
    border-color: #fff;
    border-top-width: 1px;
}
.navigation-section nav.main-nav ul li.active a {
    border-color: #EBD467;
    border-top-width: 4px;
    background: #000;
    color: #fff;
}

.section-padding {
    padding: 40px 0;
}

.slider-area .carousel-inner {
    width: 885px;
    margin:0 auto;
    border: 13px solid #000;
    border-radius: 10px;
}

.slider-area .carousel-inner .item {
    width: 100%;
    height: 475px;
}
.slider-area .carousel-inner .item .carousel-caption {
    background-color: rgba(255,255,255,0.21);
    border-radius: 10px;
    right: 10%;
    left: 10%;
    padding: 12px;
}
.slider-area .carousel-inner .item .carousel-caption p {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 24px;
    text-align: justify;
    color: #fff;
    line-height: 1.2;
}
.slider-area .carousel-inner .item img {
    width: 100%;
}

.section-title {

}
.section-title h1 {
    font-family: 'Alex Brush', cursive;
    color: #000000;
    font-size: 60px;
    position: relative;
}
.text-container h3 {
    font-family: 'Alex Brush', cursive;
    color: #000000;
    font-size: 50px;
    position: relative;
}
.section-title h1:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background: #000;
    top: 50%;
    right: 0;
}
.text-area .section-title h1:after {
    width: 80%;
}
.contact-area .section-title h1:after {
    width: 77%;
}
.comp-area .section-title h1:after {
    width: 53%;
}
.how-it-works-area .section-title h1:after {
    width: 67%;
}
.additional-info .section-title h1:after {
    width: 42%;
}
.text-container {
    padding: 0 50px;
}
.text-container p {
    font-size: 22px;
    text-align: justify;
    font-weight: 400;
}

.text-container p span {
    font-family: 'Alex Brush', cursive;
    font-size: 33px;
}

.o-v {
    overflow: visible;
}

.works-single {
    position: relative;
    height: 100%;
    width: 100%;
    margin-top: 70px;
    margin-bottom: 20px;
    overflow: visible;
}
.works-single:before {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    background: #000;
    transform: rotate(45deg);
    left: 30px;
    right: 0;
    top: 0;
    bottom: 0;
}


.img-contain .content-overlay {
  background: #F7EA67;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.img-contain:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
  height: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  color: #000;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.img-contain:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.img-contain {
    height: 250px;
    width: 310px;
    display: block;
    overflow: hidden;
    position: relative;
}

.content-details p {
    line-height: 1.2;
    color: #000000;
    font-size: 18px;
    text-align: center;
    font-family: open-sans, sans-serif;
    font-weight: 800;
}

.fadeIn-bottom{
  top: 80%;
}

.full-width {
    background: #000;
    text-align: center;
    padding: 30px 0;
}
.full-width h1 {
    color: #E2AE54;
    font-size: 60px;
    text-align: center;
    font-family: montserrat, sans-serif;
    font-weight: 400;
}

.text-container h4 {
        font-size: 24px;
    text-align: justify;
    font-family: josefin-sans, sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #000;
}

.typed-cursor {
    display: none;
}

#typed {
    font-weight: bold;
    font-size: 36px;
    color: #000;
}

.footer-block a {
    font-family: 'Alex Brush', cursive;
    color: #000;
    font-size: 24px;
}

.footer-block p {
    font-family: 'Alex Brush', cursive;
    color: #000;
    font-size: 24px;
}


/* hide the link until viewport size is reached */
a.meanmenu-reveal {
    display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
    float: left;
    width: 100%;
    position: relative;
    background: #0c1923;
    padding: 4px 0;
    min-height: 42px;
    z-index: 999999;
}

.mean-container a.meanmenu-reveal {
    width: 22px;
    height: 22px;
    padding: 13px 13px 11px 13px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
    display: block;
    background: #fff;
    height: 3px;
    margin-top: 3px;
}

.mean-container .mean-nav {
    float: left;
    width: 100%;
    background: #0c1923;
    margin-top: 44px;
}

.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
}

.mean-container .mean-nav ul li {
    position: relative;
    float: left;
    width: 100%;
}

.mean-container .mean-nav ul li a {
    display: block;
    float: left;
    width: 90%;
    padding: 1em 5%;
    margin: 0;
    text-align: left;
    color: #fff;
    border-top: 1px solid #383838;
    border-top: 1px solid rgba(255,255,255,0.5);
    text-decoration: none;
    text-transform: uppercase;
}

.mean-container .mean-nav ul li li a {
    width: 80%;
    padding: 1em 10%;
    border-top: 1px solid #f1f1f1;
    border-top: 1px solid rgba(255,255,255,0.25);
    opacity: 0.75;
    filter: alpha(opacity=75);
    text-shadow: none !important;
    visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
    border-bottom: none;
    margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
    width: 70%;
    padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
    width: 60%;
    padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
    width: 50%;
    padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
    background: #252525;
    background: rgba(255,255,255,0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 1px;
    width: 26px;
    height: 32px;
    padding: 12px !important;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 700;
    background: rgba(255,255,255,0.1);
    border: none !important;
    border-left: 1px solid rgba(255,255,255,0.4) !important;
    border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: rgba(0,0,0,0.9);
}

.mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
}

.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


.mean-remove {
    display: none !important;
}

.text-center p {
    text-align: center;
}

.login-page {
  width: 360px;
  margin: auto;
  margin-top: 40px;
  background: url(../images/login-box-silver.png) no-repeat;
}
.form {
  position: relative;
  z-index: 1;
  max-width: 360px;
  margin: 0 auto 100px;
  padding: 45px;
  text-align: center;
}
.form input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.form button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #BC7E24;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.form button:hover,.form button:active,.form button:focus {
  background: #E2C94E;
}
.form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 14px;
}
.form .message a {
  color: #BC7E24;
  text-decoration: none;
}
.form .register-form {
  display: none;
}

.comp-block h3 {
    font-size: 30px;
    font-family: auto;
    margin-top: 30px;
    color: #000;
}

.comp-block h3 span {
    font-size: 45px;
}

.f-row {
    margin-bottom: 10px;
}
.s-row {
    margin-bottom: 60px;
}

.comp-divide {
    width: 100%;
    height: 70px;
}
/*      Tablet Layout: 768px  */

@media only screen and (min-width: 768px) and (max-width: 995px) {

.slider-area .carousel-inner {
    width: 100%;
}

.slider-area .carousel-inner .item {
    height: 475px;
}
.navigation-section .logo {
    float: none; 
    margin-right: 0px;
    width: 100px;
    margin: 0 auto;
}
.navigation-section {
    text-align: center;
}
}


/*      Mobile Layout: 320px       */

@media only screen and (max-width: 479px) {
.slider-area .carousel-inner {
    width: 100%;
}

.slider-area .carousel-inner .item {
    height: 245px;
}
.navigation-section .logo {
    float: none; 
    margin-right: 0px;
    width: 100px;
    margin: 0 auto;
}
.navigation-section {
    text-align: center;
}
.slider-area .carousel-inner .item .carousel-caption p {
    font-size: 13px;
}
.section-title h1 {
    border-bottom: 1px solid #000;
        font-size: 40px;
}
.section-title h1:after {
    height: 0px !important;
}
.text-container {
    padding: 0 10px;
}
.text-container p {
    font-size: 18px;
}
.text-container p span {
    font-size: 25px;
}
.text-container h2 {
    font-size: 24px;
}
.full-width h1 {
    font-size: 40px;
}
.footer-block {
    text-align: center;
}
.works-single:before {
    content: none;
}
.img-contain {
    margin: 0 auto;
}
.comp-block h3 {
    font-size: 13px;
    margin-top: 10px;
}
.comp-block h3 span {
    font-size: 21px;
}
.s-row {
    margin-bottom: 20px;
}
}


/*      Wide Mobile Layout: 480px   */

@media only screen and (min-width: 480px) and (max-width: 767px) {
.slider-area .carousel-inner {
    width: 100%;
}
.navigation-section {
    text-align: center;
}
.slider-area .carousel-inner .item {
    height: 375px;
}
.navigation-section .logo {
    float: none; 
    margin-right: 0px;
    width: 100px;
    margin: 0 auto;
}
.slider-area .carousel-inner .item .carousel-caption p {
    font-size: 18px;
}
.section-title h1 {
    border-bottom: 1px solid #000;
        font-size: 40px;
}
.section-title h1:after {
    height: 0px !important;
}
.text-container {
    padding: 0 10px;
}
.text-container p {
    font-size: 18px;
}
.text-container p span {
    font-size: 25px;
}
.text-container h2 {
    font-size: 24px;
}
.full-width h1 {
    font-size: 40px;
}
.footer-block {
    text-align: center;
}
.works-single:before {
    content: none;
}
.img-contain {
    margin: 0 auto;
}
.comp-block h3 {
    font-size: 13px;
    margin-top: 10px;
}
.comp-block h3 span {
    font-size: 21px;
}
.s-row {
    margin-bottom: 20px;
}
}