

@font-face {
    font-family: 'robotobold';
    src: url('../fonts/roboto-bold-webfont.eot');
    src: url('../fonts/roboto-bold-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-bold-webfont.woff') format('woff'),
         url('../fonts/roboto-bold-webfont.ttf') format('truetype'),
         url('../fonts/roboto-bold-webfont.svg#robotobold') format('svg');
    font-weight: lighter;
    font-style: normal;

}


@font-face {
  font-family: 'KozGoPr6N-Light-AlphaNum';
  src: url('../fonts/KozGoPr6N-Light-AlphaNum.eot');
  src: url('../fonts/KozGoPr6N-Light-AlphaNum.woff2') format('woff2'),
       url('../fonts/KozGoPr6N-Light-AlphaNum.woff') format('woff'),
       url('../fonts/KozGoPr6N-Light-AlphaNum.ttf') format('truetype'),
       url('../fonts/KozGoPr6N-Light-AlphaNum.svg#KozGoPr6N-Light-AlphaNum'3824) format('svg'),
       url('../fonts/KozGoPr6N-Light-AlphaNum.eot?#iefix') format('embedded-opentype');
  font-weight: lighter;
  font-style: normal;
}


@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.eot');
    src: url('../fonts/roboto-regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-regular-webfont.woff') format('woff'),
         url('../fonts/roboto-regular-webfont.ttf') format('truetype'),
         url('../fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: lighter;
    font-style: normal;

}


@font-face {
    font-family: 'RobotoSlabRegular';
    src: url('../fonts/RobotoSlabRegular.eot');
    src: url('../fonts/RobotoSlabRegular.eot') format('embedded-opentype'),
         url('../fonts/RobotoSlabRegular.woff2') format('woff2'),
         url('../fonts/RobotoSlabRegular.woff') format('woff'),
         url('../fonts/RobotoSlabRegular.ttf') format('truetype'),
         url('../fonts/RobotoSlabRegular.svg#RobotoSlabRegular') format('svg');
}

@font-face {
    font-family: "Roboto Slab";
    src: url('../fonts/RobotoSlabBold.eot');
    src: url('../fonts/RobotoSlabBold.eot') format('embedded-opentype'),
         url('../fonts/RobotoSlabBold.woff2') format('woff2'),
         url('../fonts/RobotoSlabBold.woff') format('woff'),
         url('../fonts/RobotoSlabBold.ttf') format('truetype'),
         url('../fonts/RobotoSlabBold.svg#RobotoSlabBold') format('svg');
}

/*-------------------------------------------------
 =  Table of Css

 1.Isotope 								
 2.General 							
 3.Header					
 4.Header style2								
 5.Slider								
 6.Content - home 
 7.Footer		
 8.About-page 								
 9.blog page								
 10.Sidebar 							
 11.Single-post						
 12.Portfolio						
 13.Single-project							
 14.Error page 						
 15.portfolio 2col, 3col, 4col 							
 16.Home 2 								
 17.Shortcodes						
-------------------------------------------------*/





/*-------------------------------------------------------*/
/* 1. Isotope filtering
/*-------------------------------------------------------*/
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
.isotope, .isotope .isotope-item {/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property:-moz-transform, opacity;
	transition-property:transform, opacity;
}

/*-------------------------------------------------*/
/* 2 General
/*-------------------------------------------------*/

h1, h2, h3, h4, h5, h6, p, blockquote, img {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family:'robotoregular',Arial, Helvetica, sans-serif;
	max-width: 100%;
}
ol, ul {
	list-style: none;
	margin: 0;
}

/*-------------------------------------------------*/
/* 3 Header
/*-------------------------------------------------*/


.btn-navbar {
	height: 40px;
	background: #fff !important;
	/*border: 2px solid #8248ac;*/
	margin-top: 15px !important;
}

.btn-navbar span {
	height: 40px;
	background: #00929f !important;
}

.navbar-fixed-top {
	position: relative;
}

.navbar-inverse .navbar-inner {
	
	background-image: none;
	border: none;
	background:#fff;
}

.navbar .brand {
	margin-right:-7px;
}

.nav-collapse .nav li a {
	font-size: 14px!important;
	color: #00929f!important;
	    font-family: Arial, Helvetica, sans-serif!important;
	/*font-family: 'Roboto', sans-serif;font-weight: 700;*/
	font-weight:normal!important;
	text-shadow: none!important;
	padding:8px 15px 16px 30px!important;
	/*font-family:'robotoregular',Arial, Helvetica, sans-serif;*/
	letter-spacing:0.3px!important;
}

.nav-collapse .nav > li {
	margin-left: 3px;
	position: relative;
}

.nav-collapse .nav li a:hover {
	/*text-decoration: underline;*/
	color:#000;
}

.nav-collapse .nav li a#home-nav {
	/*background: url('../images/home.png') 3px center no-repeat;*/
	color: #000!important;
}

.nav-collapse .nav li a#services-nav {
	background: url('../images/services.html') 3px center no-repeat;
}

.nav-collapse .nav li a#portfolio-nav {
	background: url('../images/portfolio.html') 0px center no-repeat;
}

.nav-collapse .nav li a#about-nav {
	background: url('../images/about.html') 0px center no-repeat;
}

.nav-collapse .nav li a#blog-nav {
	background: url('../images/blog.html') 0px center no-repeat;
}

.nav-collapse .nav li a#contact-nav {
	background: url('../images/contact.html') 0px center no-repeat;
}

#search-bar {
	float: right;
	margin-bottom: 0;
}

#search-bar input[type="text"]{
	border: 1px solid #828fac;
	box-shadow: none;
	font-size: 13px;
	color: #000;
	font-family: 'robotoregular', arial, sans-serif;
	/*font-family: 'Noto Sans', sans-serif;*/
	font-weight: lighter;
	padding: 13px 10px;
	width: 255px;
	background: url('../images/search-icon.html') 237px center no-repeat;
	margin-top: 10px;
}

ul.dropdown {
	position: absolute;
	width: 150px;
	background: #fff;
	/*top:110%;*/
	left: 0;
	border-top: 2px solid #00929f;
	visibility: hidden;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}

ul.dropdown:before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border: 5px solid #00929f;
	border-top-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	left: 20px;
	top: -10px;
}

ul.dropdown li {
	border-top: 1px solid #f7f8f9;
}

ul.dropdown li:first-child {
	border-top: none;
}

ul.dropdown li a {
	display: inline-block;
	padding: 10px 7px !important;
}

.nav-collapse .nav > li:hover ul.dropdown {
	visibility: visible;
	/*top: 100%;*/
}

/*-------------------------------------------------*/
/* 4 Header style2
/*-------------------------------------------------*/

.header.style2 .nav-collapse .nav > li > a {
	background: none !important;
	font-size: 14px;
	font-weight: lighter;
	padding-left: 0;
	padding-right: 45px;
	padding: 33px 28px 32px 0;
	text-transform:uppercase;
	/*font-weight: 600;*/
		 
}

.header.style2 #search-bar input[type="text"] {
	margin-top: 40px;
}

.header.style2 .logo a {
	margin-top: 0px;
}

/*-------------------------------------------------*/
/* 5 Slider
/*-------------------------------------------------*/

#slider {
	padding-top: 60px;
	height: 425px;
	/*background: url('../upload/photo1.jpg');*/
	margin-bottom: 0px;
	background:#e8e8e8;
}

#slider h1 {
	color: #fff;
	font-size: 70px;
	line-height: 75px;
	font-family: 'robotoregular', arial, sans-serif;
	/*font-family: 'Noto Sans', sans-serif;*/
	font-weight: lighter;
	margin-bottom: 25px;
}

#slider p {
	color: #fff;
	font-size: 20px;
	line-height: 35px;
	margin-bottom: 35px;
	font-family: "Open Sans", sans-serif !important;
	font-weight: lighter;
}

#slider a {
	display: inline-block;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight:bold;
	font-family:"Open Sans", sans-serif;
	/*font-family: 'Noto Sans', sans-serif;font-weight: 700;border: 2px solid #fff;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	background: rgba(255,255,255,0.1);*/
	padding: 25px 58px;
	
}

/*-------------------------------------------------*/
/* 6 Content - home
/*-------------------------------------------------*/

.content h1,
.content h2,
.content h3,
.content h4,
.content h5, 
.content h6 {
}

.content .definition,
.quick-contact .definition {
	text-align: center;
}

.content .definition h1,
.quick-contact .definition h1 {
	    color: #00929F;
	font-size: 27px;
	font-family: 'robotoregular', arial, sans-serif;
	/*font-family: 'Noto Sans', sans-serif;*/
	font-weight: lighter;
	margin: 0% 0% 2% 0%;
	text-transform: uppercase;
	line-height: 30px;
	border-top:solid 10px #00929F;
	padding-top:2%;
}

.content .definition p,
.quick-contact .definition p {
	color: #000;
	font-size: 15px;
	font-family:'robotoregular',Arial, Helvetica, sans-serif;
	/*font-family: 'Roboto', sans-serif;font-family: 'Noto Sans', sans-serif;*/
	margin-bottom: 25px;
	line-height: 25px;
}

.content section {
	/*margin-bottom: 50px;*/
}

section.what-we-do {
	text-align: center;
}

.services-con article {
	margin-bottom: 40px;
}

.services-con img {
	margin-bottom: 25px;
}

.services-con h2 {
	color: #828fac;
	font-size: 24px;
	font-family:'robotoregular',Arial, Helvetica, sans-serif;
	/*font-family: 'Noto Sans', sans-serif;*/
	font-weight: lighter;
	margin-bottom: 15px;
	text-transform: uppercase;
	line-height: 24px;
}

.services-con p {
	color: #4a4a4a;
	font-size: 14px;
	font-family:'robotoregular',Arial, Helvetica, sans-serif;
	/*font-family: 'Noto Sans', sans-serif;*/
	margin-bottom: 10px;
	line-height: 24px;
}

.more {
	display: inline-block;
	color: #828fac;
	font-size: 14px;
	font-family:'robotoregular',Arial, Helvetica, sans-serif;
	/*font-family: 'Noto Sans', sans-serif;*/
	font-weight: lighter;
	border: 1px solid #828fac;
	padding: 10px 36px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
}

.look-all,
.purchase-button {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	font-family: 'robotoregular', arial, sans-serif;
	/*font-family: 'Noto Sans', sans-serif;*/
	padding: 16px 30px;
	background: #00929F;
	text-transform: uppercase;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}

.look-all:hover,
.purchase-button:hover {
	text-decoration: none;
	color: #FFF;
	/*opacity: 0.1;*/
	background:#000;
}

.content section.portfolio,
.content section.blog,
.content section.team {
	text-align: center;
}

.project-post,
.blog-post,
.team-post {
	margin: 9px 0px;
}

.project-photo,
.blog-photo,
.team-photo {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius:4px;
	-o-border-radius: 4px;
}

.project-photo img,
.blog-photo img,
.team-photo img {
	margin-bottom: -5px;
	width: 100%;
}

/*.team-photo img {
border-bottom:solid 10px #00929f;border:solid 10px #FFF;	

}*/


.hover-project {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(34,31,31,0.8);
	background: rgb(34,31,31)\0/;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.18s linear;
	-moz-transition: all 0.18s linear;
	-webkit-transition: all 0.18s linear;
	-o-transition: all 0.18s linear;
}

.view-image,
.zoom-image {
	position: absolute;
	top: -25px;
	margin-top: -25px;
	left: 50%;
	margin-left: -53px;
	width: 48px;
	height: 48px;
	/*background: #ffffff url('../images/eye.png') center center no-repeat;*/
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}

.zoom-image {
	margin-left: -24px;
	/*background: #ffffff url('../images/zoom.png') center center no-repeat;*/
}

.visit-link {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	left: 100%;
	margin-left: 5px;
	width: 48px;
	height: 48px;
	background: #ffffff url('../images/link.png') center center no-repeat;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	transition: all 0.17s linear;
	-moz-transition: all 0.17s linear;
	-webkit-transition: all 0.17s linear;
	-o-transition: all 0.17s linear;
}

.view-image:hover,
.visit-link:hover,
.zoom-image:hover {
	opacity: 0.8;
}

.project-photo:hover .hover-project,
.blog-post:hover .hover-project,
.team-post:hover .hover-project {
	opacity: 1;
	visibility: visible;
}

.project-photo:hover .view-image,
.blog-post:hover .zoom-image,
.team-post:hover .zoom-image {
	top: 50%;
}

.project-photo:hover .visit-link {
	left: 40%;
}

.project-post h3,
.blog-post h3,
.team-post h3 {
	color: #000;
	font-size: 20px;
	font-family: 'robotoregular', arial, sans-serif;
	/*font-family: 'Noto Sans', sans-serif;*/
	font-weight: lighter;
	margin-bottom: 8px;
	margin-top: 20px;
}

.team-post h3{
color:#00929F;	
}

.blog-post h3 a {
	color: #7281a3;
}

.project-post p,
.blog-post p,
.team-post p {
	color: #000;
	font-size: 13px;
	font-family:'robotoregular',Arial, Helvetica, sans-serif;
	/*font-family: 'Roboto', sans-serif;font-family: 'Noto Sans', sans-serif;*/
	line-height: 24px;
	margin-bottom: 25px;
}

ul.project-tags {
	background: #828fac;
	padding-top: 14px;
	padding-bottom: 16px;
	margin: 0;
	border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	-o-border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	-o-border-bottom-right-radius: 4px;
}

ul.project-tags li {
	display: inline-block;
	margin-left: 3px;
	position: relative;
}

ul.project-tags li:before {
	content: '/';
	color: #fff;
	font-size: 15px;
	font-family: 'robotoregular', arial, sans-serif;
	/*font-family: 'Noto Sans', sans-serif;*/
	text-transform: uppercase;
	margin-right: 5px;
}

ul.project-tags li:first-child:before {
	content: '';
}

ul.project-tags li:first-child {
	margin-left: 0px;
}

ul.project-tags li a {
	display: inline-block;
	color: #fff;
	font-size: 15px;
	font-family: 'robotoregular', arial, sans-serif;
	/*font-family: 'Noto Sans', sans-serif;*/
	text-transform: uppercase;
}

.banner {
	background:#00929f;
	/*background: url('../upload/banner.jpg');*/
	padding-top: 80px;
	padding-bottom: 60px;
	text-align: center;
	margin-bottom: 50px;
}

.banner.about-banner {
	padding-top: 20px;
	padding-bottom: 20px;
}

.banner h1 {
	color: #fff;
	font-size: 40px;
	font-family: 'robotoregular', arial, sans-serif;
	/*font-family: 'Noto Sans', sans-serif;*/
	font-weight:normal;
	line-height: 40px;
	margin-bottom: 30px;
}

.learn-button {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	font-family: 'robotoregular', arial, sans-serif;
	/*font-family: 'Noto Sans', sans-serif;*/
	padding: 15px 58px;
	text-transform: uppercase;
	background: rgba(255,255,255,0.1);
	border: 1px solid #fff;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	margin-bottom: 25px;
}

.purchase-button {
	/*margin-bottom: 25px;
	margin-right: 30px;*/
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	    font-size: 14px;
    padding: 10px 14px;
	text-decoration:none !important;
}


.purchase-button1 {
	/*margin-bottom: 25px;
	margin-right: 30px;*/
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	    font-size: 14px;
    padding: 10px 14px;
}


.purchase-button1 {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-family: 'robotoregular', arial, sans-serif;
	/*font-family: 'Noto Sans', sans-serif;*/
	 padding: 10px 14px;
	background: #00929F;
	 
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}








.learn-button:hover {
	color: #fff;
}

.blog-post,
.team-post {
	background: #FFF;
	border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	-o-border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	-o-border-bottom-right-radius: 4px;
}

.team-post {
	text-align: left;
}

.blog-post h3,
.team-post h3 {
	font-size: 20px;
	margin-top: 14px;
	margin-bottom: 14px;
}

.team-post h3,
.team-post p,
.team-post span {
	padding: 0 10px;
}

.blog-post p,
.team-post p {
	color: #797791;
	margin-bottom: 10px;
}

.team-post p {
	line-height: 22px;
}

.blog-post .date {
	overflow: hidden;
}

.blog-post .date span {
	display: inline-block;
	float: left;
	margin-left: 9px;
	color: #828fac;
	font-size: 15px;
	font-family: 'robotoregular', arial, sans-serif;
	/*font-family: 'Noto Sans', sans-serif;*/
}

.blog-post .date ul.view-com {
	float: right;
	margin-right: 9px;
}

ul.view-com li {
	display: inline-block;
}

ul.view-com li a {
	display: inline-block;
	width: 45px;
	height: 100%;
	height: 25px;
	text-align: left;
	text-decoration: none!important;
	color: #828fac;
}

ul.view-com li a.views {
	margin-bottom: -9px;
	background: url('../images/camera.html') 22px 0 no-repeat;
}

ul.view-com li a.comments {
	background: url('../images/comments.html') 22px 2px no-repeat;
}

.blog-post:hover,
.team-post:hover {
	background: #00929f;
}

.blog-post h3,
.blog-post p,
.blog-post .date span,
.blog-post ul.view-com li a,
.team-post h3,
.team-post p,
.team-post span {
	transition: all 0.17s linear;
	-moz-transition: all 0.17s linear;
	-webkit-transition: all 0.17s linear;
	-o-transition: all 0.17s linear;
	font-family:'robotoregular',Arial, Helvetica, sans-serif;
}

.blog-post:hover h3 a,
.blog-post:hover p,
.blog-post:hover .date span,
.blog-post:hover ul.view-com li a,
.team-post:hover h3,
.team-post:hover p,
.team-post:hover span {
	color: #fff;
}

.blog-post:hover ul.view-com li a.views {
	background: url('../images/camera-hover.html') 22px 0 no-repeat;
}

.blog-post:hover ul.view-com li a.comments {
	background: url('../images/comments-hover.html') 22px 2px no-repeat;
}

.team-post span {
	display: inline-block;
	color: #797791;
	font-size: 15px;
	font-family:"Open Sans", sans-serif;
	/*font-family: 'Noto Sans', sans-serif;*/
	font-weight: lighter;
	margin-bottom: 13px;
}

.social-team-list {
	margin-left: 10px;
	margin-bottom: 10px;
}

.social-team-list li {
	display: inline-block;
}

.social-team-list li a {
	display: inline-block;
	width: 22px;
	height: 22px;
	transition: all 0.17s linear;
	-moz-transition: all 0.17s linear;
	-webkit-transition: all 0.17s linear;
	-o-transition: all 0.17s linear;
}

.social-team-list li a.linkedin {
	background: url('../images/linkedin.html') center center no-repeat;
}

.social-team-list li a.dribble {
	background: url('../images/dribble.html') center center no-repeat;
}

.social-team-list li a.twitter {
	background: url('../images/twitter.html') center center no-repeat;
}

.team-post:hover .social-team-list li a.linkedin {
	background: url('../images/linkedin-hover.html') center center no-repeat;
}

.team-post:hover .social-team-list li a.dribble {
	background: url('../images/dribble-hover.html') center center no-repeat;
}

.team-post:hover .social-team-list li a.twitter {
	background: url('../images/twitter-hover.html') center center no-repeat;
}

.social-team-list li a:hover {
	opacity: 0.7;
}

.testimonial-box {
	overflow: hidden;
	padding-bottom: 10px;
}

.testimonial-post {
	position: relative;
	padding: 20px;
	border: 1px solid #828fac;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	margin: 15px 10px;
	width: 521px;
}

.testimonial-post:after {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	left: 55px;
	bottom: -20px;
	/*background: url('../images/testimonial-arrow.png') center center no-repeat;*/
}

.testimonial-post p {
	color: #333333;
	font-size: 14px;
	font-family: 'robotoregular', arial, sans-serif;
	/*font-family: 'Noto Sans', sans-serif;*/
	line-height: 24px;
	margin-bottom: 6px;
}

span.date-post {
	display: block;
	color: #333333;
	font-size: 13px;
	font-family: 'robotoregular', arial, sans-serif;
	/*font-family: 'Noto Sans', sans-serif;*/
	margin-bottom: 20px;
	font-weight: lighter;
}

.tesimonial-autor {
	overflow: hidden;
}

.tesimonial-autor img {
	float: left;
	border-radius: 5%;
	-webkit-border-radius: 5%;
	-moz-border-radius: 5%;
	-o-border-radius: 5%;
	margin-right: 5px;
}

.tesimonial-autor h4 {
	color: #333333;
	font-size: 14px;
	font-family: 'robotoregular', arial, sans-serif;
	/*font-family: 'Noto Sans', sans-serif;*/
	margin-bottom: 0;
	margin-top: 13px;
	line-height: 15px;	
}

.tesimonial-autor h4 a {
	color: #a086d3;	
}

.tesimonial-autor > a {
	color: #31bdeb;
	font-size: 14px;
	font-family: 'robotoregular', arial, sans-serif;
	/*font-family: 'Noto Sans', sans-serif;*/
	font-weight: lighter;
}

.load-more {
	position: relative;
	display: block;
	margin: auto;
	color: #828fac;
	font-size: 13px;
	font-family: 'robotoregular', arial, sans-serif;
	/*font-family: 'Noto Sans', sans-serif;*/
	text-transform: uppercase;
	margin-top: 40px;
	padding: 10px 47px;
	width: 80px;
	border: 1px solid #828fac;
	border-radius: 22px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	-o-border-radius: 22px;
}

.load-more:before {
	position: absolute;
	content: '';
	width: 23px;
	height: 21px;
	top: 10px;
	right: 12px;
	background: url('../images/load-more.html') center center no-repeat;
}

.load-more:after {
	position: absolute;
	content: '';
	width: 23px;
	height: 21px;
	top: 10px;
	left: 12px;
	background: url('../images/load-more.html') center center no-repeat;
}

.clSlider li {
	overflow: hidden;
}

.clSlider img {
	width: 15%;
	margin-left: 1.6%;
	margin-bottom: 15px;
	float: left;
	border: 1px solid #ebebec;
	margin-left:
}

.clSlider li img:first-child {
	margin-left: 0;
}

/*-------------------------------------------------*/
/* 7 Footer
/*-------------------------------------------------*/

.quick-contact {
	/*background: #f7f7f7;*/
	padding-top: 50px;
}

.quick-contact .definition h1 {
	color: #fff;
}

.quick-contact .definition p {
	color: #fff;
}

.quick-contact h3 {
	font-size: 18px;
	color: #00929F;
	font-family: 'robotoregular', arial, sans-serif;
	/*font-family: 'Noto Sans', sans-serif;*/
	text-transform: uppercase;
	margin-bottom: 18px;
}

.quick-contact .contact-info div {
	padding-left: 40px;
	margin-bottom: 20px;
	    margin-top: 20px;
}

.footer-data > div {
	margin-bottom: 50px;
}

.contact-info .address {
	background: url('../images/point.png') 0 5px  no-repeat;
	margin-top:2%;
}

.contact-info .tel-number {
	background: url('../images/tel.html') 0 5px  no-repeat;
}

.contact-info .mail-address {
	background: url('../images/mail.png') 0 3px  no-repeat;
}

.contact-info .fb {
	background: url("../images/fb-soc.png") 0 3px no-repeat;
	line-height:30px;
	
	/*url('../images/mail.png') 0 3px  no-repeat;*/
}

.contact-info .fb a{ color:#000000;}

.contact-info .address p {
	font-size: 15px;
	color: #797791;
	font-family:"Open Sans", sans-serif;
	/*font-family: 'Roboto', sans-serif;font-family: 'Noto Sans', sans-serif;*/
	line-height: 21px;
	font-weight: lighter;
}

.contact-info .tel-number span {
	display: block;
	font-size: 15px;
	color: #797791;
	font-family:"Open Sans", sans-serif;
	/*font-family: 'Roboto', sans-serif;font-family: 'Noto Sans', sans-serif;*/
	line-height: 21px;
	font-weight: lighter;
}

.contact-info .mail-address a {
	display: inline-block;
	font-size: 15px;
	color: #797791;
	font-family:"Open Sans", sans-serif;
	font-weight: lighter;
	/*font-family: 'Roboto', sans-serif;font-family: 'Noto Sans', sans-serif;*/
}

ul.social-icon-list li {
	display: inline-block;
	float: left\0/;
	margin-right: 2px;
}

ul.social-icon-list li a {
	display: inline-block;
	width: 27px;
	height: 27px;
	transition: all 0.17s linear;
	-moz-transition: all 0.17s linear;
	-webkit-transition: all 0.17s linear;
	-o-transition: all 0.17s linear;
}

ul.social-icon-list li a:hover {
	opacity: 0.8;
}

ul.social-icon-list li a.linkedin {
	background: url('../images/linkedin-soc.html') center center no-repeat;
}

ul.social-icon-list li a.fb {
	background: url('../images/fb-soc.png') center center no-repeat;
}

ul.social-icon-list li a.skype {
	background: url('../images/skype-soc.html') center center no-repeat;
}

ul.social-icon-list li a.tweet {
	background: url('../images/twitter-soc.html') center center no-repeat;
}

#subscribe {
	margin-bottom: 16px;
}

#subscribe input[type="text"],
#contact-form input[type="text"],
#contact-form2 input[type="text"],
#contact-form textarea,
#contact-form2 textarea {
	width: 247px;
	max-width: 100%;
	padding: 16px 10px;
	background: #7e8991;
	border: 1px solid #828fac;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	color: #bac9d3;
	font-size: 14px;
	font-family:'robotoregular',Arial, Helvetica, sans-serif;
	/*font-family: helvetica;*/
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	margin-right: 18px;
}

#subscribe input[type="submit"],
#contact-form input[type="submit"],
#contact-form2 input[type="submit"],
.newsleter-widget input[type="submit"] {
	float: right;
	font-size: 14px;
	color: #fff;
	font-family: 'robotoregular', arial, sans-serif;
	/*font-family: 'Noto Sans', sans-serif;*/
	text-transform: uppercase;
	background: #000;
	padding: 20px 13px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border: none;
}

.map {
	width: 100%;
	height: 280px;
}
#contact-form textarea{
	width: 58%!important;
}

#contact-form input[type="text"], #contact-form textarea{
	clear:right;
}
 #contact-form2 input[type="submit"]{
	display:block!important;
	clear:both!important; 
 }

#contact-form input[type="text"],
#contact-form textarea,
#contact-form2 input[type="text"],
#contact-form2 textarea {
	margin-right: 0;
	display: block;
	width: 58%;
	max-width:100%;
	margin-bottom: 19px;
	padding: 2%;
	height: 40px;
}

#contact-form textarea,
#contact-form2 textarea {
	height: 110px;
	padding: 8px 3%;
}

#contact-form input[type="submit"],
#contact-form2 input[type="submit"] {
	display: block;
	float: right;
	padding: 10px 28px;
}

.copyright {
	padding:0px;
	/*padding: 4px 0px;*/
}

.footer {
	background: #f6f6f6;
	margin:0px 0px 0px 0px;
	display:block;
	clear:both;
	width:100%;
	float:left;
	padding:0px;
}

.copyright p {
	font-size: 11px;
	color: #545454;
	font-family:"Open Sans", sans-serif;
	line-height: 23px;
	letter-spacing:0.3px;
	margin-bottom:0px;
}

/*-------------------------------------------------*/
/* 8 About page
/*-------------------------------------------------*/

.about-banner h1 {
	margin-bottom: 5px;
}

.about-banner p {
	font-size: 20px;
	color: #fff;
	font-family: 'robotoregular', arial, sans-serif;
	line-height: 30px;
}

.about-us h2,
.acord-skills h2 {
	font-size: 40px;
	color: #3e4349;
	font-family: 'robotoregular', arial, sans-serif;
	margin-bottom: 25px;
}

.our-description p {
	font-size: 14px;
	color: #000;
	font-family:'robotoregular',Arial, Helvetica, sans-serif;
	/*font-family: 'Roboto', sans-serif;*/
	line-height: 25px;
	margin-bottom: 25px;
}

.about-services img {
	float: left;
}

.about-services .text-services {
	padding-left: 48px;
	padding-bottom:30px;
}

.text-services h3 {
	font-size: 20px;
	color: #000;
	font-family: 'robotoregular', arial, sans-serif;
	font-weight: lighter;
	margin-bottom: 10px;
}

.text-services p {
	font-size: 15px;
	color: #3e4349;
	font-family:'robotoregular',Arial, Helvetica, sans-serif;
	/*font-family: 'Roboto', sans-serif;*/
	line-height: 24px;
	margin-bottom: 10px;
}

.acord-skills h2 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 30px;
}

#accordion div {
	padding: 20px;
	padding-left: 52px;
	position: relative;
	background: #dce2e7;
	margin-bottom: 1px;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}

#accordion div:before {
	content: '';
	position: absolute;
	top: 20px;
	left: 20px;
	width: 21px;
	height: 21px;
	background: #5e6d8d url('../images/plus.png') center center no-repeat;
}

#accordion div h4 {
	font-size: 15px;
	color: #5e6d8d;
	font-family: 'robotoregular', arial, sans-serif;
	line-height: 24px;
	cursor: pointer;
}

#accordion div p {
	display: none;
	font-size: 15px;
	color: #333333;
	font-family: 'robotoregular', arial, sans-serif;
	line-height: 24px;
	margin-bottom: 30px;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}

#accordion div.active {
	background: #f7f8f9;
	border-left: 11px solid #9d83cf;
	padding-left: 41px;
}

#accordion div.active p {
	display: block;
}

#accordion div.active:before {
	content: '';
	position: absolute;
	top: 20px;
	left: 9px;
	width: 21px;
	height: 21px;
	background: #5e6d8d url('../images/minus.png') center center no-repeat;
}

.skill-contain {
	background: #f7f8f9;
	margin-bottom: 26px;
}

.percent-skill {
	background: #9d83cf;
	padding: 16px 0px;
}

.percent-skill.html5 {
	width: 85%;
}

.percent-skill.wp {
	width: 70%;
}

.percent-skill.design {
	width: 95%;
}

.percent-skill.joomla {
	width: 90%;
}

.percent-skill h4 {
	font-size: 20px;
	color: #fff;
	font-family: 'robotoregular', arial, sans-serif;
	margin-left: 8px;
}

.bxslider blockquote {
	position: relative;
	padding: 0 200px;
	font-size: 18px;
	color: #333333;
	font-family: 'robotoregular', arial, sans-serif;
	line-height: 24px;
	margin-bottom: 8px;
}

.bxslider blockquote:before {
	content: '';
	position: absolute;
	width: 34px;
	height: 24px;
	background: url('../images/quote-left.html') center center no-repeat;
	left: 90px;
	top: 10px;
}

.bxslider blockquote:after {
	content: '';
	position: absolute;
	width: 34px;
	height: 24px;
	background: url('../images/quote-right.html') center center no-repeat;
	right: 90px;
	top: 10px;
}

.bxslider span.date-post {
	margin-bottom: 0;
}

/*-------------------------------------------------*/
/* 9 blog page
/*-------------------------------------------------*/

.blog-project {
	margin-bottom: 50px;
}

.post-type {
	float: left;
}

.post-type span {
	width: 80px;
	height: 68px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-webkit-border-radius: 4px;
	-webkit-border-radius: 4px;
	display: block;
	margin-bottom: 3px;
}

.photo .post-type span {
	background: #8046a9 url('../images/photo.html') center center no-repeat;
}

.video .post-type span {
	background: #8046a9 url('../images/video.html') center center no-repeat;
}

.audio .post-type span {
	background: #8046a9 url('../images/sound.html') center center no-repeat;
}

.text-post .post-type span {
	background: #8046a9 url('../images/text-post.html') center center no-repeat;
}

.post-type a {
	display: inline-block;
	color: #fff;
	font-size: 20px;
	font-family: 'robotoregular', arial, sans-serif;
	padding: 15px 13px;
	width: 54px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-webkit-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #8248ac url('../images/coment-write.html') 44px center no-repeat;
}

.post-content {
	margin-left: 100px;
	overflow: hidden;
}

.post-content img {
	margin-bottom: 15px;
	width: 100%;
}

.post-content h1 {
	color: #00929f;
	/*font-size: 30px;*/ font-size:27px;
	font-family: "Roboto Slab" , serif;
	
	line-height: 30px;
	margin-bottom: 10px;
}

.post-content h1 a {
	color: #5e6d8d;
	text-decoration: none;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}

.post-content h1 a:hover {
	opacity: 0.7;
}

.post-content p {
	color: #68657a;
	font-size: 15px;
	/*font-family: 'Roboto', sans-serif;
	font-family:'robotoregular',Arial, Helvetica, sans-serif;*/
	font-family:"Open Sans", sans-serif;
	line-height: 25px;
	font-weight:lighter;
}

.post-content .read-more {
	display: inline-block;
	float: right;
	color: #5e6d8d;
	font-size: 16px;
	font-family: 'robotoregular', arial, sans-serif;
	font-weight: lighter;
	padding: 19px 48px;
	border: 1px solid #828fac;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-shadow: 0px 0px 2px #dee0e6;
	-webkit-text-shadow: 0px 0px 2px #dee0e6;
	-moz-text-shadow: 0px 0px 2px #dee0e6;
	-o-text-shadow: 0px 0px 2px #dee0e6;
	margin-top: 25px;
	margin-bottom: 25px;
}

.post-content .post-data {
	clear: both;
	width: 100%;
	padding: 6px 0;
	border-top: 1px solid #828fac;
	border-bottom: 1px solid #828fac;
}

.post-content .post-data li {
	display: inline-block;
	color: #828fac;
	font-size: 15px;
	font-family: 'robotoregular', arial, sans-serif;
}

.post-content .post-data li:first-child:after,
.post-content .post-data li:nth-child(2):after {
	content: '|';
	color: #828fac;
	font-size: 15px;
	font-family: 'robotoregular', arial, sans-serif;
}

.post-content .post-data li a {
	color: #828fac;
}

.post-content iframe {
	width: 100%;
	height: 400px;
	margin-bottom: 15px;
}

audio {
	width: 100%;
	margin-bottom: 15px;
	height: 32px;
	width: inherit\0/;
	height: inherit\0/;
}

/*-------------------------------------------------*/
/* 10 Sidebar
/*-------------------------------------------------*/

.widgets h2 {
	color: #5f6e8e;
	font-size: 20px;
	font-family: 'robotoregular', arial, sans-serif;
	font-weight: lighter;
	margin-bottom: 10px;
	padding: 4px 0;
	padding-left: 30px;
}

.widgets > li{
	margin-bottom: 50px;
}

.category-widget h2 {
	background: url('../images/category.html') 0 center no-repeat;
}

.category-widget ul li a {
	display: block;
	width: 100%;
	color: #677697;
	font-size: 15px;
	font-family: 'robotoregular', arial, sans-serif;
	padding: 8px 18px;
	text-decoration: none;
}

.category-widget ul li a:hover {
	color: #fff;
	background: #8348ad;
	transition: all 0.17s linear;
	-moz-transition: all 0.17s linear;
	-webkit-transition: all 0.17s linear;
	-o-transition: all 0.17s linear;

}

.tag-widget h2 {
	background: url('../images/tags.html') 0 center no-repeat;	
}

.tag-widget ul li {
	display: inline-block;
	float: left\0/;
	margin-bottom: 5px;
}

.tag-widget ul li a {
	display: inline-block;
	color: #f7f8f9;
	font-size: 15px;
	font-family: 'robotoregular', arial, sans-serif;
	padding: 9px 10px;
	background: #6e7ba1;
}

.newsleter-widget h2 {
	background: url('../images/news.html') 0 center no-repeat;
}

.newsleter-widget p {
	color: #828fac;
	font-size: 15px;
	font-family: 'robotoregular', arial, sans-serif;
	line-height: 26px;
	margin-bottom: 6px;
}

.newsleter-widget input[type="text"] {
	color: #000;
	font-size: 13px;
	font-family: 'robotoregular', arial, sans-serif;
	font-weight: lighter;
	text-transform: uppercase;
	padding: 13px 2%;
	width: 100%;
	border: 1px solid #828fac;
	display: block;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin-bottom: 20px;
	box-shadow: none;
}

.newsleter-widget input[type="submit"] {
	float: none;
	padding: 18px 46px;
}

.popular-post-widget h2 {
	background: url('../images/like.html') 0 center no-repeat;
}

.popular-post-widget ul li a {
	display: inline-block;
	color: #677697;
	font-size: 15px;
	font-family: 'robotoregular', arial, sans-serif;
	line-height: 26px;
}

.last-comment-widget h2 {
	background: url('../images/last-comment.html') 0 center no-repeat;
}

.last-comment-widget ul li {
	margin-bottom: 20px;
}

.last-comment-widget ul li p {
	color: #677697;
	font-size: 15px;
	font-family: 'robotoregular', arial, sans-serif;
	line-height: 26px;
	margin-bottom: 5px;
}

.last-comment-widget ul li span {
	display: block;
	color: #828fac;
	font-size: 15px;
	font-family: 'robotoregular', arial, sans-serif;
	line-height: 20px;
}

.last-comment-widget ul li a {
	display: block;
	color: #31bdeb;
	font-size: 15px;
	font-family: 'robotoregular', arial, sans-serif;
	font-weight: lighter;
	line-height: 20px;
}

/*-------------------------------------------------*/
/* 11 Single post
/*-------------------------------------------------*/

.single-post .post-content h1 {
	font-weight: 400;
}

.single-post .post-content h2 {
	color: #7281a1;
	font-size: 25px;
	font-family: 'robotoregular', arial, sans-serif;
	margin-bottom: 20px;
}

.single-post .post-content p a {
	color: #8348ad;
	text-decoration: underline;
}

.single-post .post-content p span {
	color: #fff;
	background: #8348ad;
	display: inline-block;
	padding: 0 4px;
	line-height: 22px;
}

.post-content blockquote {
	position: relative;
	color: #a2a2a2;
	font-size: 18px;
	font-family: 'robotoregular', arial, sans-serif;
	font-style: italic;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 30px;
	padding: 0 40px;
	line-height: 24px;
}

.post-content blockquote span {
	display: block;
	color: #333333;
	font-size: 14px;
	font-family: 'robotoregular', arial, sans-serif;
	font-style: normal;
	text-align: center;
	margin-top: 5px;
}

.post-content blockquote span a {
	color: #8348ad;	
}

.post-content blockquote:before {
	content: '';
	position: absolute;
	width: 34px;
	height: 24px;
	background: url('../images/quote-left2.html') center center no-repeat;
	left: 0px;
	top: 10px;
}

.post-content blockquote:after {
	content: '';
	position: absolute;
	width: 34px;
	height: 24px;
	background: url('../images/quote-right2.html') center center no-repeat;
	right: 0px;
	top: 10px;
}

.single-post .post-content .post-data {
	margin-top: 30px;
	margin-bottom: 40px;
}

.share-box {
	padding: 24px;
	background: #f7f8f9;
	margin-bottom: 30px;
	text-align: center;
}

.share-box div {
	text-align: center;
}

.share-box a {
	display: inline-block !important;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-family: 'robotoregular', arial, sans-serif;
	padding: 20px 40px !important;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
}

.share-box a span {
	display: none !important;
}

.share-box a.fb {
	margin-right: 70px;
	margin-left: 100px;
	background: #0054a6;
}

.share-box a.twitter {
	background: #00bff3;	
}

.comments-section {
	margin-bottom: 60px;
}

.comments-section h1 {
	margin-bottom: 10px;
}

.comments-section img {
	width: inherit;
}

.comment-content {
	overflow: hidden;
	/*border-bottom: 1px solid #5e6d8d;*/
	margin-bottom: 20px;
}

.comment-item img {
	/*float: left;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	padding: 9px;
	border: 1px solid #6e7ba1;*/
	float:right;
}

.comment-content div {
	/*margin-left: 100px;*/
}

.comment-content h2 {
	color: #5e6d8d;
	font-size: 20px;
	font-family: 'robotoregular', arial, sans-serif;
	font-weight: lighter;
	margin-bottom: 10px;
}

.comment-content span.date {
	display: block;
	color: #828fac;
	font-size: 15px;
	font-family: 'robotoregular', arial, sans-serif;
	margin-bottom: 5px;
}

.reply-comment {
	display: inline-block;
	color: #828fac;
	font-size: 15px;
	font-family: 'robotoregular', arial, sans-serif;
	font-weight: lighter;
	padding: 10px 36px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
	margin-bottom: 20px;
	margin-top: 5px;
	border: 1px solid #6e7ba1;
}

.comment-item .depth1 {
	margin-left: 100px;
}

.leave-comment h1 {
	margin-bottom: 35px;
}

.leave-comment label {
	position: relative;
	display: block;
	color: #5e6d8d;
	font-size: 20px;
	font-family: 'robotoregular', arial, sans-serif;
	margin-bottom: 12px;
	padding-left: 22px;
}

.leave-comment label:before {
	position: absolute;
	content: '';
	width: 12px;
	height: 12px;
	top: 0;
	left: 0;
	background: url('../images/require.html') center center no-repeat;
}

.leave-comment label span {
	display: inline-block;
	float: right;
	font-size: 15px;
}

.leave-comment #contact-form2 input[type="text"],
.leave-comment #contact-form2 textarea {
	display: block;
	margin-bottom: 22px;
	background: #fff;
	width: 96%;
	max-width: 96%;
	padding: 18px 1.8%;
	color: #a2b2c9;
}

.leave-comment #contact-form2 input[type="submit"] {
	float: none;
}

/*-------------------------------------------------*/
/* 12 Portfolio
/*-------------------------------------------------*/

.filter-items {
	text-align: center;
	margin-bottom: 47px;
	padding-bottom: 12px;
	border-bottom: 1px solid #828fac;
}

.filter-items li {
	display: inline-block;
}

.filter-items li a {
	display: inline-block;
	color: #5a6c94;
	font-size: 20px;
	font-family: 'robotoregular', arial, sans-serif;
	text-transform: uppercase;
	padding: 10px 16px;
	border: 1px solid transparent;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	transition: all 0.17s linear;
	-moz-transition: all 0.17s linear;
	-webkit-transition: all 0.17s linear;
	-o-transition: all 0.17s linear;
}

.filter-items li a:hover {
	border: 1px solid #828fac;
	text-decoration: none;
}

.project-item {
	border-bottom: 1px dashed #3e4349;
	margin-bottom: 25px;
}

.project-item:last-child {
	border-bottom: none;
}

.project-item-image img {
	width: 100%;
	margin-bottom: 25px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}

.project-item-content {
	margin-bottom: 25px;
}

.project-item-content h3 {
	color: #7281a3;
	font-size: 20px;
	font-family: 'robotoregular', arial, sans-serif;
	font-weight: lighter;
	margin-bottom: 20px;
}

.project-item-content span.published {
	display: block;
	color: #7281a1;
	font-size: 15px;
	font-family: 'robotoregular', arial, sans-serif;
	margin-bottom: 6px;
}

.project-item-content h5 {
	color: #5e6d8d;
	font-size: 15px;
	font-family: 'robotoregular', arial, sans-serif;
	font-weight: lighter;
	margin-bottom: 5px;
}

.project-item-content ul.services-list {
	margin-bottom: 40px;
}

.project-item-content ul.services-list li {
	display: inline-block;
}

.project-item-content ul.services-list li a {
	color: #5b5b5b;
	font-size: 15px;
	font-family: 'robotoregular', arial, sans-serif;
}

.project-item-content p {
	color: #3c4451;
	font-size: 18px;
	font-family: 'robotoregular', arial, sans-serif;
	line-height: 24px;
	margin-bottom: 15px;
}

.important-list {
	margin-bottom: 14px;
}

.important-list li {
	display: inline-block;
	float: left\0/;
	margin-left: 20px;
}

.important-list li:first-child {
	margin-left: 0px;
}

.important-list li a {
	display: inline-block;
	color: #5b5b5b;
	font-size: 16px;
	font-family: 'robotoregular', arial, sans-serif;
	padding:4px 0;
	padding-left: 35px;
}

.important-list li a.all-views {
	background: url('../images/views.png') 0 center no-repeat;
}

.important-list li a.voted {
	background: url('../images/vote.html') 0 center no-repeat;
}

.important-list li a.all-comment {
	background: url('../images/port-coment.html') 0 center no-repeat;
}

.project-item-content a.link-it {
	display: block;
	color: #8348ad;
	font-size: 16px;
	font-family: 'robotoregular', arial, sans-serif;
	padding-left: 35px;
	padding-bottom: 8px;
	margin-bottom: 15px;
	background: url('../images/link-port.html') 0 center no-repeat;
}

.project-item-content .social-project {
	margin-bottom: 30px;
}

.project-item-content .social-project li {
	display: inline-block;
	margin-right: 2px;
}

.project-item-content .social-project li a {
	display: inline-block;
	width: 30px;
	height: 30px;
	transition: all 0.17s linear;
	-moz-transition: all 0.17s linear;
	-webkit-transition: all 0.17s linear;
	-o-transition: all 0.17s linear;
}

.project-item-content .social-project li a.fb-port {
	background: url('../images/fb-port.png') center center no-repeat;
}

.project-item-content .social-project li a.tweet-port {
	background: url('../images/tweet-port.html') center center no-repeat;
}

.project-item-content .social-project li a.soc-port {
	background: url('../images/social-icon.html') center center no-repeat;
}

.project-item-content .social-project li a.linkedin-port {
	background: url('../images/linkedin-port.html') center center no-repeat;
}

.project-item-content .social-project li a.google-port {
	background: url('../images/google%2b.html') center center no-repeat;
}

.project-item-content .social-project li a.fb-port:hover {
	background: url('../images/fb-port2.png') center center no-repeat;
}

.project-item-content .social-project li a.tweet-port:hover {
	background: url('../images/tweet-port2.html') center center no-repeat;
}

.project-item-content .social-project li a.soc-port:hover {
	background: url('../images/social-icon2.html') center center no-repeat;
}

.project-item-content .social-project li a.linkedin-port:hover {
	background: url('../images/linkedin-port2.html') center center no-repeat;
}

.project-item-content .social-project li a.google-port:hover {
	background: url('../images/google2.html') center center no-repeat;
}

.button-link,
.important-pagination a {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	font-family: 'robotoregular', arial, sans-serif;
	text-transform: uppercase;
	padding: 22px 25px 22px 65px;
	background: #8348ad url('../images/link-proj.png') 18px center no-repeat;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	transition: all 0.17s linear;
	-moz-transition: all 0.17s linear;
	-webkit-transition: all 0.17s linear;
	-o-transition: all 0.17s linear;
}

.button-link:hover,
.important-pagination a:hover {
	color: #fff;
	text-decoration: none;
	opacity: 0.7;
}

.portfolio-load {
	margin-bottom: 50px;
	margin-top: 0;
}

/*-------------------------------------------------*/
/*13 Single-project
/*-------------------------------------------------*/

.single-project {
	padding-bottom: 20px;
	border-bottom: 1px solid #5e6d8d;
	margin-bottom: 50px;
}

.single-item-image > img {
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.single-item-image > img:first-child {
	border-bottom: 1px dashed #5e6d8d;
}

.single-item-image h1 {
	color: #5e6d8d;
	font-size: 30px;
	font-family: 'robotoregular', arial, sans-serif;
	font-weight: lighter;
	line-height: 30px;
	margin-bottom: 30px;
}

.single-project .project-item-content p {
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 20px;
}

.single-project .project-item-content p.share-project {
	margin-bottom: 15px;
}

.single-project .project-item-content a.link-it {
	border-bottom: 1px dashed #7281a1;
	padding-bottom: 14px;
	background: url('../images/link-port.html') 0 0 no-repeat;
}

.single-project .project-item-content .important-list {
	border-top: 1px dashed #7281a1;
}

.single-project .project-item-content .important-list li {
	display: block;
	margin: 0;
	margin-top: 7px;
}

.single-project .project-item-content h3 span {
	font-weight: 400;
}

.single-project .button-link {
	padding: 20px 54px;
	text-transform: inherit;
	background: #8046a9;
}

/*-------------------------------------------------*/
/* 14 Error-page
/*-------------------------------------------------*/

.page-error {
	text-align: center;
	margin-bottom: 130px;
}

.page-error h1 {
	color: #5e6d8d;
	font-size: 216px;
	font-family: 'robotoregular', arial, sans-serif;
	font-weight: lighter;
	line-height: 216px;
	margin-bottom: 20px;
}

.page-error h2 {
	color: #5e6d8d;
	font-size: 70px;
	line-height: 70px;
	font-family: 'robotoregular', arial, sans-serif;
	font-weight: lighter;
	margin-bottom: 15px;
}

.page-error p {
	color: #5e6d8d;
	font-size: 18px;
	font-family: 'robotoregular', arial, sans-serif;
	line-height: 25px;
}

.page-error p a {
	color: #967ec7;
}

/*-------------------------------------------------*/
/*15 portfolio 2col, 3col, 4col
/*-------------------------------------------------*/

.important-projects,
.important-pagination {
	margin-bottom: 40px;
}

.important-projects h2 {
	color: #3c4451;
	font-size: 20px;
	line-height: 30px;
	font-family: 'robotoregular', arial, sans-serif;
	font-weight: lighter;
}

.important-projects p {
	color: #3c4451;
	font-size: 14px;
	line-height: 24px;
	font-family: 'robotoregular', arial, sans-serif;
	margin-bottom: 10px;
}

.important-pagination {
	text-align: right;
}

.important-pagination a {
	padding: 20px 48px;
	cursor: pointer;
	margin-bottom: 5px;
}

.important-pagination a.prev-project {
	background: #8348ad url('../images/prev.png') 10px center no-repeat;
}

.important-pagination a.next-project {
	padding: 20px 68px;
	background: #8348ad url('../images/next.png') 157px center no-repeat;
	margin-left: 17px;
}

.important {
	border-bottom: none;
}

.projects-container.two-columns {
	width: 104%;
}

.projects-container.two-columns .project-post {
	text-align: center;
	width: 46.5%;
	margin-right: 3%;
	margin-bottom: 50px;
}

.projects-container.three-columns {
	width: 103%;
}

.projects-container.three-columns .project-post {
	text-align: center;
	width: 31%;
	margin-right: 2%;
	margin-bottom: 50px;
}

.projects-container.four-columns {
	width: 104%;
}

.projects-container.four-columns .project-post {
	text-align: center;
	width: 22.5%;
	margin-right: 2%;
	margin-bottom: 50px;
}

/*-------------------------------------------------*/
/*16 Home 2
/*-------------------------------------------------*/

#slider.slider2 {
	padding-top: 90px;
	position: relative;
	height: auto;
}

#slider.slider2 .flexslider .flex-caption {
	position: absolute;
	top: 0;
	left: 0;
	width: 102%;
}

#slider.slider2 .flexslider .caption-adjust {
	padding-top: 151px;
	margin: 0 96px 0px 0px;
	background:url(../images/bg-sq.png) no-repeat 26% 83%;
}

/*#slider.slider2 .flexslider .caption-adjust .pat{
	background:url(../images/bg-sq.png) no-repeat 20% 60%;
}
*/
#slider.slider2 .flexslider .caption-adjust img {.row-fluid .span6
	width: inherit;
	margin-top: -6px;
	margin-left: 70px;
}

#slider.slider2 h1 {
	font-size: 40px;
	/*line-height: 48px;*/
	line-height:38px;
	margin-bottom:15px;
	letter-spacing:0.3px;
}

#slider.slider2 p {
	font-size: 15px;
	line-height: 24px;
	letter-spacing:0.4px;
	margin-bottom:15px;
    font-family: "Open Sans", sans-serif !important;
}

#slider.slider2 a {
	    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.3px;
    padding: 2px 0 5px;
}

#slider.slider2 a#purchase-button {
	background: #8147ab;
	border: 1px solid #8147ab;
	margin-right: 24px;
}

#slider.slider2 .arrow-pagin {
	position: absolute;
	width: 100%;
	height: 55px;
	left: 0;
	top: 50%;
	margin-top: -20px;
}

#slider.slider2 .arrow-pagin .container {
	position: relative;
}

#slider.slider2 .arrow-pagin a {
	display: inline-block;
	padding: 0;
	width: 54px;
	height: 54px;
	display:none;
}

#slider.slider2 .arrow-pagin a.prev-slide {
	background: url('../images/prev-arrow.png') center center no-repeat;
}

#slider.slider2 .arrow-pagin a.next-slide {
	position: absolute;
	top:0;
	right: 0;
	background: url('../images/next-arrow.html') center center no-repeat;
}

.services-con.style2 img {
	margin-bottom: 12px;
	transition: all 0.17s linear;
	-moz-transition: all 0.17s linear;
	-webkit-transition: all 0.17s linear;
	-o-transition: all 0.17s linear;
}

.services-con.style2 h2 {
	transition: all 0.17s linear;
	-moz-transition: all 0.17s linear;
	-webkit-transition: all 0.17s linear;
	-o-transition: all 0.17s linear;
}

.services-con.style2 article {
	position: relative;
	overflow: hidden;
	height: 145px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	background: #fff;
	transition: all 0.17s linear;
	-moz-transition: all 0.17s linear;
	-webkit-transition: all 0.17s linear;
	-o-transition: all 0.17s linear;
}

.services-con.style2 .hover-div {
	position: absolute;
	top: 100%;
	left: 0;
	transition: all 0.17s linear;
	-moz-transition: all 0.17s linear;
	-webkit-transition: all 0.17s linear;
	-o-transition: all 0.17s linear;
	padding: 0 10px;
}

.services-con.style2 .hover-div h3 {
	color: #fff;
	font-size: 18px;
	font-family: 'robotoregular', arial, sans-serif;
	font-weight: lighter;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.services-con.style2 .hover-div p {
	color: #fff;
	font-size: 14px;
	font-family: 'robotoregular', arial, sans-serif;
	margin-bottom: 8px;
	line-height: 23px;
}

.services-con.style2 article:hover {
	background: #8348ad;
}

.services-con.style2 article:hover img,
.services-con.style2 article:hover h2 {
	margin-top: -150px;
}

.services-con.style2 article:hover .hover-div {
	top: 12px;
}

.project-post.style2,
.blog-post.style2 {
	/*border-bottom: 1px solid #9478cc;*/
}

.project-post.style2 p {
	padding: 0 10px;
	margin-bottom: 10px;
}

.blog-post.style2 .zoom-image {
	background: #fff url('../images/eye.png') center center no-repeat;
}

.blog-post.style2 {
	background: #fff;
}

.blog-post.style2 h3 a,
.blog-post.style2 p,
.blog-post.style2 span {
	color: #828fac;
}

.blog-post.style2 span {
	display: block;
	margin-top: 8px;
}

.blog-post.style2 h3 {
	margin-top: 0px;
}

.blog-post.style2 {
	border-bottom-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-bottom-right-radius: 0px;
	-o-border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-bottom-left-radius: 0px;
	-o-border-bottom-left-radius: 0px;
}

.index-quote {
	background: #f7f8f9;
	border-left: 10px solid #00929f;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	padding: 18px 15px;
	margin-bottom:3%;
}

.index-quote a {
	float: right;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-family: 'robotoregular', arial, sans-serif;
	margin-bottom: 8px;
	padding: 20px 50px;
	margin: 12px 12px 0 40px;
	background: #8147aa;
	text-transform: uppercase;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	transition: all 0.17s linear;
	-moz-transition: all 0.17s linear;
	-webkit-transition: all 0.17s linear;
	-o-transition: all 0.17s linear;
}

.index-quote a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.index-quote h4 {
	color: #5e6d8d;
	font-size: 20px;
	font-family: 'robotoregular', arial, sans-serif;
	line-height: 24px;
	margin-bottom: 6px;
}

.index-quote p {
	color: #333333;
	font-size: 15px;
	font-family: 'robotoregular', arial, sans-serif;
	line-height: 24px;
	margin-bottom: 0px;
}

/*-------------------------------------------------*/
/* 17 Shortcodes
/*-------------------------------------------------*/

.butons-icons h1 {
	color: #5e6d8d;
	font-size: 30px;
	font-family: 'robotoregular', arial, sans-serif;
	margin-bottom: 45px;
}

.up-buttons {
	margin-bottom: 43px;
}

a.small,
a.medium {
	display: inline-block;
	color: #fff;
	font-size: 15px;
	font-family: 'robotoregular', arial, sans-serif;
	padding: 12px 20px;
	margin-bottom: 20px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
}

a.large {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-family: 'robotoregular', arial, sans-serif;
	padding: 12px 66px;
	margin-bottom: 20px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
}

a.xlarge {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	font-family: 'robotoregular', arial, sans-serif;
	padding: 12px 80px;
	margin-bottom: 20px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
}

.down-buttons a.small,
.down-buttons a.medium {
	padding: 20px;
}

.down-buttons a.large  {
	padding: 20px 66px;
}

.down-buttons a.xlarge  {
	padding: 20px 80px;
}

a.white {
	color: #5e6d8d;
	border: 1px solid #828fac;
}

a.blue {
	background: #5e6d8d;
	border: 1px solid #5e6d8d;
}

a.pink {
	background: #a086d3;
	border: 1px solid #a086d3;
}

a.round-corner {
	border-radius: 22px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	-o-border-radius: 22px;
}

.blog-icons {
	margin-bottom: 10px;
}

.blog-icons li {
	display: inline-block;
	margin-left: 16px;
	margin-bottom: 20px;
}

.blog-icons li:first-child {
	margin-left: 0px;
}

.blog-icons li span {
	display: inline-block;
	width: 77px;
	height: 68px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}

.blog-icons li span.photo {
	background: #9c83cf url('../images/photo.html') center center no-repeat;
}

.blog-icons li span.text {
	background: #9c83cf url('../images/text-post.html') center center no-repeat;
}

.blog-icons li span.sound {
	background: #9c83cf url('../images/sound.html') center center no-repeat;
}

.blog-icons li span.video {
	background: #9c83cf url('../images/video.html') center center no-repeat;
}

.submenu {
	border: 1px solid #8348ad;
	position: relative;
	margin: 0;
	margin-bottom: 16px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
}

.submenu:after {
	position: absolute;
	content: '';
	width: 27px;
	height: 14px;
	top: -14px;
	left: 24px;
	background: url('../images/arrow-submenu.html') center center no-repeat;
}

.submenu li a {
	display: block;
	color: #f7f8f9;
	font-size: 15px;
	font-family: 'robotoregular', arial, sans-serif;
	padding: 17px 9px;
	background: #9d83cf;
	transition: all 0.17s linear;
	-moz-transition: all 0.17s linear;
	-webkit-transition: all 0.17s linear;
	-o-transition: all 0.17s linear;
	text-decoration: none;
}

.submenu li a:hover {
	background: #8348ad;
}

a.tooltip1 {
	position: relative;
	display: inline-block;
	color: #5e6d8d;
	font-size: 15px;
	font-family: 'robotoregular', arial, sans-serif;
	padding: 12px 66px;
	margin-bottom: 24px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border: 1px solid #828fac;
}

a.tooltip1:after {
	position: absolute;
	content: '';
	width: 15px;
	height: 8px;
	bottom: -8px;
	left: 50%;
	margin-left: -8px;
	background: url('../images/arrow-tooltip.html') center center no-repeat;
}

a.tooltip2 {
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 15px;
	font-family: 'robotoregular', arial, sans-serif;
	padding: 12px 66px;
	margin-bottom: 24px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border: 1px solid #000;
	background: #000;
}

a.tooltip2:after {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	border: 15px solid #000;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	bottom: -23px;
	left: 50%;
	margin-left: -15px;
}

a.tooltip3 {
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 15px;
	font-family: 'robotoregular', arial, sans-serif;
	padding: 12px 66px;
	margin-bottom: 24px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border: 1px solid #a086d3;
	background: #a086d3;
}

a.tooltip3:after {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	border: 15px solid #a086d3;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	bottom: -23px;
	left: 50%;
	margin-left: -15px;
}

.sort-element {
	margin-top: 24px;
}

.sort-element span {
	display: block;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border: 1px solid #a086d3;
	background: #a086d3 url('../images/sort-icon.html') 95% center no-repeat;
}

.sort-element span a {
	display: block;
	color: #fff;
	padding: 12px 9px 14px;
	font-size: 15px;
	font-family: 'robotoregular', arial, sans-serif;
}

.sort-element ul {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	background: #f7f8f9;
	border: 1px solid #a086d3;
	margin: 0;
	margin-bottom: 16px;	
}

.sort-element ul li {
	border-top: 1px solid #7281a1;
}

.sort-element ul li:first-child {
	border-top: none;
}

.sort-element ul li a {
	display: inline-block;
	color: #5e6d8d;
	font-size: 15px;
	font-family: 'robotoregular', arial, sans-serif;
	padding: 12px 8px;
}

a.first-style {
	display: inline-block;
	border-radius: 22px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	-o-border-radius: 22px;
	border: 1px solid #828fac;
	width: 178px;
	height: 38px;
	background: url('../images/button-icons1.html') center center no-repeat;
	margin-bottom: 27px;
}

a.second-style {
	display: inline-block;
	border-radius: 22px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	-o-border-radius: 22px;
	border: 1px solid #828fac;
	width: 178px;
	height: 38px;
	background: url('../images/button-icons2.html') center center no-repeat;
	margin-bottom: 27px;
}

a.third-style {
	display: inline-block;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border: 1px solid #828fac;
	width: 178px;
	height: 38px;
	background: url('../images/button-icons3.html') center center no-repeat;
}

.input-types h2 {
	color: #5e6d8d;
	font-size: 24px;
	font-family: 'robotoregular', arial, sans-serif;
	margin-bottom: 15px;
}

.input-types input[type="text"] {
	padding: 13px 0;
	text-indent: 12px;
	font-size: 14px;
	font-family: 'robotoregular', arial, sans-serif;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	margin: 0;
	margin-bottom: 10px;
	width: 100%;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
}

.input-types input[type="text"].un-active {
	color: #9aa1aa;
	border: 1px solid #828fac;
}

.input-types input[type="text"].active {
	color: #34495e;
	border: 1px solid #a086d3;
}

.input-types input[type="text"].alert {
	color: #e74c3c;
	border: 1px solid #e74c3c;
}

.input-types input[type="text"].disabled {
	color: #bdc3c7;
	border: 1px solid #f1f1f1;
	background: #f1f1f1;
}

.form-elements h2 {
	color: #34495e;
	font-size: 24px;
	font-family: 'robotoregular', arial, sans-serif;
	margin-bottom: 33px;
}

.checkboxes ul li,
.radio-buttons ul li {
	color: #2c3e50;
	font-size: 14px;
	font-family: 'robotoregular', arial, sans-serif;
	margin-bottom: 12px;
}

.checkboxes ul li.checked,
.radio-buttons ul li.checked {
	color: #a086d3;
}

.checkboxes ul li.disabled,
.radio-buttons ul li.disabled {
	color: #d7dcde;
}

.checkboxes ul li img,
.radio-buttons ul li img {
	margin-right: 12px;
	margin-bottom: -5px;
}

.text-box h2 {
	margin-top: 10px;
	margin-bottom: 27px;
}

.text-box p {
	color: #5e6d8d;
	font-size: 14px;
	font-family: 'robotoregular', arial, sans-serif;
	line-height: 24px;
	margin-bottom: 10px;
}

.headers-style h2 {
	margin-top: 10px;
	margin-bottom: 27px;
}

.styled h1 {
	color: #34495e;
	font-size: 32px;
	font-family: 'robotoregular', arial, sans-serif;
	font-weight: lighter;
	margin-bottom: 28px;
}

.styled h2 {
	color: #34495e;
	font-size: 26px;
	font-family: 'Roboto', sans-serif;
	font-weight: lighter;
	margin-bottom: 24px;
}

.styled h3 {
	color: #34495e;
	font-size: 24px;
	font-family: 'robotoregular', arial, sans-serif;
	font-weight: lighter;
	margin-bottom: 20px;
}

.styled h4 {
	color: #34495e;
	font-size: 18px;
	font-family: 'robotoregular', arial, sans-serif;
	font-weight: lighter;
	margin-bottom: 20px;
}

.styled h5 {
	color: #34495e;
	font-size: 13px;
	font-family: 'robotoregular', arial, sans-serif;
	font-weight: lighter;
}

.features-sample h3 {
	color: #5e6d8d;
	font-size: 20px;
	font-family: 'robotoregular', arial, sans-serif;
	margin-bottom: 36px;
}

.accord-tabs h2 {
	color: #5e6d8d;
	font-size: 30px;
	font-family: 'robotoregular', arial, sans-serif;
	margin-bottom: 28px;
}

.accord-tabs .testimonial-post {
	width: auto;
}

.notification h3,
.pricing-tables h3 {
	color: #5e6d8d;
	font-size: 20px;
	font-family: 'robotoregular', arial, sans-serif;
	margin-bottom: 26px;
}

.notification h4 {
	color: #5e6d8d;
	font-size: 18px;
	font-family: 'robotoregular', arial, sans-serif;
	margin-bottom: 40px;
}

.notification p {
	color: #333333;
	font-size: 16px;
	font-family: 'robotoregular', arial, sans-serif;
	margin-bottom: 20px;
	line-height: 28px;
}

.notification-box {
	position: relative;
	padding: 30px 20px 0;
	background: #fffab3;
	border: 1px solid #d0c850;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
}

.close-not {
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 10px;
	height: 10px;
	background: url('../images/close.png') center center no-repeat;
}

.notification ul li {
	color: #00929f;
	font-size: 15px;
	font-family: 'robotoregular', arial, sans-serif;
	margin-bottom: 14px;
	padding-left: 24px;
}

.notification ul li.tik {
	background: url('../images/tik.png') 5px center no-repeat;
}

.notification ul li.plus {
	background: url('../images/plus2.png') 5px center no-repeat;
}

.notification ul li.minus {
	background: url('../images/minus2.png') 5px center no-repeat;
}

.notification ul li.error {
	background: url('../images/error.png') 5px center no-repeat;
}

.notification ul li.min {
	background: url('../images/min.png') 5px center no-repeat;
}

ul.price-table {
	border: 1px solid #8348ad;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	text-align: center;
	background: #f7f8f9;
}

ul.price-table.standard-plan {
	border: 1px solid #6e7ba1;
}

ul.price-table li {
	border-top: 1px solid #8348ad;
	padding: 20px 0;
	color: #8348ad;
	font-size: 20px;
	font-family: 'robotoregular', arial, sans-serif;
}

ul.price-table.standard-plan li {
	border-top: 1px solid #6e7ba1;
	color: #5e6d8d;
}

ul.price-table li:first-child {
	border-top: none;
	background: #8348ad;
}

ul.price-table.standard-plan li:first-child {
	background: #6e7ba1;
}

ul.price-table li:last-child {
	background: #8348ad;
}

ul.price-table.standard-plan li:last-child {
	background: #6e7ba1;
}

ul.price-table li a {
	display: inline-block;
	color: #ffffff;
	font-size: 20px;
	font-family: 'robotoregular', arial, sans-serif;
	font-weight: lighter;
}

ul.price-table li h2 {
	color: #ffffff;
	font-size: 20px;
	font-family: 'robotoregular', arial, sans-serif;
	margin-bottom: 20px;
}

ul.price-table li h1 {
	color: #ffffff;
	font-size: 30px;
	font-family: 'robotoregular', arial, sans-serif;
	margin-bottom: 10px;
}

ul.price-table li h1 span {
	font-size: 40px;
}

.alert-tabs h2,
.last-with-calendar h2 {
	color: #5e6d8d;
	font-size: 30px;
	font-family: 'robotoregular', arial, sans-serif;
	margin-bottom: 20px;
}

.alert-message div {
	position: relative;
	margin-bottom: 7px;
	padding: 22px;
}

.alert-message div a {
	position: absolute;
	top: 26px;
	right: 20px;
	width: 10px;
	height: 10px;
	background: url('../images/error.png') center center no-repeat;
}

.alert-message div p {
	font-size: 13px;
	font-family: 'robotoregular', arial, sans-serif;
}

.alert-message div.error-alert {
	background: #ffa8b4;
}

.alert-message div.succes-alert {
	background: #91e486;
}

.alert-message div.warning-alert {
	background: #fff568;
}

.alert-message div.notice-alert {
	background: #eff2f4;
}

.alert-message div.error-alert p {
	color: #790000;
}

.alert-message div.succes-alert p {
	color: #005e20;
}

.alert-message div.warning-alert p {
	color: #827b00;
}

.alert-message div.notice-alert p {
	color: #556d8d;
}

ul.tab-list li {
	float: left;
	border: 1px solid #828fac;
	border-bottom: none;
	margin-bottom: -1px;
	background: #fff;
	text-align: center;
	z-index: 100;
	cursor: pointer;
	margin-left: 2px;
	border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	-o-border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
	-o-border-top-right-radius: 4px;
}

.tab-list li:first-child{
	margin-left: 0;
}


.tab-list li a {
	display: inline-block;
	font-size: 15px;
	font-family: 'robotoregular', arial, sans-serif;
	color: #fff;
	background: #5e6d8d;
	padding: 20px 24px;
	transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
}

.tab-list li.active a {
	background: #fff;
	color: #5e6d8d;
}

.tab-content {
	clear: both;
	margin-bottom: 30px;
	min-height: 170px;
	border: 1px solid #828fac;
}

.tab-content li {
	padding: 20px 12px;
	display: none;
}

.tab-content li p {
	font-size: 14px;
	font-family: 'robotoregular', arial, sans-serif;
	color: #7281a1;
	margin-bottom: 25px;
	line-height: 24px;
}

.tab-content li:first-child {
	display: block;
}

.pagination-list {
	display: inline-block;
	overflow: hidden;
	margin-bottom: 27px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border: 1px solid #7281a1;
}

.pagination-list li {
	float: left;
	border-left: 1px solid #7281a1;
}

.pagination-list li:first-child {
	border-left: none;
}

.pagination-list li:first-child a,
.pagination-list li:last-child a {
	border-left: none;
	padding: 17px 30px;
}

.pagination-list li a {
	display: inline-block;
	font-size: 20px;
	font-family: 'robotoregular', arial, sans-serif;
	color: #5e6d8d;
	padding: 17px 14px;
}

.toogle-content {
	margin-bottom: 66px;
}

.toogle-content h4 {
	position: relative;
	font-size: 20px;
	font-family: 'robotoregular', arial, sans-serif;
	color: #f7f8f9;
	padding: 22px 17px;
	background: #717f9f;
}

.toogle-content h4 a {
	float: right;
	display: inline-block;
	width: 61px;
	height: 61px;
	border-left: 1px solid #fff;
	background: url('../images/open-content.html') center center no-repeat;
	position: absolute;
	right: 1px;
	top: 1px;
}

.toogle-content.active h4 a {
	background: url('../images/close-content.png') center center no-repeat;
}

.toogle-content div {
	border: 1px solid #7281a1;
	padding: 15px 10px 0px;
	border-top: none;
	overflow: hidden;
	display: none;
}

.toogle-content.active div {
	display: block;
}

.toogle-content div p {
	font-size: 13px;
	font-family: 'robotoregular', arial, sans-serif;
	color: #7281a1;
	margin-bottom: 20px;
	line-height: 24px;
}

.toogle-content div a {
	float: right;
}

body{
  /*border-top: 6px solid #00929F;*/
  background:#f6f6f6;
	font-family:"Open Sans", sans-serif;
  /*letter-spacing:0.3px;*/	
}

.nav-collapse.collapse {
    float: right;
	/*float: left;
    padding-left: 329px;*/
	/*width:80%;*/
	 
}

.row-fluid .span6{
/*background:url(../images/tagline.png) repeat left top;-webkit-border-radius: 17px;
-moz-border-radius: 17px;
border-radius: 17px;padding:10px 23px 10px 20px;*/


}

a{ outline:none!important;}
.sm{font-size:65%; font-weight:400;}
.bg{font-size:1.03em; font-weight:700; text-transform:uppercase; color:#cdf6fa;}
/*.bgg{ width:74px; height:74px; position:relative; z-index:677; background:url(../images/bg-sq.png) no-repeat top left; text-indent:-9999px; top:20%; left:30%;}*/


.nav-collapse .nav > li > a {
	background: none !important;
	font-size: 14px;
	font-weight: normal;
	padding-left: 0;
	padding-right: 45px;
	padding:33px 0 32px 28px;
	/*padding: 33px 0px 24px 28px;*/
	text-transform:uppercase;
	    /*font-weight: 600;*/
}

.padd{


padding-top:80px;
    
background: none repeat scroll 0 0 #f7f7f7;	




}


.padd-project{


padding-top:95px;
    
background: none repeat scroll 0 0 #f7f7f7;	

min-height:780px;



}
.lamp{
background:url(../images/lamp-bg.html) no-repeat bottom center;
}

.heading {
    margin: 2% 0 3%;
	    color: #00929F;
    font-family: "Roboto Slab" , serif;
    font-size: 27px;
    line-height: 30px;
    margin-bottom: 10px;
	/*font-weight: lighter;*/
}

p{ margin-bottom:3%;}

.footer p {
    margin-bottom: 0%;
	    /*padding-top: 13px;*/
}

.nobg{
	background:none;
	background-color:transparent;	
}

.flex-caption .span6{

/*width:23%;height:23%;
background:red;	*/
}

.row-fluid #cc {
	 width:23.077%;
	 *width:17%;
   /* width: 23.076923076923077%;
    *width: 23.023731587561375%;*/
	margin-left: 2.564102564102564%;
    *margin-left: 2.5109110747408616%;
	margin-bottom:2%;
	*margin-bottom:1.08%;
  }

 .row-fluid .team-post {
    width: 23.076923076923077%;
    *width: 23.023731587561375%;
	margin-left: 2.564102564102564%;
    *margin-left: 2.5109110747408616%;
  }
  
  .hm h3.caption{
	color: #FFF;
    font-family: 'robotoregular', arial, sans-serif;
    font-size: 120%;
    font-weight: lighter;
    margin-bottom: 8px;
    margin-top: 12px;
	text-transform:uppercase;  
  }
  
  .white2{
	background:#F6F6F6;
	color:#000;  
	padding: 10px 13px;
	    font-size: 13px;
		border-radius: 2px 2px 0px 0px;
	-webkit-border-radius: 2px 2px 0px 0px;
	-moz-border-radius: 2px 2px 0px 0px;
	-o-border-radius: 2px 2px 0px 0px;
  }
  
  .flexslider .span3a{
	 
	  background:url(../images/tagline.png) repeat left top;
padding:4px 6px 10px 20px;
-webkit-border-radius: 17px;
-moz-border-radius: 17px;
border-radius: 17px;
width:20%;
	  
  }
  
  
  
  /* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
.flexslider .span3a{
	 background:url(../images/tagline.png) repeat left top;
 }

}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
.flexslider .span3a{
	/*background:#F00; */
	  background:url(../images/tagline.png) repeat left top;
padding:4px 6px 10px 20px;
-webkit-border-radius: 17px;
-moz-border-radius: 17px;
border-radius: 17px;
min-width:255px;
 }
  #slider.slider2 h1 {line-height:30px;}
 .sm { font-size:57%;}
 .bg{ font-size:0.9em;}
 #slider.slider2 p { margin-bottom:8px;}
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
.flexslider .span3a{
	  background:url(../images/tagline.png) repeat left top;
	 min-width:170px;
 }
 
  .sm { font-size:50%;}
 .bg{ font-size:0.8em;}
 

}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
.flexslider .span3a{
	background:url(../images/tagline.png) repeat left top; 
 }
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
.flexslider .span3a{
	background:url(../images/tagline.png) repeat left top;
 }
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
.flexslider .span3a{
	 background:url(../images/tagline.png) repeat left top;
 }
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
.flexslider .span3a{
	/*background:#F00;*/ 
	  background:url(../images/tagline.png) repeat left top;
padding:4px 6px 10px 20px;
-webkit-border-radius: 17px;
-moz-border-radius: 17px;
border-radius: 17px;
width:21%;
 }
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
.flexslider .span3a{
	/*background:#F00;*/ 
	  background:url(../images/tagline.png) repeat left top;
padding:4px 6px 10px 20px;
-webkit-border-radius: 17px;
-moz-border-radius: 17px;
border-radius: 17px;
width:21%;
 }
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
.flexslider .span3a{
	 background:url(../images/tagline.png) repeat left top;
 }
}

.row-fluid .team-post{
min-height:325px;	
}

.p1 .project-photo img{
    border: 5px solid #FFFFFF;
    width: 95%;	
}

.view-image{
	left:60%;
}
.p1 .project-photo {
border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius:7px;
	-o-border-radius: 7px;}
	
.p1.projects-container.four-columns .project-post {
    margin-bottom: 20px;}
	
	#cc h3 {
    font-size: 18px!important;
	font-family:"Roboto Slab",Arial, Helvetica, sans-serif;
	}
	
	.header{    border-top: 6px solid #00929F;
    position: fixed;
    width: 100%;
    z-index: 234;
	top:0!important;
	} 
	.hed{    border-top: 6px solid #00929F;
    position: fixed;
    width: 100%;
    z-index: 234;
	 }
	
	.r2{ min-height:415px!important;}
	.cl{ display:block; margin:0px; padding:0px; clear:both; float: right; width:100%;}
	.mp{ padding:27px 0px 0px 0px!important;}
	.project-post{float:left;}
	body#bgthanks{background: url('../images/bg-thanks.html') top center no-repeat;}
	
	




#myCarousel{ 

	padding:1% 0%; /*border:solid 7px #FFF;*/ 
	background:#FFF; 
	width:930px; 
	height:675px;
	margin-left:-30px;
	margin-top:23px; 
	border-radius: 6px;
	
	-webkit-border-radius: 6px;
	
	-moz-border-radius:6px;
	
	-o-border-radius: 6px;
	overflow:hidden;
	

}
	

#myCarousel img{ 

margin-left:15px;
overflow:hidden;

}

#myCarousel .carousel-inner{ 


	margin:6px auto; 
 

 


}
	#myCarousel .carousel-indicators{ margin:0px;}
	#myCarousel .carousel-indicators{ right:14px;}
	.proj-desc{float:left;  background:#00929F;padding: 0% 5% 5% 5%; display:block;border-radius: 6px; -webkit-border-radius: 6px;
	-moz-border-radius:6px;
	-o-border-radius: 6px; width:89%;}
	.proj-con{ float:left; width:25%; margin-top:2%;  }
	.proj-desc h1{font-family: 'robotoregular', arial, sans-serif;}
	
	/*.proj-desc h3{ font-weight:normal; color:#000; letter-spacing:0.4px; margin-bottom:2%;}
	.proj-desc h3 span.bold{ font-weight:700; color:#00929F; text-transform:uppercase;}*/
	.proj-desc .notification ul li.this a, .proj-desc .notification ul li a:hover{color:#333333;}
	.proj-desc .notification ul li a{color:#FFFFFF;}
	
	.proj-desc .notification ul li{ padding-left:5px; }
	ul.sm-list{ float:right;     padding-top: 9px;}
	ul.sm-list li{ float:left; margin-right:4px;}
	ul.sm-list li a{ float:left;}
	
	.proj-con .purchase-button{ background:#3bb4bf;}
	.proj-con .purchase-button:hover{background: none repeat scroll 0 0 #000000;}
	
	.send-button{ background:#00929f; color:#fff;	display: inline-block;margin-left:30%; text-decoration:none;
	font-size: 14px;
	font-family: 'robotoregular', arial, sans-serif;
	/*font-family: 'Noto Sans', sans-serif;*/
	padding:10px 20px;
	    border: 0;
	text-transform: uppercase;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;}
	.send-button:hover{background: none repeat scroll 0 0 #000; color:#fff;text-decoration:none;}
	
	
	
	
	.about-us-heading
	{
	 
	width:300px;
    height:auto;
	color: #00929f;
	float:left;
	font-size: 27px;
    line-height: 36px;
    letter-spacing: normal;
    margin-top: 8px;
    margin-bottom:40px;
	font-family: "Roboto Slab" , serif;
	margin-left: 130px;
	
	}
	
	
@media screen and (min-width: 0px) and (max-width: 600px) {
.mobile-hide{ display: none; }
}

@media screen and (min-width: 600px) {
.desktop-hide{ display: none; }
}


.project-photo-text
{
width:100%;
padding-bottom:5px;
padding-top:5px;
float:left;
position:absolute;
background-color:rgba(0, 146, 159, 0.70);
text-align:center;
font-size:18px;
color:#FFFFFF;
top:81%;
text-transform:uppercase;
}
	
.mainlilisiting {

color: #68657a;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    line-height: 25px;
    font-weight: lighter;


}	
.mainlilisiting ul {
	padding:0;
	    margin-left: 20px;

}
.mainlilisiting ul li {
list-style-type:disc;
color: #68657a;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    line-height: 25px;
    font-weight: lighter;

}

.menudesctop
{
padding-top:25px;
}	
	
.logo_h
	{
	margin-left: -8px;
	}
	
.contact_section
{
padding:0;
}
.enquery
	{
	    margin-left: -62px;
	}
	
	.home_nav
{
    margin-right: 9px;
}