/* ---------------------------------------------------------------------
	Base Styles
--------------------------------------------------------------------- */

body {
	background-color: #F8F9FB;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #333;
	padding-top: 50px;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
}

hr {
	display: block;
	width: 500px;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	padding: 0;
}


/* Titles */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #333;
}


/* Paragraph & Typographic */

p {
	line-height: 1.5em;
	margin-bottom: 15px;
}


/* Links */

a {
	color: #06979E;
	word-wrap: break-word;

	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
}

a:before,
a:after {
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}


/* UI Elements */

.pad-top {
	padding-top: 80px;
}


/* Button Modifications */

.btn-theme {
	background-color: #06979e;
	color: #fff;
	border-color: #06979e;
}

.btn-theme:hover,
.btn-theme:focus {
	border-color: #06979e; /* change to darker hue than bg hover color */
	background-color: transparent;
	color: #06979e;
	box-shadow: none;
}

.btn-theme2 {
	border-color: #fff;
	background-color: transparent;
	color: #fff;
}

.btn-theme2:hover,
.btn-theme2:active {
	border-color: #fff;
	background-color: #fff;
	color: #06979e;
	box-shadow: none;
}


/* ---------------------------------------------------------------------
	Navigation
--------------------------------------------------------------------- */

.navbar-default {
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	font-weight: 400;

	letter-spacing: 2px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #fff;

}

.navbar-default .navbar-toggle {
	border: 0;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: transparent;
}

.navbar-default .navbar-toggle > .icon-bar {
	background-color: #06979e;
}

.navbar-default .navbar-brand {
	color: #06979e;
}

.navbar-default .navbar-brand:hover {
	color: #bdc3c7;
}

.navbar-default .navbar-nav > li > a {
	color: #06979e; text-align:left;  font-size:14px; font-weight:400;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #bdc3c7;
	background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent;
	color: #bdc3c7;
}

.navbar-default .navbar-right a[type="button"] {
	padding: 6px 20px 6px 20px;
	color: #fff;
}

.navbar-default .navbar-right a[type="button"]:hover,
.navbar-default .navbar-right a[type="button"]:focus {
	background-color: transparent;
	color: #06979e;
}



.dropdown-menu {
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    font-size: 12px;
    margin: 10px 0 0;
    padding: 0;
    text-align: left;
}
.dropdown-menu.dropdown-menu-right {
    right: -1px;
}
.dropdown-menu > li > a {
    font-weight: 400;
    padding: 10px 12px 11px;
    text-align: left;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #FAFAFA;
    box-shadow: 1px 0 0 #ddd, -1px 0 0 #ddd;
    color: #222;
    outline: 0 none;
}
.dropdown-menu > li > a .label {
    float: right;
    margin-right: -5px;
    margin-top: -2px;
}
.dropdown-menu > li.active > a:hover .label, .dropdown-menu > li > a:hover .label {
    background-color: #E9E9E9;
}
.dropdown-menu > li > a > i, .dropdown-menu > li > a > img {
    color: #505050;
    float: left;
    margin-right: 8px;
    opacity: 0.4;
}
.dropdown-menu > li > a > img {
    margin-top: 3px;
}
.dropdown-menu > li > a:hover > i, .dropdown-menu > li > a:hover > img {
    color: #444;
    opacity: 1;
}
.dropdown-menu > li {
    position: relative;
}
.dropdown-menu > li:first-child {
    margin-top: -1px;
}
.dropdown-menu > li:last-child {
    margin-bottom: -1px;
}
.dropdown-menu.icons-right > li > a > i {
    float: right;
    margin-left: 8px;
    margin-right: 0;
}
.dropdown-menu > li:first-child > a {
    border-radius: 2px 2px 0 0;
}
.dropdown-menu > li:last-child > a {
    border-radius: 0 0 2px 2px;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #E9E9E9;
    box-shadow: 1px 0 0 #65B688, -1px 0 0 #65B688;
}
.dropdown-menu > .active > a:focus > i, .dropdown-menu > .active > a:focus > img, .dropdown-menu > .active > a:hover > i, .dropdown-menu > .active > a:hover > img, .dropdown-menu > .active > a > i, .dropdown-menu > .active > a > img {
    color: #FFFFFF;
    opacity: 1;
}
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    box-shadow: none;
}
.dropdown-menu > .disabled > a i, .dropdown-menu > .disabled > a:focus i, .dropdown-menu > .disabled > a:focus > img, .dropdown-menu > .disabled > a:hover i, .dropdown-menu > .disabled > a:hover > img, .dropdown-menu > .disabled > a > img {
    color: #999999;
    opacity: 0.4;
}
.dropdown-menu-right {
    right: -1px;
}
.dropdown-menu-left {
    left: -1px;
}
.dropdown-header {
    font-size: 11px;
    font-weight: 600;
    padding: 11px 12px 12px;
    text-transform: uppercase;
}
.pull-right > .dropdown-menu {
    right: -1px;
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    margin-bottom: 10px;
}
.dropdown-submenu:focus > a, .dropdown-submenu:hover > a {
    background-color: #E9E9E9;
    box-shadow: 1px 0 0 #3A4B55, -1px 0 0 #3A4B55;
    color: #000;
    text-decoration: none;
}
.dropdown-submenu > .dropdown-menu {
    border-radius: 0 2px 2px;
    left: 100%;
    margin-left: 0;
    margin-top: 0;
    top: 0;
}
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
    border-radius: 2px 2px 2px 0;
    bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
    top: auto;
}
.dropdown-submenu > a:after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #999999;
    border-style: solid;
    border-width: 3px 0 3px 3px;
    content: "";
    display: block;
    float: right;
    height: 0;
    margin-right: -4px;
    margin-top: 7px;
    width: 0;
}
.dropdown-submenu:hover > a:after {
    border-left-color: #FFFFFF;
}
.dropdown-submenu.pull-left {
    float: none !important;
}
.dropdown-submenu.pull-left > .dropdown-menu {
    border-radius: 2px 0 2px 2px;
    left: -100%;
    margin-left: -2px;
}
.dropdown-submenu .dropdown-menu > li:first-child:after, .dropdown-submenu .dropdown-menu > li:first-child:before, .dropup .dropdown-submenu .dropdown-menu > li:last-child:after, .dropup .dropdown-submenu .dropdown-menu > li:last-child:before {
    border: 0 none;
}
.dropdown-menu > li:first-child:before {
    border-bottom: 7px solid #CCCCCC;
    border-left: 7px solid rgba(0, 0, 0, 0);
    border-right: 7px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 11px;
    position: absolute;
    top: -6px;
}
.dropdown-menu > li:first-child:after {
    border-bottom: 6px solid #FFFFFF;
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 12px;
    position: absolute;
    top: -5px;
}
.dropdown-menu.dropdown-menu-right > li:first-child:before, .dropup .dropdown-menu.dropdown-menu-right > li:first-child:before {
    left: auto;
    right: 13px;
}
.dropdown-menu.dropdown-menu-right > li:first-child:after, .dropup .dropdown-menu.dropdown-menu-right > li:first-child:after {
    left: auto;
    right: 14px;
}

.spoiler i{ font-size:70px; color:#06979E; }

.headerwrap {
	background:#323638 url( ../img/item-bg.jpg) no-repeat center top;
	background-size: cover;
	padding-top: 80px;
}

.headerwrap .col-lg-2 {
	padding-top: 40px;
}

.headerwrap h1 {
	margin-top: 30px;
	color: white;
	font-size: 70px;
}

.headerwrap h3 {
	color: white;
	font-size: 30px;
}

.headerwrap h4 {
	padding-top: 10px;
	padding-bottom: 20px;
	color: #fff;
}

.headerwrap h5 {
	color: white;
	font-weight: 700;
	text-align: left;
}

.headerwrap p {
	text-align: left;
	color: #fff;
}


#w {
    background: none repeat scroll 0 0 #FFFFFF;
    padding-bottom: 35px;
    padding-top: 35px;
    text-align: center;
}
#w h3 {
    color: #7B7B7B;
    font-weight: 700;
    letter-spacing: 1px;
}
#w bold {
    color: #2F2F2F;
}


#portfoliowrap {
	background: url(../img/portfolio-bg.jpg) no-repeat center top;
	margin-top: 0px;
	padding-top:70px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 300px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; color:#fff;
}


#portfoliowrap h3 , #portfoliowrap h5 {
	color: #ffffff; font-weight:600;
}

/* Intro Wrap */



.intro {
	padding-top: 80px;
	padding-bottom: 80px;
}

.intro licon {
	font-size: 60px;
	color: #06979e;
	padding: 20px;
	vertical-align: middle;
}

/* Features Wrap */

.featureswrap {
	background-color: #f5f5f5;
	padding-top: 80px;
	padding-bottom: 80px;
}

.featureswrap .col-lg-6 img {
	display: table;
	margin: 0 auto;
}

.featureswrap .ac a {
	font-size: 20px;
}

.featureswrap .col-lg-6 h4,
.featureswrap .col-lg-6 licon {
	font-size: 20px;
	color: #06979e;
}

/* Divider 1 & 2 Wrap */

.footertop {
	background-color: #F85C37;
	height: 150px;
	padding-top: 55px;
}

.footertop h3{ font-size: 34px;  color: #fff;}


.panel {
	text-align: center;
}

.panel-custom {
	border-color: #06979e;
}

.panel-custom > .panel-heading {
	background-color: #06979e;
	color: #fff;
}

.panel-heading > .panel-title {
	font-weight: 900;
	text-transform: uppercase;
}

.panel-body {
	padding: 0px;
	text-align: center;
}

.the-price {
	background-color: rgba(220,220,220,0.17);
	box-shadow: 0 1px 0 #dcdcdc, inset 0 1px 0 #dcdcdc;
	padding: 20px;
	margin: 0;
}

.the-price h2 {
	font-size: 44px;
	font-weight: 700;
	line-height: 1em;
	padding: 0;
	margin: 0;
}

.subscript {
	font-size: 25px;
	font-weight: 400;
}

/* Footer Wrap */

.footerwrap {
	background-color: #333;
	color: #777;
	padding-top: 80px;
	padding-bottom: 100px;
}

.footerwrap h3 {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
}

.footerwrap p {
	color: #fff;
	font-size: 14px;
}

.footerwrap #social {
	margin: 20px auto 0px auto;
	display: inline-block;
}
.footerwrap #social a i{
	font-size:30px !important; margin-right:10px; 
}
.footerwrap input:focus {
	outline: 0;
}

/* Copyright Wrap */

.copywrap {
	background: #222;
	padding-top: 20px;
	font-size: 14px;
	color: #bdc3c7;
}


/* Sign In & Sign Up Modal */

.modal .nav-tabs {
	padding-left: 5px;
	padding-right: 5px;
}

/* Breadcrumb  */
.breadcrumb  { margin-top:15px;}

/*Validation*/
.parsley-error-list {
  margin-top: 4px;
  padding: 0;
}
.parsley-error-list li {
  padding: 0;
  list-style: none;
  color: #cc0000;
}
.parsley-error {
  border-color: #c00 !important;
}
.wrapper-header { background: url(../img/item-bg.jpg) no-repeat center center; padding:30px 0; margin-bottom:50px;}
.wrapper-header  .page-header { border-bottom:none;}
.wrapper-header .page-title h3{ color:#fff; }
.extension {}
.extension .block{ min-height:300px; border:solid 1px #eee; padding:10px; margin-bottom:10px;}
.extension .block h3{ border-bottom:dashed 1px #ddd; padding:5px 0; }
.extension .block .preview{ height:200px; background:#ccc; } 
.extension .block .description{ font-size:13px; }
.extension .block ul{ margin:0; padding:0; list-style:none; }
.extension .block ul li{ display:block; }

.development {}
.development .box-product{ border:solid 1px #eee; padding:10px; margin-bottom:10px; background:#fff;}
.development .box-product .info{ height:200px; text-align:center} 

.roadmap-box { padding:20px; background:#fff; border:solid 1px #ddd; font-size:14px !important; margin-bottom:100px;}
.lists { margin:0; padding:0; list-style:none; }
.lists li{ padding:10px 0; background:#fff; border-bottom:solid 1px #ddd;  margin-bottom:2px;}
.listsversion { margin:0; padding:0; list-style:none; }
.listsversion li { border-bottom:dashed 1px #eee; }
 .listsversion li a { font-size:12px; font-weight:400; padding:3px 10px; display:block;}
 
.page-title h3 { padding:20px 0; color:#4A647E; font-size:26px; font-weight:300;}
 .page-title h3 small { padding-left:30px;  }
 
.bg-white { background:#fff; border:solid 1px #eee; box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);}
.padding-lg { padding:20px;} 

ul.features  { margin:0; padding:0; list-style: none;}
ul.features li { border-bottom:dashed 1px #eee;}


.boxed-wrapper { margin: 0 auto 100px !important; width:960px;}
.blog-post{ background:#fff;  margin-bottom:20px; border-radius:4px; border:solid 1px #ddd;}
.blog-post .post-item {}
.blog-post p { margin:0 0 10px; font-size:13px; }
.blog-post .post-item .title{  padding:20px;}
.blog-post .post-item .summary{   padding:0 20px 20px;}
.blog-post .post-item .line{ border-top:solid 1px #ddd;}
.blog-post .post-item .action{ padding:20px;   border-radius:0 0 4px 4px;  border-top:solid 1px #ddd;}
.blog-post .post-item .action a{ color:#717171; }
ul.categories { margin:20px 0;}
ul.categories li{ border-bottom:solid 1px #ddd;}
ul.categories li a{ display:block; padding:10px 0; font-size:14px; font-weight:400; }
.line { border-bottom:solid 1px #ddd;}
/* RECENT POST */
ul.recent-post { margin:0 0 20px; list-style:none; padding:0;}
ul.recent-post li{ border-bottom:solid 1px #ddd;}
ul.recent-post li a{ display:block; padding:10px 0; font-size:13px; color:#717171;}

/* Widget block */
.block-widget {  margin-bottom:25px;}

@media (max-width: 480px) {

	.boxed-wrapper {
		width:100% !important;
	}
}
.icon-muted { color:#444; margin:0 5px;}
ul.comment-list { margin:0; padding:0; list-style:none;}
ul.comment-list li .thumb { width:50px; height:50px; position:absolute; background:#000; border:solid 2px #ddd;}
ul.comment-list li { clear:both; margin-bottom:10px; }
ul.comment-list li .quote {  border-radius:3px 3px 0 0;  margin:0 0px 0px 60px; font-size:13px; background:#fff; }
ul.comment-list li .quote .info { padding:5px 10px; font-weight:400; font-size:16px; }
ul.comment-list li .quote .body { padding:10px; font-weight:400;   }
ul.comment-list li .quote .reply { padding:5px; background:#fff; }

ul.comment-list ul{ background:#f5f5f5; margin:0 0 0 60px; list-style:none; padding:10px }
ul.comment-list ul li .quote{ background:none; border-radius:0 0 3px 3px; }
.hidden { display:none;}

