body {
    width: 100%;
    height: 100%;
    font-family: Montserrat,Helvetica,Arial,sans-serif;
    color: #505050;
    background-color: #ffffff;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: Montserrat,Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 50;
    letter-spacing: 1px;
}

p {
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 1.5;
}

@media(min-width:767px) {
    p {
        margin: 0 0 20px;
        font-size: 20px;
        line-height: 1.6;
    }
}

a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.hv1:hover {background:#ebebeb;}

a:hover,
a:focus {
    text-decoration: none;
    color: #e15732;
}

.light {
    font-weight: 400;
}

.navbar {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #0080FF;
}

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

.navbar-brand:focus {
    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,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}

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

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

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        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;
    }

    .top-nav-collapse {
        padding: 0;
        background-color: #0080FF;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 0px solid rgba(255,255,255,.3);
    }
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/intro-bg.jpg) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro-body {
    display: table-cell;
    vertical-align: middle;
}

.brand-heading {
    font-size: 20px;
}

.intro-text {
    font-size: 18px;
}

@media(min-width:767px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .brand-heading {
        font-size: 40px;
    }

    .intro-text {
        font-size: 18px;
    }
}

.content-section {
    padding-top: 100px;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}

.block {
    background: #f6f6f6;
    padding: 40px 28px;
    border-bottom: 2px solid #E7E8EC;
    margin-top:5px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 13px;
}

.block-1 {
    background: #ffffff;
    padding: 40px 28px;
    border-bottom: 2px solid #E7E8EC;
    margin-top:5px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 13px;
}

.background {
	background-color: #f6f6f6;
	padding-top: 30px;
	margin-bottom: 0px;
}

.btn-app {
  width: 125px;
  height: 125px;
  text-align: center;
  line-height: 110px;
  padding: 6px 0;
  font-size: 40px;
  border-radius: 20px;
 }
 
 .btn {
	color: #0080FF;
 }
 
 .radient {
	color: #f6f6f6;
	background: #ff8f05; /*Old browsers */
	background: -moz-linear-gradient(top, #ff8f05 0%, #ff6036 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8f05), color-stop(100%,#ff6036)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff8f05 0%,#ff6036 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff8f05 0%,#ff6036 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff8f05 0%,#ff6036 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ff8f05 0%,#ff6036 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8f05', endColorstr='#ff6036',GradientType=0 ); /* IE6-9 */
}

#none-list {
	list-style:none;
}

.row {
	position: relative;
}

.href {
	color: #0080FF;
}