/* =============================================== */
/* -------------->> CSS STYLES <<<------------- */
/* =============================================== */ 

/**
	Unikalus - Creative Html Template
	Author :ThemeTosia
	Copyright 2015
**/

/***** Table Of Contents *****

	1.0 Body and Core Css
		1.1 Block Title
		1.2 Menu
	2.Elements
  		2.1 Heading
  		2.2 Button and Text
  		2.3 Highlight
	3.Slider
	4.About Page
	5.Works Page  
	6.Services Page
		6.1 Skills 
	7.Blog Page
	8.Testimonials Page
	9.Contact Page
	10.Map
	11.Footer
	12.Blog Page
		12.1 Blog Menu
		12.2 Blog Content
		12.3 Blog Sidebar
*/

/** 1.0 Body And Core Css **/

body {
	font-family: 'Open Sans', sans-serif;
	line-height: 25px;
}

.uppercase {
	text-transform: uppercase;
}

hr {
	border: 0;
  	border-top: 1px solid #eeeeee;
  	border-bottom: 0 none;
  	margin: 0;
}

/** 1.1 Block Title **/

.inner-wrapper {
	padding: 70px 0 70px 0;
}

.header-title {
	position: relative;
	display: table;
	width: 100%;
	overflow: hidden;
	z-index: 2;
}

.header-title .head {
	display: table-cell;
	margin: 0;
	font-size: 36px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.2em;
	white-space: nowrap;
}

.inner-wrapper p {
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: lighter;
	font-size: 18px;
	color: #afafaf;
	margin-top: 15px;
}

.line-before,
.line-after {
	position: relative;
	display: table-cell;
}

.line-before:before {
	position: absolute;
	content: '';
	width: 150px;
	height: 3px;
	right: 0;
	bottom: 18px;
	background-color: #35c8e3;
}

.line-before:after {
	position: absolute;
	content: '';
	width: 30px;
	height: 3px;
	right: 0;
	bottom: 18px;
	background-color: #22a2d7;
}

.line-after:before {
	position: absolute;
	content: '';
	width: 150px;
	height: 3px;
	left: 0;
	bottom: 18px;
	background-color: #35c8e3;
}

.line-after:after {
	position: absolute;
	content: '';
	width: 30px;
	height: 3px;
	left: 0;
	bottom: 18px;
	background-color: #22a2d7;
}

/** 1.2 Menu **/
.navbar {
	-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
    transition: background .5s ease-in-out,padding .5s ease-in-out;
}

.navbar-custom {
	border-radius:0;
	margin-bottom:0;
	padding:50px 0;
	z-index:50; 
}

.navbar-custom a{
	color: #ffffff;
	font-weight: bold;
	font-size:16px;
}

.navbar-custom .navbar-nav > li > a:hover {
	color:#35c8e3;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border-bottom: 2px solid #35c8e3;
}

.navbar-custom .navbar-nav > li >a {
	line-height: 15px;
}

.navbar-custom .navbar-toggle {
	background:#fff;
	position:relative;
}

.top-nav-collapse {
	background-color:#35c8e3;
	padding: 20px 0;
}

.top-nav-collapse .navbar-nav > li > a:hover {
	color: #ffffff;
	border:none;
}

.navbar-custom .icon-bar {
	background-color: #35c8e3;
}

.navbar-custom .navbar-brand {
	margin: 0;
	padding: 0;
}


/** 2.1 Heading **/

h1 {
	font-size: 36px;
	color: #272727;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

p {
	font-size:16px;
	color: #afafaf;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color:#35c8e3;
}

.subhead {
	letter-spacing: 1px;
	line-height: 25px;
	text-align: center;
	margin-bottom: 70px;
}

/** 2.2 Button and Text **/
.button {
	text-align: center;
	padding: 20px 40px 20px 40px;
	opacity: 0.8;
	background-color: #35c8e3; 
	text-decoration: none;
	color: #ffffff;
	font-size: 15px;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 5px;
	margin: 0;
}

.button:hover {
	text-decoration: none;
	opacity: 1;
	color: #ffffff;

}
.button:active {
	text-decoration: none;
	opacity: 1;
}

.button-black {
	background-color: #272727;
}

.button-black:hover {
	opacity: 1;
	text-decoration: none;
}

.button-black:active {
	opacity: 1;
	text-decoration: none;
}

input[type="text"],
input[type="email"] {
	vertical-align: middle;
 	padding-left:15px; 
	height: 45px;
	color:#afafaf;
	font-size:15px;
	background:transparent;
	width:100%;
	min-height:30px;
	border:0;
	border:1px solid #eeeeee;
	border-bottom:3px solid #eeeeee;
	margin-bottom:20px;
	outline:none;
}

textarea {
	padding: 10px 0 0 15px;
	height: 130px;
	color:#afafaf;
	font-size:15px;
	background:transparent;
	width:100%;
	min-height:80px;
	border:0;
	border:1px solid #eeeeee;
	border-bottom:3px solid #eeeeee;
	margin-bottom:30px;
	outline:none;
}

input[type="text"]:hover,
input[type="email"]:hover,
textarea:hover {
	color: black;
	border-color: #35c8e3;
}

/** 2.3 Highlight **/

#highlight{
	padding:40px 0;
}

#highlight p{
	margin: 0;
	padding: 20px 0 20px 0;
	float: left;
}

/** 3 Slider **/
#slides .slides-container li .container {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

#slides  h1 {
	color: #ffffff;
}

#slides p {
	margin-top: 25px;
	color: #ffffff;
	line-height: 30px;
}

#slides .button {
	margin-top: 50px;
}

#slides .slide-next {
	font-size: 16px;
}

#slides .slides-navigation {
	top:92.8%;
}

#slides .slides-navigation a {
	margin: 0;
	font-size: 30px;
	background-color: #35c8e3;
	color: #ffffff;
	width: 49px;
	height: 60px;
	text-align: center;
}

#slides .slides-navigation a.down-arrow {
	left: auto;
	position: static;
	float: right;
	background: #fff;
	color: #000;
}

#slides .slides-navigation a.prev {
	left: auto;
	position: static;
	float: right;
}

#slides .slides-navigation a.next {
	right: auto;
	float: right;
	position: static;
}

#slides .slides-navigation a > i {
	padding: 15px 15px 15px 15px;
}

#slides .slides-navigation a.next:hover {
	background-color: #272727;
}

#slides .slides-navigation a.prev:hover {
	background-color: #272727;
}

/** 4 About Page **/

#about {
	margin: 0 0 50px 0;
	padding: 0;
}

#about hr {
	margin-top: 40px;
}

#about .about_box {
	text-align: left;
	padding-bottom:50px;
}

.about_box .content {
	display: table;
}

#about .about_box i {
	height: 30px;
	width: 30px;
	font-size: 30px;
	color: #35c8e3;
	float: left;
	display: inline-block;
	margin-right: 10px;
}

#about .about_box p {	
	left: 0;
	line-height: 20px;
	padding-top: 15px;
	color: #838383;
	font-size: 15px;
	text-align: left;
	font-weight: normal;
}

#about .about_box h3{
	color:#272727;
	text-transform: uppercase;
	font-weight: bold;
}

#about img {
	width: 100%;
	height: 340px;
}

/** 5 Works Page **/

#works .line-before:before,
#works .line-before:after,
#works .line-after:before,
#works .line-after:after  {
	background-color: #ffffff;
}

#works .header-title h2 {
	color: #ffffff;
}

#works .inner-wrapper p {
	color: #ffffff;
}

#works .works-header {
	background-color: #35c8e3;
}

#works .cbp-l-filters-buttonCenter .cbp-filter-item {
	margin: 0;
	margin-bottom: 50px;
	border-radius: 3px;
	background-color: #35c8e3;
	border:none;
	color: #ffffff;
	font: 400 16px/32px Open Sans,sans-serif;
	overflow: visible;
}

#works .cbp-l-filters-buttonCenter .cbp-filter-item:hover {
	background-color: #ffffff;
	color: #000000;
	-moz-box-shadow: 0px 2px 2px #22a2d7;
	-webkit-box-shadow: 0px 2px 2px #22a2d7;
	box-shadow: 0px 2px 2px #22a2d7;
}

#works .cbp-l-filters-buttonCenter .cbp-filter-item.cbp-filter-item-active {
	background-color: #ffffff;
	color: #000000;
	-moz-box-shadow: 0px 2px 2px #22a2d7;
	-webkit-box-shadow: 0px 2px 2px #22a2d7;
	box-shadow: 0px 2px 2px #22a2d7;
}

#works .cbp-l-filters-buttonCenter .cbp-filter-counter {
	background-color: #fff;
	color: #000000;
	font-size: 16px;
}

#works .cbp-l-filters-buttonCenter .cbp-filter-counter:before{
	 border-top: 4px solid #ffffff;
}

#works .cbp-l-grid-masonry-projects-title {
	color: #35c8e3;
	font: 400 16px/22px Open Sans, sans-serif;
}

#works .cbp-l-grid-masonry-projects-desc { 
	font: 400 12px/18px Open Sans, sans-serif;
}

#works .cbp-l-loadMore-button .cbp-l-loadMore-link, .cbp-l-loadMore-button .cbp-l-loadMore-button-link {
	margin: 0;
}

#works .cbp-caption-activeWrap {
	background-color:#35c8e3;
}

/** 6 Services Page**/
#services .service_box {
	border:1px solid #eeeeee;    
	text-align: center;
	color: #838383;
	margin-bottom: 65px;
}

#services .service_box:hover {
	color: #35c8e3;
	border:1px solid #35c8e3;
}

#services .service_box i {
	margin-top: 50px;
	font-size: 34px;
}

#services .service_box h3 {
	margin-top: 30px;
	font-size: 20px;
	font-weight: bold;
}

#services .service_box p {
	line-height: 30px;
	padding: 30px 0 50px 0;
}

#services hr{
	padding: 30px;
}


/** 6.1 Skills Page **/
.skills h3 {
	color: #272727;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 20px;
}

.skills .progress-circular {
  position: relative;
  text-align: center;
}

.skills .progress-circular > div {
  display: inline-block;
  vertical-align: top;
}

.skills .progres-circular.knob {
	font-size: 35px;
	color: #afafaf;
	font-weight: lighter;
	
}
/** End Services **/

/** 7 Blog Page **/
#blogs .panel {
	overflow: hidden;
	position: relative;
}

#blogs .panel .social {
	position: absolute;
	background:rgba(53, 200, 227, 0.8);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 50% 0  0;
	font-size: 0;
	opacity: 0;
}

#blogs .panel:hover .social {
	opacity: 1;
}

#blogs .panel .social li  {
	list-style: none;
	font-size: 14px;
	color: #fff;
	margin: -150px 5px 0;
	display: inline-block;
}

#blogs .panel .social li a {
	display: block;
	border-radius: 100%;
	border:1px solid #fff;
	width: 50px;
	height: 50px;
}

#blogs .panel .social li a:hover {
	color: #35c8e3;
	background-color: #ffffff;
}

#blogs .panel .social li a > i {
	font-size: 16px;
	color:#fff;
	padding: 17px;
}

#blogs .panel .social li a > i:hover {
	color: #35c8e3;
}

#blogs img {
	width: 100%;
	height: auto;
}

#blogs .content-block {
	margin: 35px 35px 0px 35px;
}

#blogs .content-block a {
	color: #272727;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
}

#blogs .content-block a:hover {
	color:#35c8e3;
}

#blogs .content-block p {
	margin-top: 20px;
	line-height: 25px;
	font-size: 15px;
	color: #afafaf;
}
/*End Blogs*/


/** 8 Testimonials Page **/
.testimonials {
	margin-top: 70px;
	background-color: #fafafa;
}

#testimonial {
	margin-top: 70px;
	margin-bottom: 50px;
}

#testimonial .item{
	padding-right: 10%;
	padding-left: 10%; 
	text-align: center;
}

#testimonial .item p {
	font-size: 15px;
	line-height: 25px;
}

#testimonial .item h3 {
	margin-top: 25px;
	margin-bottom: 50px;
	color: #35c8e3;
}

#testimonial img {
	height: auto;
	width: 350px;
	margin-bottom: 25px;
}

#testimonial .owl-theme .owl-controls .owl-page span{
	margin: 0;
	padding:0;
}
/** Contact Page **/

#contact ul {
	padding-left: 0;
	margin-top: 30px;
	list-style-type: none;
}

#contact ul li {
	margin-top: 20px;
	font-size: 16px;
	color: #afafaf;
}

#contact .title {
	font-size: 16px;
	color: #272727;
}

#contact h3{
	text-transform: uppercase;
	font-weight: bold;
}

#contact p {
	line-height: 25px;
}

#contact .social-media {
	margin-top: 20px;
}

#contact .social-media ul{
	padding:0;
	margin: 0;
	list-style: none;
}

#contact .social-media ul li {
	width: 40px;
	height: 40px;
	float: left;
}

#contact .social-media ul li a{
	font-size: 17px;
	color: #35c8e3;	
	border-radius: 2px;
	background-color: transparent;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#contact .social-media ul li a:hover {
	color: #272727;
}

#contact button{
	width: 200px;
    border:none;
}	
/*End Contact*/


/** 10 Map **/
#gmap_canvas {
	margin-top: 70px;
	height:625px;
	width:100%;
	color: #35c8e3;
}

#gmap_canvas img{
	max-width:none!important;
	background:none!important
}
/*End Map*/


/** 11 Footer **/
footer {
	padding-top: 30px;
 	padding-bottom: 30px;
}

footer p{
	padding: 25px 0 0 0;
}

footer .icon {
	margin-left: 10px;
  	color: #1e1e1e;
  	display: block;
  	height: 60px;
  	float: right;
  	text-align: center;
  	text-decoration: none;
  	background-color: #35c8e3;
  	width: 60px;
  	-webkit-transition: opacity .2s linear;
  	transition: opacity .2s linear;
}

footer .icon:hover {
	opacity: 0.8;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

footer .icon i {
	padding: 20px 20px 20px 20px;
	color: #fff;
	font-size: 20px;
}

/*End Footer*/


/** 12 Blog Page **/
/** 12.1 Menu **/
.menu {
	margin-bottom: 90px;
}

.navbar {
	-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
    transition: background .5s ease-in-out,padding .5s ease-in-out;
    margin-bottom: 50px;
}

.navbar-custom-blog {
	border-radius:0;
	padding:50px 0;
	z-index:50; 
}

.navbar-custom-blog a{
	color: #35c8e3;
	font-weight: bold;
	font-size:16px;
}

.navbar-custom-blog .navbar-nav > li > a:hover {
	color:#35c8e3;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border-bottom: 2px solid #35c8e3;
}

.navbar-custom-blog .navbar-nav > li >a {
	line-height: 15px;
}

.navbar-custom-blog .navbar-toggle {
	background:#fff;
	position:relative;
}

.top-nav-collapse {
	background-color:#35c8e3;
	padding: 20px 0;
}
.top-nav-collapse .navbar-nav >li >a {
	color: #ffffff;
}

.top-nav-collapse .navbar-nav > li > a:hover {
	color: #ffffff;
	border:none;
}

.navbar-custom-blog .icon-bar {
	background-color: #35c8e3;
}

.navbar-custom-blog .navbar-brand {
	margin: 0;
	padding: 0;
}

/** 12.2 Blog Content **/
#blog-page {
	margin-top: 60px;
	padding:0;
}

#blog-page .blog-item {
	margin-bottom: 50px
}

#blog-page .blog-item h1{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}

#blog-page .blog-item .detail {
	font-size: 14px;
	color: #afafaf;
	margin-bottom: 15px;
}

#blog-page .blog-item img {
	width: 100%;
	height: 250px;
}

#blog-page .blog-item .paragraph {
	font-size: 16px;
	color: #afafaf;
	line-height: 30px;
}

/** 12.3 Sidebar **/
#blog-page .sidebar {
	margin: 0;
	padding: 0;
}

#blog-page h2{
	font-size: 16px;
	letter-spacing: 1px;
	color: #272727;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 25px;
}

#blog-page ul >li {
	list-style: none;
	line-height: 35px;
}

#blog-page ul li a {
	text-decoration: none;
	color: #afafaf;
	font-size: 15px;
}

#blog-page ul li a:hover {
	color: #35c8e3;
}

#blog-page ul li a:active {
	color: #35c8e3;
}

#blog-page .categories,
#blog-page .tags,
#blog-page .comments {
	margin-bottom: 50px;
}

#blog-page .tags a {
	margin: 0 10px 10px 0;
	background-color: #fafafa;
	border-radius: 3px;
	padding-left:10px;
	color: #afafaf; 
}

#blog-page .tags .number {
	font-weight: bold;
	float: right;
	color: #ffffff;
	font-size: 15px;
	background-color: #272727;
	border-radius: inherit;
	margin-left: 10px;
	padding:0 10px 0 10px;
} 

#blog-page .tags a:hover {
	background-color: #35c8e3;
	color: #ffffff;
}
#blog-page .comments {
	margin: 0;
	padding: 0;
}

#blog-page .comments p{
	font-size: 16px;
	color: #afafaf;
	line-height: 20px;
}

#blog-page .comments ul li {
	margin-bottom: 25px;
}

#blog-page .blog-item .links{
	margin-top: 10px;
	letter-spacing: 2px;
	font-size: 16px;
}

#blog-page .blog-item .links i {
	padding-left: 10px;
}

.blog-hr {
	border: 0;
  	border-top: 1px solid #eeeeee;
  	border-bottom: 0 none;
  	margin-top:150px;
}

/** END **/
