@import url('normalize.css');

/*

----------------------------------



	Name: style.css

	Version: 1.0.0



----------------------------------



	Table of Contents

	

	#Reset

	#Typography

	#Base Grid

	#Left Side 

	#Content Area 

	#Introduction Screen

	#About Screen

	#Skills Screen

	#Progressbar

	#PieChart

	#Experience Screen

	#Education Screen

	#Contact Screen

	#Last Screen



*/



/* ==========================================================================

   #Reset

   ========================================================================== */


.vc_box_rounded{
	border-radius: 5px;
}


body {

	font-family: 'Roboto', sans-serif;

	font-weight: 400;

	font-size: 14px;

	color: #545454;

	line-height: 22px;

	overflow-y: hidden;

	overflow-x: hidden;

	-webkit-font-smoothing: antialiased;

}
body.archive, body.single, body.home, body.page-template-default, body.error404, body.blog, body.search{
	overflow-y: scroll;
	overflow-x: auto;
}
a {

	color: #545454;

	text-decoration: none;

	transition-duration: .2s;

	-moz-transition-duration: .2s;

	-webkit-transition-duration: .2s;

	-o-transition-duration: .2s;

}

a:hover {

	color: #000;

}

.copyright a:hover {
	color: white;
}

::selection {

	color: #000;

	background: none repeat scroll 0 0 #ffb400;

}

::-moz-selection {

color:#000;

background: none repeat scroll 0 0 #ffb400;

}

* {

	outline: 0!important;

	-webkit-touch-callout: none;

	-webkit-user-select: none;

	-khtml-user-select: none;

	-moz-user-select: none;

	-ms-user-select: none;

	user-select: none;

	transition-timing-function: ease-out;

	-moz-transition-timing-function: ease-out;

	-webkit-transition-timing-function: ease-out;

	-o-transition-timing-function: ease-out;

}

figure, .slideshow li, .grid-gallery {

	outline: 0!important;

	-webkit-touch-callout: none;

	-webkit-user-select: none;

	-khtml-user-select: none;

	-moz-user-select: none;

	-ms-user-select: none;

	user-select: none;

	transition-timing-function: none;

	-moz-transition-timing-function: none;

	-webkit-transition-timing-function: none;

	-o-transition-timing-function: none;

	transition-duration: 0s;

	-moz-transition-duration: 0s;

	-webkit-transition-duration: 0s;

	-o-transition-duration: 0s;

}

img {

	-webkit-backface-visibility: hidden;

	max-width: 100%;

	height: auto;

}

.flot-left {

	float: left

}

.flot-left h4{

	font-size: 25px;

	font-weight: 100;

	line-height: 30px;

	margin: 0px;

}

.flot-left h5{

	font-size: 18px;

}

.flot-right {

	float: right

}

.flot-right h4{

	font-size: 25px;

	font-weight: 100;

	line-height: 30px;

	margin: 0px;

}

.flot-right h5{

	font-size: 18px;

}

input[type="text"], input[type="email"], textarea {

	padding: 15px;

	border: none;

	border: 1px solid #C2C2C2;

	color: #474747;

	resize: none;

	width: 95.2%;

	font-size: 14px;

	margin: 20px 0 0;

	-webkit-user-select: text;

}

input[type="submit"] {

	border: 2px solid #64b2e3;

	background-color: transparent;

	color: #a6a6a6;

	font-weight: 400;

	font-family: 'Oswald', sans-serif;

	color: #000;

	font-size: 16px;

	text-transform: uppercase;

	padding: 8px 18px;

	background-color: #FFF;

	margin: 20px 0 0;

	transition-duration: .2s;

	-moz-transition-duration: .2s;

	-webkit-transition-duration: .2s;

	-o-transition-duration: .2s;

}

input[type="text"]:focus, input[type="email"]:focus, textarea:focus {

	outline: none;

	color: #545454;

	border: 1px solid #ffb400;

}

input[type="submit"]:hover {

	background-color: #64b2e3;

	color: #fff;

}

input[type="text"], input[type="email"], input[type="search"], input[type="password"], textarea, input[type="submit"], input[type="button"] {

	box-shadow: none !important;

	border-radius: 0px;

	-webkit-appearance: none;

	-moz-appearance: none;

	-webkit-user-select: text;

}

.validation {

	border: 1px solid #dc0505 !important;

}

#successmsg {

	margin-top: 10px;

	color: #7e983c;

}
div.wpcf7-response-output{
	margin: 20px 0;
}
/* ==========================================================================

   #Typography

   ========================================================================== */

   

h1, h2, h3, h4, h5, h6 {

	font-weight: 400;

	font-family: 'Oswald', sans-serif;

	color: #000;

	text-transform: uppercase;

}

h1{font-size: 36px;}

h2{font-size: 32px;}

h3{font-size: 24px;}

h4{font-size: 18px;}

h5{font-size: 14px;}

h6{font-size: 12px;}



.page-title h2{

	font-size: 45px;

	margin: 0;

	line-height: 45px;

}

.the-title{}

.the-title h3{font-size: 16px; margin: 30px 0 10px;}

.the-title p{}

.title-divider {

	width: 70px;

	height: 5px;

	background-color: #64b2e3;

	margin: 30px 0 50px 0

}

.full-divider {

	width: 100%;

	height: 1px;

	background-color: #dfdfdf;

	margin: 50px 0 0 0;

	clear: both;

}

.gray-bg {

	background-color: #f7f7f7

}

.white-bg {

	background-color: #FFFFFF;

}

.button {

	border: 2px solid #64b2e3;

	background-color: #FFF;

	font-family: 'Oswald', sans-serif;

	font-weight: 400;

	color: #000;

	font-size: 16px;

	text-transform: uppercase;

	margin: 20px 0;

	padding: 10px 15px;

	display: inline-block;

	letter-spacing: 1px;

	transition-duration: .2s;

	-moz-transition-duration: .2s;

	-webkit-transition-duration: .2s;

	-o-transition-duration: .2s;

}

.button:hover {

	border: 2px solid #64b2e3;

	background-color: #64b2e3;

	color: #fff;

}

/* ==========================================================================

   #Base Grid

   ========================================================================== */

   

.container-sub {

	width: 100%;

	position: relative;

	margin: 0 auto;

}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {

	float: left;

	position: relative;

}

.col-12 {

	width: 100%

}

.col-11 {

	width: 91.66666667%

}

.col-10 {

	width: 83.33333333%

}

.col-9 {

	width: 75%

}

.col-8 {

	width: 66.66666667%

}

.col-7 {

	width: 58.33333333%

}

.col-6 {

	width: 50%

}

.col-5 {

	width: 41.66666667%

}

.col-4 {

	width: 33.33333333%

}

.col-3 {

	width: 25%

}

.col-2 {

	width: 16.66666667%

}

.col-1 {

	width: 8.33333333%

}

/* #Clearing */



    /* Self Clearing Goodness */

.container-sub:after {

	content: "\0020";

	display: table;

	height: 0;

	clear: both;

	visibility: hidden;

}

/* Use clearfix class on parent to clear nested columns,

    or wrap each row of columns in a <div class="row"> */

.clearfix:before, .clearfix:after, .row:before, .row:after {

	content: '\0020';

	display: block;

	overflow: hidden;

	visibility: hidden;

	width: 0;

	height: 0;

}

.row:after, .clearfix:after {

	clear: both;

}

.row, .clearfix {

	zoom: 1;

}

/* You can also use a <br class="clear" /> to clear columns */

.clear {

	clear: both;

	display: block;

	overflow: hidden;

	visibility: hidden;

	width: 0;

	height: 0;

}

.margin-bottom50 {

	margin-bottom: 50px

}

.margin-bottom40 {

	margin-bottom: 40px

}

.margin-bottom30 {

	margin-bottom: 30px

}

.margin-bottom20 {

	margin-bottom: 20px

}

.margin-bottom10 {

	margin-bottom: 10px

}

.margin-top50 {

	margin-top: 50px

}

.margin-top40 {

	margin-top: 40px

}

.margin-top30 {

	margin-top: 30px

}

.margin-top20 {

	margin-top: 20px

}

.margin-top10 {

	margin-top: 10px

}



/* ==========================================================================

   #Left Side 

   ========================================================================== */



.logo {

	text-align: center;

	margin: 30px 0 0;

}

.logo span {

	display: none

}

.logo img {

	width: auto;

	height: auto;

}

#menu.menu {

	position: fixed;

	z-index: 100;

	color: #f8f8f8;

	background: #000000;

	width: 200px;

	left: 0px;

	top: 0px;

	height: 100%;

}
#menu.menu nav ul{padding: 0px; margin: 0px;}
#menu.menu nav {

	position: absolute;

	top: 250px;

	left: 0px;

	right: 0px;

	bottom: 50px;

	width: 200px !important;
	list-style-type: none;
}

#menu.menu nav a {

	display: block;

	padding: 15px 0;

	text-align: left;

	outline: none;

	margin: 0 30px;

	border-bottom: 1px solid #333333;

	font-family: 'Oswald', sans-serif;

	font-size: 14px;

	font-weight: 300;

	color: #FFF;

	text-transform: uppercase;

	transition-duration: .2s;

	-moz-transition-duration: .2s;

	-webkit-transition-duration: .2s;

	-o-transition-duration: .2s;

}

#menu.menu nav a span.active{

	color: #64b2e3;

}
#menu.menu nav li.active a{color: #64b2e3;}
#menu.menu nav li.active a span.active, #menu.menu nav li.active a span{color: #fff;}
#menu.menu nav a:hover {

	color: #64b2e3;

	text-decoration: none;

}

#menu.menu nav a:active {

	box-shadow: 7px 0px 17px #000 inset;

}

#menu.menu nav a span:nth-child(2) {

	display: block;

	color: #fff;

	font-style: italic;

	font-weight: 400;

	text-transform: none;

	padding-top: 3px;

}
#menu.menu nav li{position: relative; background: #000;}
#menu.menu nav li:hover > ul.dropdown{display: block;}
#menu.menu nav li ul.dropdown{
	display: none;
	background: none repeat scroll 0 0 #000;
    padding: 0;
    position: absolute;
    left: 170px;
    width: 200px;
    top: 0;
}
#menu.menu nav li ul.dropdown ul.dropdown{display: none;}
#menu.menu nav li ul.dropdown li:hover > ul.dropdown{display: block;}
.menu-link {

	display: none

}

.menu .social {
float: left;
padding: 0 30px;
}
.menu .social a {
	float: left;
	font-size: 20px !important;
	transition-duration: .2s;
	-moz-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
	margin: 0px !important;
	border-bottom: none !important;
	overflow: hidden;
	padding: 30px 14px !important;

}

.menu .social a:hover i{

	color: #fff;

}

.menu .social a:first-child {margin: 0px;}
.menu .social a:last-child {margin: 0px;}

.social .facebook, .social .fa-facebook {

	color: #5a7eca

}

.social .twitter {

	color: #03acf1;

	margin: 0 26px 0 30px

}
.social .fa-twitter {color: #03acf1;}
.social .google-plus, .social .fa-google-plus {

	color: #df4a32

}

.copyright {

	position: absolute;

	bottom: 5px;

	text-transform: uppercase;

	font-family: 'Oswald', sans-serif;

	font-size: 10px;

	padding: 30px;

	color: #747474;

	line-height: 18px;

	letter-spacing: 1px

}

/* ==========================================================================

   #Content Area 

   ========================================================================== */



.content-scroller {

	position: absolute;

	left: 200px;

	right: 0px;

	overflow: hidden;

	height: 100%;

}

.content-wrapper {

	width: 7356px;

	position: absolute;

	height: 100%;

	overflow: hidden;

}

.content:last-child {

	width: 1720px;

	background-color: #000;

}

.content {

	width: 804px;

	overflow-y: scroll;

	height: 100%;

	float: left;

	-webkit-transition: background 0.3s linear;

	-moz-transition: background 0.3s linear;

	-o-transition: background 0.3s linear;

	-ms-transition: background 0.3s linear;

	transition: background 0.3s linear;

}

.content-active {

}

.content:hover .jspVerticalBar, #menu.menu nav:hover .jspVerticalBar {

	opacity: 1;

}

.inner {

	padding: 70px;

}

.inner p {

	position: relative;

	padding: 0;

}

#introduction .inner p:first-of-type {

	font-size: 24px;

	text-align: left;

	line-height: 36px;

	font-style: italic;

	color: #75838D;

	letter-spacing: 0px;

}

a.totop-link {

	bottom:5px;

	background:url(../images/go-to-top-arrow.jpg) left top no-repeat;

	cursor: pointer;

	display: none;

	width:34px;

	height:34px;

	position: fixed;

	z-index: 5;

	right: 5px;

	text-indent:-9999px;

	

}







/* Codrops Top Bar */

.codrops-top {

	font-size: 10px;

	text-transform: uppercase;

}

.codrops-top a {

	position: fixed;

	z-index: 10000;

	padding: 4px 7px;

	letter-spacing: 1px;

	color: #aaa;

	text-shadow: 0px 1px 1px #fff;

	background: rgba(255, 255, 255, 1);

	border-radius: 0px 0px 3px 3px;

}

.codrops-top a:nth-child(1) {

	right: auto;

	left: 210px;

}

.codrops-top a:nth-child(2) {

	right: 10px;

}

/* ==========================================================================

   #Introduction Screen

   ========================================================================== */



.introduction {

/*	background: url(../images/profile.jpg)no-repeat right top;

	-webkit-background-size: cover;

	-moz-background-size: cover;

	-o-background-size: cover;

	background-size: cover;*/

	position:relative;

}

.introduction img {

	/*position: absolute;*/

	z-index: -1;

	height: auto;

	width: 100%;

	float: left;

}

.introduction .owl-carousel {

	/*height: 100%;*/

}

.introduction .owl-carousel .owl-wrapper-outer {

	height: 100%;

}

.introduction .owl-carousel .owl-wrapper, .introduction .owl-carousel .owl-item {

	height: 100%;

}

.introduction .item {

	height: 100%;

}

.introduction h2 span{font-weight: 300;}
.introduction h2 {

	border: none;

	color: #FFF;

	text-transform: uppercase;

	line-height: 50px;

	padding-bottom: 0;

	font-size: 40px;

	margin-bottom: 35px

}

.introduction .inner {

	margin: 47% 0 0 0;

	position:absolute;

	z-index: 99;

}

.introduction span.title {

	border-bottom: 1px solid #CBCBCB;

	border-top: 1px solid #CBCBCB;

	color: #CBCBCB;

	padding: 15px 0;

	letter-spacing: 1px;

	text-transform: uppercase;

	font-size: 15px;

}

/* ==========================================================================

   #About Screen

   ========================================================================== */


.page-half .inner {

	width: 50%

}

.about-con {

	width: 100%

}

.about-con ul {

	margin: 0;

	padding: 0;

	list-style: none

}

.about-con ul li {

	border-bottom: 1px solid #dfdfdf;

	padding: 12px 0;

}

.about-con ul li:first-child {

	padding: 0 0 12px 0

}

.about img.signature {

	position: inherit;

	top: auto;

	margin: 20px 0 0 0;

}

/* ==========================================================================

   #Skills Screen

   ========================================================================== */

.skills {

}

.skill-list ul {

	margin: 0;

	padding: 0

}

.skill-list ul li {

	padding: 5px 0 0;

	list-style: none

}

.skills-con h4 {

	width: 65%;

}

.skill-list ul li:before {

	content: "\f00c";

	font-family: 'FontAwesome';

	font-size: 15px;

	margin: 0 5px 0 0

}

.skills-con .col-6:hover .chart .percent {

	font-size: 45px;

	color: #000;

	transition-duration: .1s;

	-moz-transition-duration: .1s;

	-webkit-transition-duration: .1s;

	-o-transition-duration: .1s;

}

/* ==========================================================================

   #Progressbar

   ========================================================================== */



.progress {

	background: #d4d4d4;

	width: 86%;

	float: right;

	position: relative;

	top: 10px;

}

.progress div {

	background-color: #8f8f8f;

	height: 6px;

}

.progressbar-main {

	position: relative;

	min-height: 35px

}

.progress-value span {

	font-family: 'Oswald', sans-serif;

	font-size: 40px;

	font-weight: 400;

	position: absolute;

	left: -93px;

	color: #000;

	top: -19px

}

.progress-value span:after {

	content: "%";

	font-weight: 100

}

.progress-bar-description {

	font-weight: 500;

	color: #000;

	margin: 0 0 0 90px;

	font-size: 14px;

}

/* ==========================================================================

   #PieChart

   ========================================================================== */

.mee-skill{overflow: hidden;}

.chart {

	position: relative;

	display: inline-block;

	width: 154px;

	height: 154px;

	text-align: center;

	border-radius: 50%;

	background-color: #FFF;

}

.chart canvas {

	position: absolute;

	top: 0;

	left: 0;

}

.percent {

	display: inline-block;

	line-height: 110px;

	z-index: 2;

	font-size: 40px;

	font-family: 'Oswald', sans-serif;

	font-weight: 400;

	letter-spacing: -1px;

	margin: 21px 0 0 0;

	color: #64b2e3;

}

.percent:after {

	content: '%';

	margin-left: 0.1em;

	font-family: 'Oswald', sans-serif;

	font-weight: 100;

}

.angular {

	margin-top: 100px;

}

.angular .chart {

	margin-top: 0;

}

.chart-text {

	margin: 30px 0 0 0

}

.chart-text p {

	margin: 10px 0 0 15px

}

.chart-text h4 {

	margin: 0 0 0 15px;

	font-size: 25px;

	font-weight: 100;

	line-height: 30px;

}

/* ==========================================================================

   #Experience Screen

   ========================================================================== */

   

.experience-details .icon-block i {

	font-size: 60px;

	color: #64b2e3;

	margin: 8px 0 0

}

.experience-details h5 {

	margin: 5px 0 7px 0

}

.experience-details span {

	font-size: 16px;

	color: #000;

}

.experience-details strong {

	font-weight: 500;

	color: #000;

	text-transform: uppercase;

	display: inline-block;

	margin: 0 0 5px 0

}

.experience-details {

	float: left;

}

.experience-details i {

	transition-duration: .2s;

	-moz-transition-duration: .2s;

	-webkit-transition-duration: .2s;

	-o-transition-duration: .2s;

}

.experience-details:hover i {

	font-size: 73px;

	color: #000;

}

.experience-details:hover .col-3 {

	width: 29%;

	transition-duration: .2s;

	-moz-transition-duration: .2s;

	-webkit-transition-duration: .2s;

	-o-transition-duration: .2s;

}

/* ==========================================================================

   #Education Screen

   ========================================================================== */

.education-con .icon-block i {

	font-size: 60px;

	color: #ffb400;

	margin: 8px 0 0

}

.education-con h5 {

	margin: 5px 0 7px 0

}

.education-con span {

	font-size: 16px;

	color: #000;

}

.education-con strong {

	font-weight: 500;

	color: #000;

	text-transform: uppercase;

	display: inline-block;

	margin: 0 0 5px 0

}

.education-details {

	float: left

}

.education-details i {

	transition-duration: .2s;

	-moz-transition-duration: .2s;

	-webkit-transition-duration: .2s;

	-o-transition-duration: .2s;

}

.education-details:hover i {

	font-size: 73px;

	color: #000;

}

.education-details:hover .col-3 {

	width: 29%;

	transition-duration: .2s;

	-moz-transition-duration: .2s;

	-webkit-transition-duration: .2s;

	-o-transition-duration: .2s;

}

/* ==========================================================================

   #Contact Screen

   ========================================================================== */



.contact-details {

}
.contact-details .flot-left{
	float: none;
	padding-right: 30px;
}

.contact-details i {

	font-size: 45px;

	color: #64b2e3;

}

.contact-details strong {

	color: #000;

	display: inline-block;

	font-weight: 500;

	text-transform: uppercase;

}

.contact-text {

	display: block;

	float: left;

	margin: 18px 0 0;

	width: 100%;

}

.contact-details h3 {

	font-size: 16px;

    margin: 0px 0 10px;

}

.contact-text:first-child {

	margin: 0

}

.contact-details .phone i, .contact-details .fa-phone {

	font-size: 40px

}

.contact-details .email i, .contact-details .fa-envelope {

	font-size: 35px

}

.contact-text i {

	transition-duration: .2s;

	-moz-transition-duration: .2s;

	-webkit-transition-duration: .2s;

	-o-transition-duration: .2s;

}

.contact-text:hover i {

	color: #000;

}

.blog-share .contact-social{margin-top: 0px;}
.contact-social i {

	color: #797979;

}

.contact-social a i {

	font-size: 25px;

	margin: 0 15px

}

.contact-social a:first-child i {

	margin: 0 15px 0 0

}

.contact-social i {

	transition-duration: .2s;

	-moz-transition-duration: .2s;

	-webkit-transition-duration: .2s;

	-o-transition-duration: .2s;

}

.contact-social i:hover {

	color: #000;

}

.contact-form {

}

.contact-form h3 {

	font-size: 28px;

}

/* ==========================================================================

   #Last Screen

   ========================================================================== */

.introduction-end {

/*	background: url(../images/profile-big.jpg)no-repeat right top;*/

	-webkit-background-size: cover;

	-moz-background-size: cover;

	-o-background-size: cover;

	background-size: cover;

	cursor: pointer;

}

.introduction-end-con {

	float: right;

	margin: 30% 0 0;

	width: 30%;

}

.introduction-end-con h3 {

	font-size: 55px;

	color: #FFF;

	line-height: 100px;

	margin: 50px 0 10px;

}

.introduction-end-con h3 strong {

	border-top: 1px solid #333333;

	border-bottom: 1px solid #333333;

	padding: 10px 0;

	color: #ffb400;

	font-weight: normal;

}

.introduction-end-con .rotate {

	font-weight: 300;

	color: #FFFFFF;

	font-size: 55px;

	text-transform: uppercase;

	font-family: 'Oswald', sans-serif;

	padding: 25px 0;

}

.owl-item iframe {

	width: 100%;

}
/* ==========================================================================
   #Blog Listing
   ========================================================================== */
   
.blog-main {
	clear: both;
	padding: 4% 0;
	margin:0 70px 0 300px;
	
}
.blog-top {
	width: 100%;
	margin: 0;
	overflow: hidden;
}
.blog-title {
	width: 100%;
	float: left
}
.breadcrumbs {
	width: 100%;
	float: left;
	text-align: left;
	margin: 10px 0 40px;
}
.blog-top .breadcrumbs {
	color: #9e9e9e;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 14px;
}
.blog-details-title .breadcrumbs{
	margin: 10px 0;
}
.blog-details-title .post-details {
	margin: 10px 0 30px;
}
.breadcrumbs a {
	color: #757575;
}
.blog-left {
	width: 80%;
	float: left;
	margin:0 0% 0 0;
}
.blog-left .row .blog-list .blog-img p{margin: 0px;}
.blog-left .row .blog-list .blog-img .owl-wrapper-outer{padding-bottom: 0px;}
.blog-left .row .blog-list .blog-img .owl-pagination{bottom: 4% !important;}
.blog-left .row .blog-style-list, .blog-style-list{
	width: 100% !important;
	min-height: inherit !important;
	padding-bottom: 30px;
	border-bottom: 1px solid #dfdfdf;
}
.blog-left .row .blog-style-list .blog-list-details{
	padding: 0 15px;
}
.blog-left .row .blog-list, .blog-style-grid{
	margin: 0 2.7% 35px 0;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	width: 30%;
	vertical-align: top;
}
.blog-left .row .blog-list:last-child {
	margin: 0;
	margin-bottom: 20px;
}
.blog-list img {
	display: block;
}
.archive .blog-img, .archive .blog-img .image{
	height: 220px;
	width: 100%;
}
.archive .blog-img .image img{
	display: none;
}
.single-post .blog-details .blog-details-img .image{
	background:none !important;
}
.blog-list:hover h3.blog-post-title {
	opacity: 0.5;
}
video {
	max-width: 100%;
	height: auto;
}
iframe, embed, object {
	max-width: 100%;
}
.blog-list:hover .title-divider {
	background-color: #000;
}
.blog-list-details {
	margin: 20px 0 0 0
}
.blog-list-details h3.blog-post-title {
	margin: 0;
	font-size: 18px;
	font-weight: 100;
	line-height: 25px
}
.blog-list-details h3.blog-post-title a {
	color: #000;
}
.date {
	color: #909090;
	display: block;
	font-size: 15px;
	margin: 0 0 5px;
}
.post-details {
	margin: 20px 0 0 0;
	display: block;
}
.blog-list-details .title-divider {
	margin: 25px 0;
}
.blog-list .contact-social a i {
	font-size: 20px
}
.blog-right {
	float: right;
	margin: 0;
	width: 16%;
}
.widget h3 {
	margin: 0 0 20px 0;
	font-size: 16px;
}
.widget #searchform #submit_btn {display: none;}
.widget .search {
	background: url("../images/icon-search.png") no-repeat scroll 95% center rgba(0, 0, 0, 0);
	border: 1px solid #cdcdcd;
	color: #838383;
	font-size: 13px;
	margin: 0;
	border: 1px solid #666;
	padding: 10px;
	width: 90%;
	color: white;
}
.widget {
	margin: 0 0 60px 0;
}
.widget ul {
	padding: 0;
	margin: 0
}
.widget ul ul.children, .widget ul ul.sub-menu {padding-left: 12px;}
.widget ul ul.children li:first-child, .widget ul ul.sub-menu li:first-child{margin-top: 12px; border-top: 1px solid #dfdfdf; padding: 12px 0;}
.widget ul ul.sub-menu li:last-child{padding-bottom: 0px;}
.widget ul li {
	border-bottom: 1px solid #dfdfdf;
	padding: 12px 0;
	list-style: none
}
.widget ul li:first-child {
	padding: 0 0 12px 0
}
.widget ul li:last-child {
	border-bottom: none;
	padding: 12px 0 0 0
}
.widget select{width: 100%; padding: 0 10px;}
.widget select option{padding: 10px;}
.widget .date {
	font-size: 13px
}
.calendar {
	width: 100%
}
.calendar td, .calendar th {
	text-align: center;
	font-weight: 400;
}
.calendar th {
	font-weight: 600
}
.calendar a {
	border-bottom: 2px solid #ffb400;
	font-weight: 600
}
.tagcloud {
	display: table
}
.tagcloud a {
	background: #fff;
	border: 1px solid #e5e5e5;
	display: inline-block;
	float: left;
	font-size: 13px;
	font-weight: 400;
	margin: 7px 7px 0 0;
	padding: 2px 11px 3px;
}
.tagcloud a:hover {
	background: #000;
	border: 1px solid #000;
	color: #FFF;
}
.pagination {
	border-top: 1px solid #dfdfdf;
	float: left;
	padding: 70px 0;
	position: relative;
	text-align: center;
	width: 100%;
}
/*.pagination ul{padding: 0px; float: left; list-style-type: none;}
.pagination ul li{float: left;}
.pagination ul li a{
	background-color: #fff;
    border: 2px solid #ffb400;
    color: #000;
    font-family: "Oswald",sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0px 5px 0;
    padding: 8px 18px;
    text-transform: uppercase;
    transition-duration: 0.2s;
}
.pagination ul li a:hover{
	background-color: #ffb400;
    color: #fff;
}*/
.pagination ul {
	display: inline-block;
	text-align: center;
	padding: 0;
	margin: 0 0 0 8%;
}
.pagination ul li {
	float: left;
	margin: 0 12px;
	list-style: none;
}
.pagination ul li a {
	border: 2px solid #e5e5e5;
	display: block;
	font-size: 16px;
	font-weight: 400;
	height: 50px;
	line-height: 52px;
	width: 50px;
}
.pagination ul li a:hover, .pagination ul li.pagi-active a {
	border: 2px solid #000;
}
.pagination ul li a i {
	color: #000;
	font-size: 22px;
	line-height: 35px;
}
.fluid-width-video-wrapper { padding-top:67.6% !important; }

/* ==========================================================================
   #Blog Details
   ========================================================================== */
.blog-details .owl-blog-list{float: left;}
.blog-details .blog-details-img p{margin: 0px;}
.blog-details-title h2 {
	font-size: 25px;
}
.blog-content {
	margin: 35px 0;
	float: left;
	width: 100%;
}
.content-left {
	float: left;
	width: 47%;
	margin-right: 3%
}
.content-right {
	float: left;
	width: 47%;
	margin-left: 3%
}
.blog-details strong {
	font-weight: 500;
	font-size: 18px;
	line-height: 25px
}
.blog-share {
	border-bottom: 2px solid #000;
	border-top: 1px solid #dfdfdf;
	clear: both;
	float: none;
	margin-bottom: 60px;
	padding: 40px 0;
	text-align: center;
}
.comments-details {
	border-bottom: 1px solid #dfdfdf;
	clear: both;
	float: left;
	margin-bottom: 40px;
	padding-bottom: 40px;
	width: 100%;
}
.comments-name {
	width: 27%;
	float: left
}
.comments-text {
	width: 73%;
	float: left
}
.comments-text p{margin: 0px;}
.pull-left {
	float: left;
}
.comments-name .pull-left img{
	border-radius: 100%;
	height: 80px;
	margin: 0 25px 0 0;
	width: 80px;
	display: block;
}
.comments-details .name {
	display: block;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}
.comments-name .edit-link{margin: 0;}
.comments-details .date {
	display: block;
	font-size: 14px;
	color: #9e9e9e;
	margin-bottom: 14px;
}
.comments-details .comment-reply-link {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	margin: 10px 0;
	padding: 5px 13px;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #fff;
    border: 2px solid #ffb400;
    color: #000;
    display: inline-block;
    font-family: "Oswald",sans-serif;
    transition-duration: 0.2s;
}
.small-button {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	margin: 10px 0;
	padding: 5px 13px;
	text-decoration: none;
	text-transform: uppercase;
}
.recent-comments {
	width: 100%;
	margin: 0 auto;
}
.recent-comments input[type=text] {
	float: left;
	margin: 0 2% 0 0;
	width: 44%;
	padding: 15px 2%;
}
.recent-comments input.last {
	margin: 0
}
.recent-comments textarea {
	width: 94%;
	min-height: 120px;
	padding: 15px 2%;
}

/* ==========================================================================
   #404 Page
   ========================================================================== */
.no-page{
	margin:0 0 0 300px;
}
.no-page-text{
	margin: 2% 0 0 405px
}


/* ==========================================================================

   #Media Ipad

   ========================================================================== */



@media only screen and (max-device-width:768px)   {
	.introduction img {
		height:auto;
		width:auto;
	}
}


@media only screen and (max-device-width:1400px)   {
	.blog-left .row .blog-list, .blog-style-grid {
	   	width: 47%;
	}
}

@media only screen and (max-device-width:1090px)   {
	.blog-left .row .blog-list, .blog-style-grid {
	   	width: 100%;
		vertical-align: top;
		border-bottom: 1px solid #E1E1E1;
		padding-bottom: 25px;
	}
}