@import url(http://fonts.googleapis.com/css?family=Hind:600,300);
@import url(http://fonts.googleapis.com/css?family=Roboto:500,100,300);

/*----------------------------------------------------------------------------------------
						FONT (OPEN SANS) IMPORT FROM GOOGLE FONTS 
-----------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------
						COMMON STYLES
-----------------------------------------------------------------------------------------*/

body {
	font-family: 'Hind', sans-serif;
	font-size: 17px;
	font-weight: lighter;
	line-height: 1.5;
	color: #555;
	background: #fff;
}

#wrap {
	overflow: hidden;
}

section,
header {
	padding-top: 150px;
	padding-bottom: 150px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	border-bottom: 1px solid #e8e8e8;
}

section.dark-bg,
header.dark-bg,
.no-sep{
	border-bottom: none;
}

.container,
.container-fluid {
	position: relative;
	z-index: 1;
}
.container-fluid{
    padding: 0px!important;
}
nav .container-fluid{
    margin-right: auto!important;
    margin-left: auto!important;
    padding-left: 15px!important;
    padding-right: 15px!important;
}
a,
a:hover,
a:focus {
	color: inherit;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

h1,
h2,
h3,
h4,
h5 {
	color: #222;
	line-height: 1.2;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	letter-spacing: 0.5px;
}

h1 {
	font-size: 60px;
}

h2 {
	font-size: 44px;
	margin: 0 0 30px 0;
}

h3 {
	font-size: 26px;
	font-weight: 300;
}

h4 {
	font-size: 20px;
	font-weight: 300;
	margin: 10px 0 20px 0;
}

h5 {
	color: #00c0ff;
	font-size: 18px;
	font-weight: lighter;
	margin: 10px 0 20px 0;
}
.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4{
	color: #fff;
}

.dark-bg {
	color: #fff!important;
}
/*.pattern-bg.bg-color1  .quote-block,
.intro-block.cover-bg,
.cover-bg.white-bg,
.dark,
.dark .title,
.dark h2{
	color: #555!important;
}*/
.white,
.white h2{
    color: #fff!important;
}

ul {
	margin: 0;
	padding: 0px;
	list-style: none;
}

blockquote {
	padding: 40px;
	display: block;
	position: relative;
	overflow: hidden;
	text-align: left;
	border-radius: 15px;
	border: 1px solid #e8e8e8;
}

blockquote small {
	text-align: inherit;
	padding: 30px 0 0 0;
	color: #aaa;
}

code {
	padding: 20px 20px 20px 80px;
	display: block;
	position: relative;
	text-align: left;
	border-radius: 15px;
	border: 1px solid #e8e8e8;
	color: #03C;
	background: none;
	overflow: auto;
}

code:before {
	content: '</>';
	font-size: 16px;
	font-weight: bold;
	padding-top: 20px;
	display: block;
	position: absolute;
	width: 60px;
	left: 0px;
	top: 0;
	bottom: 0;
	text-align: center;
	color: #ccc;
	background: #f8f8f8;
}

hr {
	margin-top: 40px;
	margin-bottom: 40px;
}

#footer-list-subscribe-2 hr {
	margin-top: 20px;
    border-color:rgba(0,0,0,0.15);
}

.dark-bg hr{
    border-color:rgba(255,255,255,0.4);
}

table {
	width: 100%;
	margin: 0 0 10px 0;
	border-collapse: collapse;
}

table tbody tr:not(:first-child) {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

thead {
	color: #fff;
}
.dark thead{
    color:#555;
}

td, th {
	padding: 5px 10px;
}

th {
	text-align: left;
}

th a {
	color: #4e4e4e;
	text-decoration: none;
	
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

th a:hover {
	color: #36bfc4;
}

/* === Definition Lists === */
dt {
	font-size: 18px;
	font-weight: bold;
}

dd {
	margin-bottom: 20px;
}

/* === HTML Tags === */
cite {
	font-family: 'Oswald', sans-serif;
	color: #36bfc4;
}
address {
	font-style: italic;
	margin: 0 0 1.5em 0;
}
abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}
kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25);
}

/* === Alignment === */
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignleft {
	float: left;
	margin: 0px 30px 10px 0px;
}
.alignright {
	float: right;
	margin: 0px 0px 10px 30px;
}
.alignnone {
	margin: 0;
}
.alignnone img,
img.alignnone{
    height: auto!important;
    width: 100%;
}
/* === Image Caption === */
.wp-caption {
	background-color: #f9f9f9;
	border: 1px solid rgba(0, 0, 0, 0.1);
	max-width: 100%;
	padding: 5px 5px 0px 5px;
	margin-bottom: 20px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.wp-caption-text {
	font-size: 11.5px;
	line-height: 1.4em;
	margin: 0;
	padding: 15px 4px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	padding: 20px;
	border-top: 1px solid rgba(0,0,0,0.05);
}

.dark-bg .table > thead > tr > th,
.dark-bg .table > tbody > tr > th,
.dark-bg .table > tfoot > tr > th,
.dark-bg .table > thead > tr > td,
.dark-bg .table > tbody > tr > td,
.dark-bg .table > tfoot > tr > td {
	padding: 20px;
	border-top: 1px solid rgba(255,255,255,0.1);
}

.table-hover > tbody > tr:hover {
	background-color: rgba(0,0,0,0.025);
}

.dark-bg .table-hover > tbody > tr:hover {
	background-color: rgba(0,0,0,0.2);
}

::selection {
	background: #00c0ff;
	color: #fff;
}
::-moz-selection {
 background: #00c0ff;
 color: #fff;
}

.zero-bottom {
	padding-bottom: 0!important;
}

.desc-text {
	opacity: 0.7;
}
.sep-half-bottom {
	margin-bottom: 30px;
}
.sep-bottom {
	margin-bottom: 60px;
}

.double-padding {
	padding-top: 250px!important;
	padding-bottom: 250px!important;
}

@media (max-width: 1200px) {
    section,
    header {
    	padding-top: 100px;
    	padding-bottom: 100px;
    }
}
@media (max-width: 992px) {

    body {
    	text-align: center;
    }
    
    section,
    header,
    .double-padding {
    	padding-top: 80px!important;
    	padding-bottom: 80px!important;
    }
    
    .text-left,
     .text-right {
    	text-align: center;
    }
    
    h1 {
    	font-size: 40px;
    }
    
    h2 {
    	font-size: 30px;
    }
    
    h3 {
    	font-size: 24px;
    }
    
    h4 {
    	font-size: 18px;
    }
    
    .row [class^=col-] {
    	padding-bottom: 40px;
    }
    
    .row.no-dev [class^=col-],
     .row [class^=col-sm-] {
    	padding-bottom: 0px;
    }
    
    .row [class^=col-]:last-child {
    	padding-bottom: 0;
    }
}
@media (max-width: 767px) {

    .row [class^=col-sm-] {
    	padding-bottom: 40px;
    }
}

/*----------------------------------------------------------------------------------------
						FORM STYLES
-----------------------------------------------------------------------------------------*/

.form-group {
	margin: 0;
}

.form-control {
	padding: 20px 25px;
	line-height: 1.6;
	font-size: inherit;
	height: auto;
}

.form-group .btn {
	border-radius: 0;
	font-size: inherit;
	padding: 20px;
}
.form-group.select-group select::-ms-expand {
    display: none;
}

.form-group.select-group select{
    border-radius:0;
    border:none;
    outline:none;
    box-shadow: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor:pointer;
}

.form-group.select-group{
    position:relative
}

.form-group.select-group:before{
    content:'';
    position:absolute;
    bottom:53%;
    right:8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4px 4px 4px;
    border-color: transparent transparent #888 transparent;
}

.form-group.select-group:hover:before{
    border-color: transparent transparent #444 transparent;
}

.form-group.select-group:after{
    content:'';
    position:absolute;
    top:53%;
    right:8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #888 transparent transparent transparent;
}

.form-group.select-group:hover:after{
    border-color: #444 transparent transparent transparent;
}

.form-group.select-group:before,
.form-group.select-group:after{
    -webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	-ms-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
}

.form-group input,
.input-group input,
.form-group textarea,
button {
	color: #222;
	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	border: 0;
	border-radius: 0;
}

.input-group input:focus,
.form-group input:focus,
.form-group textarea:focus,
.input-group button:focus {
	box-shadow: none;
	transition: none;
	border: 0;
	outline: 0;
}

.placeholdersjs,
option[disabled] {
	color: #aaa !important;
}

/*----------------------------------------------------------------------------------------
						CONTACT FORM STYLE
----------------------------------------------------------------------------------------*/

.form-container {
	background: #fff;
	padding: 40px;
	border-radius: 3px;
}

.dark-bg .form-container {
	background: #252830;
}

.white .form-container{
    background: #fff;
}

.form-container form {
	margin: 0 0 40px 0;
}

.form-container .title,
.form-container p,
.form-container small {
	margin: 0 0 40px 0;
}

.form-container *:last-child {
	margin-bottom: 0;
}

#modalContact .modal-title {
	margin: 0 0 40px 0;
}

.wpcf7-form .form-group {
	margin: 0;
}
.wpcf7-form textarea{
    height: 145px!important
}
.wpcf7-form .form-control,
.wpcf7-form input.form-control,
.wpcf7-form select.form-control,
.wpcf7-form .form-group.select-group select,
.wpcf7-form .input-group input:focus,
.wpcf7-form .form-group input:focus,
.wpcf7-form textarea.form-control{
	border-top: 1px solid rgba(0, 0, 0, 0.07);
	padding-left: 0;
	width: 100%;
	background: none;
	color: inherit;
}

textarea.form-control {
	resize: none;
}

.wpcf7-form input[type="submit"] {
	margin-top: 40px;
}

.wpcf7-form label {
	display: block;
	font-size: 14px;
	font-weight: normal;
	position: relative;
	margin: 0;
}

.wpcf7-form label.error {
	background: #e44646;
	color: #fff;
	padding: 5px 10px;
}

.wpcf7-form label.valid {
	display: none !important;
}

.dark-bg .wpcf7-form,
.dark-bg .wpcf7-form .form-control {
	border-color: rgba(255, 255, 255, 0.2);
}

.white .wpcf7-form .form-control {
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.data-list li,
.data-list-alt li {
	padding-left: 45px;
	padding-bottom: 30px;
	position: relative;
}

.data-list .icon,
.data-list-alt .icon {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 130%;
	opacity: 0.4;
}

.data-list-alt li {
	border-top:1px solid rgba(0,0,0,0.05);
	padding-top:15px;
	padding-bottom:15px;
}

.data-list-alt .icon {
	top:15px;
}
@media (max-width: 992px) {

    .data-list li {
    	padding-left: 0;
    }
    
    .data-list .icon {
    	position: relative;
    	display: block;
    	top: auto;
    	left: auto;
    	padding-bottom: 10px;
    	margin: 0;
    }
}

.wpcf7-form .line-form{
	border:none;
}

.wpcf7-form .line-form input,
.wpcf7-form .line-form input:focus,
.wpcf7-form .line-form select.form-control,
.wpcf7-form .line-form select.form-control:focus{
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	color:#555;
    background: #fff;
}

.wpcf7-form .line-form select.form-control,
.wpcf7-form .line-form select.form-control:focus {
    height:69px;
}

.wpcf7-form .line-form .form-control{
	background: #fff;
	padding: 20px 25px;
	border-right:none;
	border-left:none;
}


.wpcf7-form .line-form > div:first-child .form-control{
	border-radius: 3px 0 0 3px;
	border-left:1px solid #eee;
}

.wpcf7-form .line-form button,
.wpcf7-form .line-form button:hover,
.wpcf7-form .line-form button:focus {
	height: 69px;
	font-size:inherit;
	line-height: 24px;
	padding: 20px 25px;
	border-radius: 0 3px 3px 0;
	border-left:none;
	overflow: hidden;
	margin:0;
}

.wpcf7-form .line-form button .icon{
	font-size:24px;
}

.wpcf7-form .line-form button.btn-primary-white,
.wpcf7-form .line-form button.btn-primary-white:hover,
.wpcf7-form .line-form button.btn-primary-white:focus,
.wpcf7-form .line-form button.btn-primary-white:active{
	border:1px solid #eee;
	border-left:none;
}

.wpcf7-form .line-form label.error {
	margin:10px 0 0 0;
	display:inline-block;
	padding:10px 20px;
}

.wpcf7-form .line-form.two-fields .form-group{
	float:left;
	width:40%;
}

.wpcf7-form .line-form.five-fields .form-group{
	float:left;
	width:16.66%;
}

.wpcf7-form .line-form .form-control{
	border-left:1px solid #eee;
}

.wpcf7-form .line-form .input-daterange input:last-child,
.wpcf7-form .line-form .input-daterange input:first-child{
    border-radius: 0;
}

.wpcf7-form .line-form.two-fields button{
	float:left;
	width:20%;
}

.wpcf7-form .line-form.five-fields button{
	float:left;
	width:16.66%;
}

.dark-bg .wpcf7-form .line-form .form-control{
	border-color:#eee;
}

.table-condensed thead{
    background-color: transparent!important;
    color: #555!important; 
}

@media (max-width: 767px) {
	.wpcf7-form .line-form.two-fields .form-group,
	.wpcf7-form .line-form.two-fields button,
    .wpcf7-form .line-form.five-fields .form-group,
	.wpcf7-form .line-form.five-fields button{
		float:none;
		width:100%;
		border-radius:0;
	}
	
	.wpcf7-form .line-form.two-fields .form-group input,
    .wpcf7-form .line-form.five-fields .form-group input{
		border:none;
	}
	 
	.wpcf7-form .line-form.two-fields .form-group:first-child input,
    .wpcf7-form .line-form.five-fields .form-group:first-child input{
		border-bottom:1px solid #eee;
		border-right:none;
		border-radius:0;
	}
}


/*----------------------------------------------------------------------------------------
						BUTTONS STYLES
-----------------------------------------------------------------------------------------*/

.btn:focus,
.btn:active:focus,
.btn.active:focus {
	outline: 0px auto -webkit-focus-ring-color;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
	margin-left: 0;
}

.btn {
	font-size: inherit;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	-ms-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
}

.btn-sm, 
.btn-group-sm > .btn {
	font-size:14px;
	padding:3px 7px;
}

.btn-lg,
.btn-group-lg > .btn {
	padding: 22px 35px;
	font-size: inherit;
	font-size: 20px;
	border-radius: 5px;
}

.btn-primary {
	background: #00c0ff;
	border-color: #00c0ff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	background: #009acc;
	border-color: #009acc;
}

.btn-primary-white {
	background: #fff;
	border-color: #fff;
	color: #00c0ff;
}

.btn-primary-white:hover,
.btn-primary-white:focus,
.btn-primary-white:active {
	background: #fff;
	border-color: #fff;
	color: #00c0ff;
}

.btn-default {
	border: 1px solid #00c0ff;
	color: #00c0ff;
	background: none;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
	border: 1px solid #009acc;
	color: #009acc;
	background: none;
}

.btn-default-white,
.btn-default-white:hover,
.btn-default-white:focus,
.btn-default-white:active {
	border: 1px solid #fff;
	color: #fff;
	background: none;
}

.download-btn,
.download-btn:hover,
.download-btn:active,
.download-btn:visited {
	display: inline-block;
	position: relative;
	border-radius: 5px;
	background: #000;
	color: #fff;
	overflow: hidden;
	text-align: left;
	padding: 15px 25px 12px 75px;
	font-size: 13px;
	line-height: 1.1;
	vertical-align: middle;
	margin-left: 3px;
}

.download-btn b {
	display: block;
	padding-top: 4px;
	font-size: 25px;
	font-weight: lighter;
	white-space: nowrap;
}

.portfolio-list .btn-sm, 
.portfolio-list .btn-group-sm > .btn {
  font-size: 14px!important;
  padding: 3px 7px!important;
}

.download-btn .icon {
	font-size: 40px;
	position: absolute;
	top: 15px;
	left: 20px;
}

a.read-more {
	display: inline-block;
	padding: 0px 5px;
	margin: 0 0 -4px 5px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	border-radius: 2px;
	letter-spacing: 3px;
}

a.read-more:hover {
	color: #00c0ff;
}

.btn,
.download-btn {
	margin-bottom: 2px;
	margin-top: 2px;
	margin-left: 3px;
}

.marker-circle{
    display:inline-block;
    background:url(../images/marker-circle-dark.png) center no-repeat;
    background-size:contain;
    padding:40px 0;
    text-align:center;
}
.dark-bg .marker-circle{
    background:url(../images/marker-circle-light.png) center no-repeat;
    background-size:contain;
}


.marker-arrow-left{
    display:inline-block;
    background:url(../images/marker-arrow-left-dark.png) left no-repeat;
    padding-left:150px;
    text-align:right;


}
.dark-bg .marker-arrow-left{
    background:url(../images/marker-arrow-left-light.png) left no-repeat;
}

.marker-arrow-right{
    display:inline-block;
    background:url(../images/marker-arrow-right-dark.png) right no-repeat;
    padding-right:150px;
    text-align:left;
}
.dark-bg .marker-arrow-right{
    background:url(../images/marker-arrow-right-light.png) right no-repeat;
}

.marker-arrow-down{
    display:inline-block;
    background:url(../images/marker-arrow-down-dark.png) center top no-repeat;
    padding-top:125px;
}
.dark-bg .marker-arrow-down{
    background:url(../images/marker-arrow-down-light.png) center top no-repeat;
}

.marker-arrow-up{
    display:inline-block;
    background:url(../images/marker-arrow-up-dark.png) center bottom no-repeat;
    padding-bottom:125px;
}
.dark-bg .marker-arrow-up{
    background:url(../images/marker-arrow-up-light.png) center bottom no-repeat;
}


/*----------------------------------------------------------------------------------------
						BACKGROUND TYPE STYLES
-----------------------------------------------------------------------------------------*/

.bg-color1 {
	background-color: #252830;
}

.bg-color2 {
	background-color: #00c0ff;
}

.bg-color3 {
	background-color: #f8f9fb;
}
.bg-color2 .sub-title {
  color: #fff;
}

.cover-bg,
.fixed-bg,
.pattern-bg,
.contain-bg {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.cover-bg.zero-bottom,
.fixed-bg.zero-bottom,
.pattern-bg.zero-bottom,
.contain-bg.zero-bottom{
    padding-bottom: 0!important;
}

.contain-bg {
	background-size: contain;
	background-position: center bottom;
}

.fixed-bg {
	background-attachment: fixed;
}

.pattern-bg {
	background-repeat: repeat;
	background-size: auto;
}

.video-bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	text-align: left;
	opacity: 0.5;
	z-index: 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) {

.fixed-bg {
	background-attachment: scroll!important;
}
}

/*----------------------------------------------------------------------------------------
						TITLE STYLES
-----------------------------------------------------------------------------------------*/

.title {
	margin: 0 0 60px 0;
}
h3.title,
h4.title {
	margin: 0 0 30px 0;
}
h1.sub-title,
h2.sub-title,
h3.sub-title,
h4.sub-title {
	color: #00c0ff;
	margin: 0 0 60px 0;
}
.bg-color2 .sub-title{
	color:#fff;
}
.video_section .title,
.big-title,
.giant-title,
.mega-title {
	font-size: 70px;
	font-weight: 100;
	text-transform: uppercase;
	margin-bottom: 70px;
}

.giant-title {
	font-size: 110px;
}

.mega-title {
	font-size: 200px;
}

.mega-title .icon{
	font-size:80%;
}

.big-title.zero-bottom,
.giant-title.zero-bottom {
	margin-bottom: 0;
}

.icon {
	margin-right: 10px;
}

.btn .icon {
	vertical-align:middle;
}

.right-icon {
	margin-left: 10px;
	margin-right: 0;
}

.big-icon {
	display: inline-block;
	font-size: 64px;
}

.center-icon {
	margin-right: auto;
	margin-left: auto;
}

.big-right-icon {
	font-size: 64px;
	margin-left: 10px;
	margin-right: 0;
}
.border-block{
	border:1px solid rgba(0,0,0,0.1);
	padding:30px;
}
.dark-bg .border-block{
	border:1px solid rgba(255,255,255,0.5);
}

.text-highlight{
	background:rgba(0,0,0,0.5);
	padding:0 20px;
}
.trans-link a{
    opacity:0.5;
}

.trans-link a:hover{
    opacity:1;
}
@media (max-width: 767px) {

    .big-title,
    .giant-title {
    	font-size: 40px;
    }
    .mega-title {
    	font-size: 100px;
    }
}

/*----------------------------------------------------------------------------------------
						TOGGLES STYLES
-----------------------------------------------------------------------------------------*/

.panel {
	border: 1px solid rgba(0,0,0,0.1);
	box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0;
	background-color: #fff;
}

a.panel-heading {
	display: block;
	position: relative;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	font-weight: bold;
	padding: 20px 60px 20px 25px;
	color: #00c0ff;
	text-align: left;
}

a.panel-heading:after {
	content: "";
	display: block;
	position: absolute;
	top: 31px;
	right: 25px;
	height: 10px;
	width: 10px;
	border-left: 1px solid rgba(0,0,0,0.2);
	border-top: 1px solid rgba(0,0,0,0.2);
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

a.panel-heading.collapsed:after {
	top: 25px;
	border: none;
	border-right: 1px solid rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

.panel-body {
	padding: 40px;
}

.dark-bg .panel {
	background-color: #202229;
}

.dark-bg a.panel-heading:after {
	border-color: rgba(255,255,255,0.2);
}


/*----------------------------------------------------------------------------------------
						COUNTDOWN STYLES
-----------------------------------------------------------------------------------------*/
.countdown{
	margin-bottom:20px;
	border:2px solid rgba(0,0,0,0.25);
	border-radius:4px;
	display:inline-block;
	padding:50px 30px;
}

.dark-bg .countdown{
	border:2px solid rgba(255,255,255,0.25);
}

.countdown > div{
	display:inline-block;
	margin:0 40px;
}

.countdown > div div{
	font-size:80px;
	line-height:1;
	font-family: 'Roboto', sans-serif;
}

.countdown em{
	font-style:normal;
	display:block;
	opacity:0.5;
	font-size:14px;
}

/*----------------------------------------------------------------------------------------
						TABS STYLES
-----------------------------------------------------------------------------------------*/
.nav-tabs-round{
    display:block;
    padding:30px 0;
}

.nav-tabs-round li{
    display:inline-block;
}

.nav-tabs-round li a{
    border-radius:40px;
    border:1px solid transparent;
    display:block;
    padding:15px 25px;
    margin-bottom:2px;
}

.nav-tabs-round > li.active > a, .nav-tabs-round > li.active > a:hover, .nav-tabs-round > li.active > a:focus{
    border:1px solid #00c0ff;
    color: #00c0ff;
    background:none;
}
.header-logo{
    height: 25px;
}
.nav-tabs li a {
	padding: 20px 25px;
	font-weight: bold;
    display:block;
}

.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
	color: #00c0ff;
}

.nav-tabs li a:hover {
	background: none;
}

.tab-content {
	padding: 35px 25px;
    background-color:#fff;
}
.tab-content-border{
    padding:20px;
    border:1px solid #ddd;
    border-top:none;
}

.tab-content-zero{
    padding:0;
}

.tab-content-border .data-list{
    margin:40px 0 0 40px;
}
@media (max-width: 767px) {

    .nav-tabs > li {
    	float: none;
    }
    
    .nav-tabs > li a {
    	display: block;
    	border-top: 1px solid #ddd;
    	border-right: 1px solid #ddd;
    	border-left: 1px solid #ddd;
    	border-radius: 0;
    	margin: 0;
    }
    
    .nav-tabs li:first-child a {
    	border-radius: 4px 4px 0 0;
    }
    
    .nav-tabs > li a:hover,
     .nav-tabs > li.active > a,
     .nav-tabs > li.active > a:hover,
     .nav-tabs > li.active > a:focus {
    	border-color: #ddd;
    }
}
@media (max-width: 992px) {
    .tab-content-border .data-list{
        margin:40px 0 0 0;}
    }
}
/*----------------------------------------------------------------------------------------
						PRELOADER STYLES
----------------------------------------------------------------------------------------*/

#preloader {
	background: #fff;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	left: 0;
	position: fixed;
	z-index: 9999;
}

#preloader:not(.dark-bg) {
	background: #fff;
}

#preloader .loading-data {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 36px;
	height: 36px;
	margin: -18px 0 0 -18px;
	text-align: center;
	border-radius: 50%;
	border: 2px solid #00c0ff;
	border-top-color: rgba(0,192,255,0);
	-webkit-animation: loader-animation 0.8s infinite linear;
	animation: loader-animation 1s infinite linear;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes 
loader-animation {
 from {
 transform: rotate(0deg);
 -webkit-transform: rotate(0deg);
}

to {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
}
}
@keyframes 
loader-animation {
 from {
 transform: rotate(0deg);
 -webkit-transform: rotate(0deg);
}

to {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
}
}

/*----------------------------------------------------------------------------------------
						MODAL POPUP STYLES
----------------------------------------------------------------------------------------*/

.modal {
	overflow-y: auto;
	text-align: center;
}

.modal-content {
	padding: 100px 20px;
	box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 4px;
	border: 0;
}

.modal-title {
	margin: 0;
}

.modal-title .icon {
	font-size: 48px;
	line-height: 48px;
	display: block;
	margin: 0 0 40px 0;
	color: #00c0ff;
}

.modal-title .icon.icon-ban {
	color: #e44646;
}

.modal-open {
	overflow: auto;
}

.modal-content .close {
	position: absolute;
	top: 10px;
	right: 15px;
}

.close {
	font-family: inherit;
	font-size: 32px;
	font-weight: 100;
	text-shadow: none;
}

.close:focus {
	outline: 0px auto -webkit-focus-ring-color;
}

#modalVideo .modal-content .close {
	position: relative;
	display: block;
	float: none;
	right: auto;
	top: auto;
	margin: -5px auto 5px auto;
}

#modalVideo .container {
	margin-top: 50px;
}

#modalVideo .modal-content {
	padding: 10px;
}
@media (max-width: 767px) {

#modalVideo .container {
	margin-top: 20px;
}
}

/*----------------------------------------------------------------------------------------
						CAROUSEL SLIDER STYLES
----------------------------------------------------------------------------------------*/

.carousel {
	position: static;
	padding-bottom: 50px;
}



.carousel-indicators {
	font-size: 0;
	line-height: 0;
}

.carousel-indicators li,
.carousel-indicators .active {
	display: inline-block;
	width: 60px;
	height: 2px;
	margin: 0;
	text-indent: -999px;
	border: none;
	border-radius: 0px;
	cursor: pointer;
	background-color: #000;
	opacity: 0.15;
}

.carousel-indicators .active{
	background-color: #00c0ff;
	opacity: 1;
}

.carousel-indicators.two {
    display:table;  
	font-size: 0;
	line-height: 0;
    width:100%;
    left:0;
    margin:0;
    bottom:0;
}

.carousel-indicators.two li,
.carousel-indicators.two .active {
	display:table-cell;
    width:auto;
	height: 8px;
	margin: 0;
	text-indent: -999px;
	border: none;
	border-radius: 0px;
	cursor: pointer;
	background-color: #000;
	opacity: 0.15;
}

.carousel-indicators.two .active {
	background-color: #00c0ff;
	opacity: 1;
}
.carousel-control {
	position: absolute;
	top: auto;
	left: 0;
	bottom: 0;
	height: 50px;
	width: 50%;
	opacity: 0.25;
	filter: alpha(opacity=25);
}

.carousel-control.left,
.carousel-control.right {
	background: rgba(0,0,0,0.05);
}

.dark-bg .carousel-control.left,
.dark-bg .carousel-control.right {
	background: rgba(0,0,0,0.5);
}

.carousel-control .arrow {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	height: 20px;
	width: 20px;
	background: none;
	border-top: 1px solid #444;
	border-right: 1px solid #444;
}

.dark-bg .carousel-control .arrow {
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

.carousel-control.left .arrow {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	left: 50%;
}

.carousel-control.right .arrow {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	right: 50%;
}

.full-slider,
.full-slider .carousel {
    padding:0!important;
}

/*----------------------------------------------------------------------------------------
						ITEM LIST STYLES
----------------------------------------------------------------------------------------*/
.item-list-right .list-item,
.item-list-left .list-item {
	position: relative;
}

.item-list-right .list-item {
	padding: 0 75px 60px 45px;
	text-align: right;
}

.item-list-left .list-item {
	padding: 0 45px 60px 75px;
	text-align: left;
}

.item-list-center .list-item {
	padding: 0 40px 60px 40px;
	text-align: center;
}

.item-list-border .list-item {
	border:1px solid rgba(0,0,0,0.1);
	padding:40px;
	margin-bottom:30px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.item-list-border .list-item:hover{
	border:1px solid rgba(0,0,0,0.4);
}

.dark-bg .item-list-border .list-item {
	border:1px solid rgba(255,255,255,0.1);
}
.dark-bg  .item-list-border .list-item:hover{
	border:1px solid rgba(255,255,255,0.4);
}

.item-list-border .list-item .big-icon{
	font-size:48px;
	opacity:0.5;
}

.item-list-small .list-item {
	padding-bottom: 30px;
}

.item-list-right .list-item .icon,
.item-list-left .list-item .icon {
	font-size: 48px;
	position: absolute;
	display: inline-block;
	top: 0;
	color: #00c0ff;
}

.item-list-right .list-item .img-icon,
.item-list-left .list-item .img-icon {
	position: absolute;
	display: inline-block;
	top: 0;
	max-width: 50px;
	height: auto;
}

.item-list-right .list-item .num-icon,
.item-list-left .list-item .num-icon {
	font-size: 22px;
	font-style: normal;
	position: absolute;
	display: inline-block;
	height: 50px;
	width: 50px;
	border: 1px solid #00c0ff;
	border-radius: 50%;
	overflow: hidden;
	text-align: center;
	line-height: 50px;
	top: 0;
	color: #00c0ff;
}

.item-list-right .list-item .icon,
.item-list-right .list-item .img-icon,
.item-list-right .list-item .num-icon {
	right: 0;
}

.item-list-left .list-item .icon,
.item-list-left .list-item .img-icon,
.item-list-left .list-item .num-icon {
	left: 0;
}

.item-list-center .list-item .icon,
.item-list-center .list-item img {
	display: inline-block;
	font-size: 64px;
	color: #00c0ff;
	margin: 0 0 20px 0;
}

.item-list-right h3,
.item-list-left h3,
.item-list-center h3 {
	margin: 0 0 25px 0;
}

.item-list-right h4,
.item-list-left h4,
.item-list-center h4 {
	margin: 0 0 15px 0;
}

.item-list-right.item-list-big .list-item {
	padding: 0 80px 100px 30px;
}

.item-list-left.item-list-big .list-item {
	padding: 0 30px 60px 100px;
}

.item-list-big .list-item .icon {
	font-size: 32px;
}

.item-list-right  .row:last-child div > .list-item,
.item-list-left .row:last-child  div > .list-item,
.item-list-center .row:last-child  div > .list-item,
.item-list-left .list-item:last-child {
	padding-bottom: 0 !important;
}

.dark-bg .item-list-right p,
.dark-bg .item-list-left p,
.dark-bg .item-list-center p {
	opacity: 0.8;
}
@media (max-width: 992px) {

    .item-list-right h3,
    .item-list-left h3 {
    	margin: 0 0 10px 0;
    }
    
    .item-list-left .list-item .icon,
    .item-list-right .list-item .icon,
    .item-list-left .list-item .img-icon,
    .item-list-right .list-item .img-icon,
    .item-list-left .list-item .num-icon,
    .item-list-right .list-item .num-icon {
    	position: relative;
    	margin: 0 0 20px 0;
    }
    
    .item-list-left .list-item .img-icon,
     .item-list-right .list-item .img-icon {
    	max-width: 50%;
    }
    
    .item-list-left .list-item,
     .item-list-right .list-item {
    	padding: 0 20px 40px 20px;
    	text-align: center;
    }
}
/*----------------------------------------------------------------------------------------
						STEPS BLOCK STYLES
----------------------------------------------------------------------------------------*/


ul.step-center-block li,
ul.step-left-block li,
ul.step-path-block li{ 
    padding-bottom:70px;
    position:relative;
    overflow:hidden;
}

ul.step-left-block li{
    padding-left:150px;
}

ul.step-center-block li .step-text,
ul.step-left-block li .step-text,
ul.step-path-block li .step-text{
    float:left;
    width:40%;
}
ul.step-left-block li .step-text{
    width:50%;
}
ul.step-path-block li .step-text{
    border:1px solid rgba(0,0,0,0.2);
    border-radius:8px;
    padding:50px 60px;
}
.dark-bg ul.step-path-block li .step-text{
    border-color:rgba(255,255,255,0.3);
}
ul.step-path-block li.reverse .step-text,
ul.step-center-block li.reverse .step-text{
    float:right;
}
ul.step-center-block li .step-img,
ul.step-path-block li .step-img{
    float:right;
    width:40%;
    position:relative;
    z-index:2;
}
ul.step-left-block li .step-img{
    float:left;
    width:40%;
    margin-right:8%;
}


ul.step-center-block li.reverse .step-img,
ul.step-path-block li.reverse .step-img{
    float:left;
}

ul.step-center-block li .step-num,
ul.step-left-block li .step-num{
    position:absolute;
    height:100px;
    width:100px;
    left:50%;
    margin-left:-50px;
    top:0;
    border:1px solid #00c0ff;
    border-radius:50%;
    font-family: 'Roboto', sans-serif;
	font-weight: 100;
    text-align:center;
    line-height:100px;
    overflow:hidden;
    font-size:50px;
    font-weight:lighter;
}

ul.step-left-block li .step-num{
    left:0;
    margin-left:0;
}

ul.step-center-block li:before,
ul.step-left-block li:before{
    content:"";
    position:absolute;
    display:block;
    top:100px;
    left:50%;
    bottom:0;
    width:1px;
    background:#00c0ff;
}
ul.step-left-block li:before{
    left:50px;
}
ul.step-path-block li:before{
    content:"";
    position:absolute;
    z-index:1;
    display:block;
    top:40%;
    left:40%;
    right:20%;
    bottom:0;
    border-top:1px dashed rgba(0,0,0,0.2);
    border-right:1px dashed rgba(0,0,0,0.2);
    border-radius:0 8px 0 0;
}
ul.step-path-block li.reverse:before{
    left:20%;
    right:40%;
    border-left:1px dashed rgba(0,0,0,0.2);
    border-right:none;
    border-radius:8px 0 0 0;
}
.dark-bg ul.step-path-block li:before{
    border-color:rgba(255,255,255,0.3);
}
ul.step-center-block li:last-child,
ul.step-left-block li:last-child,
ul.step-path-block li:last-child{
    padding-bottom:0;
}

ul.step-center-block li:last-child:before,
ul.step-left-block li:last-child:before,
ul.step-path-block li:last-child:before{
    display:none;
}

ul.step-center-block li:after,
ul.step-left-block li:after{
    content:"";
    display:block;
    clear:both;
}


@media (max-width: 992px) {
    ul.step-left-block li{
        padding-left:0;
    }
    ul.step-center-block li .step-num,
    ul.step-left-block li .step-num{
        position:relative;
        display:inline-block;
        margin-bottom:20px;
        left:auto;
        margin-left:0;
    }
    ul.step-center-block li .step-text,
    ul.step-center-block li .step-img,
    ul.step-left-block li .step-text,
    ul.step-left-block li .step-img,
    ul.step-path-block li .step-text,
    ul.step-path-block li .step-img{
        float:none;
        width:100%;
    }
    ul.step-center-block li .step-img,
    ul.step-left-block li .step-img,
    ul.step-path-block li .step-img{
        margin-bottom:40px;
    }
    ul.step-center-block li:before,
    ul.step-left-block li:before,
    ul.step-path-block li:before{
        display:none;
    }
}
  
/*----------------------------------------------------------------------------------------
						DIAGRAM STYLES
----------------------------------------------------------------------------------------*/

ul.diagram{
    display:table;
    width:100%;
    border:1px solid rgba(0,0,0,0.1);
    padding:50px 30px 30px 30px;
    font-size:14px;
    background-position:bottom;
}

.dark-bg ul.diagram{
    border:1px solid rgba(255,255,255,0.3);
}

ul.diagram li{
    display:table-cell;
    text-align:center;
    height:100%;
    vertical-align:top;
}

ul.diagram li span{
    display:block;
    position:relative;
    text-align:center;
}

ul.diagram li span.name{
    font-weight:bold;
    padding:10px 2px 0 2px;
}

ul.diagram li span.column{
    height:400px;
    font-size:11px;
    display:inline-block;
    position:relative;
    overflow:hidden;
    width:40%;
    margin:0 5%;
}

ul.diagram li span.column span{
    color:#fafafa;
    line-height:25px;
    width:100%;
    display:block;
    position:absolute;
    bottom:0;
}

ul.diagram.multicol li span.column{
    width:18%;
    margin:0 1%;
}

ul.diagram.val-5 li{
    width:20%;
}

ul.diagram.val-6 li{
    width:16.66%;
}

ul.diagram.val-10 li{
    width:10%;
}

ul.diagram.val-12 li{
    width:8.3%;
}

ul.diagram-horizontal{
    width:100%;
    border:1px solid rgba(0,0,0,0.1);
    padding:50px 30px;
    font-size:14px;
    background-position:bottom;
}

.dark-bg ul.diagram-horizontal{
    border:1px solid rgba(255,255,255,0.3);
}

ul.diagram-horizontal li{
    position:relative;
    padding-bottom:30px;
}

ul.diagram-horizontal li:last-child{
    padding-bottom:0;
}

ul.diagram-horizontal li span{
    display:block;
    position:relative;
}

ul.diagram-horizontal li span.name{
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    width:100px;
    padding-right:10px;
    height:100%;
    font-weight:bold;
    text-align:left;
}

ul.diagram-horizontal.name-inline li span.name{
    position:relative;
    top:auto;
    left:auto;
    height:auto;
    width:100%;
    padding-top:10px;
}

ul.diagram-horizontal li span.column{
    font-size:11px;
    position:relative;
    overflow:hidden;
    margin-left:100px;
}

ul.diagram-horizontal.name-inline li span.column{
    margin-left:0;
}

ul.diagram-horizontal li span.column span{
    color:#fafafa;
    padding:2px 5px;
    text-align:right;
}

.red{ 
    background-color:#fc4848;
}
.green{ 
    background-color:#50df53;
}
.orange{ 
    background-color:#ff9c00;
}
.blue{ 
    background-color:#32a6ff;
}
.purple{ 
    background-color:#C39;
}
.default{ 
    background-color:#aaa;
}

.color-list li{
    position:relative;
    padding-left:80px;
    margin-bottom:20px;
    text-align:left;
}

.color-list li .color-mark{
    position:absolute;
    width:50px;
    height:4px;
    left:0;
    top:10px;
}

.color-list li:last-child{
    margin-bottom:0;
}
 @media (max-width: 992px) {
     ul.diagram li span.column span{
         text-indent:-1000px;
     }
 }


/*----------------------------------------------------------------------------------------
						SCREENS STYLES
----------------------------------------------------------------------------------------*/

.screen {
	max-width: 100%;
	height: auto;
}

.container-half {
	position: absolute;
	width: 50%;
	top: 0;
	bottom: 0;
}

.container-half-right {
	right: 0;
}

.container-half-left {
	left: 0;
}

img.full-height {
	height: 100%;
	width: auto;
}

img.full-width {
	width: 100%;
	height: auto;
}
 @media (max-width: 992px) {

.container-half-right,
 .container-half-left {
	display: none;
}
}

/*----------------------------------------------------------------------------------------
						MAIN NAVIGATION STYLES
----------------------------------------------------------------------------------------*/

nav.navbar {
	border-radius: 0;
	border: none;
	margin: 0;
	box-shadow: 0px 0px 1px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 1px rgba(0,0,0,0.4);
	z-index: 2;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

nav.navbar.dark-bg{
	box-shadow: none;
	-webkit-box-shadow: none;
}

.navbar-fixed-top{
	height: 60px;
}

.navbar-collapse {
	padding: 0;
}

nav.navbar-slide {
	top: -60px;
}

nav.navbar-slide.show-menu {
	top: 0;
}

nav .info-header{
    font-size:20px;
    line-height:60px;
    float:right;
}

nav .info-header.left{
    float:left;
}

nav .info-header .btn{
    margin-left:10px;
}

@media (min-width: 992px) {
nav.navbar-slide.navbar-transparent:not(.show-menu) {
	box-shadow: none;
	-webkit-box-shadow: none;
	top: 0px;
	background-color: transparent !important;
	padding:15px 15px 0 15px;
	height:75px;
}
}

.navbar .nav,
.navbar .soc-list {
	list-style: none;
	float: right;
	z-index: 5;
	margin: 0;
}

.navbar.navbar-center .navbar-brand,
.navbar.navbar-center .nav,
.navbar.navbar-center .nav li {
	float: none;
	display: inline-block;
}

.navbar .soc-list li {
	margin: 0;
}

.navbar .soc-list .icon {
	line-height: 60px;
}

.navbar .nav li {
	float: left;
	padding: 5px;
}

.navbar .nav li a {
	display: block;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	text-decoration: none;
	outline: none;
	background: inherit;
}

.navbar .nav li a:hover,
.navbar .nav li.active a {
	background: none;
	color: #00c0ff;
}

.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
	height: 60px;
	line-height: 60px;
	margin: 0;
	padding: 0;
	letter-spacing: 2px;
	color: #00c0ff;
}

.navbar .login-panel {
	float: right;
	font-size: 0;
	margin-right:-15px;
}

.navbar .login-panel .btn {
	margin: 0;
	border-radius: 0;
	font-size: 14px;
	padding: 0 20px;
	line-height: 58px;
}

.navbar-brand img {
	display: inline-block;
	vertical-align: middle;
}

.navbar-toggle {
	float: right;
	height: 60px;
	margin: 0;
	padding: 0;
}

.navbar-center .navbar-toggle {
	width: 100%;
}

.navbar-toggle .icon-bar {
	background: #00c0ff;
	height: 2px;
	border-radius: 2px;
}

.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 6px;
}

.navbar-toggle.round-toggle .icon-bar {
	height: 8px;
	width: 8px;
	border-radius: 50%;
	display: inline-block;
}

.navbar-toggle.round-toggle .icon-bar + .icon-bar {
	margin-top: 0;
	margin-left: 3px;
}

.navbar-fixed-top {
	border-width: 0;
}
@media (max-width: 992px) {

    nav .container {
    	width: 100%;
    }
    
    nav.navbar .container-fluid,
    nav.navbar .container {
    	background-color: inherit;
    }
    
    .navbar-collapse {
    	margin: 60px 0 0 0;
    }
    
    .navbar .nav,
     .navbar .soc-list {
    	float: none;
    	text-align: center;
    	padding: 15px 0;
    }
    
    .navbar .nav li,
     .navbar .login-panel {
    	float: none;
    	margin:0;
    }
    
    .navbar .login-panel .btn {
    	display: block;
    }
    
    .navbar.navbar-center .nav {
    	padding: 0;
    }
    
    .navbar.navbar-center .nav li {
    	display: block;
    }
}
@media (max-width: 500px) {
    nav .info-header .btn,
    nav .info-header span{
        display:none;
    }
}

/*----------------------------------------------------------------------------------------
						INTRO STYLES
----------------------------------------------------------------------------------------*/

.intro-block .logo {
	margin: 0 0 80px 0;
}

.intro-block .slogan {
	margin: 0 0 80px 0;
}

.dark-bg .slogan {
	text-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	-webkit-text-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}

.intro-block .slogan p {
	margin: 50px 0 0 0;
	opacity: 0.7;
}

#big-video-wrap video,
.vjs-control-bar {
	display: none;
}

.intro-blog-block {
	padding: 150px 0 100px 0;
}
 @media (max-width: 992px) {

.intro-block {
	text-align: center;
}

.intro-block .slogan {
	margin: 0 10px 50px 10px;
}
}


/*----------------------------------------------------------------------------------------
						TYPES BLOCK BEGIN
----------------------------------------------------------------------------------------*/
.types-block {
	padding:0;
}

.types-block .row > div{
	min-height:400px;
	position:relative;
}

.types-block .content{
	margin:0 80px 70px 80px;
	position:absolute;
	left:0;
	bottom:0;
}
.types-block .content p{
	margin:0;
}
@media (max-width: 992px) {
	.types-block .row > div{
		min-height:0px;
		padding:100px 50px 50px 50px !important;
	}
	.types-block .content{
		position:relative;
		margin:0;
		left:auto;
		bottom:auto;
	}
}

/*----------------------------------------------------------------------------------------
						TEAM BLOCK BEGIN
----------------------------------------------------------------------------------------*/

.team-block img {
	margin: 0 auto 30px auto;
}

.team-block img:last-child {
	margin-bottom: 0;
}

.team-block .name {
	margin: 0 0 10px 0;
}

.team-block .occupation {
	margin: 0 0 20px 0;
	font-weight: 300;
	opacity: 0.4;
}

.team-block .soc-list {
	margin-top: 25px;
}
@media (min-width: 992px) {

.team-block [class^=col-] {
	padding-left: 40px;
	padding-right: 40px;
}
}

/*----------------------------------------------------------------------------------------
						FACTS BLOCK STYLES
----------------------------------------------------------------------------------------*/

.facts-block .icon {
	display: block;
	font-size: 64px;
	padding-bottom: 20px;
	opacity: 0.4;
}

.facts-block h3 {
	font-size: 80px;
	margin: 0 0 10px 0;
	line-height: 1;
}

.facts-block h4 {
	margin: 0;
}

/*----------------------------------------------------------------------------------------
						PORTFOLIO BLOCK STYLES
----------------------------------------------------------------------------------------*/
.portfolio-list {
	display: block;
	position: relative;
	margin-left: -15px;
	margin-right: -15px;
}

.portfolio-list:after {
	content: "";
	display: block;
	clear: both;
}

.portfolio-list li {
	display: block;
	position: relative;
	overflow: hidden;
	float: left;
	padding: 0;
}

.portfolio-list li a:not(.btn) {
	display: block;
	position: relative;
	color: #fff;
	background: #252830;
}

.portfolio-list li a span:not(.label) {
	font-size: 20px;
	position: absolute;
	display: block;
	z-index: 2;
	top: 50%;
	margin-top: -10px;
	left: 5%;
	right: 5%;
	text-align: center;
	opacity: 0;
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
}

.portfolio-list li a span.label{
	position:absolute;
	z-index:3;
	top:0;
	right:0;
	border-radius:0;
	padding: 10px 15px 8px;
}

.portfolio-list li a:hover span:not(.label) {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

.portfolio-list li .desc{
	display:block;
	padding:10px 0;
}

.portfolio-list li .desc .price{
	letter-spacing:1px;
}

.portfolio-list li .desc .price del{
	text-decoration:line-through;
	opacity:0.5;
	padding-left:10px;
}

.portfolio-list li .desc .name{
	display:block;
	font-weight:bold;
}

.portfolio-list li .desc .btn{
	float:right;
}

.portfolio-list li img {
	width: 100%;
	height: auto;
}

.portfolio-list li > a:hover img {
	opacity: 0.25;
}

.portfolio-list li img,
.portfolio-list li a span {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.portfolio-list li {
	width: 25%;
}

.container .portfolio-list li {
	width: 33.33%;
	padding: 15px;
}
.container .portfolio-4col li {
	width: 25%;
}
@media (max-width: 1400px) {

.portfolio-list li {
	width: 33.33%;
}
}
@media (max-width: 900px) {

.portfolio-list li,
 .container .portfolio-list li {
	width: 50%;
}
}
@media (max-width: 500px) {

.portfolio-list li,
 .container .portfolio-list li {
	width: 100%;
}

.container .portfolio-list li {
	padding-top: 0;
}
}
/*----------------------------------------------------------------------------------------
						QUOTE BLOCK STYLES
----------------------------------------------------------------------------------------*/

.quote-block .quote {
	border: 1px solid rgba(0,0,0,0.1);
	padding: 30px;
	margin-bottom: 30px;
	background: #fff;
}
.quote-block.two .quote{
    margin-right: auto!important;
    margin-left: auto!important;
}
.dark-bg .quote-block .quote {
	border: 1px solid rgba(255,255,255,0.1);
	background: none;
	margin-left: 15px;
    margin-right: 15px;
}

.quote-block .quote small {
	display: block;
	margin-top: 30px;
	color: inherit;
	opacity: 0.5;
}

.quote-block .icon,
.quote-block .quote img {
	border-radius: 50%;
	font-size: 28px;
	display: inline-block;
	margin-bottom: 30px;
}
.quote-block span{
	display:block;
}

.quote-block .quote img.no-round {
	border-radius: 0;
}

.quote-block .carousel .quote {
	margin-bottom: 0;
	background: none;
	padding-top: 0;
	padding-bottom: 0;
	border: 0;
}

.quote-block .carousel .quote h4 {
	line-height: 1.6;
	color: inherit;
	font-size: 28px;
}
 @media (min-width: 768px) {

.quote-block .carousel .container {
	width: 720px;
}
}
@media (min-width: 992px) {

.quote-block .carousel .container {
	width: 940px;
}
}
@media (min-width: 1200px) {

.quote-block .carousel .container {
	width: 1140px;
}
}
@media (max-width: 768px) {

.quote-block .carousel .quote h4 {
	font-size: 18px;
}
}

/*----------------------------------------------------------------------------------------
						CLIENTS BLOCK STYLES
----------------------------------------------------------------------------------------*/

.clients-block {
	padding: 100px 0;
}

/*----------------------------------------------------------------------------------------
						PRICING TABLES BLOCK STYLES
----------------------------------------------------------------------------------------*/

.pricing-table {
	position: relative;
	border: 1px solid rgba(0,0,0,0.1);
	text-align: center;
	background: #fff;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.pricing-table:hover {
	box-shadow: 0px 0px 20px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.05);
	-ms-box-shadow: 0px 0px 20px rgba(0,0,0,0.05);
	-o-box-shadow: 0px 0px 20px rgba(0,0,0,0.05);
}

.pricing-table .stamp {
	position: absolute;
	right: -10px;
	top: 70px;
	overflow: hidden;
	background: #fff698;
	color: #cfb035;
	height: 90px;
	width: 90px;
	padding: 5px;
	border-radius: 50%;
	border: 2px solid #cfb035;
	font-weight: bold;
	line-height: 1;
	font-size: 14px;
	text-transform: uppercase;
}

.pricing-table .stamp .icon {
	display: block;
	font-size: 32px;
	margin: 5px 0;
}

.pricing-table h4 {
	display: block;
	padding: 40px 0;
	margin: 0;
	font-weight: bolder;
}

.pricing-table span {
	display: block;
	font-weight: bold;
	font-size: 50px;
	padding: 40px 0;
}

.pricing-table span.clean {
	padding-bottom: 0;
}

.pricing-table span small {
	opacity: 0.5;
	font-weight: normal;
	font-size: 14px;
}

.benefits-list {
	display: inline-block;
	margin: 50px 35px;
	text-align: left;
}

.pricing-table .btn {
	display: block;
	margin: 0 35px 35px 35px;
	padding: 12px;
}

.benefits-list li {
	padding: 6px 0;
}

.benefits-list li.not {
	opacity: 0.1;
}

.pricing-table p {
	margin: 50px 35px;
}

.dark-bg .pricing-table {
	border-color: transparent;
	background: rgba(0,0,0,0.25);
}

.dark-bg .pricing-table p {
	opacity: 0.7;
}

/*----------------------------------------------------------------------------------------
						SUBSCRIBE BLOCK STYLES
----------------------------------------------------------------------------------------*/

.mc4wp-form {
	margin-bottom: 30px;
}

.mc4wp-form .form-control,
.mc4wp-form button {
	border-radius: 3px 0 0 3px;
	background: #fff;
	font-size: inherit;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.mc4wp-form button {
	height: 69px;
	font-size: 24px;
	line-height: 1;
	padding: 20px 25px;
	border-radius: 0 3px 3px 0;
	color: #00c0ff;
	border-right: 1px solid #eee;
	border-left: none;
	overflow: hidden;
}

label.error {
	margin: 20px 0 0 0;
	color: #C30;
}

/*----------------------------------------------------------------------------------------
						MAP BLOCK STYLES
----------------------------------------------------------------------------------------*/

#canvas-map {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.contact_list {
	margin-top: 200px;
	display: inline-block;
	padding: 40px;
	background: #fff;
	border-radius: 10px;
}

.contact_list li {
	padding-bottom: 10px;
}

.contact_list li:last-child {
	padding-bottom: 0;
}

/*----------------------------------------------------------------------------------------
						GOTO BLOCK STYLES
----------------------------------------------------------------------------------------*/

.goto-block {
	padding-top: 25px;
	padding-bottom: 25px;
}

a.top-arrow {
	display: inline-block;
	position: relative;
	height: 30px;
	width: 30px;
	border-left: 1px solid #222;
	border-top: 1px solid #222;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	margin-bottom: -20px;
	opacity: 0.5;
}

a.top-arrow:hover {
	margin-bottom: -16px;
	opacity: 1;
}

.dark-bg a.top-arrow {
	border-color: #fff;
}

/*----------------------------------------------------------------------------------------
						SOCIAL ICONS STYLES
----------------------------------------------------------------------------------------*/

.soc-list li {
	display: inline-block;
	margin: 10px 0;
}

.soc-list .icon {
	display: inline-block;
	font-size: 25px;
	margin: 0 10px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.icon-twitter,
.icon-twitter2 {
	color: #00aced;
}

.icon-facebook,
.icon-facebook2 {
	color: #3b5998;
}

.icon-dribbble,
.icon-dribbble2 {
	color: #ea4c89;
}

.icon-googleplus,
.icon-googleplus2 {
	color: #dd4b39;
}

.icon-linkedin,
.icon-linkedin2 {
	color: #007bb6;
}

.icon-instagram {
	color: #517fa4;
}

.icon-pinterest {
	color: #cb2027;
}

.icon-flickr {
	color: #ff0084;
}

.icon-behance {
	color: #1769ff;
}

.icon-star {
	color: #ffd200;
}

.dark-bg .soc-list .icon{
	color:#fff;
	opacity:0.5;
}
.dark-bg .soc-list .icon:hover{
	opacity:1;
}
/*----------------------------------------------------------------------------------------
										FOOTER STYLES
----------------------------------------------------------------------------------------*/

footer {
	padding-top: 80px;
	padding-bottom: 80px;
}

footer h4 {
	margin-top: 0;
}

footer .links-list li {
	font-size: 15px;
	padding-bottom: 10px;
}

footer img.logo {
	float: left;
	margin: 0 20px 0 0;
}
@media (max-width: 992px) {

footer {
	padding: 50px 0;
}

footer img.logo {
	display: none;
}
}

/*----------------------------------------------------------------------------------------
										BLOG - UPDATE V1.2
----------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------
										 SIDEBAR
----------------------------------------------------------------------------------------*/

aside.blog-sidebar .search  {
	border: 1px solid rgba(0,0,0,0.07);
	border-radius: 3px;
	overflow: hidden;
}

aside.blog-sidebar .search .form-control {
	padding-right: 0;
	background: none;
	color: inherit;
}

aside.blog-sidebar .search .btn {
	background: none;
	font-size: 20px;
	color: #aaa;
	padding-right: 15px;
}

aside.blog-sidebar .search .btn:hover {
	color: #00c0ff;
}

aside.blog-sidebar .widget {
	margin: 50px 0 0 0;
}

aside.blog-sidebar .widget:first-child {
	margin: 0;
}

aside.blog-sidebar .widget h3 {
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid rgba(0,0,0,0.07);
}
aside.blog-sidebar .widget select{
    width : 100%;
    padding: 10px;
}
aside.blog-sidebar ul li {
	padding: 0;
}

aside.blog-sidebar ul a {
	text-decoration: none;
	display: inline-block;
	padding: 0 0 15px 0;
}

aside.blog-sidebar ul a:hover {
	color: #00c0ff;
}

aside.blog-sidebar .recent-posts ul li {
	padding: 0px 0px 15px 0;
	margin: 0 0 15px 0;
	position: relative;
	border-bottom: 1px solid rgba(0,0,0,0.07);
}

aside.blog-sidebar .recent-posts ul li a {
	text-decoration: none;
}
aside.blog-sidebar ul ul{
    margin-left: 10px;
    position: relative;
}
aside.blog-sidebar ul ul li:before{
    content: "\f061";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    font-size: 10px;
    padding-right: 0.5em;
    top: 0px;
    left: -17px;
    opacity: 0.5;
}

aside.blog-sidebar .recent-posts .post-info > div {
	font-size: 14px;
	display: inline-block;
	padding-right: 15px;
	opacity: 0.4;
}
aside.blog-sidebar .textwidget img{
    height: auto;
    width: 100%;
}
#wp-calendar{
    width: 100%;   
}
#wp-calendar thead,
#wp-calendar tbody,
#wp-calendar tfoot{
    border: 1px solid #ccc;
    text-align: center;
}
#wp-calendar thead th{
    padding: 10px 0px;
}
#wp-calendar th{
    text-align: center;
}
#wp-calendar td {
    color: inherit;
	opacity: 0.5;
    padding: 10px 0px;
}
#wp-calendar td:hover{
    background-color: #00c0ff;
    opacity: 1;
    color: #fff;
}
#wp-calendar td.pad:hover{
    background-color:transparent;
}


.dark-bg aside.blog-sidebar .search #search_form,
.dark-bg aside.blog-sidebar .widget h3,
.dark-bg aside.blog-sidebar .recent-posts ul li {
	border-color: rgba(255,255,255,0.1);
}
@media (max-width: 992px) {

aside.blog-sidebar {
	margin: 50px 0 0 0;
	text-align: center;
}
}

/*----------------------------------------------------------------------------------------
										 TAGS
----------------------------------------------------------------------------------------*/

.tags li{
	display: inline-block;
	padding: 0;
}


.tags li a,
.tagcloud a {
	padding: 5px 10px;
    margin: 0 0 4px 0;
	text-decoration: none;
	font-size: 14px;
	color: inherit;
	border: 1px solid #ccc;
	opacity: 0.5;
    display: block;
}
.tags li a{
    margin-right: 4px;
}
.tagcloud a {
    display: inline-block;
    margin-bottom: 10px!important;
    font-size: 8pt!important;
}

.tags li a:hover,
.dark-bg .tags li a:hover,
.tagcloud a:hover {
	color: #00c0ff;
	border-color: #00c0ff;
	opacity: 1;
}

.dark-bg .tags li a {
	border-color: #fff;
}

/*----------------------------------------------------------------------------------------
										POST BOX
----------------------------------------------------------------------------------------*/

.post {
	border: 1px solid rgba(0,0,0,0.1);
	background-color: #fff;
}

.post .post-media {
	padding: 5px 5px 0 5px;
}

.post .post-content {
	padding: 50px;
}

.post .post-content .title {
	margin: 0 0 40px 0;
}

.post .post-desc {
	margin-bottom: 40px;
}

.post .post-info > div {
	display: inline-block;
	padding: 0 20px 0 0;
	opacity: 0.4;
}

.post .post-info div:last-child {
	padding: 0;
}

.post .post-content *:last-child {
	margin-bottom: 0;
}

.post .post-content .price-circle{
	position:absolute;
	right:-10px;
	top:50%;
	margin-top:-40px;
	background: #6C3;
	color:#fff;
	border-radius:50%;
	text-align:center;
	height:80px;
	width:80px;
	padding:20px 5px 0 5px;
	font-size:20px;
	line-height:1;
}
.post .post-content .price-circle small{
	font-size:70%;
	opacity:0.8;
}

.dark-bg .post {
	background-color: #202229;
}

@media (max-width: 992px) {
	.post .post-content .price-circle{
		top:0;
	}
}

/*----------------------------------------------------------------------------------------
										TIMELINE BLOCK
----------------------------------------------------------------------------------------*/

ul.time-line {
	position: relative;
}

ul.time-line:before {
	content: "";
	display: block;
	position: absolute;
	top: 20px;
	bottom: 0;
	width: 1px;
	left: 50%;
	background-color: #000;
	opacity: 0.1;
}

.dark-bg ul.time-line:before {
	opacity: 0.4;
}

ul.time-line>li {
	padding-bottom: 80px;
	position: relative;
}

ul.time-line>li:after {
	content: "";
	display: block;
	clear: both;
}

ul.time-line>li:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	top: 20px;
	left: 50%;
	margin-left: -5px;
	height: 11px;
	width: 11px;
	background: #e8e8e8;
	border-radius: 50%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

ul.time-line>li:hover:before {
	background: #00c0ff;
}

ul.time-line>li .post {
	position: relative;
	width: 45%;
	float: left;
	text-align: left;
}

ul.time-line>li.invert .post {
	float: right;
}

ul.time-line>li .post:before {
	content: "";
	position: absolute;
	display: block;
	top: 24px;
	left: 100%;
	width: 10.5%;
	height: 1px;
	background-color: #000;
	opacity: 0.1;
}

.dark-bg ul.time-line>li .post:before {
	opacity: 0.4;
}

ul.time-line>li.invert .post:before {
	left: auto;
	right: 100%;
}
 @media (max-width: 767px) {

ul.time-line>li {
	padding-bottom: 40px;
}

ul.time-line>li .post,
 ul.time-line>li.invert .post {
	float: none;
	width: 100%;
	text-align: center;
}

ul.time-line:before,
 ul.time-line>li:before,
 ul.time-line>li .post:before {
	display: none;
}
}

/*----------------------------------------------------------------------------------------
										RECENT POSTS LINE
----------------------------------------------------------------------------------------*/

ul.posts-line {
	border-top: 1px dotted #e8e8e8;
	padding-bottom: 50px;
}

ul.posts-line .post {
	border: none;
	border-radius: 0;
	border-bottom: 1px dotted #e8e8e8;
}

ul.posts-line .post .post-content {
	padding: 50px 0;
}

ul.posts-line .post .post-type {
	padding-bottom: 40px;
	font-size: 28px;
	color: #00c0ff;
}

ul.posts-line .post .title {
	margin: 0 0 20px 0;
}

/*----------------------------------------------------------------------------------------
										BLOG PAGES
----------------------------------------------------------------------------------------*/

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

.post-list li .post {
	margin-bottom: 50px;
	border-radius: 10px;
}

.post-list .post-media {
	padding: 10px;
}

.post-list .title {
	font-size: 35px;
}

.single-post .title {
	margin-bottom: 40px;
}

.single-post .post-info {
	margin-bottom: 40px;
}

.single-post .post-media {
	padding: 0;
}

.single-post .post-info > div {
	display: inline-block;
	padding: 0 20px 0 0;
	opacity: 0.4;
}

.post-pagination li {
	margin: 0 10px 10px 0;
	display: inline-block;
}

.post-pagination li:last-child {
	margin-right: 0;
}

.post-pagination li a,
.post-pagination li span {
	display: block;
	position: relative;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 48px;
	border: 1px solid #eee;
	border-radius: 5px;
	color: #aaa;
	z-index: 1;
}

.post-pagination li.current a,
.post-pagination li a:hover,
.post-pagination li.current span,
.post-pagination li span:hover {
	color: #444;
	border: 1px solid #00c0ff;
}

.post-pagination li.prev a:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -5px 0 0 -3px;
	height: 10px;
	width: 10px;
	border-top: 1px solid #444;
	border-left: 1px solid #444;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.post-pagination li.next a:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -5px 0 0 -7px;
	height: 10px;
	width: 10px;
	border-top: 1px solid #444;
	border-right: 1px solid #444;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.video-post {
    padding-bottom: 43.25%;
    height: 0;
    overflow: hidden;
    border: 0;
    position: relative;
    margin-bottom: 45px;
}

.video-post iframe, 
.video-post object, 
.video-post embed {
    position: absolute!important;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%;
}
@media (max-width: 992px) {

.inner-page {
	padding: 50px 0;
}
}
@media (max-width: 320px) {

.post-pagination li {
	display: none;
}

.post-pagination li.prev,
 .post-pagination li.next {
	display: inline-block;
}
}

/*----------------------------------------------------------------------------------------
										COMMENTS
----------------------------------------------------------------------------------------*/

.comments h3.title {
	margin: 60px 0 30px 0;
}

.comments li {
	padding: 0;
}

.comment-list .children {
	margin-left: 80px;
}

.comment-body {
	border-top: 1px solid #eee;
	position: relative;
	padding: 40px 0 40px 80px;
}

.comment-body .photo {
	position: absolute;
	left: 0;
	top: 40px;
}

.comment-body .photo img {
	border-radius: 5px;
	width: 50px;
	height: auto;
}

.comment-body .comment-data {
	margin-top: 10px;
	font-size: 14px;
}

.comment-body .comment-data .author {
	color: #444;
	font-weight: bold;
	padding-right: 20px;
	font-size: 14px;
}

.comment-body .comment-data .date {
	color: #ccc;
	padding-right: 20px;
}

.comment-body .comment-data a {
	color: #ccc;
}

.comments #comment_form:after {
	content: '';
	display: block;
	clear: both;
}

.comments #comment_form > div {
	padding: 0;
}

.pingback{
   border: 1px solid rgba(0,0,0,0.1);
   padding: 10px!important;
}
.pingback p{
    margin: 0px!important;
}

#comment_form .btn_send {
	width: 100%;
	background: #00c0ff;
	font-size: 20px;
	color: #fff;
	margin: 0;
}

#comment_form .form-group {
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	overflow: hidden;
}

#comment_form .form-group:first-child {
	border-radius: 5px 5px 0 0;
}

#comment_form .form-group:last-child {
	border: none;
	border-radius: 0 0 5px 5px;
}

#comment_form .form-group label.error,
#comment_form .form-group label.valid {
	display: block;
	margin: 0;
	font-size: 12px;
	position: relative;
	padding: 5px 20px;
	font-weight: 300;
	color: #fff;
	text-align: left;
}

#comment_form .form-group label.error {
	background: #d12525;
}

#comment_form .form-group label.error:before {
	position: absolute;
	left: 20px;
	top: -7px;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7px 7px 7px;
	border-color: transparent transparent #d12525 transparent;
}

#comment_form .form-group label.valid {
	padding: 0;
}

#comment_form .form-group label.valid:before {
	display: none;
}
@media (max-width: 992px) {

.comment-body {
	padding: 30px 0;
}

.comment-list .children {
	margin-left: 0;
}

.comment-body .photo {
	position: relative;
	left: auto;
	top: auto;
	margin: 0 auto 20px auto;
}

.comment-body .comment-data .author {
	display: block;
	padding: 0;
}

.comment-body .comment-data .date {
	display: block;
	padding: 0;
}
}

/* Video multi-builder */

.embed-responsive {
	overflow: visible;
}

.embed-responsive > .frameCover {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: none;
}
.m-20{
    margin-top:20px;
    clear: both;
}

.no-padding{
	display: none;
}
.no-sep{
    padding: 0px!important;
}
.no-border{
    border: none!important;
}
.video_section #big-video-wrap {
	position: absolute;
	opacity: 0.7;
}
.video_section #big-video-wrap  + .container{
	padding-top: 250px!important;
	padding-bottom: 250px!important;
}
.quote-block .carousel-inner{
	padding-bottom: 150px;
}

.quote-block.two .carousel-inner{
	padding-bottom: 0px!important;
}

.desc .product-title{
    background: transparent!important;
    color: #555!important;
}

/*===============shop ======================*/
 .ratings {
	background: rgba(0,0,0,0.4);
	padding: 5px;
	border-radius: 5px;
	display: table;
	margin: 0 auto -39px;
	position: relative;
	top: -65px;
	visibility: hidden;
}

.ratings .on i {
	color: #f6ce60;
}

.ratings .off i {
	color: #242426;
}

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

.ratings ul li {
	list-style: none;
	float: left;
	margin: 0 1px;
}

/*============= Shop Single Page ==============*/
    .shop-inner .owl-carousel{
        margin-top: 0px!important;
    }

    .shop-inner .owl-pagination{
       top: 0px!important;
       position: relative!important;
    }
    
    
    .entry-summary .product_title{
        margin-top: 0px;
    }
    
    .entry-summary .shorter {
    	font-size: 30px;
    	margin-bottom: 5px;
    }
    
    .entry-summary p {
    	color: #65686d;
    }
    
    .product-meta span {
    	font-size: 11px;
    	color: #a2a6ab;
    }
    
    .quantity {
    	margin: 0 15px 25px 0;
    	overflow: hidden;
    	position: relative;
    	width: 125px;
    	height: 40px;
    	float: left;
    }
    
    .quantity .qty {
    	border: 1px solid #dfdfdf;
    	box-shadow: none;
    	float: left;
    	height: 36px;
    	padding: 0 39px;
    	text-align: center;
    	width: 100%;
    	font-size: 1em;
    }
    
    .product_meta {
    	display: table;
    	width: 100%;
    	margin-bottom: 35px;
    }
    
    .reviews p {
    	color: #313538;
    }
    
    .reviews-info {
    	margin-bottom: 10px;
    }
    
    .reviews-info p {
    	color: #65686d;
    }
    
    .reviews-info p span {
    	color: #313538;
    	display: block;
    	margin-bottom: 5px;
    }
    
    .reviews-info p em {
    	color: #c9c9c9;
    }
    
    .reviews-info-inner {
    	margin-left: 75px;
    	border: 1px solid #dfdfdf;
    	padding: 15px 15px 2px;
    }
    
    .reviews-thumb {
    	float: left;
        border: 2px solid;
        border-color: #dfdfdf;
        border-radius: 50%;
    }
    
    .b-tabs {
    	margin-bottom: 30px;
    }

    .tabs-nav {    
    	width: 100%;    
    	display: table;
 	    margin: 0;    
    	padding: 0;
  	    list-style: none;
    	table-layout: fixed;
    }

    .tabs-nav li {
	   display: table-cell;
	   padding: 4px 0 0px;
	   background: #fafafa url(../img/btn-soc.png) repeat-x top;
	   border: 1px solid #dfdfdf;
	   border-left: none;
       text-align: center;
	   text-shadow: 0 1px 0 white;
	   font-family: 'OpenSansSemiboldRegular';
	   color: #65686d;
	   line-height: 31px;
	   cursor: pointer;
	   -webkit-transition: background-color 0.2s ease;
	   transition: background-color 0.2s ease;
    }

    .tabs-nav li:first-child {  
    	border-left: 1px solid #dfdfdf;   
    }

    .tabs-nav li:hover {    
    	background: #fdfdfd url(../img/btn-soc.png) repeat-x top;   
    	color: #4d4f54;
    }

    .tabs-nav li.active {    
    	background: #fff;    
    	border-bottom: none;  
    	cursor: default; 
    	color: #313538;
    }

    .tabs-nav li span {   
    	display: block;
    	position: relative;
    	top: -2px;
    	border-bottom: none;
    }

    .tabs-nav li.active span:before {
    	content: '';
    	display: block;
        width: 100%;
    	position: absolute;
    	top: -3px;
        border-bottom: none;
    }

    .tabs-nav li i {    
    	margin-right: 6px;   
    }

    .tabs-content {   
    	padding: 20px 0px 0px;
    }

    .b-tabs.m-nav-left .tabs-content {    
    	padding: 20px 20px 0px;
    
    }

    .tab {    
    	display: none;    
    }

    .tab.active {   
    	display: block;
    	-webkit-animation: fadeIn 1 0.7s ease;
    	animation: fadeIn 1 0.7s ease;
    }

    @-webkit-keyframes fadeIn {   
    	0% { opacity: 0; }
    	100% { opacity: 1; }
    }


    @keyframes fadeIn {  
    	0% { opacity: 0; }
    	100% { opacity: 1; }
    }
    
    .star-rating {
        overflow: hidden;
        height: 1em;
        line-height: 1em;
        width: 5.1em;
        font-family: "fontawesome";
    }
    
    .star-rating:before {
        content: "\f006\f006\f006\f006\f006";
        float: left;
        top: 0;
        left: 0;
        position: absolute;
        letter-spacing: 0.1em;
        letter-spacing: 0\9;
        color: #F6CE60;
    }
    
    .star-rating span {
        overflow: hidden;
        float: left;
        top: 0;
        left: 0;
        position: absolute;
        padding-top: 1.5em;
    }
    
    .star-rating span:before {
        content: "\f005\f005\f005\f005\f005";
        top: 0;
        position: absolute;
        left: 0;
        letter-spacing: 0.1em;
        letter-spacing: 0\9;
        color: #F6CE60;
    }
    
    .star-rating {
        line-height: 1em;
        font-size: 1em;
        font-family: "fontawesome";
    }
    
    .entry-summary .star-rating{
        float: none;
        font-size: 1em;
        margin: 0;
        position: absolute;
        top: 2px;
        right: 20px;
    }
    .comment .star-rating{
        position: relative;
    }
    
    /*===========Widgets=================*/
    .widget-shop {
    	margin-top: 35px;
    }
    
    .filter-list ul {
    	padding: 0;
    }
    
    .filter-list li {
    	list-style: none;
    	margin-bottom: 3px;
    }
    
    .filter-list li a {
    	color: #2eafbb;
    	font-size: 13px;
    }
    
    .filter-list li a:hover {
    	color: #000;
    }
    
    .filter-list li span.count {
    	color: #9ba0a4;
    	font-size: 13px;
    	float: right;
    }
    
    .filter-list li .children{
        padding-left: 10px;
    }
    
    .filter-list li:before {
    	content: "\f054";
    	font: 10px/23px FontAwesome;
    	color: #dddfe6;
    	margin-right: 10px;
    }
    
    .filter-list h3 {
    	font-family: 'Roboto', sans-serif;
    }
    
    .pproducts-list ul {
    	padding: 0;
    }
    
    .pproducts-list ul li {
    	list-style: none;
    	margin-bottom: 15px;
    }
    
    .pproducts-list ul li img {
    	float: left;
    }
    
    .pproducts-info {
    	margin-left: 55px;
    }
    
    .pproducts-info h5 {
    	font-size: 13px;
    	margin: 0 0 2px;
    }
    
    .pproducts-info p {
    	color: #acafb0;
    }
    
    .s_range {
    	margin-top: 25px;
    }
    
    .range_v {
    	display: table;
    	float: right;
    	width: 150px;
    	margin-right: -35px;
    }
    
    .range_v span {
    	font-size: 13px;
    	color: #65686d;
    	float: left;
    	margin-right: 5px;
    	line-height: 20px;
    	font-family: 'Roboto', sans-serif;
    }
    
    .range_v input {
    	border: medium none;
    	display: table;
    	float: left;
    	width: 44px;
    	margin-right: 5px;
    	font-size: 13px;
    	color: #65686d;
    	line-height: 20px;
    	font-family: 'Roboto', sans-serif;
    }
    
    .range_sep {
    	background: #65686d;
    	width: 17px;
    	height: 1px;
    	display: table;
    	position: relative;
    	top: 10px;
    	right: 20px;
    }
    
    .price-range h3 {
    	margin-bottom: 0;
    }
    
    /*============= Cart Page ==================*/
    table.cart {
    	width: 100%;
    	margin: 0;
    	text-align: left;
    }
    
    table.cart img {
    	height: auto;
    	width: 55px;
    }
    
    table.cart th {
    	padding: 8px 10px;
    }
    table.cart tbody tr:last-child{
        border-bottom: none!important;
    }
    table.cart td {
    	border-top: 1px solid #DCDCDC;
    	padding: 8px 10px;
    }
    
    table.cart td.actions {
    	padding: 20px 10px;
    }
    
    table.cart .remove .icon {
    	font-size: 1.5em;
    }
    
    table.cart .product-remove {
    	width: 1%;
    }
    
    table.cart .product-thumbnail {
    	width: 7%;
    }
    
    table.cart .product-name {
    	width: 60%;
    }
    
    table.cart .quantity {
    	top: 10px;
    	position: relative;
    }
    
    .cart-totals {
    	width: 100%;
    }
    
    .cart-totals th {
    	border-top: 1px solid #DCDCDC;
    	padding: 8px 10px;
    }
    
    .cart-totals td {
    	border-top: 1px solid #DCDCDC;
    	padding: 8px 10px;
    }
    
    .cart-totals tr.total .amount {
    	font-size: 1.5em;
    	display: block;
    	padding-top: 10px;
    }
    
    input[type=checkbox] {
    	margin-right: 10px;
    	position: relative;
    	top: 2px;
    }
    
    /*=========== Shop Account Page =============*/
    ul.order_details {
      border: 1px solid #e8e4e3;
      list-style: none;
      padding-left: 1.618em;
      position: relative;
    }
    ul.order_details:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden;
      clear: both;
    }
    ul.order_details li {
      padding: 1em 2em 1em 0;
      margin-right: 2em;
      float: left;
      border-right: 1px solid #e8e4e3;
      text-transform: uppercase;
      font-size: .857em;
      color: #9f9693;
    }
    ul.order_details li strong {
      display: block;
      text-transform: none;
      font-size: 1.387em;
      color: #6c6360;
    }
    ul.order_details li:last-child {
      border-right: 0;
    }

    .order_details .bic:after {
        content: "\f0d6";
        font-family: "fontawesome";
        position: absolute;
        font-size: -webkit-xxx-large;
        right: 57px;
        top: 0;
    }
    
    .country_to_state{
        width: 100%;
    }
    .chosen-container.chosen-container-single{
        width: 100% !important;
    }
    
    .woocommerce .form-control{
          padding: 6px 12px!important;
          margin-bottom: 5px;
          border: 1px solid #cccccc!important;
          border-radius: 4px!important;
    }
    /*----------------------------------------------------------------------------------------

									OWL SLIDER STYLES

----------------------------------------------------------------------------------------*/



.owl-carousel .owl-wrapper:after {

	content: ".";

	display: block;

	clear: both;

	visibility: hidden;

	line-height: 0;

	height: 0;

}



.owl-carousel {

	display: none;

	position: relative;

	width: 100%;

	-ms-touch-action: pan-y;

	margin-top: 100px;

}



.owl-carousel .owl-wrapper {

	display: none;

	position: relative;

	-webkit-transform: translate3d(0px, 0px, 0px);

}



.owl-carousel .owl-wrapper-outer {

	overflow: hidden;

	position: relative;

	width: 100%;

}



.owl-carousel .owl-wrapper-outer.autoHeight {

	-webkit-transition: height 500ms ease-in-out;

	-moz-transition: height 500ms ease-in-out;

	-ms-transition: height 500ms ease-in-out;

	-o-transition: height 500ms ease-in-out;

	transition: height 500ms ease-in-out;

}



.owl-carousel .owl-item { float: left; }



.owl-controls .owl-page,

.owl-controls .owl-buttons div { cursor: pointer; }



.owl-controls {

	-webkit-user-select: none;

	-khtml-user-select: none;

	-moz-user-select: none;

	-ms-user-select: none;

	user-select: none;

	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);

}



.grabbing { cursor: url(../images/grabbing.png) 8 8, move; }



.owl-carousel .owl-wrapper,

.owl-carousel .owl-item {

	-webkit-backface-visibility: hidden;

	-moz-backface-visibility: hidden;

	-ms-backface-visibility: hidden;

	-webkit-transform: translate3d(0, 0, 0);

	-moz-transform: translate3d(0, 0, 0);

	-ms-transform: translate3d(0, 0, 0);

}



.owl-pagination {

	text-align: center;

	position: absolute;

	top: -80px;

	width: 100%;

	display: block;

}



.owl-pagination .owl-page {

	height: 40px;

	width: 80px;

	line-height: 40px;

	display: inline-block;

	margin-left: 0;

	cursor: pointer;

	position: relative;

}



.owl-pagination .owl-page span {

	width: 100%;

	height: 2px;

	display: block;

	background: #eee;

	position: absolute;

	bottom: 50%;

}



.bg-color3 .owl-pagination .owl-page span { background: #444; }



.owl-pagination .owl-page.active span { background: #00aeff; }





@media (max-width: 767px) {

	

.owl-pagination { display: table; }



.owl-pagination .owl-page { display: table-cell; }



}

/*----------------------------------------------------------------------------------------
										ADDITIONAL STYLES
----------------------------------------------------------------------------------------*/

.zero-bottom {
	padding-bottom: 0;
}

.zero-top {
	padding-top: 0;
}

.desc-text {
	opacity: 0.7;
}

.sep-bottom {
	margin-bottom: 60px;
}

.sep-half-bottom {
	margin-bottom: 30px;
}

.sep-zero-bottom {
	margin-bottom:0;
}

.double-padding {
	padding-top: 250px;
	padding-bottom: 250px;
}
.top-double-padding {
    padding-top: 250px;
}
.section-padding{
    padding-top: 150px;
	padding-bottom: 150px;
 }
.half-padding {
	padding-top: 100px;
	padding-bottom: 100px;
}
.third-padding {
	padding-top: 50px!important;
	padding-bottom: 50px!important;
}
.third-padding img{
    width: 100px;
}
.zero-padding {
	padding-top: 0;
	padding-bottom: 0;
}

.zero-border{
    border:none !important;
}

.embed-responsive-256by81 {
  padding-bottom: 31.64%;
}

.page-404 h2,
.page-404 h2{
    color: #222;
}
@media (max-width: 1200px) {
    .double-padding {
    	padding-top: 150px;
    	padding-bottom: 150px;
    }
}

@media (max-width: 992px) {
    .double-padding,
    .top-double-padding,
    .section-padding,
    .half-padding {
    	padding-top: 80px;
    
    	padding-bottom: 80px;
    }
    .embed-responsive-256by81 {
      padding-bottom: 56.25%;
    }
}

.thumbnail > img, 
.thumbnail a > img{
    width: 100%!important;    
}
.bg-color1.white-color{
    color:#fff!important;
}
.sticky{
   -moz-box-shadow: 0 0 5px 5px #888;
    -webkit-box-shadow: 0 0 5px 5px#888;
    box-shadow: 0 0 5px 5px #888;
    padding: 10px;
    margin-bottom: 20px;
}
.sticky .post-content{
    padding: 0px!important;
}
#intro-line + .page{
    padding: 20px 0px;
}
.tab-pane section,
.tab-pane .container{
    padding: 0px!important;
    border: none!important;
}
.animation {
  opacity: 0;
}
.animation-visible {
  opacity: 1;
}
.animated,
.animation {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.divider{
    padding-bottom: 60px;
}
.divider:last-child{
    padding-bottom: 0px;
}