/*
Featured
=========================== */
body,html{
    min-height: 100%;
}
.featured{
	position:relative;
	margin:0;
    min-height: 100%;
}
.featured .container{
    position: relative;
    z-index: 5;
}
#carousel-example-generic{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#owlslider .owl-wrapper-outer{
min-height: 100%;
}
#owlslider .owl-wrapper{
  min-height: 100%;  
}
#owlslider .owl-item{
     min-height: 100%;   
}
.carousel-control i{
    position: absolute;
    top:50%;
    font-size: 45px;
    margin-top: -22px;
}
img{
    max-width: 100%;
}
.carousel-inner{
    height: 100%;
}
.itemslider{
    height: 100%;
    background-size: cover;
    background-position:center;
    background-repeat: no-repeat;
}
textarea{
    resize: vertical;
}
#client .owl-wrapper{
    display: table;
}
#client .owl-wrapper .owl-item{
    display: table-cell;
    vertical-align: middle;
    float:none;
}
.containt-wrapper{
	color:#fff;
	padding-top:60px;
}
.slides .slide{
    height: 1px !important;
}
.slides .slide.current{
    height: auto !important;
}
.video-section{
	padding:100px 0;
}

.containt-wrapper h2{
	font-size:72px;
	line-height:72px;
	font-weight:900;
	color:#fff;
	margin-bottom:10px;
}

.containt-wrapper h3{
	font-size:48px;
	line-height:54px;
	font-weight:900;
	color:#fff;
	margin-bottom:10px;
}

.headline{
	font-size:36px;
	line-height:46px;
	text-transform:uppercase;
	font-weight:300;
}

.img-slider{
	display:block;
	width:100%;
	height:auto;
	margin-top:15px;
}

.form-wrapper{
	position:relative;
	margin:0;
	padding:0;
}

.slider-wrapper{
	position:absolute;
	overflow:hidden;
	z-index:9;	
	width:76%;
	height:auto;
	top:32.5%;
	left:11.5%;
}
.featured{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.main-form{
	position:static;
	top:0;
	right:0;
	height:100%;
	color:#fff;
	background:rgba(45, 45, 45, 0.58);
	padding:50px 30px;
	min-height: 630px;
}

.main-form h3{
	background:url(white-line.png)/*tpa=http://99webpage.com/theme-review/landingpage/sonno/img/white-line.png*/ no-repeat bottom left;
	font-size:35px;
    width: 93%;
	line-height:normal;
	font-weight:600;
	text-transform:uppercase;
	color:#fff;
	padding-bottom:25px;
	margin-bottom:30px;
}

.main-form h3 span{
	font-size:58px;
	font-weight:300;
}

.main-form label{
	color:#fff;
}

/*
Video responsive
=========================== */
.video-container,.map-container,.embed-container{
	position:relative;
	margin:0;
	padding-bottom:58%;
	padding-top:30px;
	height:0;
	border:none;
}

.embed-container iframe,
.embed-container object,
.embed-container embed,
.video-container iframe,
.map-container iframe,
.map-container object,
.map-container embed,
.video-container video,  
.video-container source,  
.video-container object,  
.video-container embed{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

iframe {
	border:none;
}

.video-wrapper{
	display:block;
	position:relative;
	width:100%;
	height:auto;
	border:20px solid #fff;
	margin-top:20px;
}

.video-image{
    position: absolute;
	width:100%;
	height:100%;
    top: 0;
    left: 0;
	z-index:2;
}

.start-video{
	background:rgba(28, 28, 28, 0.6) url(video-play.png)/*tpa=http://99webpage.com/theme-review/landingpage/sonno/img/video-play.png*/ no-repeat center center;
	position:absolute;
	width:100%;
	height:100%;
	border:none;
	top:0;
	left:0;
	z-index:4;
	margin:0;
	opacity:0.4;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.start-video:hover{
	opacity:0.95;
}

/*
Client
=========================== */
.client{
    padding: 0 50px;
    position: relative;
}

.item-client{
    position: relative;
    z-index: 1;
    margin:0 10px;
}

.item-client > a{
    display: table;
    margin: auto;
    opacity: 0.5;
    filter:alpha(opacity=50);
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.item-client:hover > a{
    opacity: 1;
    filter:alpha(opacity=100);
}

/*
Direction
=========================== */
.wrap-carousel{
    position: relative;
}

.wrap-carousel .owl-carousel{
    z-index: 2;
}

.direction{
    display: table;
    margin: 10px auto 40px;
}

.direction > .direction-nav > .direct-prev,
.direction > .direction-nav > .direct-next{
    cursor: pointer;
    border: solid 5px #1c1c1c;
    width: 59px;
    height: 43px;
    display: block;
    float: left;
    margin: 0px 5px;
    background-repeat: no-repeat;
    background-position: center center;
	text-align:center;
	font-size:32px;
	line-height:37px;
	color:#1c1c1c;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.direction > .direction-nav > .direct-prev:hover,
.direction > .direction-nav > .direct-prev:focus,
.direction > .direction-nav > .direct-prev:active,
.direction > .direction-nav > .direct-next:hover,
.direction > .direction-nav > .direct-next:focus,
.direction > .direction-nav > .direct-next:active{
	color:#fff;
}

.direction-middle{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.direction-middle > .direction-nav{
    top: 50%;
    margin-top: -17.5px;
    width: 100%;
    height: 100%;
    position: absolute;
}

.direction-middle > .direction-nav > .direct-next,
.direction-middle > .direction-nav > .direct-prev{
    cursor: pointer;
    position: relative;
    z-index: 2;
	font-size:42px;
	line-height:42px;
	color:#fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.direction-middle > .direction-nav > .direct-next:hover,
.direction-middle > .direction-nav > .direct-prev:hover{
    color:#ff5615;
}
.direction-middle > .direction-nav > .direct-prev{
    float: left;
}

.direction-middle > .direction-nav > .direct-next{
    float: right;
}

/*
Box Icon
=========================== */
.box-icon{
    position: relative;
}

.box-icon .icon{
    font-size: 47px;
}

.box-icon h5{
    margin-top: 5px;
    margin-bottom: 5px;
}

.box-icon p.size16{
    font-size: 16px;
}

.icon-2x {
  font-size: 2em;
}
.icon-3x {
  font-size: 3em;
}
.icon-4x {
  font-size: 4em;
}
.icon-5x {
  font-size: 5em;
}

/*
Background Content
=========================== */
.about{
	background: #fff;
	font-size: 17px;
}
.bg-content{
    background-image: url(images-feature.png)/*tpa=http://99webpage.com/theme-review/landingpage/sonno/img/about/images-feature.png*/;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top center;
    height: 565px;
    position: relative;
    padding: 225px 54px 0px;
    margin-top: 10px;
}
.owl-theme .owl-controls .owl-page.active span{
	background:#FFED00;
}
.parallax .title-section > h4{
    color:#6bbaff;
    line-height: normal;
    font-size: 35px;
}
.parallax .title-section > h4 strong{
    color:#fff;
    font-size: 35px;
    margin-top:0;
}
.parallax .title-section:after{
	border-color: #FFED00;
}
.bg-content > .content{
    text-align: center;
}

.bg-content > .content > h4{
    font-weight: normal;
}

.bg-content > .content > h4 > b{
    display: block;
    color: #1c1c1c;
    margin-top: 8px;
    margin-bottom: -5px;
}

.bg-content > .content > p{
    margin-bottom: 13px;
}

/*
Parallax
=========================== */
.parallax{
    position: relative;
    color: #fff;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: repeat-y
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	padding:100px 0;
}

.parallax .title-section b{
    color: #fff;
}

.parallax > .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #000;
    opacity: 0.9;
    filter:alpha(opacity=90);
}

/*
Testimonial
=========================== */
.testimonial{
    position: relative;
    margin-bottom: -14px;
}

.item-testimonial{
    position: relative;
    padding: 0px 0px 20px 20px;
    margin: 10px 15px;
}

.item-testimonial > .content,
.item-testimonial > .avatar{
    border: solid 5px #cac9c9;
}

.item-testimonial > .content{
    position: relative;
    padding: 0px;
}

.item-testimonial > .content > blockquote{
    color: #cac9c9;
}

.item-testimonial > .avatar{
    width: 80px;
    height: 80px;
    position: absolute;
    padding: 10px;
    bottom: 0px;
    left: 0px;
    background: #818180;
    z-index: 2;
}
blockquote > footer{
    color:#fff;
}
/*
Masonry
=========================== */
section.gallery{
    padding-bottom: 0px;
}
#gallery{
    background-color: #fff;
}
.masonry{
    position: relative;
    overflow: hidden;
    margin: 49px 0 0 0;
    padding: 0;
}

ul.filter-items{
    padding: 0px;
    margin: 0px;
    display: table;
    margin: auto;
}

ul.filter-items li{
    list-style: none;
    position: relative;
    display: block;
    float: left;
    margin: 11px 9px;
    padding: 2px 19px;
    font-weight: bold;
    font-size: 18px;
    color: #565656;
    border: solid 1px #565656;
    cursor: pointer;
    text-transform: uppercase;
}

ul.filter-items li.active:hover,
ul.filter-items li.active:focus,
ul.filter-items li.active{
    color: #fff;
}

/*
Infinite Scroll
=========================== */
#infscr-loading{
    position: absolute;
    text-align: center;
    display: block;
    bottom: 0px;
    z-index: 9;
    font-size: 24px;
    font-weight: 300;
    padding: 40px 0;
    color: #fff;
    width: 100%;
}   

#infscr-loading img{display: none;}    

/*
Hover Effect
=========================== */
.img-hover {
    position: relative;
    overflow: hidden;
}

.img-hover > .dh-overlay {
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 20px;
    position: absolute;
    display: table;
}

.img-hover > .dh-overlay .option{
    opacity: 0.9;
    filter: alpha(opacity=90);
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}
.img-hover > .dh-overlay .option a{
    text-decoration: none;
}

.img-hover > .dh-overlay > .option .zoom{
    color: #fff;
    border: solid 2px #fff;
    display: block;
    margin: auto;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 23px;
    text-align: center;
    padding-top: 7px;
} 

.img-hover > .dh-overlay > .option .zoom:hover{
    text-decoration: none;
    background: #fff;
    color:#1d84a7;
}

.img-hover > .dh-overlay > .option h5{
    font-size: 16px;
    margin-top: 14px;
}

.img-hover > .dh-overlay > .option h5 span{
    color:#fff;
    display: block;
}

.img-hover > .dh-overlay > .option h5 a.category{
    font-weight: 300;
}

/*
product detail
=========================== */
.product-detail{
	position:relative;
	display:block;
	margin-bottom:30px;
}

table.parameter-product{
	width:100%;
	margin-bottom:30px;
}
table.parameter-product tr.active{
	background:#f6f6f6;
}
table.parameter-product tr td{
	padding:10px;
	border:solid 1px #e5e5e5;
}

/*
Pricing Table
=========================== */
.pricing-table{
    border: solid 1px #dedede;
    background: #fff;
    text-align: center;
    position: relative;
    margin-bottom: 34px;
}
.pricing-list{
    text-align: left;
    font-size: 20px;
}
.pricing-list .table>tbody>tr>td,
.pricing-list .table>tbody>tr>th,
.pricing-list .table>tfoot>tr>td,
.pricing-list .table>tfoot>tr>th,
.pricing-list .table>thead>tr>td,
.pricing-list .table>thead>tr>th{
        padding: 13px 24px;
}
.pricing-list .table>tbody>tr:last-child>td,
.pricing-list .table>tbody>tr:last-child>th,
.pricing-list .table>tfoot>tr:last-child>td,
.pricing-list .table>tfoot>tr:last-child>th,
.pricing-list .table>thead>tr:last-child>td,
.pricing-list .table>thead>tr:last-child>th{
    border-bottom: 0px solid;
}
.pricing-list .table>tbody>tr>td:first-child{
    text-align: center;
    border-left:0px solid;
}
.pricing-list .table>tbody>tr>td:last-child{
    border-right: 0px solid;
}
.pricing-list .table{
    margin-bottom: 0px;
}
.pricing-list .table-bordered{
    border:0px solid;
}

/*.pricing-table:after{
    position: absolute;
    bottom: -35px;
    left: 0px;
    width: 100%;
    height: 34px;
    content: "";
    background: url(shadow-price.png)tpa=http://99webpage.com/theme-review/landingpage/sonno/img/shadow-price.png 50% 50% no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}*/

.pricing-header{
    background: #f6f6f6;
    padding: 32px 0px 2px;
}

.pricing-header h4{
    font-weight: 400;
}

.pricing-header h4 > span.price{
    font-weight: bold;
    font-size: 60px;
}

.pricing-header h4 > span.mon{
    font-size: 14px;
}

.pricing-title{
    background: #203d7d;
    padding: 13px 0px 1px;
}
.pricing-title0{
        background: #9f9f9f;
    padding: 13px 0px 1px;
    color: #fff;
}
.pricing-title1{
        background: #696969;
    padding: 13px 0px 1px;
    color: #fff;
}
.pricing-title2{
        background: #3e3e3e;
    padding: 13px 0px 1px;
    color: #fff;
}
.pricing-title3{
        background: #141414;
    padding: 13px 0px 1px;
    color: #fff;
}
.pricing-title0 h5,.pricing-title1 h5,.pricing-title2 h5,.pricing-title3 h5{
    color: #fff;
}
.pricing-title > h5{
    color: #fff;
    line-height: normal;
    font-size: 20px;
    font-weight: normal;
}
#features .bg-content .block_header{
    font-size: 34px;
    color:#004784;
    line-height: normal;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}
#features{
    background-image: url(../img/bg.png);
    }
#contact{
    background-image: url(../img/bg.png);
    }
    #pricing{
    background-image: url(../img/bg.png);
    }
       footer{
    background-image: url(../img/bg.png);
    }
.pricing-list ul{
    margin: 0px;
    padding: 0px;
}

.pricing-list ul li{
    list-style: none;
    display: block;
    border-bottom: solid 1px #dedede;
    font-size: 16px;
    padding: 10px 0px 11px;
}

.pricing-footer{
    position: relative;
    background: #f6f6f6;
    padding: 20px 0px;
}

/*
Team
=========================== */
.team-list{
    position: relative;
}

.team-item{
    position: relative;
    text-align: right;
    padding: 0 15px 50px 0;
}

.team-item > .caption{
    position: absolute;
    width: 200px;
    height: 157px;
    left: 15px;
    bottom: 0px;
    padding: 24px 30px;
    text-align: left;
    background: #ccc;
}

.team-item > .caption > h6,
.team-item > .caption > h5{
    color: #fff;
}

.team-item > .caption > h5{
    font-weight: 300;
}

.team-item > .caption > h5 > b{
    font-weight: bold;
}

.team-item > .caption > h6{
    font-weight: normal;
    margin-top: -11px;
}

.team-item > .caption > ul{
    padding: 0px;
}

.team-item > .caption > ul > li{
    list-style: none;
    float: left;
}

.team-item > .caption > ul > li > a{
    color: #fff;
    font-size: 41px;
    margin-right: 5px;
}

.team-item > .caption > ul > li > a:hover,
.team-item > .caption > ul > li > a:focus{
    text-decoration: none;
}

/*
Twitter Feed
=========================== */
ul.twitter-feed{
    margin: 0px;
    padding: 0px;
}

ul.twitter-feed > li{
	display: none;
    list-style: none;
	-webkit-backface-visibility: hidden;
    font-size: 24px;
    font-weight: 300;
	line-height:40px;
    margin-bottom: -5px;
}

.twitter-feed :after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
} 
/*
Blog
=========================== */
article{
	display:block;
	padding-bottom:60px;
	margin-bottom:60px;
	border-bottom:1px solid #c9cfd1;
}

.singlepost{
	padding-bottom:40px;
}
.rang{
    margin-top: 10px;
}
.post-item{
    position: relative;
    margin: 0 15px;
    padding: 40px 0 0 98px;
}
.parallax.contact-icon .box-icon p.size16 {
    font-size: 18px;
    line-height: 1.4;
}
.copyright{
    font-size: 14px;
    line-height: 4;
}
.post-article{
    margin-bottom: -7px;
}

.post-title a{
    color: #1c1c1c;   
}

.post-title{
    margin: 15px 0 15px 0;
}

.post-meta{
    background: #ccc;
    position: absolute;
    display: block;
    width: 170px;
    height: 170px;
    top: 0px;
    left: 0px;
    color: #fff;
    text-align: center;
    padding: 35px 0;
	z-index:5;
}

.post-meta > .date{
    font-size: 72px;
    font-weight: 300;
    margin-bottom: 19px;
}

.post-meta > .month{
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 9px
}

.post-meta > .comment{
    text-transform: uppercase;
}

.post-meta > .comment > .icon{
    font-size: 12px;
}

.post-meta > .comment > a{
    color: #fff;
}

/*
Aside
=========================== */
aside,
aside .widget{
	float:left;
	width:100%;
}

aside .widget{
	margin-bottom:30px;
}

.title-aside{
	position: relative;
	padding-bottom:15px;
	margin-bottom:20px;
}

.title-aside:after{
    content: "";
    position: absolute;
    border-bottom: solid 4px;
    width: 60px;
    bottom: 0;
    left: 0;
}

.widget fieldset.search-wrapper{
	position:relative;
	padding:1px;
	margin:0;
	border:1px solid #c9cfd1;
	background-color:#fff;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.widget input.search{
  background: none;
  border: none;
  margin:0;
  font-size:12px;
  padding:5px 10px 5px 10px;
}

.widget fieldset.search-wrapper button{
	position:absolute;
	right:1px;
	top:1px;
	border:none;
	padding:5px 15px 5px 15px;
	border-radius:0 3px 3px 0;
}

ul.cat{
	margin:0;
	padding:0;
}

ul.cat li{
	list-style:none;
	margin:0;
	padding:0;
	border-bottom:1px dashed #c9cfd1;
}

ul.cat li a{
	display:block;
	color:#595959;
	padding:0 0 5px 0;
	margin:0 0 5px 0;
}

.recent{
	margin:0;
	padding:0;
}

.recent li{
	list-style:none;
	margin:20px 0 0 0;
	padding:0;
	border-bottom:1px solid #f0f0f0;
}

.post-thumb{
	float:left;
	width:45px;
	height:45px;
	margin:0 20px 20px 0;
}

.recent li h6{
	margin-bottom:10px;
}

.recent li h6 a{
	color:#0b0b0b;
}

ul.tags{
	float:left;
	width:100%;
	list-style:none;
	margin:0;
	padding:0;
}

ul.tags li{
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}

ul.tags li a{
	display:inline-block;
	color:#595959;
	border:1px solid #c9cfd1;
	padding:2px 15px;
	margin:0 3px 3px 0;
	font-size:12px;
}

ul.tags li a:hover,
ul.tags li a:active,
ul.tags li a:focus{
	text-decoration:none;
	color:#fff;
}

ul.ads{
	float:left;
	margin:0;
	padding:0;
}

ul.ads li{
	float:left;
	list-style:none;
	width:128px;
	height:128px;
	margin:0;
	padding:0 5px 5px 0;
}

/*
Comments
=========================== */
.media-object{
	border:1px solid #f0f0f0;
	padding:5px;
}

.media-heading a{
	color:#0b0b0b;
}

.media-body{
	border:1px solid #f0f0f0;
	padding:20px 20px 0 20px;
}

.media .media{
	margin-bottom:20px;
}

.reply{
	display:block;
	width:100%;
	text-align:right;
}

.comment-form{
	display:block;
	width:100%;
	margin-bottom:20px;
}

.comment-form div{
	margin-bottom:20px;
}

/*
Inner page
=========================== */
.inner-heading{
	padding:60px 0 20px 0;
}

.inner-page{
	padding:80px 0;
}

/*
Input Form
=========================== */

ul.listForm{
	float:left;
	width:100%;
	padding:0;
	margin:0;
}

ul.listForm li {
	float:left;
	width:50%;
	padding:0 15px;
	margin:0;	
	list-style:none;	
}

ul.listForm li.full-list{
	width:100%;
}

#sendmessage{
	display:none;
}

#sendmessage.show,.show  {
	display:block;
}

.input-form{
    padding: 5px 0 0 5px;
    position: relative;
    margin-bottom: 22px;
}
.parallax.contact-icon .icon {
    color:#FFED00;
}
.parallax a{
	color:#fff;
}
.parallax a:hover{
	color:#FFED00;
}
.input-form > .icon{
    border: solid 5px #c0c0c0;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #fff;
    color:#b1b0b0;
    text-align: center;
    font-size: 30px;
    padding-top: 9px;
}

.input-form > .form-control{
    padding-left: 69px;
    padding-right: 22px;
}

.input-form:hover > .icon,
.input-form > .icon.active{
    border: solid 5px;
}

.input-form > a.btn{
    margin-top: 3px;
}

.contact-icon{
	padding-top: 100px;
    padding-bottom: 74px;
}


/*
Clear Margin
=========================== */
.cm-top{
    margin-top: 0px;
}

.cm-right{
    margin-right: 0px;
}

.cm-bottom{
    margin-bottom: 0px;
}

.cm-left{
    margin-left: 0px;
}

/*
List Link
=========================== */
ul.list-link{
    padding: 0;
    margin: 0;
}

ul.list-link > li{
    list-style: none;
    display: block;
    padding: 3px 0;
}
    
ul.list-link > li:first-child{
    padding-top: 0px;
}

ul.list-link > li:last-child{
    padding-bottom: 0px;
}

ul.list-link > li > a{
    font-size: 16px;
    color: #858484;
}

/*
Social Link
=========================== */
ul.social-network{
    padding: 0px;
    display: inline-block;
    margin-bottom: -7px;
}

ul.social-network > li{
    list-style: none;
    float: left;
    display: block;
}

ul.social-network > li > a{
    color: #858484;
    font-size: 41px;
    margin: 5px;
}

ul.social-network > li:first-child > a{
    margin-left: 0px;
}

ul.social-network > li > a:hover,
ul.social-network > li > a:focus{
    text-decoration: none;
}

/*
Preloading
=========================== */
div.loading-invisible{
    display:none;
}

#loading{
	height: 100%;
	width: 100%;
	position: fixed;
	z-index:9999999;
	margin-top: 0px;
	top: 0px;
	color:#fff;
	text-align:center;
	font-size:18px;
	letter-spacing:4px;
}

.loading-center{
	width: 100%;
	height: 100%;
	position: relative;
}

.loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 200px;
	width: 200px;
	margin-top: -100px;
	margin-left: -100px;
	-ms-transform: rotate(-135deg); 
   	-webkit-transform: rotate(-135deg); 
    transform: rotate(-135deg);

}

.object{
	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	position: absolute;
	border-top: 5px solid #FFED00;
	border-bottom: 5px solid transparent;
	border-left:  5px solid #FFED00;
	border-right: 5px solid transparent;
	-webkit-animation: animate 2s infinite;
	animation: animate 2s infinite;	
}

#object_one{
	left: 75px;
	top: 75px;
	width: 50px;
	height: 50px;
}
							
#object_two{
	left: 65px;
	top: 65px;
	width: 70px;
	height: 70px;
	-webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#object_three{
	left: 55px;
	top: 55px;
	width: 90px;
	height: 90px;
	-webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
	
#object_four{
	left: 45px;
	top: 45px;
	width: 110px;
	height: 110px;
	-webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.dh-overlay-new a{
	display: block;
}
.dh-overlay-new a .icon{
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	color:#fff;
	font-size: 50px;
}
.dh-overlay-new a .icon:before{
		-webkit-transition: all .25s ease;
		transition: all .25s ease;
		transform:scale(0);
		display: block;
}
.dh-overlay-new a:hover .icon:before{
	transform: scale(1);
}
.head_text{
    font-size: 13px;
    color:#114480;
    text-align: center;
    line-height: normal;
    margin-bottom: 5px !important;
}
.head_text a{
    font-weight: bold;
    color:#114480;
}

@-webkit-keyframes animate {
	50% {

		-ms-transform: rotate(360deg) scale(0.8); 
		-webkit-transform: rotate(360deg) scale(0.8); 
		transform: rotate(360deg) scale(0.8); 
	  }
}

@keyframes animate {
	50% {

		-ms-transform: rotate(360deg) scale(0.8); 
		-webkit-transform: rotate(360deg) scale(0.8); 
		transform: rotate(360deg) scale(0.8); 
	  }
}

.loading-center p{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: 95px;
	margin-left: -79px;	
}

/*
Ui to top
=========================== */
#toTop{
	display:none;
	text-decoration:none;
	z-index:600;
	position:fixed;
	bottom:20px;
	right:20px;
	overflow:hidden;
	width:50px;
	height:50px;
	border:none;
	border-radius:2px;
	text-indent:-999px;
	background-image:url(ui.totop.png)/*tpa=http://99webpage.com/theme-review/landingpage/sonno/img/ui.totop.png*/;
	background-repeat:no-repeat;
	background-position: top left;
	background-color:rgba(0, 0, 0, 0.4);
}

#toTopHover{
	background-image:url(ui.totop.png)/*tpa=http://99webpage.com/theme-review/landingpage/sonno/img/ui.totop.png*/;
	background-repeat:no-repeat;
	background-position: left -50px;
	width:50px;
	height:50px;
	display:block;
	overflow:hidden;
	border:none;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus{
	outline:none;
}
.main-form form a{
    color:#fff;
    text-decoration: underline;
}
.navbar-nav{
        margin-left: 3%;
}
/*
Responsive
=========================== */
@media (min-width: 1200px) {
	.navbar-nav li a{
        padding: 43px 18px 43px 18px;
	}
	.jwg_slider_module .tabbed_navigation > ul li {
		padding: 0 25px 0 25px;
	}
	.main-form{
	}
}
@media (min-width: 768px) and (max-width: 990px) {
	.navbar-brand{
		padding-bottom:0;
	}

	.navbar-nav{
		float:left;
		width:100%;
		clear:both;
    margin-top: 35px;
		margin-bottom:20px;
		text-align:center;
	}
	.navbar-nav li{
		float:none;
		display:inline-block;
	}
	.navbar-nav li a,
	.top-nav-collapse .navbar-nav li a{
		padding:15px 12px 15px 12px;
	}
	.navbar-right{
		position:absolute;
		top:0;
		right:15px;
	}
	.navbar-right li{
		float:left;
		margin:0 0 0 5px;
        padding: 12px 0 20px 0;
	}
	.top-nav-collapse .navbar-nav{
		margin-top:30px;
	}
	.top-nav-collapse .navbar-nav li a{
		padding:15px 12px 0 12px;
	}
	.jwg_slider_module .tabbed_navigation > ul li {
		padding: 0 25px 0 25px;
	}
	.bg-content{
		display:block;
		margin-bottom:60px;
	}
	.main-form{
		clear:both;
		position:relative;
		height:100%;
	}
	ul.listForm li {
		width:100%;
	}
	.footer-item{
		margin-bottom:20px;
	}
	aside{
		margin-top:40px;
	}
}
.icon-circle-left,.icon-circle-right{
    color: #888;
}
.icon-circle-left:hover,.icon-circle-right:hover{
    color: #fff;
}
@media (max-width: 1200px) {
	.navbar-brand {
		padding-top: 26px;
		padding-bottom: 20px;
	}
    .nav>li>a{
        padding: 10px 3px;
        padding-top: 33px;
    }
    .navbar-nav li a, .navbar-nav li a:focus, .navbar-nav li a:active{
        font-size: 12px;
    }
    .pricing-title > h5{
        font-size: 15px;
    }
    .pricing-list{
        font-size: 14px;
    }
}
@media (max-width: 992px) {
    .main-form{
        min-height: 0;   
    }
    .bg-content{
        padding: 227px 54px 0px;
    }
}
@media (max-width: 767px) {
	 .navbar-brand>img {
        max-width: 190px;
    }
	.navbar-brand,
	.top-nav-collapse .navbar-brand{
		padding-top: 20px;
		padding-bottom: 7px;
	}
	.top-nav-collapse .navbar-nav li a,
	.navbar-nav li a{
		padding:15px 12px 15px 12px;
	}
	.navbar-right{
		float:left;
		width:100%;
	}
	.top-nav-collapse .navbar-right li,
	.navbar-right li{
		padding:10px 0 10px 0;
	}
	.navbar-nav{
		clear:both;
	}
	.bg-content{
		display:block;
		margin-bottom:60px;
	}
	.main-form{
		position:relative;
		height:100%;
	}
	ul.listForm li {
		width:100%;
	}
	.footer-item{
		margin-bottom:20px;
	}
	aside{
		margin-top:40px;
	}
}

/*
Demo
=========================== */
.demo-panel{
	background:#fff;
	color:#fff;
	width:240px;
	display:none;
	height:auto;
	left:0;
	padding:0; 
	top:30px;
	position:fixed;
	_position:absolute;
	z-index:99999;
	border:1px solid #e1e1e1;
	border-left:none;
	border-top:none;
}

.demo-panel .btn{
	padding:6px 15px;
}

.demo-panel h6{
	text-align:center;
	margin-bottom:10px;
	padding:12px 0 11px 0;
	text-transform:uppercase;
	color:#fff;
	background:#d32e68;
}

a.openpanel{ 
	_background-image:none; 
	padding:6px 8px 5px 8px;
	border-left:none;
	color:#fff;
	display:block;
	left:0;
	text-align:center;
	font-size:24px;
	top:30px;
	z-index:99999; 
	position:fixed;
	_position:absolute; 
	border-left:none;
	text-decoration:none;
}
	
a.active.openpanel{ 
	border-left:none;
	_position:absolute; 
	left:229px;
	color:#fff;
}

a.openpanel:hover,
a.openpanel:focus,
a.openpanel:active{
	outline:none;
	color:#fff;
	text-decoration:none;
}

.stylechanger, .layout, .bgchanger{ 
	width:100%;
	float:left;
	list-style:none; 
	list-style-type:none; 
	list-style-position:outside; 
	margin:0;
}

.stylechanger{
	margin:0 10px 10px 10px;
	padding:0;
}

.stylechanger li, .bgchanger li{
	list-style:none; 
	float:left;
	width:34px;
	height:34px;
	margin:0 5px 10px 5px;
}

.stylechanger li a, .bgchanger li a{ 
	display:block; 
	width:100%; 
	height:100%;
	outline:none;
}	

.layout{
	margin:0;
	padding:0;
}

.layout li{
	list-style:none; 
	float:left;
	width:69px;
	height:auto;
	margin:0 5px 10px 5px;
	text-align:center;
}

.btn-demo{
	display:block;
	text-align:center;
	border:1px solid #444444;
	color:#444444;
}

.btn-demo:hover{
	text-decoration:none;
	color:#fff;
}

.layout li.full{
	width:92%;
	margin:0 4% 10px 4%;
}

#demo{
	padding:0;
}

.demo-heading{
	text-align:center;
	color:#fff;
	font-size:42px;
	line-height:54px;
	font-weight:300;
	text-transform:uppercase;
	padding:80px 0 60px 0;
	display:block;
}

.demo-container{
	padding-top:80px;
	padding-bottom:80px;
}

.img-demo{
	display:inline-block;
	max-width:100%;
	margin-bottom:20px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.img-demo:hover{
	opacity:0.6;
}

.demo-heading h1{
	color:#fff;
}

.demo-column{
	text-align:center;
	display:block;
	margin-bottom:40px;
}

.demo-column h5 a{
	color:#0b0b0b;
}

.extra-demo{
	display:block;
	border-top:1px solid #ddd;
	margin-top:40px;
	padding-top:60px;
}