/*//////////////////////////////Global Settings */

*{
	margin: 0px;
	padding: 0px;
	text-decoration: none;
    font-size: 13px;
	list-style-type: none;
}

h1{
	color: #000;
}

h2{
	color: #000;
}

h3{
	color: #000;
}

h4{
	color: #000;
}

body {
	position: relative;
	background: #EDEDED;
}

html {
	background: #fff;
}

html, html a {
    -webkit-font-smoothing: antialiased !important;
}

body, a, h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', Arial, sans-serif;
	/*-webkit-transform-style: preserve-3d;
	-webkit-transition: 0.5s;
	-moz-transform-style: preserve-3d;
	-moz-transition: 0.5s;
	-ms-transform-style: preserve-3d;
	-ms-transition: 0.5s;
	-o-transform-style: preserve-3d;
	-o-transition: 0.5s;*/
}

ul, ol {
	padding: 0px;
}

a:active,
a:hover {
  outline: 0;
  text-decoration: none;
  outline: 0 none;
}

a:focus {
	outline: 0; 
	-moz-outline-style: none;
}

img {
	max-width: 100%;
	height: auto;
	outline: none;
}

p{
	font-family: 'Raleway', Arial, sans-serif;
	line-height: 25px;
	font-size: 13px;
	color: #7b7b7b;
}

p a{
	line-height: 25px;
	font-size: 13px;
	color: #3c3c3c;
}

p a:hover{
	color: #3c3c3c;
	text-decoration: none;
}

a{
	outline: 0;
	font-family: 'Raleway', Arial, sans-serif;
}

/* Change Text Highlight Color */
::selection      { background:#d3f65b; color:#000;}
::-moz-selection  { background:#d3f65b; color:#000;}

/* Remove Safari/Chrome textinput/textarea glow*/
textarea, input { outline: none; }

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

/*//////////////////////////////Build up */


.inner_content {
	background: #ededed;
	position: relative;
	padding-top: 84px;
}

/*
#slides {
	position: absolute !important;
}
*/
.slider_container {
	width: 100%;
	position: absolute;
}

.slider_container img {
	width: 100%;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-attachment: scroll !important;
}

.img_overlay {
	width: 100%;
	height: 100%;
	top: 0px;
	background: #414147;
	position: absolute;
	opacity: 0.8;
}

.navigation_menu {
	width: 100%;
	height: 85px;
	background: #383c3f;
	position: relative; /* Per me dal menu-ja e wp, nese qet prob. mujim mi hek */
}

.logo {
	width: 200px;
	height: 86px;
	background: #d3f65b;
	vertical-align: middle;
	text-align: center;
    overflow: hidden;
}

.logo img {
    width: 62%;
    height: auto;
}

.slider_caption {
	width: 100%;
	padding-top: 10%;
	position: relative;
	text-align: center;
	z-index: 2;
}

.slider_caption {
	display: none;
}
.slider_caption.fadeIn.animated {
	display: block;
}


.slider_caption h1 {
	color: #fff;
	font-weight: 300;
	font-size: 30px;
	margin-top: 10px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}

.box_widgets_container {
	position: relative;
	padding-top: 100px;
	z-index: 2;
}

.box_widget {
	padding: 27px 38px;
	background: rgba(255, 255, 255, 1.0);
/* 	border: 1px solid #f1f1f1; */
	margin: 15px 0;
	overflow: hidden;
	height: 282px;
}

.widget_holder {
}

body.page-template-template-home-3-columns-php .box_widget {
	height: 330px;
}

div.widget_holder.col-sm-4.testimonials_widget_holder > div {
	height: 330px;
}

div.widget_holder.col-sm-4.clients_widget_two > div {
	height: 330px;
}

div.skills_widget_container.widget_holder.col-sm-4 > div {
	height: 330px;
}

div.widget_holder.col-sm-4.contact_widget_two > div {
	height: 330px;
}

div.widget_holder.col-sm-4.plain_text_two > div {
	height: 330px;
}

.custom_markup.col-sm-12 {
	border-bottom: 27px solid #fff;
	border-top: 27px solid #fff;
}

.custom_markup div:nth-child(1) {
	padding-top: 0px;
}

.caption-icon {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	color: #D3F65B;
	border:1px solid #D3F65B;
	margin-left: 25px;
	display: inline-block;
}

.caption-icon:hover {
	color: #fff;
	border:1px solid #fff;
}

.caption-icon i {
	width: 46px;
	height: 46px;
	font-size: 16px;
	padding: 13px;
	text-align: center;
}

.widget_navigation {
	width: 100%;
/* 	height: 40px; */
	margin-bottom: 25px;
	position: relative;
}

.widget_service_box_holder p {
	color: #fff;
	font-size: 14px;
	padding: 10px 17px;
	text-align: left;
}

.widget-icon {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	color: #969696;
	border: 1px solid #d8d8d8;
	margin: auto;
}

.widget-icon:hover {
	color: #969696;
	border: 1px solid #bebebe;
}

.widget-icon i {
	width: 42px;
	font-size: 16px;
	padding: 12px;
	text-align: center;
}

.next-slide {
	position: absolute;
	right: 0px;
}

.prev-slide {
	position: absolute;
	left: 0px;
}

.widget_title {
	font-size: 13px;
	color: #6b6b6b;
	text-align: center;
	text-transform: uppercase;
	padding: 12px 0;
}

/*////////////////////////////// Media Screens */

@media (max-width: 1024px) {

	.navbar-collapse {
		z-index: 999;
		margin-top: 83px;
		position: absolute;
		width: 100%;
		left: 0px;
	}
	
	.navbar-toggle {
		display: block;
	}
	
	.menu_buttons {
		float: right !important;
		width: auto !important;
	}
	
	.nav > li {
		width: 100% !important;
		background: #424649 !important;
	}
	
	.nav > li > a {
		text-align: center !important;
	}
	
	.nav > li > a:hover {
		background-color: #4B4F51 !important;
	}
	
	.dropdown-menu > li > a:hover {
		background-color: #4B4F51 !important;
	}
	
	.nav .open > a, .nav .open > a:hover {
		background-color: #4B4F51 !important;
	}
	
	.dropdown-menu > li > a {
		text-align: center;
	}
	
	.navbar-nav {
		margin: 0px;
		z-index: 9999;
		width: 100%;
	}
	
	.navbar-nav > li > a {
		padding: 25px 0 !important;
		border-top: 1px solid #4E5255 !important;
	}
	
	.dropdown-menu > li > a {
		padding: 25px 0 !important;
		border-top: 1px solid #4E5255 !important;
		font-size: 12px;
	}
	
	#menu-main-menu {
		background: #424649 !important;
	}
	
	.dropdown-menu {
		position: relative;
		width: 100%;
		background-color: #424649 !important;
	}
	
	.custom_markup.col-sm-12 {
		border-top: none !important;
	}
	
	.custom_markup div:nth-child(1) {
		padding: 6px 0;
	}
	
	.slider_captions {
		padding: 0 15px;
	}
}  

@media (max-width: 768px) {	
	.box_widgets_container {
		left: 0px;
		right: 0px;
	}
	
	.widget_post_thumbnail {
		margin-bottom: 30px
	}
	
	div.skills_widget_container.widget_holder.col-sm-4 > div {
		height: auto;
	}
	
	body.page-template-template-fullscreen-php .slides-navigation {
		top: 75% !important;
	}
	
	div.google_map {
		height: 350px !important;
	}
}

@media (max-width: 800px) {
	html {
		padding: 0px !important;
	}
	
	.top_border , .left_border{
		display: none !important;
	}
	
	.bottom_border {
		display: none !important;
	}
	
	.navigation_menu {
		margin-top: 0px !important;
	}
}

/*iPhone Landscape*/
@media screen and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 750px)  {

	.box_widget {
		height: auto;
	}
	
	.testimonials_description {
		text-align: center;
		overflow: visible;
	}

}

/*iPhone Portrait*/
@media screen and (max-width: 320px), screen and (max-device-width: 320px), screen and (max-width: 450px) {

.social_header {
	display: none !important;
}

.skill_box_container p {
	font-size: 13px !important;
}
}

/*////////////////////////////// Media Screens :END*/

.widget_post_thumbnail {
	text-align: center;
/*
	padding-left: 0px;
	padding-right: 0px;
*/
/* 	margin-bottom: 30px; */
	overflow: hidden;
}

.widget_post_thumbnail:hover .thumbnail_icon_out {
	display: none;
}

.widget_post_thumbnail_blog:hover .thumbnail_icon_out {
	display: none;
}

.widget_post_thumbnail:hover .thumbnail_icon_out_project {
	display: none;
}

.widget_post_thumbnail:nth-child(odd) {
	padding: 0 5px
}

.widget_post_thumbnail:nth-child(even) {
	padding: 0 5px
}

.widget_margin {
	margin-bottom: 30px;
}

.widget_post_description {
}

.widget_post_description p {
	font-size: 15px;
	color: #575555;
}

.widget_post_description a {
	font-size: 15px;
	color: #575555;
}

body > div.inner_content > div.box_widgets_container.container.done > div > div > div > div.posts > div > p > a {
	padding-left: 4px;
	font-size: 15px !important;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #575555;
}

body > div.inner_content > div.box_widgets_container.container.done > div > div > div > div.posts {
	overflow: hidden !important;
}

.widget_post_description_two {
	padding-top: 10px;
	padding-left: 5px;
	text-align: left;
}

.widget_post_description_two p {
	font-size: 20px;
	color: #fff;
	text-align: left;
}

.widget_post_description_two a {
	font-size: 15px;
	color: #a2a2a2;
}

.post_thumb {
	position: relative;
	overflow: hidden;
}

.post_thumb img {
	width: 100%;
}

.post_thumb * {
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

.post_thumb .hover_state {
	background-color: rgba(56,60,63,0.88);
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 13px 23px;
	opacity: 0;
	filter: alpha(opacity=0); /* For IE8 and earlier */
	top:0;
}

.post_thumb:hover .hover_state {
/* 	opacity: 1; */
	opacity: 0.96;
	filter: alpha(opacity=96); /* For IE8 and earlier */
	z-index: 99;
}

.post_thumb:hover img {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
}

.thumbnail_icon {
	color: #fff;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	padding: 11px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -16px;
	margin-top: -16px;
	background: #b4b4b4;
}

.thumbnail_icon i {
	font-size: 12px;
	color: #fff;
	display: table-cell;
}

.thumbnail_icon_out {
	color: #fff;
	padding: 11px;
	position: absolute;
	background: #b4b4b4;
	bottom: 0px;
	right: 5px;
}

.thumbnail_icon_out i {
	font-size: 12px;
	color: #fff;
	display: table-cell;
}

body.page-template-template-works-2-columns-php .thumbnail_icon_out_project {
	right: 5px !important;
}

body.page-template-template-works-php .thumbnail_icon_out_project {
	right: 5px !important;
}

body.page-template-template-works-4-columns-php .thumbnail_icon_out_project {
	right: 5px !important;
}

body.page-template-template-works-4-columns-php .widget_post_description_two p {
	font-size: 16px;
}

body.archive .thumbnail_icon_out {
	right: 0px;
}

body.tax-portfolio_category .thumbnail_icon_out_project {
	right: 5px;
}

body.page-template-template-works-4-columns-php .widget_post_description_two {
	padding-top: 5px;
	padding-left: 0px;
}

.post_category {
	color: #a2a2a2;
}

.post_category a {
	font-size: 13px;
	color: #a2a2a2;
}

.post_category i {
	font-size: 14px;
	padding-right: 5px;
	padding-left: 1px;
}

.clients_widget_holder {
	width: 16000px;
}

.clients_widget_container {
	overflow: hidden;
}

.clients-widget {
	/* width: 159px; */
	width: 150px;
	height: 158px;
	background: #e9edef;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.clients-widget:nth-child(odd) {
   	border-left: 1px solid #fff;
   	border-right: 1px solid #fff;
}

.clients-widget:hover {
	background: #f7f7f7;
}

.clients-widget_two {
	width: 151px;
	height: 96px;
	background: #e9edef;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border-bottom: 1px solid #fff;
}

.clients-widget_two:nth-child(1) {
	border-right: 1px solid #fff;
}

.clients-widget_two:hover {
	background: #f7f7f7;
}

.services_widget_holder {
	width: 16000px;
}

.services_widget_container {
	overflow: hidden;
}

.services-widget {
	/* width: 159px; */
	width: 150px;
	height: 158px;
	background: #b4b4b4;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	position: relative;
	float: left;
}

.services-widget:nth-child(odd) {
   	border-left: 1px solid #fff;
   	border-right: 1px solid #fff;
}

.services-widget:hover {
	opacity: 0.95;
}

.services-icon {
	width: 42px;
	height: 42px;
	color: #fff;
	bottom: 10px;
	right: 22px;
	position: absolute;
}

.services-icon i {
	font-size: 42px;
/* 	padding: 12px; */
}

.services-widget_img {
	width: 42px;
	height: 42px;
	color: #fff;
	bottom: 16px;
	right: 22px;
	position: absolute;
}

/*////////////////////////////// MENU */

/*///////////////////////////////////////////////////// Social Icons on Header */

.social_header {
	margin-right: 20px;
	margin-top: 28px;
	float: right;
	position: relative;
	max-width: 31%;
	z-index: 3;
/*
	position: absolute;
	right: 25px;
	margin-right: 0px;
*/
}

.social_header_icons {
	width: 28px;
	height: 28px;
	background: #45494c;
	position: relative;
	display: inline-table;
	margin: 2px;
	text-align: center;
}

.social_header_icons:hover {
	background: #5d6164;
}

.social_header_icons i {
	font-size: 14px;
	color: #fff;
	padding-top: 7px;
}

/*///////////////////////////////////////////////////// Social Icons on Header :END*/

#menu-main-menu {
/* 	background: #383C3F; */
}

.navigation_menu {
	display: block;
}

.navigation_menu a {
	text-transform: uppercase;
	color: #c6c6c6;
	float: left;
	margin-top: -1px;
}

.menu_buttons {
	width: 69%;
	height: 100%;
	float: left;
}

.navbar-collapse {
	padding-left: 0px;
	padding-right: 0px;
	max-height: 800px !important;
}

.navbar-nav > li > a {
	font-size: 12px;
	line-height: normal;
	-webkit-transform-style: preserve-3d;
	-webkit-transition: 0.2s;
	-moz-transform-style: preserve-3d;
	-moz-transition: 0.2s;
	-ms-transform-style: preserve-3d;
	-ms-transition: 0.2s;
	-o-transform-style: preserve-3d;
	-o-transition: 0.2s;
	/* padding-top: 54px; */
	padding-top: 55px;
	text-align: right;
	width: 100%;
}

.navbar-toggle {
	border-radius: 0px !important;
	margin: 0px;
	background: #424649;
	height: 100%;
	width: 84px;
	padding: 30px;
}

.navbar-toggle .icon-bar {
	background: #fff;
	border-radius: 0px;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-color: #313437 !important;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background-color: #313437;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background-color: #313437;
}

.nav > li > a:hover, .nav > li > a:focus {
	background-color: #313437;
	border-color: #313437;
}

.nav > li {
	border-right: 1px solid #424649;
	background: #383C3F;
/* 	z-index: 3; */
}

.caret {
	margin-left: 5px;
	margin-top: 8px;
	padding-right: 1px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	-o-transform: rotate(315deg);
	transform: rotate(315deg);
}

.dropdown-menu {
	padding: 0;
	background-color: #383C3F;
	border-radius: 0px;
	border-left: 1px solid #424649;
	border-right: 1px solid #424649;
	border-top: 1px solid #424649;
    border-bottom: none;
/* 	display: inline-block; */
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.dropdown-menu > li > a {
	color: #c6c6c6 !important;
	padding: 15px 20px;
	/* width: 100% !important; */
	width: 100%;
	border-bottom: 1px solid #424649;
}

.dropdown-submenu {
	position:relative;
}

.current-menu-item {
	background: #383c3f !important;
}


/* MENU WITH HOVER */

.dropdown-submenu:hover>.dropdown-menu {
	display:block;
}

.dropdown:hover > ul.dropdown-menu {
	display: block !important;
}

/*////////////////////////////// DROPDOWN MENU 1 */


/*////////////////////////////// HOME FULLSCREEN Page */

.capture {
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 18%;
	position: relative;
	z-index: 3;
	margin: 0 auto;
/*
	padding-left: 165px;
	padding-right: 165px;
*/
}

.capture a {
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	padding: 14px 22px;
	color: #fff;
	border: 2px solid #D3F65B;
}

.capture h1 {
	font-size: 50px;
	color: #fff;
	padding-bottom: 8px;
	font-weight: 300;
	/* text-shadow: 1px 0px 1px rgba(000, 000, 000, 0.78); */
}

.capture p {
	font-size: 18px;
	color: #fff;
	padding-bottom: 30px;
	/* text-shadow: 1px 0px 1px rgba(000, 000, 000, 0.78); */
}

.slides-navigation {
	width: 100%;
	margin: 0 auto;
	position: absolute;
	z-index: 3;
	top: 50%;
	margin-top: -20px;
	display: block !important; /* duhet mu hek */
}

.slides-navigation a i {
	width: 40px;
	height: 40px;
	font-size: 18px;
	padding: 10px;
	float: left;
	text-align: center;
	border: 1px solid #fff;
	color: #fff;
	font-weight: normal;
	border-radius: 50%;
}

.slides-navigation a i:hover {
	color: #D3F65B;
	border: 1px solid #D3F65B;
}

.slides-navigation a.next {
	margin-right: 100px;
	float: right;
}

.slides-navigation a.prev {
	margin-left: 100px;
	float: left;
}

/*////////////////////////////// WORKS Page */

.top_image_container {
		width: 100%;
	height: 200px;
	background: #4c5154;
/* 	padding: 70px 0; */
	overflow: hidden;
	position: relative;
}

.top_image_container h1 {
	color: #fff;
	font-size: 32px;
	font-weight: 300;
	padding: 70px 0;
}

.top_image_container img {
	width: 100%;
}

.header_image {
}

.profile_container {
	padding-top: 40px;
	padding-left: 0px;
	padding-right: 0px;
}

.disabled {
	opacity: 0.4 !important;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
	pointer-events: none;
}

.thumbnail_icon_out_project {
	color: #fff;
	padding: 11px;
	position: absolute;
	background: #b4b4b4;
	bottom: 0px;
	right: 0px;
	z-index: 99;
}

.categories-p {
/* 	padding-top: 40px; */
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 15px;
	float: left;
}

.categories-p ul, .tags ul {
	list-style-type: none;
	padding: 0px;
}

.categories-p ul li, .tags ul li {
	display: inline-block;
	float: left;
	margin-bottom: 6px;
	margin-right: 6px;
}
.categories-p ul li:before, .tags ul li:before{
	content: '' !important;	
}
.categories-p ul li + li, .tags ul li + li {
	/* border: 1px solid #dfdfdf; */
}

.categories-p ul li a, .tags ul li a, .load-more, .white, .dark-grey, .green {
	font-size: 11px;
	padding: 13px 20px;
	display: block;
	display: inline-block;
	text-transform: uppercase;
	color: #8e8e8e;
	font-weight: 300;
}

.project_list_holder ul li , .mix_all{
/*
    opacity: 0;
    display: none;
*/
}

.categories-p ul li a:hover, .categories-p ul li a.active, .tags ul li a:hover, .load-more:hover {
	border: 2px solid #a6aaad;
	color: #8e8e8e;
}

.categories-p ul li a.active{
	border: 2px solid #fff;
	background: #f5f5f5;
}

.categories-p ul li a{
	border: 2px solid #d4d4d4;
}

.projects-container {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	position: relative;
	margin-bottom: 60px;
}

.thumbnail_icon_out_project i {
	font-size: 12px;
	color: #fff;
	display: table-cell;
}

a.load_more{
	color: #8e8e8e;
	border: 2px solid #d4d4d4;
	padding: 13px 20px;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	margin: auto;
	text-transform: uppercase;
	font-size: 11px;
}

a.load_more:hover{
	background: #f5f5f5;
}

.load_more_grid{
	width: 100%;
	clear: both;
	margin-top: 20px;
	text-align: center;
	float: left;
}

/*////////////////////////////// SINGLE PORTFOLIO Page */

.single_portfolio_container {
	position: relative;
}

.portfoli_galery_container {
	width: 100%;
	height: 80vh;
	background: #4c5154;
	position: relative;
    overflow: hidden;
}

.portfoli_galery_container:hover .portfolio-navigation {
	visibility: visible;
}

.portfolio-navigation {
	width: 100%;
	margin: 0 auto;
	position: absolute;
	z-index: 3;
	top: 50%;
	margin-top: -20px;
	visibility: hidden;
}

.portfolio-navigation a i {
	width: 40px;
	height: 40px;
	font-size: 16px;
	padding: 13px;
	float: left;
	text-align: center;
	color: #fff;
	font-weight: normal;
	border-radius: 50%;
	background: #383c3f;
	opacity: 0.8;
}

.portfolio-navigation a i:hover {
	color: #383c3f;
	background: #D3F65B;
	opacity: 1;
}

.portfolio-navigation a.next {
	margin-right: 20px;
	float: right;
}

.portfolio-navigation a.prev {
	margin-left: 20px;
	float: left;
}

.portfoli_galery_container ul > li {
	width: 100%;
}

.portfolio_info {
	background: #ededed;
	text-align: center;
	margin: auto;
	padding: 45px 0;
	width: 70%;
}

.portfolio_info h1 {
	font-size: 30px;
	color: #4f4f4f;
	font-weight: 300;
}

.portfolio_info p {
	color: #606060;
	padding-top: 20px;
}

.portfolio_info > p > a {
	color: #606060;
	text-decoration: underline;
}

.port_category_container {
	color: #a2a2a2;
	padding: 6px 0 0 0;
}

.port_category_container a {
	color: #a2a2a2;
}

.port_category_container i {
	padding-right: 7px;
}

a.view_project{
	color: #8e8e8e;
	border: 2px solid #d4d4d4;
	padding: 13px 20px;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	margin: auto;
	text-transform: uppercase;
	font-size: 12px;
}

a.view_project:hover{
	background: #f5f5f5;
}

.view_project_grid{
	width: 100%;
	margin-top: 20px;
	text-align: center;
}
	
.portfolio_social_sharing {
	background: #e3e3e3;
	text-align: center;
	padding: 30px 0;
}

.portfolio_social_sharing a {
	color: #a2a2a2;
	text-transform: uppercase;
}

.portfolio_social_sharing i {
	padding-left: 30px;
	padding-right: 8px;	
	font-size: 14px;
	color: #a2a2a2;
}

.portfoli_galery_container > ul > li > img {
	height: 100%;
	max-width: none;
    width: auto !important;
/*
	max-width: 100%;
	max-height: 100%;
*/
}

.portfoli_galery_container > ul > li {
	height: 100% !important;
	position: absolute;
	visibility: visible;
}

.portfoli_galery_container > ul {
	margin-bottom: 0;
}

.portfolio_info > blockquote > ul > li > table {
	margin: auto;
}

.portfolio_info > table {
	margin: auto;
}

.portfolio_info > blockquote p {
	text-align: left;
}

/*////////////////////////////// SINGLE PORTFOLIO Page END */

/*////////////////////////////// LOADER Animation */

.loader_cont {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #fff;
	top:0;
	left: 0;
	z-index: 900000;
	opacity: 1;
}

.loader {
	margin: 0 auto;
	margin-top: 23%;
	width: 60px;
	height: 60px;
}

@keyframes 'loadbars' {
	0%{
		height: 10px;
		margin-top: 25px;
	}
	50%{
		height:50px;
		margin-top: 0px;
	}
	100%{
		height: 10px;
		margin-top: 25px;
	}
}

@-webkit-keyframes 'loadbars' {
	0%{
		height: 10px;
		margin-top: 25px;
	}
	50%{
		height:50px;
		margin-top: 0px;
	}
	100%{
		height: 10px;
		margin-top: 25px;
	}
}

@-moz-keyframes 'loadbars' {
	0%{
		height: 10px;
		margin-top: 25px;
	}
	50%{
		height:50px;
		margin-top: 0px;
	}
	100%{
		height: 10px;
		margin-top: 25px;
	}
}

@-o-keyframes 'loadbars' {
	0%{
		height: 10px;
		margin-top: 25px;
	}
	50%{
		height:50px;
		margin-top: 0px;
	}
	100%{
		height: 10px;
		margin-top: 25px;
	}
}

@-ms-keyframes 'loadbars' {
	0%{
		height: 10px;
		margin-top: 25px;
	}
	50%{
		height:50px;
		margin-top: 0px;
	}
	100%{
		height: 10px;
		margin-top: 25px;
	}
}

.loader li{
	background-color: #ccc;
	width: 10px;
	height: 10px;
	float: right;
	margin-right: 5px;
/*     box-shadow: 0px 100px 20px rgba(0,0,0,0.2); */
}

.loader li:first-child{
	-webkit-animation: loadbars 0.6s cubic-bezier(0.645,0.045,0.355,1) infinite 0s;
	-ms-animation: loadbars 0.6s cubic-bezier(0.645,0.045,0.355,1) infinite 0s;
	-moz-animation: loadbars 0.6s cubic-bezier(0.645,0.045,0.355,1) infinite 0s;
	-o-animation: loadbars 0.6s cubic-bezier(0.645,0.045,0.355,1) infinite 0s;
}

.loader li:nth-child(2){
	-webkit-animation: loadbars 0.6s ease-in-out infinite -0.2s;
	-ms-animation: loadbars 0.6s ease-in-out infinite -0.2s;
	-moz-animation: loadbars 0.6s ease-in-out infinite -0.2s;
	-o-animation: loadbars 0.6s ease-in-out infinite -0.2s;
}


.loader li:nth-child(3){
	-webkit-animation: loadbars 0.6s ease-in-out infinite -0.4s;
	-ms-animation: loadbars 0.6s ease-in-out infinite -0.4s;
	-moz-animation: loadbars 0.6s ease-in-out infinite -0.4s;
	-o-animation: loadbars 0.6s ease-in-out infinite -0.4s;
}

.bubblingG {
    text-align: center;
    width:80px;
    height:50px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -25px;
    margin-left: -40px;
}

.bubblingG span {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin: 25px auto;
    background: #000000;
    -moz-border-radius: 50px;
    -moz-animation: bubblingG 0.8s infinite alternate;
    -webkit-border-radius: 50px;
    -webkit-animation: bubblingG 0.8s infinite alternate;
    -ms-border-radius: 50px;
    -ms-animation: bubblingG 0.8s infinite alternate;
    -o-border-radius: 50px;
    -o-animation: bubblingG 0.8s infinite alternate;
    border-radius: 50px;
    animation: bubblingG 0.8s infinite alternate;
}
#bubblingG_1 {
    -moz-animation-delay: 0.48s;
    -webkit-animation-delay: 0.48s;
    -ms-animation-delay: 0.48s;
    -o-animation-delay: 0.48s;
    animation-delay: 0.48s;
}
#bubblingG_2 {
    -moz-animation-delay: 0.24s;
    -webkit-animation-delay: 0.24s;
    -ms-animation-delay: 0.24s;
    -o-animation-delay: 0.24s;
    animation-delay: 0.24s;
}
#bubblingG_3 {
    -moz-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
}
@-moz-keyframes bubblingG {
    0% {
        width: 10px;
        height: 10px;
        background-color:#000000;
        -moz-transform: translateY(0);
    }
    100% {
        width: 24px;
        height: 24px;
        background-color:#FFFFFF;
        -moz-transform: translateY(-21px);
    }
}
@-webkit-keyframes bubblingG {
    0% {
        width: 10px;
        height: 10px;
        background-color:#000000;
        -webkit-transform: translateY(0);
    }
    100% {
        width: 24px;
        height: 24px;
        background-color:#FFFFFF;
        -webkit-transform: translateY(-21px);
    }
}
@-ms-keyframes bubblingG {
    0% {
        width: 10px;
        height: 10px;
        background-color:#000000;
        -ms-transform: translateY(0);
    }
    100% {
        width: 24px;
        height: 24px;
        background-color:#FFFFFF;
        -ms-transform: translateY(-21px);
    }
}
@-o-keyframes bubblingG {
    0% {
        width: 10px;
        height: 10px;
        background-color:#000000;
        -o-transform: translateY(0);
    }
    100% {
        width: 24px;
        height: 24px;
        background-color:#FFFFFF;
        -o-transform: translateY(-21px);
    }
}
@keyframes bubblingG {
    0% {
        width: 10px;
        height: 10px;
        background-color:#000000;
        transform: translateY(0);
    }
    100% {
        width: 24px;
        height: 24px;
        background-color:#FFFFFF;
        transform: translateY(-21px);
    }
}

/*////////////////////////////// HISTORY Page */


.history_container {
	background: #4c5154;
	position: relative;
}

.history_container p {
	font-size: 14px;
}

.history_container h1 {
	font-weight: 300;
}

.history_timeline_container {
	position: relative;
}

.history_timeline {
	position: relative !important;
	float: left;
	width: 100%;
}

.our_history_holder {
	padding: 80px 0;
	text-align: center;
	position: relative;
}

.our_history_holder h1{
	font-size: 35px;
	color: #fff;
}

.history_timeline {
	padding: 80px 0;
	text-align: center;
/* 	background: #4c5154; */
	position: absolute;
}

.history_timeline p {
	padding-top: 0px;
	display: inline-block;
}

.timeline_photo {
	width: 100%;
	position: relative;
	color: #fff;
}

.timeline_photo p {
	color: #fff;
}

.timeline_photo h1 {
	color: #fff;
}

.timeline_photo a {
	color: #fff;
}

.timeline_photo i {
	color: #fff;
}

.timeline_photo img {}

.timeline_soft_grey {
	background: #ededed;
}

.timeline_soft_grey p {
	color: #606060;
}

.timeline_soft_grey h1 {
	color: #4f4f4f;
}

.timeline_soft_grey a {
	color: #606060;
}

.timeline_soft_grey i {
	color: #606060;
}

.timeline_dark {
	background: #4c5154;
}

.timeline_dark p {
	color: #fff;
}

.timeline_dark h1 {
	color: #fff;
}

.timeline_dark a {
	color: #fff;
}

.timeline_dark i {
	color: #fff;
}

.timeline_center {
	float: none;
	margin: auto;
}

.timeline_date {
}

.timeline_date i {
	font-size: 18px;
	padding: 0 20px;
}

/*////////////////////////////// CONTACT Page */

.contact_container {
	position: relative;
}

div.google_map {
	height: 500px;
	background: #6a6a6a;
	margin-bottom: 50px;
}

.google_map img {
	max-width: none !important;
}

.contact-info {
	padding-left: 0px;
	padding-right: 0px;
}

.contact_form{
	margin-bottom: 20px;
}

.contact_form input, .contact_form textarea{
	width: 100%;
	background: #fff;
	color: #737373;
	font-size: 14px;
	margin-bottom: 15px;
	padding: 16px;
	border:3px solid transparent;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.contact_form_container input:focus {
	border: 3px solid #d4d4d4;
}

.contact_form textarea{
	height: 260px;
	resize: vertical;

}

.contact_form_container textarea:focus {
	border: 3px solid #d4d4d4;
}

.contact_form .send{
	width: 100%;
	font-size: 13px;
	color: #fff;
	font-weight: 700;
	padding: 13px 40px;
	font-weight: 500;
	text-transform: uppercase;
	background-color: #a4a4a4;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.contact_form .send:hover {
	color: #fff;
  	background-color: #7c7c7c;
  	border: 1px solid #7c7c7c;
}

.contact_form .send:active{
	width: 100%;
}

.send:active{
	width: 100%;
}

.success-message {
	display: none;
	color: #7b7b7b;
	margin-top: 9px;
}

.error {
	border: 2px solid #e74c3c !important;
}

.contact_us_address_holder {
	color: #575555;
}

.contact_us_address_holder a {
	color: #575555;
}

.contact_us_address_holder i {
	font-size: 17px;
	color: #a2a2a2;
	padding-right: 16px;
}

.contact_c_row {
	width: 100%;
	padding-bottom: 20px;
	vertical-align: top;
	display: flex;
}

.contact_c_row i {
	vertical-align: middle;
}

.address-info h3 {
	color: #4f4f4f;
	font-weight: 300;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 15px;
}

.address-info p {
	color: 606060;
}

/*////////////////////////////// CAREERS Page */

.careers_container {
	position: relative;
	margin-top: 50px;
	padding-bottom: 100px;
	padding-left: 0px;
	padding-right: 0px;
}

.careers-info {
	padding-left: 0px;
	padding-right: 0px;
}

.careers_form_container_left {
}


.careers_form_container_right {
}

.careers_form_container_left input:focus {
	border: 3px solid #d4d4d4;
}

.careers_form_container_right input:focus {
	border: 3px solid #d4d4d4;
}

.careers_form_container_left textarea:focus {
	border: 3px solid #d4d4d4;
}

.careers_form_container_right textarea:focus {
	border: 3px solid #d4d4d4;
}

.dropdown-form {
	width: 100%;
	border: 2px solid #d4d4d4;
	color: #737373 !important;
	font-size: 14px;
	outline: none;
	padding: 16px;
	border-radius: 0px !important;
	margin-bottom: 15px;
	background: transparent url(../img/icons/dropdown_arrows.png) no-repeat center right 16px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
}

.contact_form_career{
	margin-bottom: 20px;
}

.contact_form_career input, .contact_form_career textarea{
	width: 100%;
	background: #fff;
	color: #737373;
	font-size: 14px;
	margin-bottom: 15px;
	padding: 16px;
	border:3px solid transparent;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.contact_form_container input:focus {
	border: 3px solid #d4d4d4;
}

.contact_form_career textarea{
	height: 260px;
	resize: vertical;

}

.contact_form_container textarea:focus {
	border: 3px solid #d4d4d4;
}

.contact_form_career .send{
	width: 100%;
	font-size: 13px;
	color: #fff;
	font-weight: 700;
	padding: 13px 40px;
	font-weight: 500;
	text-transform: uppercase;
	background-color: #a4a4a4;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

.contact_form_career .send:hover {
	color: #fff;
  	background-color: #7c7c7c;
  	border: 1px solid #7c7c7c;
}

.contact_form_career .send:active{
	width: 100%;
}

.address-info {
	float: left;
}

/*////////////////////////////// HIRE US Page */

.hireus_container {
	padding: 50px 0;
	position: relative;
}

.hireus-info {
	padding-left: 0px;
	padding-right: 0px;
}

.hireus_form{
	margin-bottom: 20px;
}

body.page-template-template-hire-us-php .success-message {padding-bottom: 300px;}

.hireus_form input, .hireus_form textarea{
	width: 100%;
	background: #fff;
	color: #737373;
	font-size: 14px;
	margin-bottom: 15px;
	padding: 16px;
	border:3px solid transparent;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.hireus_form_container input:focus {
	border: 3px solid #d4d4d4;
}

.hireus_form textarea{
	height: 260px;
	resize: vertical;

}

.hireus_form_container textarea:focus {
	border: 3px solid #d4d4d4;
}

.hireus_form .send{
	width: 100%;
	font-size: 13px;
	color: #fff;
	font-weight: 700;
	padding: 13px 40px;
	font-weight: 500;
	text-transform: uppercase;
	background-color: #a4a4a4;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.hireus_form .send:hover {
	color: #fff;
  	background-color: #7c7c7c;
  	border: 1px solid #7c7c7c;
}

.hireus_form .send:active{
	width: 100%;
}


/*////////////////////////////// HIRE US :END */


/*////////////////////////////// SERVICES Page */

.services_container {
	position: relative;
	padding-left: 0px;
	padding-right: 0px;
	z-index: 2;
}

.services_caption {
	width: 100%;
	padding-top: 10%;
	padding-bottom: 50px;
	position: relative;
	text-align: center;
	z-index: 2;
}

.services_caption h1 {
	color: #fff;
	font-weight: 300;
	font-size: 30px;
	margin-top: 10px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}

.services_caption p {
	font-size: 14px;
	color: #fff;
	width: 48%;
	margin: auto;
}

.all_services_box_holder {
	padding-left: 0px;
	padding-right: 0px;
	overflow: hidden;
}

.all_services_long_holder {
	width: 16000px;
/* 	display: inline; */
}

.service_box {
/* 	width: 100%; */
	height: 280px;
	padding: 35px;
	margin: 40px 0;
	background: #fff;
	text-align: center;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	overflow: hidden;
	border-bottom: 35px solid #fff;
	z-index: 4;
}

.service_box:hover {
	background: #383c3f;
	border-bottom: 35px solid #383c3f;
}

.service_box:hover .service-icon i {
	color: #D3F65B;
}

.service_box:hover h3 {
	color: #fff;
}

.service_box:hover p {
	color: #a2a2a2;
}

.post_thumb.hover_state:hover .thumbnail_icon_out

.service_logo {
	padding-bottom: 10px;
}

.service_logo img {
	max-width: 65px;
	max-height: 65px;
}

/*
.service_logo img:hover {
	color: red;
	fill: red;
}
*/

.service-icon i{
	width: 65px;
	height: 65px;
	color: #9e9e9e;
	font-size: 65px;
}

.service_box h3 {
	font-size: 18px;
	color: #4f4f4f;
	font-weight: 400;
	padding-bottom: 6px;
}

.service_box p {
	font-size: 13px;
	color: #606060;
}

.service_h {
	display: inline-block;
	padding: 0 15px !important;
}

.services-navigation {
    width: 120%;
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    display: block !important;
    margin-top: 14%;
    margin-left: -10%;
}

@media only screen and (max-width: 1390px){
    .services-navigation{
        width: 100%;
        margin: 0 auto;
        position: absolute;
        z-index: 3;
        display: block !important;
        margin-top: -20px;
    }
	
	.navbar-nav > li > a {
		padding-right: 20px;
	}
	
	
	.caret {
		position:absolute;
		
	}
}

.services-navigation a i {
	width: 40px;
	height: 40px;
	font-size: 18px;
	padding: 10px;
	float: left;
	text-align: center;
	border: 1px solid #fff;
	color: #fff;
	font-weight: normal;
	border-radius: 50%;
}

.services-navigation a i:hover {
	color: #D3F65B;
	border: 1px solid #D3F65B;
}

.services-navigation a.next {
	margin-right: 10px;
	float: right;
}

.services-navigation a.prev {
	margin-left: 10px;
	float: left;
}

/*////////////////////////////// TEAM Page */

.team_container {
	position: relative;
	padding-left: 0px;
	padding-right: 0px;
	z-index: 2;
}

.team_caption {
	width: 100%;
	padding-top: 10%;
	padding-bottom: 50px;
	position: relative;
	text-align: center;
	z-index: 2;
}

.team_caption h1 {
	color: #fff;
	font-weight: 300;
	font-size: 30px;
	margin-top: 10px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}

.team_caption p {
	font-size: 14px;
	color: #fff;
	width: 48%;
	margin: auto;
}

.all_team_box_holder {
	padding-left: 0px;
	padding-right: 0px;
	overflow: hidden;
}

.all_team_long_holder {
	width: 16000px;
}

.team_h {
	padding: 0 15px !important;
}

.team_box {
	height: 388px;
	padding: 35px;
	margin: 40px 0;
	background: #fff;
	text-align: center;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	overflow: hidden;
	border-bottom: 35px solid #fff;
}

body.page-template-template-about-me-php .team_box {
	height: auto !important;
	border-bottom: none !important;
}


.team_picture {
	width: 136px;
	height: 136px;
	border-radius: 50%;
	overflow: hidden;
	margin: auto;
	padding-bottom: 10px;
}

.team_picture img {
	max-width: 136px;
	max-height: 136px;
}

.about_me {
	/*
width: 278px;
	height: 278px;
*/
	border-radius: 50%;
	overflow: hidden;
	padding-bottom: 10px;
	float: left;
}

.about_me img {
/*
	max-width: 278px;
	max-height: 278px;
*/
	border-radius: 50%;
}

.about_me_box {
	height: auto !important;
	border-bottom: none !important;
}

.about_me_description {
	text-align: left;
/* 	padding-left: 50px; */
}

.about_me_description h3 {
	display: inline;
}

.about_me_description h5 {
	display: inline;
	padding-left: 20px;
}

.about_me_description p {
	padding-top: 5px;
	text-align: left !important;
}

.team_box:hover {
	background-color: #fbfbfb;
	border-bottom: 35px solid #fbfbfb;
}

.team_box h3 {
	font-size: 24px;
	color: #4f4f4f;
	font-weight: 300;
}

.team_box h5 {
	font-size: 14px;
	color: #b6b6b6;
}

.team_box p {
	color: #606060;
	font-weight: normal;
	text-align: center;
}

.team_social_holder {
	margin-top: 10px;
	position: relative;
}

.team_social_holder_about_me {
	text-align: center;
	float: left;
}

.team_social {
	width: 28px;
	height: 28px;
	background: #c5c9cd;
	position: relative;
	display: inline-table;
	margin: 3px;
	text-align: center;
}

.team_social i {
	font-size: 14px;
	color: #fff;
	padding-top: 7px;
}

.team-navigation {
    width: 120%;
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    display: block !important;
    margin-top: 20%;
    margin-left: -10%;
}

@media only screen and (max-width: 1390px){
    .team-navigation{
        width: 100%;
        margin: 0 auto;
        position: absolute;
        z-index: 3;
        display: block !important;
        margin-top: -20px;
    }
}

.team-navigation a i {
	width: 40px;
	height: 40px;
	font-size: 18px;
	padding: 10px;
	float: left;
	text-align: center;
	border: 1px solid #fff;
	color: #fff;
	font-weight: normal;
	border-radius: 50%;
}

.team-navigation a i:hover {
	color: #D3F65B;
	border: 1px solid #D3F65B;
}

.team-navigation a.next {
	margin-right: 15px;
	float: right;
}

.team-navigation a.prev {
	margin-left: 15px;
	float: left;
}

/*///////////////////////////////////////////////////// BLOG Page*/

.blog_container {
	margin-top: 80px; /* duhet mu hek  */
	padding-left: 0px;
	padding-right: 0px;
}

.blog_one_parallax_text.box-title h2 {
	margin-bottom: 0px !important;
}

.blog-posts {
	padding-left: 0px;
	padding-right: 0px;
}

.single_blog_holder {
	margin-bottom: 48px;
/* 	float: left; */
}

.widget_post_thumbnail_blog {
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 25px;
	overflow: hidden;
	position: relative;
}

.widget_post_description_blog {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}

.post_category_blog {
	color: #a2a2a2;
}

.post_category_blog a {
	font-size: 13px;
	color: #a2a2a2;
}

.post_category_blog i {
	font-size: 14px;
	padding-right: 5px;
	padding-left: 1px;
}

body.blog .thumbnail_icon_out {
	right: 0px;
}

.widget_post_description_blog p {
	font-size: 16px;
	color: #575555;
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.widget_post_description_blog {
	font-size: 15px;
	color: #575555;
}

.blog-widgets {
}

.blog-widgets a {
	font-size: 13px;
	color: #828282;
}

.blog-post_thumbnail {
	text-align: center;
	margin: 25px 0;
}

.blog_open_icon {
	color: #fff;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 50%;
	padding: 17px;
	margin-top: 12px;
	position: absolute;
	top: 40%;
	left: 45%;
}

.blog_open_icon i {
	font-size: 12px;
	color: #fff;
	margin: 0 6px 6px 6px;
	display: table-cell;
}

.blog-post_description {
	
}


.blog_category {
	padding: 10px 0 20px 0;
}

.blog_category a {
	margin-left: 5px;
	color: #a2a2a2;
}

.category-icon {
	color: #a2a2a2;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	margin-right: 20px;
}

.category-icon i {
	font-size: 15px;
	margin-right: 4px;
}

.btn.blog_load_more {
	clear: both;
	margin-left: 15px;
}

a.blog_load_more{
	font-size: 12px;
	color: #8e8e8e;
	border: 2px solid #d4d4d4;
	padding: 12px 20px;
	background: transparent;
	text-transform: uppercase;
	width: auto;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
	border-radius: 0px;
	float: left;
	color: #8e8e8e;
}
a.blog_load_more:hover{
	background: #f5f5f5;
	color: #8e8e8e;
}

body.blog .current-menu-item {
	background: none !important;
}

.blog-widgets .menu-item ul > li {
	border-bottom: 1px solid #e6e6e6;
	padding: 15px 0;
}

/*///////////////////////////////////////////////////// BLOG Page :END*/

/*///////////////////////////////////////////////////// SINGLE BLOG Page */

.single_blog_image {
}

.single_blog h1 {
	margin-top: 50px;
	margin-bottom: 15px;
	font-weight: 300;
}

.info_h h5 {
	float: left;
	display: block;
	color: #6e6e6e;
	border-bottom: 2px solid #d0d0d0;
	padding: 8px 0px 14px 0px;
	/* text-transform: uppercase; */
}

.info_h {
	margin: 15px 0px 20px 0px;
	display: block;
	width: 100%;
	float: left;
}

body.single-post .default_text {
	padding-top: 350px;
	padding-bottom: 30px;
	color: #fff;
	float: none;
}

@media (max-width: 710px) {
	body.single-post .default_text {
		padding-top: 140px;
	}
}

body.single-post .default_text h1{
	color: #fff;
	font-weight: 300;
}

body.single-post .post_category{
	color: #fff;
	position: relative;
	padding-left: 2px;
	padding-top: 5px;
}

body.single-post .post_category a{
	color: #fff;
}

body.single-post .single_blog_header_image {
	max-height: auto !important;
	height: auto;
}

.comment-form-author input, .comment-form-email input, .comment-form-url input {
	border: 3px solid transparent;
	background: #fff !important;
	padding: 10px 15px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	width: 100% !important;
}

.comment-form-author, .comment-form-email, .comment-form-url {
	width: 100% !important;
}


.comment-form-author input:focus, .comment-form-email input:focus, .comment-form-url input:focus {
	border: 3px solid #d4d4d4;
}

.comment-form-comment textarea {
	clear: both;
	width: 100%;
/* 	margin-top: 14px; */
	padding: 12px;
	border: 3px solid transparent;
	background: #fff !important;
	padding: 10px 15px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.comment-form-comment textarea:focus {
	border: 3px solid #d4d4d4;
}

.comments_no_padding{
	padding: 0px 0px;
}

.categories-p.blog-categories-p {
	padding-top: 0px;
	display: inline-block;
	padding-left: 0px;
}

.categories-p.blog-categories-p ul li a{
	padding: 8px 20px;
}

code {
	white-space: normal;
}

.form-submit {
	margin-bottom: 50px;
}

li.comment:before {
	list-style-type: none;
	content: '' !important;
}

li.comment + li.comment {
	margin-top: 40px;
}

li.comment .children {
	margin-left: 104px;
	margin-top: 40px;
}

li.comment .comment-author img {
	width: 78px;
	height: 78px;
	float: left;
	margin-top: 0px;
	border-radius: 50% !important;
}

li.comment .comment-author cite a, li.comment .comment-author cite.fn {
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 14px;
	color: #5b5b5b;
	text-transform: uppercase;
}

li.comment .comment-author cite.fn {
	padding-left: 25px;
}

li.comment .comment-author .says {
	display: none;
}

li.comment .commentmetadata a {
	font-size: 13px;
	font-weight: 400;
	color: #9d9d9d;
	padding-left: 25px;
}

li.comment .comment-body > p {
	margin-top: 10px;
	padding-left: 104px;
}

li.comment .comment-body div.reply {
	padding-left: 104px;
}

li.comment .comment-body div.reply a {
	font-size: 13px;
	color: #6c6c6c;
	font-weight: 400;
}

.comments-list {
	margin-bottom: 40px;
}

.comment-form {
	margin-right: -15px;
	margin-left: -15px;
}

/*
.comment-form-author, .comment-form-email, .comment-form-url {
	padding: 0px 15px;
	width: 100%;
}
*/


h3#reply-title {
	display: none;
}

.comment-notes, .comment-form-comment, .form-submit {
	width: 100%;
	padding: 0px 15px;
}

.form-allowed-tags {
	padding: 0px 15px;
}

blockquote {
	border-left: 5px solid #ccc;
}

blockquote p {
	font-size: 15px;
}

.form-submit input{
	background: #a4a4a4 !important;
	border: 1px solid #a4a4a4 !important;
	padding: 5px 12px;
	width: 100%;
	color: #fff !important;
	font-size: 13px !important;
	text-transform: uppercase !important;
}

.row.single_blog img {
	margin: 10px 0;
}

.row.single_blog ol li {
	list-style-type: decimal;
}

.row.single_blog li {
	margin-left: 20px;
}

.single_blog p {
	padding-bottom: 15px;
}

.logged-in-as {
	padding-left: 15px;
	padding-right: 15px;
}

.row.single_blog ul li {
	font-family: 'Raleway', Arial, sans-serif;
	color: #7b7b7b;
	padding-top: 8px;
}

.row.single_blog ol {
	font-family: 'Raleway', Arial, sans-serif;
	color: #7b7b7b;
}


table {
	font-family: 'Raleway', Arial, sans-serif;
}

dt {
	font-family: 'Raleway', Arial, sans-serif;
	color: #7b7b7b;
	padding-top: 8px;
}

dd {
	font-family: 'Raleway', Arial, sans-serif;
	line-height: 25px;
	font-size: 13px;
	color: #7b7b7b;
	font-weight: normal;
}

.single_blog_container {
	margin: auto;
	float: none;
	position: relative;
}

.single_blog_header_image {
	width: 100%;
	height: 450px;
	position: relative;
	overflow: hidden;
	background-color: #4c5154;
}

.single_blog_header_image img {
	width: 100%;
}

.blog_article {
	padding-bottom: 50px;
	padding-top: 40px;
}

.tags_container {
	width: 100%;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
}

.tag_btn {
	width: auto;
	padding: 6px 12px;
	margin-right: 10px;
	border: 1px solid #ccc;
	background: #fff;
	color: #888;
	font-size: 12px;
	position: relative;
	float: left;
}

.single_blog_comment_section {
	position: relative;
	background: #e3e3e3;
}

single_blog_leave_comment_section {
	position: relative;
	background: #ededed;
}

.middle_comment_container {
	margin: auto;
	float: none;
	padding-bottom: 10px;
}

#commentform > p {
	padding-bottom: 10px;
}

/*///////////////////////////////////////////////////// SINGLE BLOG :END */


/*///////////////////////////////////////////////////// SHORTCODES WIDGET*/

h5.widget-title, h5.section-title, .short-title {
	font-family: 'Raleway', Arial, sans-serif;
	border-bottom: 3px solid #d0d0d0;
	display: inline-block;
	font-weight: 400;
	padding-bottom: 17px;
	margin-bottom: 20px;
	margin-top: 0px;
	color: #8d8d8d;
	text-transform: uppercase;
}

.project-content h1, .project-content h2, .project-content h3, .project-content h4, .project-content h5, .project-content h6 {
	font-weight: 400;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #6e6e6e;
}

.blog-categories li {
	border-bottom: 1px solid #e6e6e6;
	padding: 16px 0;
}

.blog_one-widgets {
	font-family: 'Raleway', Arial, sans-serif;
}

.um_widget {
	margin-bottom: 50px !important;
	padding-left: 0px;
	padding-right: 0px;
}

.widget_tag_cloud > div > a {
	background: #fff;
	padding: 8px 12px;
	border: 1px solid #e6e6e6;
	font-size: 12px;
	display: inline-block;
}

.widget_calendar table{
	width: 100%;
}

.widget_calendar > thead > tr > th {
	color: #555;
	font-weight: 600;
}

.widget_categories > ul > li.cat-item {
	color: #555;
}

.widget_archive > ul > li {
	color: #555;
}

.blog-widgets div > ul > li {
	border-bottom: 1px solid #e6e6e6;
	padding: 15px 0;
}

.textwidget select {
	width: 100%;
}

.rssSummary {
	margin: 12px 0;
}

.rss-date {
	display: inline-block;
}

select {
	border: 1px solid #e4e4e4;
	color: #828181 !important;
	outline: none;
	padding: 8px 15px 7px 10px;
	border-radius: 0px !important;
	background: transparent url(../img/icons/dropdown_arrows.png) no-repeat center right 16px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
}

#monster-widget-placeholder-2 > select {
	min-width: 80% !important;
}

input[type="submit"] {
	background: transparent;
	border: 1px solid #a4a4a4;
	padding: 7px 12px;
	margin-top: 10px;
	color: #888;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.form-submit #submit:hover {
	color: #fff;
	background-color: #7c7c7c !important;
	border: 1px solid #7c7c7c !important;
}

textarea, input {
	outline: none;
	border: 1px solid #ccc;
	padding: 6px;
}

body.page-template-default h1, h2, h3, h4, h5, h6 {
	color: #4f4f4f;
}

body.page-template-default .default_text h1{
	color: #fff;
}

/*///////////////////////////////////////////////////// SHORTCODES WIDGET :END */

/*///////////////////////////////////////////////////// 404 Page*/

.pnf_header_container {
	height: 200px;
	background: #4c5154;
	padding: 70px 0;
}

.pnf_header_container h1 {
	color: #fff;
	font-size: 32px;
	font-weight: 300;
	display: inline;
}

.pnf_text p {
	padding-top: 31px;
	font-size: 14px;
	color: #949a9d;
	padding-left: 35px;
	display: inline-block;
}

.pnf_holder {
	padding: 100px 0;
	text-align: center;
	height: 500px;
}

.pnf_holder i {
	font-size: 200px;
	color: #d9d9d9;
	position: absolute;
	margin-left: -85px;
}

.fa.fa-smile-o {
	opacity: 0;
}
.fa.fa-frown-o {
	opacity: 1;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

.pnf_holder:hover .fa.fa-smile-o {
	opacity: 1;
}

.pnf_holder:hover .fa.fa-frown-o {
	opacity: 0;
}

/*///////////////////////////////////////////////////// 404 Page :END */


/*///////////////////////////////////////////////////// DEFAULT Page*/

.default_header_container {
	height: 200px;
	background: #4c5154;
	width: 100%;
/* 	padding: 70px 0; */
	overflow: hidden;
	position: relative;
}

.default_header_container h1 {
	color: #fff;
	font-size: 32px;
	font-weight: 300;
	padding: 70px 0;
}

.default_header_container img {
	width: 100%;
}

.default_text p {
	padding-top: 31px;
	font-size: 14px;
	color: #949a9d;
}

.default_holder {
	padding: 50px 0;
	padding-left: 15px;
	padding-right: 15px;
}

body > div.inner_content > .default_page_content > h5 {
	color: #6e6e6e;
	font-weight: 400;
	border-bottom: 3px solid #d0d0d0;
	display: inline-block;
	padding-bottom: 17px;
	margin-bottom: 40px;
	margin-top: 0px;
	text-transform: uppercase;
}

.default_holder i {
	font-size: 200px;
	color: #d9d9d9;
}

.default_page_img {
	position: absolute;	
}

/*///////////////////////////////////////////////////// DEFAULT :END */

.contact_us_widget {
	color: #575555;
}

.contact_us_widget a {
	color: #575555;
}

.contact_us_widget i {
	font-size: 17px;
	color: #a2a2a2;
	padding-right: 16px;
}

.contact_w_row {
	width: 100%;
	padding-bottom: 30px;
	vertical-align: top;
	display: flex;
}

.contact_w_row i {
	vertical-align: middle;
}

.contact_w_row:last-child {
	padding-bottom: 0px;
}

.plain_text_widget {
	color: #575555;
}

.plain_text_widget a {
	color: #575555;
}

.plain_text_widget p{
	color: #606060;
}

.plain_text_widget i {
	font-size: 17px;
	color: #a2a2a2;
	padding-right: 16px;
}

.testimonials_widget {
	color: #575555;
}

.testimonials_widget a {
	color: #575555;
}

.testimonials_widget i {
	font-size: 17px;
	color: #a2a2a2;
	padding-right: 16px;
}

.testimonials_widget p{
	color: #606060;
}

.testimonials_text_widget {
/* 	display: inline-block; */
	display: inline;
	margin-left: -15px;
	margin-right: -15px;
	margin: 0px;
}

.textimonial_text_holder {
}

.testimonials_pic {
	text-align: center;
}

.testimonials_pic img {
	border-radius: 50%;
	margin-bottom: 20px;
}

testimonials_pic_two {
	text-align: center;
}

.testimonials_pic_two img {
	width: 88px;
	height: 88px;
	border-radius: 50%;
	margin-bottom: 20px;
}

.testimonial_layout_two {
	text-align: center;
}

.testimonials_wg_container {
	overflow: hidden;
}

.skills_widget {
/*
margin-left: -15px;
margin-right: -15px;
*/
}

.chart {
	float: left;
}

.chart span {
	color: #898989;
	font-size: 24px;
	display: inline-block;
	text-align: center;
	width: 135px;
	/* width: 110px; */
	vertical-align: middle;
	position: absolute;
/* 	top: 30%; */
	top: 50%;
	margin-top: -36px;
}

body.page-template-template-home-3-columns-php .chart span {
	width: 110px;
}

.skill_box_container {
	text-align: center;
	color: #949494;
	text-transform: uppercase;
/*
	width: 178px;
	height: 178px;
*/
	width: 155px;
	display: inline-block;
}

.skill_box_container p {
	font-size: 14px;
	padding-top: 8px;
}

.skill_box_container_two {
	text-align: center;
	color: #949494;
	text-transform: uppercase;
/* 	width: 178px; */
	width: auto;
	height: 178px;
}

.skill_box_container_two p {
	font-size: 14px;
	padding-top: 8px;
}

.skill_box_container_two canvas {
	width: 110px;
	height: 110px;
}

.kill_box_container_two canvas {
	width: 110px;
	height: 110px;
}

.kill_box_container_two {
	/* width: 50%; */
	width: 152px;
/*
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
*/
	padding: 0px;
	float: left;
}

body.page-template-template-home-3-columns-php .skill_box_title > p {
	width: 110px;
}


.skill_box_title {
	text-transform: uppercase;
	text-align: center;
}

.skills_widget_holder {
	width: 2000px;
}

.testimonials_description {
/* 	padding-top: 10px; */
	height: 128px;
	overflow: scroll;
}

.testimonials_description p {
	color: #575555;
	font-size: 13px;
}


.testimonial_user {
	width: 100%;
	padding-bottom: 5px;
	color: #a2a2a2;
}

.testimonial_user i{
	font-size: 17px;
	color: #a2a2a2;
	padding-right: 16px;
}

/*///////////////////////////////////////////////////// SHORTCODES */

ul.accordion, ul.toggle, .tabs ul {
	list-style-type: none;
}

ul.accordion li a, ul.toggle li a, div.tabs ul.tab_buttons li a {
	display: block;
	padding: 17px 17px;
	font-size: 13px;
	font-weight: 400;
	color: #787878;
	border: 1px solid #dfdfdf; 
	border-top: 0px;
	text-transform: uppercase;
	position: relative;
}

div.tabs ul.tab_buttons li a {
	display: inline-block;
	float: left;
	border-top: 1px solid #dfdfdf;
	border-bottom: 0px;
	border-left: 0px;
}

div.tabs ul.tab_buttons li:first-child a {
	border-left: 1px solid #dfdfdf;
}

ul.accordion li a.active, ul.accordion li a:hover, ul.toggle li a.active, ul.toggle li a:hover, div.tabs ul.tab_buttons li a.active, div.tabs ul.tab_buttons li a:hover {
	background-color: #f9f9f9;
}

ul.accordion li a i, ul.toggle li a i {
	position: absolute;
	font-size: 18px;
	color: #cfcccc;
	top: 50%;
	margin-top: -9px;
	right: 17px;
}

ul.accordion li div, ul.toggle li div, div.tabs ul.tab_content li {
	border: 1px solid #dfdfdf;
	border-top: 0px;
	padding: 17px 17px;
	display: none;
}

div.tabs ul.tab_content li {
	clear: both;
	border-top: 1px solid #dfdfdf;
}

ul.accordion li:first-child a, ul.toggle li:first-child a {
	border-top: 1px solid #dfdfdf;
}

ul.accordion li div *, ul.toggle li div * {
	margin-bottom: 0px;
}

.highlight {
	background-color: #D3F65B;
	/* color: #ffffff; */
	color: #000;
	padding: 2px 5px;
}

.categories-p ul li a, .tags ul li a, .load-more, .white, .dark-grey, .yellow {
	display: block;
	border: 2px solid #dfdfdf;
}

.white, .dark-grey, .yellow {
	display: inline-block;
}

.dark-grey, .dark-grey:hover {
	background-color: #676363;
	color: #ffffff;
}

.yellow, .yellow:hover {
	background-color: #D3F65B;
	/* color: #ffffff; */
	color: #000;
	padding: 13px 20px;
}

a + .white, a + .dark-grey, a + .yellow {
	margin-left: 10px;
	font-weight: 400;
}

.categories-p ul li a:hover, .categories-p ul li a.active, .tags ul li a:hover, .load-more:hover, .white:hover {
	background-color: #f5f5f5;
	color: #868686;
}

body > div.inner_content > div.default_holder.container > ol > li {
	margin-left: 16px;
	list-style-type: decimal;
}

/*
body > div.inner_content > div.default_holder.container > ul > li {
	margin-left: 16px;
	list-style-type: disc;
}
*/

div.inner_content > div.default_holder.container > p > strong {
	font-weight: 600;
}

/*///////////////////////////////////////////////////// VERTICAL HOMEPAGE */

.vertical_home_container {
	
}

.vertical_home_box_holder {
	z-index: 10;
	position: relative;
	/* width: 370px; */
	width: 400px;
	margin-top: 5%;
	height: auto;
	float: right;
}

body.page-template-template-home-vertical-php .slider_captions {
	position: relative;
/* 	position: fixed; */
	padding-top: 25%;
	padding-bottom: 50px;
}

body.page-template-template-home-vertical-php .col_box_holder{
	width: 100%;
}

body.page-template-template-home-vertical-php .slider_caption h1{
	display: block;
	text-align: left;
}

body.page-template-template-home-vertical-php .caption-icon {
	margin-left: 0px;
	display: block;
}

body.page-template-template-home-vertical-php .kill_box_container_two {
	width: 132px;
}

body.page-template-template-home-vertical-php .chart span {
	width: 110px;
}

body.page-template-template-home-vertical-php .skill_box_title {
	width: 110px;
}

/*///////////////////////////////////////////////////// VERTICAL HOMEPAGE :END*/


/*///////////////////////////////////////////////////// NICE SCROLL */

.nicescroll-rails div{
    position: absolute;
}

.nicescroll-rails div {
	width: 5px !important;
	background-color: #d7d7d7 !important;
	border: 0px !important;
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
/*
	margin-right: 25px !important;
	margin-top: -24px !important;
*/
}

/*///////////////////////////////////////////////////// NICE SCROLL :END*/

.col_box_holder {
	width: 370px;
	float: left;
}

#slides {
	position: fixed !important;
	margin-top: -84px;
}

.slider_captions {
/* 	padding-top: 84px; */
    overflow: hidden;
}

.navigation_menu {
	position: absolute;
	z-index: 9999;
}

body.page-template-template-home-3-columns-php .services-widget{
	width: 100%;
	height: 64px;
}

body.page-template-template-home-3-columns-php .widget_service_box_holder p {
	padding: 18px 17px;
	text-align: left;
	padding-left: 72px;
}

body.page-template-template-home-3-columns-php .services-icon {
	width: 30px;
	height: 30px;
	left: 22px;
	right: none;
	bottom: 16px;
}

body.page-template-template-home-3-columns-php .services-icon i {
	font-size: 30px;
}

body.page-template-template-home-3-columns-php .services_widget_holder {
	width: auto;
}

body.page-template-template-home-3-columns-php .services-widget:nth-child(odd) {
	border-left: none;
	border-right: none;
}

body.page-template-template-home-3-columns-php .services-widget {
	border-bottom: 1px solid #fff;
}

body.page-template-template-home-3-columns-php .services-widget img {
	float: left;
	width: 30px;
	height: 30px;
	left: 22px;
	bottom: 16px;
	position: absolute;
}

body.page-template-template-home-vertical-php .services-widget{
	width: 100%;
	height: 64px;
}

body.page-template-template-home-vertical-php .widget_service_box_holder p {
	padding: 18px 17px;
	text-align: left;
	padding-left: 72px;
}

body.page-template-template-home-vertical-php .services-icon {
	width: 30px;
	height: 30px;
	left: 22px;
	right: none;
	bottom: 16px;
}

body.page-template-template-home-vertical-php .services-icon i {
	font-size: 30px;
}

body.page-template-template-home-vertical-php .services_widget_holder {
	width: auto;
}

body.page-template-template-home-vertical-php .services-widget:nth-child(odd) {
	border-left: none;
	border-right: none;
}

body.page-template-template-home-vertical-php .services-widget {
	border-bottom: 1px solid #fff;
}

body.page-template-template-home-vertical-php .box_widget {
	height: 330px;
}

body.page-template-template-home-vertical-php .services-widget img {
	float: left;
	width: 30px;
	height: 30px;
	left: 22px;
	bottom: 16px;
	position: absolute;
}

.box_widget_hold {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 150px;
}

/* Media Query other */

@media (max-width: 991px) {
	.widget_holder {
		width: 100% !important;
	}
	
	.box_widget {
		height: auto;
	}
	
	div.widget_holder.col-sm-4.testimonials_widget_holder > div {
		height: auto;
	}
	
	body.page-template-template-home-3-columns-php .box_widget {
		height: auto;
	}
	
	body.page-template-template-home-vertical-php .box_widget {
		height: auto !important;
	}
	
	.col_box_holder {
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.clients-widget_two {
		width: 100%;
	}
	
	.clients-widget_two:nth-child(1) {
		border-right: 1px solid #fff;
	}
	
	.widget_holder {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	div.widget_holder.col-sm-4.plain_text_two > div {
		height: auto;
	}
	
	.testimonials_description {
		height: auto !important;
		max-height: auto !important;
	}
}

@media (max-width: 767px) {
	.vertical_home_box_holder {
		width: 100%;
		float: none;
		height: auto;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.service_h {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	
	.team_h {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

/* Media Query other :END*/


.clients_wid_logo_row {
	width: 100%;
	background: #f8f8f8;
}

.clients-widget_two {
	width: 332px;
}

body.page-template-template-about-me-php .team_box {
	height: auto;
}

@media (max-width: 767px) {
	.team_box {
		height: auto;
	}
}

@media only screen and (max-device-width: 480px) {
	.services-widget {
		width: 220px !important;
	}
}

.custom_markup > .widget_navigation .widget_title {
	margin-top: -15px;
}

.testimonials_widget_holder > .box_widget {
	border-bottom: 27px solid #fff;
}

body.page-template-template-home-3-columns-php .widget_post_description_two p {
	font-size:16px;
}

body.page-template-template-home-3-columns-php .widget_post_description_two {
	padding-left: 0px;
	padding-top: 0px;
}

body.page-template-template-home-vertical-php .widget_post_description_two p {
	font-size:16px;
	
}

body.page-template-template-home-vertical-php .widget_post_description_two {
	padding-left: 0px;
	padding-top: 0px;
}

body.page-template-template-fullscreen-php .capture {
	padding-top: 10%;
	top: 15%;
}

body.page-template-template-fullscreen-php #slides {
	position: absolute !important;
}

.blog_article ol li{
    list-style-type: decimal;
    list-style-position: inside;
}

.blog_article ul li , .default_page_content ul li{
    list-style-type: initial;
    list-style-position: inside;
}

@media (max-width: 1024px){
  .portfolio-navigation{
  	visibility: visible !important;
  }
}

body.page-template-template-home-fullscreen-video-php .inner_content{
    overflow: hidden;
}

.fullscreen_video{
    width:100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
}

.video_overlay{
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.2;
    position: absolute;
}
