@charset "utf-8";
/*
Name: APHRODITE
<?xml version="1.0" encoding="UTF-8"?>
author: Mkscoder
*/


/* =Table of Contents
--------------------------------------------------------------
	1) =Home Slider
	2) =Menu
	3) =Feathurs
	4) =Counter
	5) =About Us
	6) =Skill Bar
	7) =Portfolio
	8) =Team
	9) =Round Progress Bar
   10) =Services
   11) =Prize Table
   12) =Clients
   13) =Blog
   14) =Contact
   15) =Footer
   16) =Portfolio Single
   17) =Blog Single
   18) =Preloader
   19) =Animated slide 
*/



/* ==== 1) Home Slider ==== */
#home {
	background-position: center 0%;
	background-size: cover;
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	z-index: 5;
	}
.home-parallax-back{
	background-repeat: no-repeat;
	background-image: url(../images/slide/slide_3.jpg);
	}
.home-container {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index: 3;
	height:750px;
	}
.home-title {
	position: relative;
	color: #FFFFFF;
	z-index: 3;
	margin-left: auto;
	margin-right: auto;
	}
.home-title h1{
	font-family:'Raleway', Bold;
	font-size:48px;
	margin-bottom:45px;
	}
.home-title h1 strong{
	background-color:rgba(46,45,45,0.5);
	padding:20px 35px;
	position:relative;
	}
.home-title p{
	font-family:'Raleway', SemiBold;
	font-size:36px;
	font-weight:600;
	}
.home-title p span{
	font-family:'Raleway', SemiBold;
	font-size:36px;
	font-weight:500;
	padding:10px 25px;
	}
body{
	overflow-x:hidden!important;
	}
.panel {
	background-color: transparent;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	}
.home-bottom {
	position: absolute;
	z-index: 3;
	width: 100%;
	left: 0;
	bottom: 0;
	text-align: center;
	opacity: 0.9;
	}
.bottom-3-style{
	margin-bottom:150px;
	}
.move {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	-webkit-animation: anim2 ease-in-out 3s infinite alternate;
	-moz-animation: anim2 ease-in-out 3s infinite alternate;
	}
@-webkit-keyframes anim2
	{
   from {left: 0px;   -webkit-transform: scale(1.0) rotate(0deg)   }
   50%  {left: 300px; -webkit-transform: scale(0.5) rotate(0deg)  }
   to   {left: 300px; -webkit-transform: scale(1.0) rotate(0deg) }
	}
@-moz-keyframes anim2
	{
   from {left: 0px;   -moz-transform: scale(1.0) rotate(0deg)   }
   50%  {left: 300px; -moz-transform: scale(0.5) rotate(0deg)  }
   to   {left: 300px; -moz-transform: scale(1.0) rotate(0deg) }
	}
a{
	outline:none!important;
	}
a:hover{text-decoration:none;}
.home-bottom a {
	font-size: 18px;
	font-weight: 600;
	font-family: 'Raleway', Bold;
	border-radius:4px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;	
	-webkit-transition: 0.2s background linear;
	-moz-transition: 0.2s background linear;
	transition: 0.2s background linear;
	}
.home-bottom a:hover {
	text-decoration: none;
	}
.home-bottom i{
	padding-left:20px;
	}

/* ==== 2) MENU ==== */
img.logo{
	width:250px;
	height:50px;
	}
.navbar-static-top {
	border-width: 0 0 3px;
	height: 90px;
	}
.light {
	width:100%;
	z-index:999;
	}
.navbar {
	width: 100%;
	}
.navbar-default .navbar-nav > li > a:hover{
	padding-bottom:32px;
	}
.navbar-default .navbar-nav > li > a:hover{
	transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
	}
.navbar-default .navbar-nav > li > a{
	color:#5f5f5f;
	}
.navbar-nav > li > a{
	padding:35px 0px 5px 0px;
	font-family:'Open Sans', SemiBold;
	font-size:16px;
	font-weight:700;
	color:#5f5f5f;
	}
.navbar-nav > li {
	padding-left:15px;
	padding-right:15px;
	}
.navbar-brand{
	padding:18px 15px;
	}

/* ==== 3) Feathurs ==== */
@media (min-width: 1200px){
	.section-more-feathurs {
	padding-top: 130px;
	margin-top: 0px!important;
	}
}
.feathurs-icon i{
	color:white;
	}
.feathurs-icon i{
	margin:0 auto;
	font-size:70px;
	position:relative;
	padding-top:20px;
	padding-bottom:20px;
	-webkit-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
	}
.feathurs-plus-icon .glyph{
	margin:0 auto;
	}
.section-more-feathurs .feathurs-part {
	text-align: center;
	}
.feathurs-part h3{
	font-size:21px;
	font-family:'Open Sans' SemiBold;
	font-weight:600;
	color:#4e4e4e;
	margin-top:25px;
	}
.feathurs-part p{
	font-size:13px;
	font-weight:400;
	font-family:'Open Sans';
	color:#878787;
	margin-top:10px;
	}
.feathurs-part:hover  a{
	text-decoration:none; 
	transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
	}
.feathurs-plus-icon a{
	color:black;
	font-size:50px;
	margin-top:25px;
	}
.hexagon{
	width:100%;
	height:100%;
	}
.hexagon-1{
	overflow: hidden;
	visibility: hidden;
	-webkit-transform: rotate(150deg);
	-moz-transform: rotate(150deg);
	-o-transform: rotate(150deg);
	transform: rotate(150deg);
	}
.hexagon-2{
	overflow: hidden;
	width: 100%;
	height: 100%;
	-webkit-transform: rotate(-60deg);
	-moz-transform: rotate(-60deg);
	-o-transform: rotate(-60deg);
	transform: rotate(-60deg);
	}
.hexagon-3{
	width: 100%;
	height: 100%;
	visibility: visible;
	-webkit-transform: rotate(-60deg);
	-moz-transform: rotate(-60deg);
	-o-transform: rotate(-60deg);
	transform: rotate(-60deg);
	background-color:#222222;
	}
.feathurs-part:hover{
	cursor:pointer;
	}
.feathurs-part:hover .hexagon-3{
	transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
	}


/* ==== 4) Counter ==== */
#number-count{
	margin-top:100px;
	}
.counter-back{
	background-image: url(../images/back-img-3.jpg);
	background-repeat:repeat;
	background-attachment: fixed;
	background-size: cover;
	width:100%;
	height:100%;
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	z-index: 1;
	}
.counter {
	font-size: 40px;
	font-family: 'Open Sans', SemiBold;
	font-weight: 700;
	line-height: 0px;
	}
.fact {
	text-align:center;	
	margin-bottom:100px;
	}
.fact p{
	font-size: 15px;
	font-family: 'Open Sans', SemiBold;
	font-weight:600;
	color:#bfbfbf;
	margin-top:25px;
	}
.fact p span{
	padding-right:15px;
	}
.fact p span i{
	padding:10px 10px;
	color:#fff;
	border-radius:50%;
	}	

/* ==== 5) About Us ==== */
.element-accordion-content h2{
	font-family: 'Raleway';
	font-size: 24px;
	font-weight: 500;
	color: #222222;
	margin-top:15px;
	}
.about-us-content{
	padding-top:3em;
	}
.about-us-image img{
	margin:0 auto;
	}
.content-title{
	font-family: 'Raleway';
	font-size: 24px;
	font-weight: 500;
	color: #222222;
	margin-bottom: 25px;
	}
.text6{
	color: #5f5f5f;
	font-size: 14px;
	font-family: Open Sans Semibold;
	margin-top: 1em;
	line-height: 20px;
	}
.abt-us-content-1{
	font-size:14px;
	font-family:'Open Sans', SemiBold;
	font-weight:600;
	color:#5f5f5f;
	padding-top:1.8em;
	}
.abt-us-content p{
	font-family: 'Raleway';
	font-weight: 500;
	font-size: 15px;
	line-height: 20px;
	color: #666666;
	}
.abt-us-content p span{
	font-size:14px;
	font-family:'RALEWAY', SemiBold;
	font-weight:600;
	color:#5f5f5f;
	padding-top:5px;
	}
.about-us-button{
	margin-top:1.8em;
	}
.about-us-button .btn-lg{
	border-radius:2px;
	font-size:18px;
	font-weight:600;
	font-family: 'RALEWAY', SemiBold;
	}

.tab-border-custom {
	border: 1px solid #cccccc;
	margin-top: 30px;
	}
.element-custom-width {
	padding-left: 30px;
	padding-right: 30px;
	}
.border-222 {
	margin-top: 15px!important;
	margin-bottom: 15px!important;
	}
.element-custom-content {
	font-weight: 500!important;
	color: #666666!important;
	}
.element-custom-1 {
	font-family: 'Raleway';
	font-size: 18px;
	font-weight: 500;
	color: #222222;
	}
	
/* ==== 6) Skill bar ==== */
.line-progress h2{
	font-family:'Raleway';
	font-size:24px;
	font-weight:500;
	color:#222222;
	margin-bottom:25px;
	margin-top:15px;
	}
.progress-col {
	text-align:left;
	margin-top: 26px;
	margin-bottom: 40px;	
	}
.skills {
	text-align: left;
	margin: 40px 0px;	
	padding:0px;
	color:#fff;
	}
.progress-col .skills p {
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size: 13px;
	line-height:0px;
	}
.skillbar {
	position:relative;
	display:block;
	margin-bottom:15px;
	width:100%;
	background:#eeeeee;
	height:14px;
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	-o-transition:0.4s linear;
	transition:0.4s linear;
	-webkit-transition-property:width, background-color;
	-moz-transition-property:width, background-color;
	-ms-transition-property:width, background-color;
	-o-transition-property:width, background-color;
	transition-property:width, background-color;
	}
.skillbar-bar {
	height:14px;
	width:0px;
	}
.progress-col p {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 20px;
	color:#666666;
	} 


/* ==== 7) Portfolio ==== */
#portfolio {
	margin-bottom:80px;
	}

/*==== PORTFOLIO FILTERS ====*/

#filters {
	margin-top: 10px;
	margin-bottom: 30px;
	text-align: center;
	display: block;
	float: none;
	z-index: 2;
	position: relative;
}
#filters ul {
	margin: 0;
	list-style: none;
	padding: 0;
}
#filters ul li {
	display: inline-block;
}
#filters ul li a {
	display: block;
	float: left;
	margin-bottom: 5px;
	font-weight: 300;
	text-decoration:none;
}
#filters ul li a h3 {
	font-size: 14px;
	padding: 8px 17px;
	color:#121212;
	background-color:#f5f5f5;
	border-radius:2px;
	margin: 10px 10px 0 0;
}
#filters ul li a:hover h3, #filters ul li a.active h3 {
	color: #ffffff;
	transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
/*==== PORTFOLIO AJAX NAVIGATION =====*/
#project-navigation {
	width: 100%;
	height: 40px;
	position: absolute;
	top: 10px;
	left: 0;
	margin: 0;
	z-index: 1;
}
#project-navigation ul {
	float: none;
	margin: 0;
	list-style: none;
	display: none;
	padding: 0;
}
#project-navigation ul li#prevProject a {
	background: url(../images/arrow_left.png) center center no-repeat;
	float: right;
	margin-right: 64px;
}
#project-navigation ul li#nextProject a {
	background: url(../images/arrow_right.png) center center no-repeat;
	float: right;
	margin-right: 10px;
}
#project-navigation ul li#prevProject a, #project-navigation ul li#nextProject a {
	background-color: #151515;
	background-size: 30px;
}
#project-navigation ul li a {
	width: 40px;
	height: 40px;
	float: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#project-navigation ul li#prevProject a:hover, #project-navigation ul li#nextProject a:hover {
	background-color: #FFD600;
}
#project-navigation ul li a:hover {
	background-color: #FFD600;
}
#project-navigation ul li a.disabled, #project-navigation ul li a.disabled:hover {
	cursor: default;
	background-color: rgba(0,0,0,0.2) !important;
}
/*=== PROJECT CLOSE ===*/
#closeProject {
	top: 10px;
	position: absolute;
	right: 62px;
	z-index: 1;
}
#closeProject a {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0px;
	display: none;
	background: #151515;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#closeProject a:hover {
	background: #FFD600;
}
#closeProject a i {
	font-size: 14px;
	color: #ffffff;
	line-height: 40px;
	display: inline-table;
	vertical-align: middle;
}
#ajax-section {
	position: relative;
	padding: 0;
	background: #f8f8f8;
	text-align: left;
}
#ajax-section #loader {
	width: 100%;
	height: 20px;
	display: none;
	position: absolute;
	top: -30px;
}
#ajax-section #loader.projectError {
	text-align: center;
	height: auto !important;
	background-position: top center;
}
#ajax-section #loader.projectError p {
	display: none;
	padding-top: 16px;
}
#ajax-section #loader {
	background: url(../images/loader.gif) center center no-repeat;
}
#ajax-section #loader.projectError p {
	color: #666 !important;
}
#ajax-content-outer {
	width: 100%;
	overflow: hidden;
	position: relative;
}
#ajax-content-inner {
	float: left;
	height: 0;
	opacity: 0;
}
#ajaxpage {
	float: left;
	display: block;
}
.project-media {
	margin-top: 70px;
	margin-bottom: 30px;
	overflow: hidden;
	display: block;
}
.project-info {
	margin-top: 60px;
	margin-bottom: 30px;
}
.project-info {
	height: auto;
	float: left;
	margin-bottom: 30px;
}
.project-description, .project-details {
	margin-bottom: 30px;
}
.project-description h3, .project-details h3 {
	margin-bottom: 10px;
}
.project-details p {
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 7px;
}
.project-details p span {
	font-weight: bold;
}
/*==== PORTFOLIO GRID ====*/
#portfolio-wrap {
	position: relative;
	padding: 0;
	width: 100%;
	margin: 0 auto;
	display: block;
}
#portfolio-wrap .one-third {
	margin: 0;
	overflow: hidden;
	line-height: 0;
	width: 24.9%;
	padding: 0;
}
.portfolio-item.current {
	box-shadow: 0 0px 0px 10px rgba(255, 255, 255, 0.37);
	z-index: 101;
}
.portfolio-item {
	padding: 0;
	position: relative;
	overflow: hidden;
}
.portfolio-item .portfolio-image {
	overflow: hidden;
	display: block;
	position: relative;
}
.portfolio-wrap {
	overflow:hidden;
	position: relative !important;
	}

.portfolio-item .portfolio-image img {
	max-width:100%;
	position: relative;
}
.portfolio figure {
	margin: auto;
	position: relative;
	}
.portfolio figure img {
	max-width: 100%;
	display: block;
	position: relative;
	}
.portfolio figcaption {
	position: absolute;
	top: 0;
	left: 0;
	background: #121212;
 	display: table-cell;
    vertical-align: middle;	
	}
.port-position-1{
	position:absolute;
	top:45%;
	left:35%;
	}
.port-position-2{
	position:absolute;
	top:45%;
	left:47%;
	}
.team-member .portfolio figcaption {
	padding-top: 37.5%;
	}
.portfolio figcaption a {
	margin-left: 5px;
	margin-right: 5px; 
	color:#fff;
	}
.cs-style-3 figure {
	overflow: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	}
.cs-style-3 figure img {
    margin-left:auto; 
    margin-right:auto;
    
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,0,300px);
	transform: translate3d(0,0,300px);
	}
.no-touch .cs-style-3 figure:hover img,
.cs-style-3 figure.cs-hover img {
	opacity: 0.6;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	}
.cs-style-3 figcaption {
	height: 100%;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
	}
.no-touch .cs-style-3 figure:hover figcaption,
.cs-style-3 figure.cs-hover figcaption {
	opacity: 0.7;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
	}
.no-touch .cs-style-7 figure:hover figcaption h3,
.no-touch .cs-style-7 figure:hover figcaption span,
.no-touch .cs-style-7 figure:hover figcaption a,
.cs-style-7 figure.cs-hover figcaption h3,
.cs-style-7 figure.cs-hover figcaption span,
.cs-style-7 figure.cs-hover figcaption a {
	-webkit-transition: opacity 0.3s 0.2s;
	-moz-transition: opacity 0.3s 0.2s;
	transition: opacity 0.3s 0.2s;
	opacity: 1;
	}

.portfolio-links a:hover,
.portfolio-links .icon:hover,
.connected-icon a:focus,
.connected-icon a:hover
 {
	color: #2ac5ee;
	}
.page-header h1 .header-2{
	color:#fff;
	font-family:'Open Sans', SemiBold;
	font-weight:600;
	font-size:40px;
	}
/**** Isotope CSS3 transitions ****/

.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
.page-header h1 .header-2{
	color:#fff;
	font-family:'Open Sans', SemiBold;
	font-weight:600;
	font-size:40px;
	}

/* ==== 8) Team ==== */
.section-our-team{
	background-image: url('../images/parallax-2.jpg');
	background-repeat:repeat;
	}
.header-title1 h1 {
	font-family:'Open Sans', SemiBold;
	font-weight:600;
	font-size:40px;
	text-align:center;
	color:white;
	padding-top:2em;
	}
.header-title1 a:hover{
	text-decoration:none;
	color:white;
	}
.text7{
	color: #cccccc;
	font-size: 14px;
	font-family: 'RALEWAY';
	font-weight:400;
	margin-top: 1em;
	line-height: 20px;
	text-align:center;
	}
.our-team-custom{
	padding-left:0px!important;
	}
.team-content-part{
	margin-top:50px;
	}
.team-content {
	text-align: center;
	padding-top: 5px;
	padding-right: 15px;
	}
.team-custom-bottom{
	margin-bottom:70px;
	}
.team-member{
	padding-bottom:80px;
	}
.team-content h4{
	font-family:'Raleway', SemiBold;
	font-size:18px;
	color:#f5f5f5;
	font-weight:600;
	margin-bottom:5px;
	}
.team-content p{
	font-family:'Raleway';
	font-size:15px;
	color:#f5f5f5;
	font-weight:400;
	}

.team-iamge {
	padding: 0px 0px 0px 0px;
	max-width: 100%;
	list-style: none;
	text-align: center;
	}
.team-iamge li {
 	display: inline-block;
	width: 100%;
	position: relative;
	}
.team-iamge figure {
	margin: auto;
	position: relative;
	}
.team-iamge figure img {
	max-width: 100%;
	display: block;
	position: relative;
	}
.team-iamge figcaption {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(32,32,34,0.9);
 	display: table-cell;
    vertical-align: middle;	
	}
	
.cbp-l-team-iamge-projects .team-iamge figcaption {
	padding-top: 35.5%;
	}
.team-member .team-iamge figcaption {
	padding-top: 25.5%;
	}
.team-iamge figcaption{
	text-align:center;
	}
.team-iamge figcaption a {
	margin-left: 7px;
	margin-right: 7px; 
	color:#fff;
	}
.team-iamge figcaption a i{
	font-size:16px;
	}
.team-iamge figcaption p {
	margin-left: 40px;
	margin-right: 40px; 
	margin-bottom:25px;
	color:#fff;
	font-family:'Raleway';
	font-size:14px;
	font-weight:400;
	line-height:24px;
	}
.team-image-hover figure {
	overflow: hidden;
	}
.team-image-hover figure img {
	width:100%;
	height:auto;
	}
.team-image-hover figcaption {
	height: 100%;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
	}
.no-touch .team-image-hover figure:hover figcaption,
.team-image-hover figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
	cursor:pointer;
	}
.no-touch .cs-style-7 figure:hover figcaption h3,
.no-touch .cs-style-7 figure:hover figcaption span,
.no-touch .cs-style-7 figure:hover figcaption a,
.cs-style-7 figure.cs-hover figcaption h3,
.cs-style-7 figure.cs-hover figcaption span,
.cs-style-7 figure.cs-hover figcaption a {
	-webkit-transition: opacity 0.3s 0.2s;
	-moz-transition: opacity 0.3s 0.2s;
	transition: opacity 0.3s 0.2s;
	opacity: 1;
	}
.meet-round-section{padding-top:5em;}
.round-main{padding-top:5em;padding-bottom:10em;}
.chart-round p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 21px;
	line-height: 20px;
	margin-top:50px;
	margin-left:25px;
	color:#666666;
	}
.page-top-custom-height{
	margin-top:80px;
	}

.owl-theme.our-skilled-team .owl-buttons{position:inherit !important;}	
.owl-theme.our-skilled-team  .owl-controls .owl-prev,
.owl-theme.our-skilled-team  .owl-controls .owl-next {
color: #FFF;
display: inline-block;
zoom: 1;
margin: 5px;
padding: 3px 10px;
font-size: 12px;
font-weight: bold;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
background: #121212;
filter: Alpha(Opacity=50);
opacity: 0.5;
position: absolute;
top: 35%;
z-index: 99;
cursor: pointer;
}
.owl-theme.our-skilled-team  .owl-controls .owl-prev{left:1%;}
.owl-theme.our-skilled-team  .owl-controls .owl-next{right:1%;}

/* ==== 9) ROUND PROGRESS BAR ==== */
.round-progress-bar{
	padding:0px;
	margin:0 auto;
	}
.chart-round{
	padding:0px 0px 0px 0px;
	text-align:center;
	}
.chart {
	position: relative;
	display: inline-block;
	width: 110px;
	height: 110px;
	margin-top: 35px;
	margin-bottom: 15px;
	text-align: center;
	}
.chart canvas {
	position: absolute;
	top: 0;
	left: 0;
	}
.percent {
	display: inline-block;
	line-height: 150px;
	z-index: 2;
	font-size:30px;
	font-weight:300;
	font-family:'Raleway';
	}
.percent:after {
	content: '%';
	margin-left: 0.1em;
	
	}
.chart-back{
	height: 100px;
	margin-top: 0px;
	position: relative;
	top: 26px;
	left:20px;
	width: 100px;
	border-radius: 100%;
	margin:0 auto;
	color:#ffffff;
	font-size:22px;
	font-weight:500;
	font-family:'Raleway';
	line-height: 100px;
	padding:35px 25px;
	}
.chart-back:after {
	content: '%';
	margin-left: 0.1em;
	}

/* ==== 10) Services ==== */
.header-title2 h1 {
	font-family:'Open Sans', SemiBold;
	font-weight:600;
	font-size:40px;
	text-align:center;
	color:white;
	padding-top:2em;
	}
.header-title2 a:hover{
	text-decoration:none;
	color:white;
	}

.section-our-services{
	background-image: url('../images/parallax-3.jpg');
	background-repeat: repeat;
	}
.article-image{
	margin-bottom:80px;
	}
.panel{
	background-color:transparent!important;
	border:none!important;
	}
.border-1{
	border-bottom:1px solid #cccccc;
	border-radius:0px!important;
	padding-top:15px;
	padding-bottom:15px;
	}
.panel-default > .panel-heading{
	background-color:transparent!important;
	color:#ffffff!important;
	border:none!important;
	}
.panel-group .panel-heading + .panel-collapse .panel-body{
	border:none;
	font-size:15px;
	font-family:'Raleway';
	font-weight:400;
	line-height:25px;
	color:#cccccc;
	}
.panel-default > .panel-heading + .panel-collapse .panel-body{
	border:none!important;
	}
.panel-title > a:hover{
	text-decoration:none!important;
	}
.panel-body{
	padding:15px 0px 5px 0px!important;
	}
.panel-title a i{
	padding-right:10px;
	}
.border-1 {
	border-bottom: 1px solid #cccccc!important;
	border-radius: 0px!important;
	padding-top: 15px;
	padding-bottom: 15px;
	}
.panel-heading{
	padding:10px 0px!important;
	}
.content-custom-height{
	margin-top:80px;
	}
	
/* ==== 11) Price Plan ==== */
.page-header{
	border-bottom:none!important;
	text-align:center;
	margin:0 auto!important;
	}
.page-header h1{
	font-family: 'Raleway', Bold;
	font-size:36px;
	font-weight:700;
	color:#222222;
	}
.text8 {
	color: #666666;
	font-size: 14px;
	font-family:'Raleway';
	font-weight:500;
	line-height: 20px;
	text-align:center;
	}
.price-table{
	margin-top:80px;
	margin-bottom:80px;
	}
.price-table h2{
	font-family:'Raleway', SemiBold;
	font-size:24px;
	font-weight:700;
	color:#222222;
	padding-left:15px;
	}
.prize-table-wrap .col-lg-3{
	padding-left: 0px !important;
	padding-right: 0px !important;
	background:#fff;
	}
.prize-table-row{
	text-align: center;
	padding-bottom: 15px;
	border: 1px solid #dddddd;
	border-radius:4px;
	}
.prize-table-row .prize-table-row_wrap .prize-custom{
	height: 80px;
	background: #ffffff;
	color: #333333;
	font-size: 20px;
	font-family:'Raleway', SemiBold;
	font-weight:700;
	border-bottom:1px solid #cccccc;
	}
.prize-table-row .prize-table-content{
	border-top: 1px solid #eeeeee;
	line-height: 35px;
	color:#888888;
	font-family:'Open Sans';
	font-size:13px;
	}
.prize-table-row .prize-table-content1{
	border-top: 1px solid #eeeeee;
	line-height: 35px;
	color:#888888;
	background-color:#f6f6f6;
	font-family:'Open Sans';
	font-size:13px;
	}
.prize-table-row .prize-table-content2{
	border-top: 1px solid #eeeeee;
	line-height: 60px;
	color:#333333;
	font-family:'Open Sans';
	font-size:11px;
	}
.prize-table-row .prize-table-content2 span{
	font-family:'Open Sans';
	font-size:30px;
	}
.prize-table-row .prize-table-content3{
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	line-height: 40px;
	color:#888888;
	background-color:#f6f6f6;
	font-family:'Open Sans';
	font-size:13px;
	}
.simple_sign_up_btn{
	margin-top:23px;
	margin-bottom:13px;
	font-family:'Raleway';
	font-size:13px;
	font-weight:500;
	color:#333333;
	border-color:#333333;
	}
.simple_sign_up_btn:hover, .simple_sign_up_btn:focus, .simple_sign_up_btn:active{
	font-family:'Raleway';
	font-size:13px;
	font-weight:500;
	color:#333333;
	border-color:#333333;
	outline:none;
	background-color:#fff;
	}
.prize-table-icon{
	font-size:36px;
	padding-right:20px;
	padding-top:15px;
	}
.prize-table-row_hover:hover{
	zoom:1.1;
	margin-top: -20px;
	box-shadow: 0px 0px 15px #d2d0d0;
	}
.prize-table-row_hover:hover .prize-table-icon{
	color:#ffffff;
	padding-top:24px;
	-webkit-transition: all 0.1s ease 0.3s;
    -moz-transition: all 0.9s ease 0.3s;
    -o-transition: all 0.9s ease 0.3s;
    -ms-transition: all 0.9s ease 0.3s;
    transition: all 0.9s ease 0.3s;
	}
.prize-table-row_hover:hover .prize-custom{
	color:#ffffff;
	height:94px;
	-webkit-transition: all 0.1s ease 0.3s;
    -moz-transition: all 0.9s ease 0.3s;
    -o-transition: all 0.9s ease 0.3s;
    -ms-transition: all 0.9s ease 0.3s;
    transition: all 0.9s ease 0.3s;
	}
.prize-table-row_hover:hover .price_4_pack_name{
	color:#ffffff;
	padding-top:25px;
	-webkit-transition: all 0.1s ease 0.3s;
    -moz-transition: all 0.9s ease 0.3s;
    -o-transition: all 0.9s ease 0.3s;
    -ms-transition: all 0.9s ease 0.3s;
    transition: all 0.9s ease 0.3s;
	}
.price_4{
	font-family:'Raleway';
	font-size:12px;
	font-weight:400;
	}
.prize-table-icon{
	float: left;
	width: 40%;
	text-align: right;
	}
.price_4_pack_name{
	float: right;
	width: 60%;
	text-align: left;
	padding-top:18px;
	}
.prize-table-row_hover:hover .price_4{
	color:#ffffff;
	-webkit-transition: all 0.1s ease 0.3s;
    -moz-transition: all 0.9s ease 0.3s;
    -o-transition: all 0.9s ease 0.3s;
    -ms-transition: all 0.9s ease 0.3s;
    transition: all 0.9s ease 0.3s;
	}
/****Active*****/
.prize-table-row_active{
	zoom:1.1;
	margin-top: -20px;
	box-shadow: 0px 0px 15px #d2d0d0;
	}
.prize-table-row_active .prize-table-icon{
	width:30%;
	}
.prize-table-row_active .prize-table-row_wrap  .prize-custom{
	height:94px;
	}
.prize-table-row_active .prize-table-row_wrap  .prize-custom .price_4_pack_name{
	padding-top:25px;
	width:70%;
	}
.prize-table-row_active .prize-table-row_wrap  .prize-custom .prize-table-icon{
	padding-top:24px;
	}

/* ==== 12) Clients ==== */
.section-our-clients{
	background-image: url('../images/parallax-4.jpg');
	background-repeat: repeat;
	}
.clients-slider{
	text-align:center;
	}
.clients-slider .glyph {
	color:#6d6d6d;
	font-size: 2em;
	}
.header-title3 h1 {
	font-family:'Open Sans', SemiBold;
	font-weight:600;
	font-size:40px;
	text-align:center;
	color:#6d6d6d;
	padding-top:1.7em;
	}
.header-title3 a:hover{
	text-decoration:none;
	color:white;
	}
.text9{
	color: #666666;
	font-size: 14px;
	font-family:'Open Sans';
	font-weight:400;
	margin-top: 1em;
	line-height: 20px;
	text-align:center;
	}
.client-slider-part{padding-top:2em;}
.client-image{text-align:center;}
.client-image img{
	border:10px solid #ffffff;
	border-radius:50%;
	}
.client-name{
	font-size:21px;
	font-family:'Open Sans', Light;
	font-weight:400;
	text-align:center;
	color:#232323;
	padding-top:1.1em;
	}
.client-web{
	font-size:16px;
	font-family:'Open Sans', Light;
	font-weight:400;
	text-align:center;
	color:#646464;
	}
.icon-social{
	text-align:center;
	margin-bottom:80px;
	}
.round-border11 {
	border: 1px solid #828282;
	padding: 6px 7px 6px 8px;
	border-radius: 50%;
	font-size: 10.12px;
	color: #828282;
	}
.round-border11:hover{
	cursor:pointer;
	}
	
/* ==== 13) Blog ==== */
.first-column-content h4{
	font-family:'Raleway', SemiBold;
	font-size:21px;
	font-weight:600;
	margin-top:20px;
	color:#222222;
	}
.first-column-content ul{
	list-style:none;
	padding-left:0px;
	margin-top:10px;
	}	
.first-column-content ul li{
	display:inline-block;
	padding-right:20px;
	font-size:13px;
	font-family:'Open Sans';
	font-weight:400;
	color:#888888;
	}
.first-column-content ul li a{
	text-decoration:none;
	font-size:13px;
	font-family:'Open Sans';
	font-weight:400;
	color:#888888;
	}	
.blog-custom-icon i{
	font-size:15px;
	padding-right:10px;
	}
.blog-content-one{
	font-family:'Raleway';
	font-size:15px;
	font-weight:500;
	line-height:25px;
	margin-top:20px;
	margin-bottom:5px;
	color:#7a7a7a;
	}
.blog-read-more{
	font-family:'Raleway', SemiBold;
	font-size:13px;
	text-decoration:none;
	font-weight:600;
	float:right;
	}
.blog-read-more:hover{
	text-decoration:none;
	color:#00add5;
	}		
.first-column-content audio{
	width:100%;
	margin-top:22px;
	}
.content-black{
	background-color:black;
	}
.content-black h4{
	font-family:'Raleway', Light;
	font-size:18px;
	font-weight:300;
	color:#fff;
	padding:25px 25px 10px 25px;
	margin-top:0px;
	margin-bottom:0px;
	}
.content-black p{
	font-family:'Raleway', SemiBold;
	font-size:13px;
	font-weight:600;
	padding-top:0px;
	margin-left:57%;
	padding-bottom:15px;
	}
.custom-blog-height-1{
	margin-top:30px;
	}
.border{
	border:1px solid #eeeeee;
	margin-top:30px;
	}
.first-column-content iframe{
	width:100%;
	margin-top:25px;
	}
.third-second{
	margin-top:50px;
	}
.third-column-content{
	margin-bottom:80px;
	}
.top-custom{
	margin-top:47px;
	}

/* ==== 14) contact ==== */
.contact-us-section{
	background-image: url('../images/parallax-5.jpg');
	background-repeat: repeat;
	}
.contact-height{
	padding-top:4em;
	}
.social-contact{
	font-size: 21px;
	font-family: Open Sans Light;
	text-align: center;
	color: #232323;
	padding-top: 1.1em;
	}
.contact-content h4{
	font-family:'Raleway';
	font-size:15px;
	font-weight:300;
	color:#cccccc;
	line-height:25px;
	margin-bottom:30px;
	}
.contact-content p{
	font-family:'Raleway';
	font-size:15px;
	font-weight:300;
	color:#cccccc;
	}	
.contact-content p span{
	font-size:15px;
	font-weight:300;
	padding-right:15px;
	padding-top:20px;
	}
.contact-content a{
	font-family:'Raleway';
	font-size:15px;
	font-weight:300;
	color:#cccccc;
	}
.contact-content a:hover{
	text-decoration:none;
	}
.map-marker a{
	font-size:30px;
	font-weight:300;
	padding:5px 14px;
	border: 2px solid #cccccc;
	border-radius: 50%;
	}
.move-1 {
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	-webkit-animation: anim2 ease-in-out 3s infinite alternate;
	-moz-animation: anim2 ease-in-out 3s infinite alternate;
	}
@-webkit-keyframes anim2
{
   from {left: 0px;   -webkit-transform: scale(1.0) rotate(0deg)   }
   50%  {left: 250px; -webkit-transform: scale(0.8) rotate(0deg)  }
   to   {left: 250px; -webkit-transform: scale(1.0) rotate(0deg) }
}
@-moz-keyframes anim2
{
   from {left: 0px;   -moz-transform: scale(1.0) rotate(0deg)   }
   50%  {left: 250px; -moz-transform: scale(0.8) rotate(0deg)  }
   to   {left: 250px; -moz-transform: scale(1.0) rotate(0deg) }
}
.form-control{
	background-color:transparent!important;
	}	
.custom-form{
	background:transparent;
	border:none;
	
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 3px rgba(204, 204, 204, .6);
	box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 3px rgba(204, 204, 204, .6);
	font-size:15px;
	font-family:'Raleway';
	color:#cccccc;
	margin-top:20px;
	}	
.custom-form:focus {
	border-color: #cccccc;
	outline: 0;
	}	
.btn-success{
	width:100%;
	margin-top:20px;
	height:45px;
	font-size:'Raleway', SemiBold;
	font-size:15px;
	font-weight:600;
	border-radius:0px;
	}
.btn-success:hover, .btn-success:focus, .btn-success:active{
	outline:none;
	}
.map-marker{
	margin:0 auto;
	padding-bottom:10px;
	}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #cccccc!important;
	font-size:'Raleway';
	font-size:15px;
	font-weight:300;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #cccccc!important;
	font-size:'Raleway';
	font-size:15px;
	font-weight:300;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:    #cccccc!important;
	font-size:'Raleway';
	font-size:15px;
	font-weight:300;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #cccccc!important;
	font-size:'Raleway';
	font-size:15px;
	font-weight:300;
}
.contact-applied-form{
	margin-bottom:100px;
	}
	
/* ==== 15) Footer ==== */
#footer{
	background-color:#f8f8f8;
	}
.footer-content	h4{
	font-family:'Raleway' SemiBold;
	font-weight:700;
	font-size:15px;
	color:#5f5f5f;
	}
.footer-content	h4 a:hover{
	text-decoration:none;
	}
.footer-social ul{
	list-style:none;
	float:right;
	}
.footer-social ul li{
	display:inline-block;
	}	
.footer-social ul li a{
	font-size:20px;
	text-decoration:none;
	color:#5f5f5f;
	padding-left:15px;
	}	
.footer-social ul li a:hover{
	text-decoration:none;
	cursor:pointer;
	transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
	}	
.footer-content{
	padding-top:15px;
	padding-bottom:15px;
	}
.footer-social{
	padding-top:20px;
	}
	
/* ==== 16) PORTFOLIO SINGLE ==== */	
.port-single-back{
	background-repeat:no-repeat;
	background-image: url(../images/port-single-back-1.jpg);
	width:100%;
	height:100%;
	}	
.portfolio-single-header h1{
	font-family:'Raleway', SemiBold;
	font-size:24px;
	font-weight:600;
	color:#ffffff;
	margin-bottom:45px;
	margin-top:45px;
	}
.port-single-content h3{
	font-family:'Raleway', SemiBold;
	font-size:25px;
	font-weight:600;
	color:#222222;
	margin-top:0px;
	margin-bottom:25px;
	}
.port-content-1{
	font-family:'Raleway';
	font-size:15px;
	font-weight:500;
	color:#666666;
	line-height:25px;
	}
.port-content-2{
	font-family:'Raleway';
	font-size:15px;
	font-weight:500;
	color:#666666;
	margin-bottom:5px;
	}
.port-content-2 span{
	font-family:'Raleway' SemiBold;
	font-size:15px;
	font-weight:700;
	color:#222222;
	}
.portfolio-custom-button{
	color:#ffffff;
	font-family:'Raleway' SemiBold;
	font-weight:500;
	font-size:15px;
	padding:13px 18px;
	margin-top:25px;
	}
.portfolio-custom-button:hover, .portfolio-custom-button:focus, .portfolio-custom-button:active{
	outline:none;
	color:#ffffff;
	}
.carousel-control.right{
	background-image:none;
	top:98%;
	opacity:1;
	}
.carousel-control{
	width:5%;
	}
#portfolio-single{
	margin-bottom:30px;
	}
.carousel-control.right:hover{
	opacity:0.5;
	}
.carousel-control.left{
	background-image:none;
	top:98%;
	opacity:1;
	}
.carousel-control.left:hover{
	opacity:0.5;
	}
#footer-portfolio{
	margin-top:30px;
	}
.large-gallery{
	padding-left:29px;
	}
.large-gallery-row{
	margin-bottom:50px;
	}
	
/* ==== 17) BLOG SINGLE ==== */
.blog-single-back{
	background-repeat:no-repeat;
	background-image: url(../images/port-single-back-1.jpg);
	width:100%;
	height:100%;
	}	
.Blog-single-header h1{
	font-family:'Raleway', SemiBold;
	font-size:24px;
	font-weight:600;
	color:#ffffff;
	margin-bottom:45px;
	margin-top:45px;
	}
.blog-icon-bottom{
	padding-bottom:10px;
	}
.item-title{
	font-family: 'Raleway', SemiBold;
	font-size: 24px;
	font-weight: 600;
	margin-top: 35px;
	color: #222222;
	}	
.blog-content-detail1{
	font-family:'Raleway';
	font-size:15px;
	font-weight:500;
	line-height:25px;
	margin-top:10px;
	margin-bottom:0px;
	color:#7a7a7a;
	}
.blog-content-detail{
	font-family:'Raleway';
	font-size:15px;
	font-weight:500;
	line-height:25px;
	margin-bottom:0px;
	color:#7a7a7a;
	}
.border-content{
	font-size:18px;
	font-family:'Raleway';
	color:#666666;
	font-weight:400;
	margin-top:30px;
	}	
.border-content p{
	padding-top:10px;
	padding-left:35px;
	}	
.border-content-custom{
	padding-top:10px!important;
	margin-top:0px;
	}	
.border-content-custom span{
	font-size:15px;
	font-family:'Raleway' SemiBold;
	font-weight:700;
	}
.border-content-custom{
	font-size:15px;
	font-family:'Raleway';
	color:#666666;
	font-weight:400;
	margin-bottom:0px;
	}
#Blog-author{
	margin-bottom:45px;
	margin-top:10px;
	}
.author h3{
	font-family:'Raleway', SemiBold;
	font-size:21px;
	color:#222222;
	font-weight:700;
	margin-bottom:20px;
	padding-left:18px;
	}	
.author-content h4{
	font-family:'Raleway', SemiBold;
	font-size:18px;
	color:#222222;
	font-weight:700;
	margin-bottom:5px;
	margin-top:0px;
	}	
.author-designation{
	font-family:'Open Sans Italic';
	font-size:13px;
	font-weight:300;
	color:#888888;
	}	
.author-comment{
	font-family:'Raleway';
	font-size:15px;
	color:#666666;
	font-weight:400;
	}	
.author-content a{
	font-family:'Oswald';
	font-size:13px;
	font-weight:400;
	color:#222222;
	}
.comment-2{
	padding-top:25px;
	}	
.author-content a span{
	padding-right:5px;
	}	
.author-content a:hover{
	text-decoration:none;
	}
.blog-custom-contact-form{
	padding:20px 20px 50px 20px;
	}

.custom-form1{
	background:transparent;
	box-shadow:none;
	font-size:15px;
	font-family:'Raleway';
	color:#aaaaaa;
	margin-top:30px;
	height:40px;
	}	
.custom-form1:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(231, 173, 0, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(231, 173, 0, .6);
	}
.custom-form2{
	background:transparent;
	-moz-box-shadow: 0 5px 5px 0px #dddddd;
	-webkit-box-shadow: 0 5px 5px 0px#dddddd;
	box-shadow: 0 5px 5px 0px #dddddd;
	font-size:15px;
	font-family:'Raleway';
	color:#aaaaaa;
	margin-top:20px;

	}	
.custom-form2:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(231, 173, 0, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(231, 173, 0, .6);
	}
.custom-contact-send-button-2{
	width:100%;
	margin-top:20px;
	height:45px;
	font-size:'Raleway', SemiBold;
	font-size:15px;
	font-weight:600;
	border-radius:5px;
	}
.custom-contact-send-button-2:hover, .custom-contact-send-button-2:focus, .custom-contact-send-button-2:active{
	outline:none;
	}
.right-content h3{
	margin-top:0px;
	font-family:'Raleway', SemiBold;
	font-size:18px;
	color:#222222;
	font-weight:700;
	}
.search-box{
	border-color:#666666;
	height:44px;
	}
.submit-search {
	position: absolute;
	top: 12px;
	right: 25px;
	padding: 0;
	margin: 0;
	border: 0;
	background: none;
	cursor: pointer;
	}
.submit-search i{
	color:#cccccc;
	font-size:15px;
	}
.search-box:hover, .search-box:focus, .search-box:active{
	outline:none;
	}
.blog-right-content-detail1{
	font-family:'RALEWAY';
	font-weight:500;
	color:#888888;
	font-size:13px;
	padding-bottom: 5px;
	}
.blog-latest-post{
	margin-top:30px;
	}
.blog-latest-post-list{margin-bottom:10px;}
.blog-latest-post .blog-latest-post-list{margin-top: 6px;}

.blog-latest-post h5{
	font-family:'Raleway', SemiBold;
	font-weight:600;
	font-size:15px;
	color:#222222;
	margin-top:20px;
	margin-bottom: 0;
	}
.blog-border{
	border-bottom:1px solid #cccccc;
	}	
	
.blog-Tags{
	margin-top:30px;
	}	
.blog-Tags ul{
	list-style:none;
	padding-left:0px;
	margin-top:25px;
	}	
.blog-Tags ul li{
	display:inline-block;
	padding:10px;
	border:1px solid #222222;
	margin-top:5px;
	margin-right:2px;
	}
.blog-Tags ul li:hover{
	cursor:pointer;
	}	
.blog-Tags ul li a{
	text-decoration:none;
	font-family:'Raleway';
	font-size:15px;
	color:#666666;
	font-weight:500;
	}	
.blog-Tags ul li a:hover{
	cursor:pointer;
	}	
.blog-twitter{
	margin-top:40px;
	}	
.blog-twitter ul{
	list-style:none;
	padding-left:0px;
	}
.blog-twitter ul li{
	margin-top:15px;
	}
.blog-twitter ul li:hover{
	cursor:pointer;
	}
.blog-twitter ul li a{
	text-decoration:none;
	color:#666666;
	font-family:'Raleway';
	font-size:15px;
	line-height:25px;
	font-weight:500;
	}
.blog-twitter ul li a:hover{
	text-decoration:none;
	}
.blog-twitter ul li a span{
	font-size:15px;
	color:#222222;
	margin-right:10px;
	}
.gallery{
	margin-top:25px;
	}
.popup-gallery{
	margin-top:30px;
	}
.popup-gallery img{
	width:60px;
	height:60px;
	}
.popup-gallery a {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
	border-bottom: 0;
	height: 60px;
	display: block;
	float: left;
	margin: 0 5px 5px 0;
	width: 60px;
	}
	
/* ==== 18) Preloader ==== */

#preloader {
	position:fixed;
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	background: #fff;
	z-index:99999;
}
.preloader-container {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index: 3;
	text-align:center;
}
.preload-logo{
	font-size:30px;
	font-family:'Raleway', Bold;
	font-weight:700;
	color:#222222;
	}
.aphrodite-back-logo{
    z-index:-1;
	color: #222222;
	position: absolute;
 	top:40%;
	left:45%;
	font-size: 50px;
	font-family:'Raleway', Bold;
	font-weight:700;
	opacity:0.3;
}

/* ==== 19) Animated slide ==== */
#home ul li{
	list-style:none;
	}
.bottom-4-style{
	margin-bottom:100px;
	}
.cb-slideshow,
.cb-slideshow:after {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.cb-slideshow:after {
    content: '';
    background: transparent url(../images/pattern.png) repeat top left;
}
.cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s;
}
.cb-slideshow li div {
    z-index: 1000;
    position: absolute;
    bottom: 10px;
    left: 0px;
    width: 100%;
    text-align: right;
    opacity: 0;
    -webkit-animation: titleAnimation 36s linear infinite 0s;
    -moz-animation: titleAnimation 36s linear infinite 0s;
    -o-animation: titleAnimation 36s linear infinite 0s;
    -ms-animation: titleAnimation 36s linear infinite 0s;
    animation: titleAnimation 36s linear infinite 0s;
}
.cb-slideshow li div h3 {
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    font-size: 160px;
    padding: 0 30px;
    line-height: 120px;
    color: rgba(169,3,41, 0.8);
}

.cb-slideshow li:nth-child(1) span { background-image: url(../images/slide/slide_2.jpg) }
.cb-slideshow li:nth-child(2) span {
    background-image: url(../images/slide/slide_2.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) span {
    background-image: url(../images/slide/slide_2.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) span {
    background-image: url(../images/slide/slide_2.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) span {
    background-image: url(../images/slide/slide_2.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) span {
    background-image: url(../images/slide/slide_2.jpg);
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}
.cb-slideshow li:nth-child(2) div {
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) div {
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) div {
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) div {
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) div {
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}
@-webkit-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -webkit-transform: scale(1.05);
	    -webkit-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -webkit-transform: scale(1.1) rotate(3deg);
	}
	25% {
	    opacity: 0;
	    -webkit-transform: scale(1.1) rotate(3deg);
	}
	100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -moz-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -moz-transform: scale(1.05);
	    -moz-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -moz-transform: scale(1.1) rotate(3deg);
	}
	25% {
	    opacity: 0;
	    -moz-transform: scale(1.1) rotate(3deg);
	}
	100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -o-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -o-transform: scale(1.05);
	    -o-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -o-transform: scale(1.1) rotate(3deg);
	}
	25% {
	    opacity: 0;
	    -o-transform: scale(1.1) rotate(3deg);
	}
	100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -ms-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -ms-transform: scale(1.05);
	    -ms-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -ms-transform: scale(1.1) rotate(3deg);
	}
	25% {
	    opacity: 0;
	    -ms-transform: scale(1.1) rotate(3deg);
	}
	100% { opacity: 0 }
}
@keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    transform: scale(1.05);
	    animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    transform: scale(1.1) rotate(3deg);
	}
	25% {
	    opacity: 0;
	    transform: scale(1.1) rotate(3deg);
	}
	100% { opacity: 0 }
}
@-webkit-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -webkit-transform: translateX(200px);
	}
	8% {
	    opacity: 1;
	    -webkit-transform: translateX(0px);
	}
	17% {
	    opacity: 1;
	    -webkit-transform: translateX(0px);
	}
	19% {
	    opacity: 0;
	    -webkit-transform: translateX(-400px);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -moz-transform: translateX(200px);
	}
	8% {
	    opacity: 1;
	    -moz-transform: translateX(0px);
	}
	17% {
	    opacity: 1;
	    -moz-transform: translateX(0px);
	}
	19% {
	    opacity: 0;
	    -moz-transform: translateX(-400px);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -o-transform: translateX(200px);
	}
	8% {
	    opacity: 1;
	    -o-transform: translateX(0px);
	}
	17% {
	    opacity: 1;
	    -o-transform: translateX(0px);
	}
	19% {
	    opacity: 0;
	    -o-transform: translateX(-400px);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -ms-transform: translateX(200px);
	}
	8% {
	    opacity: 1;
	    -ms-transform: translateX(0px);
	}
	17% {
	    opacity: 1;
	    -ms-transform: translateX(0px);
	}
	19% {
	    opacity: 0;
	    -ms-transform: translateX(-400px);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
@keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    transform: translateX(200px);
	}
	8% {
	    opacity: 1;
	    transform: translateX(0px);
	}
	17% {
	    opacity: 1;
	    transform: translateX(0px);
	}
	19% {
	    opacity: 0;
	    transform: translateX(-400px);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}

.nicescroll-rails{
	z-index:9999!important;
	}
.nicescroll-rails div{
	border:none!important;
}
#ascrail2000-hr{display: none !important;}
