
/* GENERAL
==============================================*/
body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #777;
    overflow-x: hidden;
    margin: auto;
    background: #fff;
}
html,
body {
    height: 100%
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}
a {
    color: #337ab7;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
a:hover {
    color: #fff;
    text-decoration: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}
p {
    margin-bottom: 0;
}
ul,
li {
    margin: 0;
    padding: 0;
}
fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}
/*  Preloader  */

#mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f9f9f9;
    z-index: 10000;
    height: 100%;
}
#loader {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url("img/loading.gif");
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}
#back-to-top {
    position: fixed;
    opacity: 0.8;
    filter: alpha(opacity=40);
    display: none;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
    text-align: center;
    background: #ff5f83;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    cursor: pointer;
    border-radius: 2px;
    text-decoration: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    text-align: center;
}
#back-to-top:hover {
    background: #ff5f83;
    opacity: 1;
    filter: alpha(opacity=100);
}
#back-to-top a {
    color: #fff;
}
#back-to-top a i {
    width: 40px;
    height: 40px;
}


/*  Default Bootstrap changes  */
.row-no-padding > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}
@media (max-width: 767px) {
    .row > [class*="col-"] {
        margin-bottom: 20px;
    }
    .row-no-padding > [class*="col-"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

/*  Section Style  */
.sec-padding {
    padding: 100px 0;
	display: block;
	overflow: hidden;
}
.sec-padding:nth-of-type(even){
	background-color: #f7f9fb;
}

.sec-title {
    margin-bottom: 60px;
}
.sec-title h2 {
    font-size: 28px;
    letter-spacing: 2px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}
.sec-title h2:after {
    content: '';
    display: block;
    width: 90px;
    border-top: 1px solid #337ab7;
    margin: 15px auto;
}

/* BUTTON
==============================================*/

.btn-price {
    display: inline-block;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    padding: 14px 40px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    -o-border-radius: 26px;
    border-radius: 26px;
    border: 1px solid #ccc;
    background-color: transparent;
    color: #ccc;
}
.btn-price:hover,
.btn-price:focus,
.active .btn-price {
    border: 1px solid #000;
    background: #000;
    color: #fff;
}
.btn-newsletter {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
}
/* HEADER
==============================================*/
header{
	width: 100%;
	color: #fff;
	overflow: hidden;
	background-color: #337ab7;
	background: -moz-radial-gradient(center, ellipse cover, #97cfff 0%, #337ab7 100%);
background: -webkit-radial-gradient(center, ellipse cover, #97cfff 0%,#337ab7 100%);
background: radial-gradient(ellipse at center, #97cfff 0%,#337ab7 100%);
}



/* Header text */
.header-text{
	margin: auto;
	padding: 130px 0;
	position: relative;
	text-align: center;
	z-index: 2;
}
@media screen and (max-width: 992px){
	.header-text{
		padding: 60px 30px 0;
	}
}

.h1{
	margin: 0;
	font-weight: 400;
	font-size: 40px;
}
.h1-inner{
	display: block;
	font-size: 50px;
	letter-spacing: 2px;
	margin-bottom: 15px;
}

.h2{
	max-width: 800px;
	margin: 10px auto 0;
	padding: 0 60px 40px;
	font-weight: 300;
	font-size: 20px;
}
@media screen and (max-width: 580px){
	.h2{
		padding: 0 0 40px;
	}
}
header .btn-site{
	margin: 0 0 60px;
}

nav.navbar.hugenav.affix-top ul.nav > li > a {
    color: #fff;
}

nav.navbar.hugenav.affix-top .navbar-toggle {
    background-color: transparent;
    color: #fff;
}


/* FEATURES
==============================================*/
.features{
	text-align: center;
}

.features [class*="col-sm"]{
	transition: all .3s;
}
.features [class*="col-sm"]:hover{
	background-color: #fbfcfd;
}

/* Feature box */
.feature-box{
	width: 100%;
	padding: 30px;
}
.features .feature-box{
	display: inline-block;
}
.feature-box.last{
	margin: auto !important;
}
.feature-box h4{
	margin: 10px 0 15px;
	font-size: 20px;
	font-weight: 400;
}
.feature-box p{
	margin-bottom: 0;
}
.feature-box-icon{
	transition: all .3s;
}
.feature-box-icon .fa{
	display: inline-block;
	line-height: 1;
	font-size: 60px;
	color: #337ab7;
	opacity: 0.8;
	transition: all .3s;
}
.feature-box:hover .fa{
	opacity: 1;
}

/* INFO SECTION
==============================================*/
.info{
	overflow: hidden;
}
@media screen and (max-width: 992px){
	.info{
		padding: 60px 0;
	}
	.info.info-last{
		padding: 40px 0 60px;
	}
}
.info-image{
	width: 100%;
	margin: auto;
}
.info-text{
	padding: 30px;
}
@media screen and (max-width: 992px){
	.info-text{
		padding: 40px 0 0;
		text-align: center;
	}
	.info.info-last .info-text{
		padding: 0 0 60px;
	}
	
}
.info-text h2{
	margin: 0 0 30px;
	font-weight: 300;
	font-size: 40px;
}
.info-text p{
	margin: 0;
	font-weight: 300;
	font-size: 20px;
}

/* Info images */
.iphone-image{
	margin-bottom: -500px;
}
@media screen and (max-width: 992px){
	.iphone-image{
		margin-bottom: -1000px;
	}
}
@media screen and (max-width: 768px){
	.iphone-image{
		margin-bottom: -750px;
	}
}
@media screen and (max-width: 580px){
	.iphone-image{
		margin-bottom: -500px;
	}
}

/* DEMOS
==============================================*/
.demos{
	text-align: center;
	position: relative;
}
@media screen and (max-width: 992px){
	.demos{
		padding: 30px 0 60px;
	}
}


/*  Portfolio Section  */

#portfolio {
    display: block;
    overflow: hidden;
}
.port-item {
    position: relative;
    margin-top: 30px;
}
.port-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(34, 34, 34, 0.95);
    z-index: 1;
    opacity: 0;
    transition: all 0.25s ease-in-out;
}
.port-item:hover::after {
    opacity: 1;
}
.port-title,
.port-links,
.port-tags {
    transition: all 0.35s ease-in-out;
    white-space: nowrap;
    webkit-font-smoothing: antialiased;
    -khtml-font-smoothing: antialiased;
    -apple-font-smoothing: antialiased;
    opacity: 0;
}
h4.port-title {
    font-size: 15px;
}
p.port-links {
    font-size: 20px;
}
.port-links i {
    color: #fff;
    padding-right: 10px;
}
.port-links i:hover {
    color: #1abc9c;
}
.port-details {
    position: absolute;
    z-index: 2;
    text-align: center;
    padding: 30px;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}
.port-title {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    transform: translateY(-8px);
}
.port-tags {
    transform: translateY(8px);
    font-size: 12px;
    color: #efefef;
    font-style: italic;
    letter-spacing: 2px;
}
.port-title,
.port-links,
.port-tags {
    opacity: 0;
}
.port-item:hover .port-title,
.port-item:hover .port-links,
.port-item:hover .port-tags {
    opacity: 1;
    transform: translateY(0);
}



/* COMPATIBILTY
==============================================*/
.compatibility{
	text-align: center;
	position: relative;
}

.browser{
	margin: 10px auto;
	display: block;
	font-size: 60px;
	text-align: center;
	
	transition: all .3s;
}
.browser:hover{
	transform: scale(1.1, 1.1);
}
.browser i{
	display: block;
}
.browser-text{
	width: 100%;
	margin-top: 15px;
	display: block;
	font-size: 16px;
}

/*  Contact Section  */

.section-heading {
    margin-top: 7%;
}
.section-heading i.fa {
    font-size: 100px;
    color: #337ab7;
}

/*  Footer  */

#footer {
    background-color: rgba(0, 0, 0, 0.9);
    padding: 20px 0 10px;
    margin-top: 30px;
    color: #fff;
}
#footer ul {
    margin-left: 0;
    padding-left: 0;
}
#footer ul li {
    list-style: none;
    padding: 0;
}
#footer .widget-content {
    display: block;
    overflow: hidden;
}
.social-media {
    float: right;
}
.social-media ul li {
    margin-right: 10px;
}
.social-media ul li:last-child {
    margin-right: 0;
}
#footer .social-media i {
    color: #fff;
    border: 1px solid #fff;
    padding: 7px;
    display: block;
    overflow: hidden;
    width: 30px;
    height: 30px;
}
#footer .social-media i:hover {
    color: #337ab7;
    border: 1px solid #337ab7;
}
@media (max-width: 767px) {
    .social-media {
        float: left;
    }
}




/*  Portfolio Pages  */

#portfolio {
    width: 100%;
    margin: 30px 0;
}
.portfolio-itme-style2 .container-fluid {
    padding: 0;
    display: block;
    overflow: hidden;
}
.portfolio-itme-style1 .container {
    padding-right: 30px;
    padding-left: 30px;
}
#portfolio-filter {
    text-align: center;
    padding-bottom: 20px;
}
#portfolio-filter ul li {
    color: #999;
    cursor: pointer;
    text-transform: uppercase;
	font-weight: bold;
}
#portfolio-filter ul li:after {
    content: "/";
    padding-left: 20px;
}
#portfolio-filter ul li:last-child:after {
    content: "";
    padding-left: 0px;
}
#portfolio-filter .active {
    color: #337ab7;
    pointer-events: none;
}
#portfolio-filter li:focus {
    outline: 0;
}
.portfolio-itme-style1 #portfolio-itmes {
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 0;
}
.portfolio-itme-style1 .portfolio-itme {
    padding: 0;
}
.portfolio-itme-style2 .portfolio-itme {
    margin-bottom: 30px;
}
.portfolio-thumb {
    position: relative;
    float: left;
    display: inline-block;
    box-sizing: border-box;
    overflow: hidden;
    margin-left: -1px;
    -webkit-transform: translate3d(1px, 0, 0);
    transform: translate3d(1px, 0, 0);
	border: 2px solid #337ab7;
}
.portfolio-overlay {
    position: absolute;
    width: 90%;
    background-color: rgba(51, 122, 183, 0.75);
    opacity: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
    height: 85%;
    top: 7.5%;
    left: 5%;
}
.portfolio-itme:hover .portfolio-overlay {
    opacity: 1;
}
.portfolio-overlay a {
    color: #f9f9f9;
}
.portfolio-overlay h3,
.portfolio-overlay p {
    position: absolute;
    left: 10px;
    bottom: 40px;
    font-weight: bold;
    font-size: 18px;
    z-index: 3;
    opacity: 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    text-transform: lowercase;
	max-width: 75%;
}
.portfolio-overlay a.portfolio-view {
    position: absolute;
    right: 10px;
    bottom: 40px;
    font-weight: bold;
    font-size: 25px;
    z-index: 3;
    opacity: 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.portfolio-overlay:hover a.portfolio-view {
    right: 40px;
    opacity: 1
}
.portfolio-overlay:hover h3,
.portfolio-overlay:hover p {
    left: 40px;
    opacity: 1;
	color: #fff;
}
.portfolio-overlay p {
    font-weight: bold;
    font-size: 12px;
    bottom: 20px;
}
.portfolio-itme img {
    width: 100%;
    display: block;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}
.portfolio-itme:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.demo-blockTitle {
    text-align: center;
    margin-bottom: 10px;
}
.demo-des {
	text-align: center; 
	margin-bottom: 30px;
}