
body {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #888;
    line-height: 30px;
    text-align: center;
}

strong { font-weight: 700; }

.thelayer{background-color:rgba(255, 255, 255, 0.65);}

a, a:hover, a:focus {
	color: #fff;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

h1{
	margin-top: 10px;
	font-size: 32px;
    font-weight: 700;
    color: #00aeef;
    line-height: 44px;
}

h2 {
  margin-top: 10px;
  font-size: 20px;
    font-weight: 700;
    color: #00aeef;
    line-height: 44px;
    font-weight: normal;
}

h3 {
	font-size: 22px;
    font-weight: 400;
    color: #555;
    line-height: 30px;
}

img { max-width: 100%; }

.medium-paragraph {
	font-size: 18px;
	line-height: 32px;
}

::-moz-selection { background: #00aeef; color: #fff; text-shadow: none; }
::selection { background: #00aeef; color: #fff; text-shadow: none; }


/***** General style, all sections *****/

.section-container {
    margin: 0 auto;
    padding-bottom: 80px;
}

.section-container-gray-bg {
	background: #f8f8f8;
}

.section-container-image-bg, 
.section-container-image-bg h2, 
.section-container-image-bg h3 {
	color: #fff;
}

.section-container-image-bg .divider-1 {
	color: #fff;
	opacity: 0.8;
}

.section-description {
	margin-top: 60px;
    padding-bottom: 10px;
}

.section-description p {
    margin-top: 20px;
	padding: 0 120px;
}
.section-container-image-bg .section-description p {
	opacity: 0.8;
}

.section-bottom-button {
	padding-top: 60px;
}

.btn-link-1 {
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	padding: 15px 20px 0 20px;
	background: #00aeef;
	font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    color: #fff;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
}
.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active { outline: 0; opacity: 0.6; color: #fff; }

.btn-link-1 i { padding-left: 5px; vertical-align: middle; font-size: 20px; line-height: 20px; }


/***** Divider *****/

.divider-1 {
	font-size: 24px;
	color: #ccc;
}


/*======================================================
     navigation 
==========================================================*/

.brand-centered {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index:0;
  margin-top:15px;
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 5px 10px;
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: #00aeef;
  border-radius: 0px;
  background-repeat: no-repeat;
}

.navbar-brand {
  display: flex;
  align-items: center;
  padding: 0;
  background-color:#00aeef;
} 

.navbar-custom {
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight:400;
    background-color: #00aeef;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}


.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(255,255,255,0.9);
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.container > .navbar-header, .container > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
    height: 140px;
    margin-top:10px;
    background-color: #00aeef;
}


@media(min-width: 320px) {
.navbar > .container .navbar-brand {
    padding-top:60px;
}
.SubmitLink { 
    color:#fff; 
    text-decoration: none; 
    cursor: pointer;
    font-size: 16px;
    }
}


@media(min-width: 769px) and (max-width:991px) {
     .SubmitLink { 
    color:#fff; 
    text-decoration: none; 
    cursor: pointer;
    font-size: 12px;
    }

}

@media(min-width:768px) {

    .SubmitLink { 
    color:#fff; 
    text-decoration: none; 
    cursor: pointer;
    font-size: 16px;
    }

  #wrapper {
  min-height:100%;
  min-width: 100%;

  position:relative;
  /*padding-top: 56.25%;*/
   /* Location of the image */
    /* Background image is centered vertically and horizontally at all times */
    background-position: center center;
    /* Background image doesn't tile */
    background-repeat: no-repeat;
    /* Background image is fixed in the viewport so that it doesn't move when 
       the content's height is greater than the image's height */
   /* background-attachment: fixed;*/
    /* This is what makes the background image rescale based
       on the container's size */
    background-size: cover;
    /* Set a background color that will be displayed
       while the background image is loading */
}
     .navbar-custom {
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
        background-color: #00aeef;
    }

    .navbar-custom.top-nav-collapse {
        padding: 20px 0px;
        -webkit-box-shadow: 0px 0px 2px #777;
        box-shadow: 0px 0px 2px #777;
        background-color: rgba(255, 255, 255, 0.97);
        box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);

    }
    .navbar-custom.top-nav-collapse .nav li a{
        color: #2c2c2c;
    } 
    .navbar-custom.top-nav-collapse .nav li.active a{
        background-color: transparent;
        color: #E23F43!important;
    }
    .navbar-custom.top-nav-collapse .navbar-brand a{
        color:#2A2A2A;
    }

}


.nav > li > a > img {
  margin-top:30px;
}

.navigation-leftspace {
    margin-right:35px;
    margin-top: 35px;
}

.navigation-topspace {
    margin-top: 35px;
}

@media (min-width: 768px){
.navbar {
    border-radius: 0;
}
.navbar-header {
    float: right;
}
.navbar-nav {
    margin-top: -20px;
    background-color:#00aeef;
}

.container > .navbar-header, .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
    overflow-y: hidden;
    margin-top: 0px;
    padding-top:15px;
}
}

@media (min-width: 768px) {
.navbar > .container .navbar-brand {
    /* margin-left: -15px; */
    /* margin: 0 auto; */
    padding: 60px 0 0 0;
}
}
/* end navigation */


/***** Top content *****/

.top-content { padding: 35px 0 100px 0; }

.top-content .text { color: #fff; }
.top-content .text h1 { color: #fff; }

.top-content .description { margin: 20px 0 60px 0; }
.top-content .description p { opacity: 0.8; }


.r-form-1-top { overflow: hidden; padding: 0 25px 15px 25px; background: #444; background: rgba(0, 0, 0, 0.80); text-align: left; }
.r-form-1-top-left { float: left; width: 75%; padding-top: 25px; }
.r-form-1-top-left h3 { margin-top: 0; color: #fff; }
.r-form-1-top-left p { opacity: 0.8; color: #fff; }
.r-form-1-top-right { float: left; width: 25%; padding-top: 5px; font-size: 66px; color: #fff; line-height: 100px; text-align: right; opacity: 0.3; }
.r-form-1-bottom { padding: 25px 25px 30px 25px; background: #444; background: rgba(0, 0, 0, 0.7); text-align: left; }

.r-form-1-box input[type="text"], 
.r-form-1-box textarea, 
.r-form-1-box textarea.form-control {
	height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #fff;
    border: 3px solid #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 50px;
    color: #888;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.r-form-1-box textarea, 
.r-form-1-box textarea.form-control { height: 100px; padding-top: 10px; padding-bottom: 10px; line-height: 30px; }

.r-form-1-box input[type="text"]:focus, 
.r-form-1-box textarea:focus, 
.r-form-1-box textarea.form-control:focus {
	outline: 0; background: #fff; border: 3px solid #00aeef;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

.r-form-1-box input[type="text"]::-moz-placeholder, 
.r-form-1-box textarea::-moz-placeholder, 
.r-form-1-box textarea.form-control::-moz-placeholder { color: #888; }

.r-form-1-box input[type="text"]:-ms-input-placeholder, 
.r-form-1-box textarea:-ms-input-placeholder, 
.r-form-1-box textarea.form-control:-ms-input-placeholder { color: #888; }

.r-form-1-box input[type="text"]::-webkit-input-placeholder, 
.r-form-1-box textarea::-webkit-input-placeholder, 
.r-form-1-box textarea.form-control::-webkit-input-placeholder { color: #888; }

.r-form-1-box button.btn {
	width: 100%;
	height: 50px;
    letter-spacing: 1px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #00aeef;
    border: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.r-form-1-box button.btn:hover { opacity: 0.8; color: #fff; }
.r-form-1-box button.btn:active { outline: 0; opacity: 0.6; color: #fff; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
.r-form-1-box button.btn:focus { outline: 0; opacity: 0.6; background: #00aeef; color: #fff; }
.r-form-1-box button.btn:active:focus, .r-form-1-box button.btn.active:focus { outline: 0; opacity: 0.6; background: #00aeef; color: #fff; }


/***** Features *****/

.features { padding-bottom: 30px; }

.features-box { padding-top: 15px; padding-bottom: 15px; }
.features-box .features-box-icon { font-size: 80px; color: #00aeef; line-height: 80px; }
.features-box h3 { margin-top: 15px; }


/***** How it works *****/

.how-it-works-container { padding-top: 80px; }

.how-it-works-box { text-align: left; }
.how-it-works-box h3 { margin-top: 0; }
.how-it-works-box a.learn-more { border-bottom: 1px dotted; }
.how-it-works-box a.learn-more:hover, .how-it-works-box a.learn-more:focus { color: #555; border: 0; }


/***** Testimonials *****/

.testimonials-container { padding-bottom: 70px; }

.testimonial-list { margin-top: 30px; text-align: center; }

.testimonial-list .testimonial-image img {
	max-width: 160px;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}

.testimonial-list .testimonial-text { margin-top: 30px; }
.testimonial-list .testimonial-text p { opacity: 0.8; }

.testimonial-list .testimonial-text a { color: #fff; border-bottom: 1px dotted #fff; }
.testimonial-list .testimonial-text a:hover, 
.testimonial-list .testimonial-text a:focus { color: #fff; border: 0; }

.testimonial-list .nav-tabs { margin-top: 30px; border: 0; }
.testimonial-list .nav-tabs li { float: none; display: inline-block; margin-left: 10px; margin-right: 10px; }

.testimonial-list .nav-tabs li a {
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    background: none;
    border: 1px solid #fff;
    border-color: rgba(255, 255, 255, 0.8);
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}

.testimonial-list .nav-tabs li a:hover {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
    border: 1px solid #fff;
    border-color: rgba(255, 255, 255, 0.8);
}

.testimonial-list .nav-tabs li.active a,
.testimonial-list .nav-tabs li.active a:focus { background: #00aeef; border: 0; }


/***** FAQ *****/

.faq { padding-bottom: 30px; }

.faq-box { padding-top: 15px; padding-bottom: 15px; }
.faq-box h3 { margin-top: 25px; }
.faq-box p { opacity: 0.8; }

.faq-number {
	display: inline-block; width: 64px; height: 64px; margin: 0 auto; border: 4px solid #00aeef;
	font-size: 32px; color: #00aeef; line-height: 50px; font-weight: 700;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}


/***** Footer *****/

footer {
	padding: 60px 0 35px 0;
	background: #f8f8f8;
	text-align: center;
	-moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset;
	-webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset;
	box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset;
}

footer h3 { margin-top: 0; }

footer a { color: #00aeef; border: 0; }
footer a:hover, footer a:focus { border-bottom: 1px dotted #00aeef; outline: 0; color: #00aeef;}
 
.footer-contact-info p { word-wrap: break-word; }
.footer-contact-info i { padding-right: 10px; font-size: 18px; color: #ccc; vertical-align: text-top; }

.footer-social a { margin-right: 20px; color: #bbb; }
.footer-social a:hover, .footer-social a:focus { color: #00aeef; border: 0; }
.footer-social i { font-size: 28px; vertical-align: text-top; }

.footer-copyright {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px dashed #ccc;
    margin: 0 auto;
}

.footer-menu {
	padding: 30px;
	padding-top: 30px;
	border-top: 1px dashed #ccc;
	text-align: center;
}
.footer-menu ul { margin: 0; padding: 0; list-style: none; }
.footer-menu li { display: inline; margin-left: 20px; }
.footer-menu a, .footer-menu a:hover, .footer-menu a:focus { color: #888; border-color: #888; }


/* input checkbox */

input[type=checkbox].css-checkbox {
              position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
            }

            input[type=checkbox].css-checkbox + label.css-label {
              padding-left:37px;
              height:32px; 
              display:inline-block;
              line-height:32px;
              background-repeat:no-repeat;
              background-position: 0 0;
              font-size:24px;
              vertical-align:middle;
              cursor:pointer;
              font-weight:normal;
            }

            input[type=checkbox].css-checkbox:checked + label.css-label {
              background-position: 0 -32px;
            }
            label.css-label {
            background-image:url(http://www.apparelgroupapps.com/TCP-win/assets/img/csscheckbox.png);
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
      }


/* end check box */



      .modal-dialog {
    width: auto !important;
    max-width: 800px !important;
    text-align: left;
    padding:50px;
}


.button {
    width: 100%;
    height: 50px;
    letter-spacing: 1px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #00aeef;
    border: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 50px;
    color: #000;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}


.button .focus, .btn:focus, .btn:hover {
    width: 100%;
    color: #000;
    text-decoration: none;
}


.extra {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #00aeef;
  padding: 10px 60px 10px 60px;
  text-decoration: none;
}

.extra:hover {
  background: #00aeef;
  background-image: -webkit-linear-gradient(top, #00aeef, #3498db);
  background-image: -moz-linear-gradient(top, #00aeef, #3498db);
  background-image: -ms-linear-gradient(top, #00aeef, #3498db);
  background-image: -o-linear-gradient(top, #00aeef, #3498db);
  background-image: linear-gradient(to bottom, #00aeef, #3498db);
  text-decoration: none;
}


