

/**
 * Table of Contents:
 *
 * 1- General & Basic Styles
 * 2- Header
 * 3- Navbar
 * 4- Content
 *  4-1 Post
 *  4-2 Post Formats
 *  4-3 Post/Image/Paging Navigation
 *  4-4 Archives
 *  4-5 Comments
 * 5- navigation
 * 6- Sidebar
 * 7- Widgets
 * 8- Footer
 * 9- About me page
 * 10- Contact me page
 * 11- Our Team page
 * 12- Slider Post
 * -----------------------------------------------------------------------------
 */


@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import "css/layout.css";
@import "css/plugins.css";
@import "css/responsive.css";
@import "css/icons.css";


/*------------------------------------------*/
/*	     01 - General & Basic Styles
/*------------------------------------------*/

body.custom-background{
	background-size: cover;
}
#body {
	font-family: 'Open Sans' , sans-serif;
	font-size: 12px;
    line-height: 15px;
	font-weight: 400;
	color: #fff;
}
strong, b {
	font-weight: 400;
}
img {
	max-width: 100%;
	height: auto;
}
ul, ol {
	list-style: none;
}
ul {
    padding: 0;
    margin: 0;
}
a {
	color: #222;
    transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
a:hover {
    color: #f0491b;
    transition: all 0.4s ease 0s;
}
a, a:hover, a:active, a:focus, button, button:hover, button:active, button:focus {
	outline: 0;
	text-decoration: none;
}
input::-moz-focus-inner { 
  border: 0; 
}

i {
	font-size: 1.1em;
}

small {
 font-size: 0.75em;
}
h1, h2, h3, h4, h5, h6 {
    color: #30373d;
    font-family: "Open Sans",sans-serif;
    font-weight: bold;
    line-height: 1.16667;
    margin: 0 0 24px;
}
h1 {
    font-size: 38px;
    letter-spacing: -1px;
}
h2 {
    font-size: 34px;
    letter-spacing: -1px;
}
h3 {
    font-size: 30px;
    letter-spacing: -1px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 18px;
}
p {
	font-size: 13px;
    margin: 0 0 15px 0;
    color: #777;
    line-height: 30px;
}
.uppercase {
	text-transform: uppercase;
}
form {
	margin: 0;
	padding: 0;
}
input, textarea, button {
	font-family: 'Open Sans', sans-serif;
	font-size: .97em;
	line-height: 18px;
	font-weight: 300;
	vertical-align: middle;
}
input:focus, textarea:focus, button:focus {
	outline: 0;
}
input[type="text"], input[type="password"], input[type="email"] {
    display: inline-block;
    text-decoration: none;
    width: 100%;
    color: #404040;
	border: 1px solid #ddd;
    padding: 10px;
    height: 45px;
    border-radius: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
a.main-button, input[type="submit"] {
    display: inline-block;
    text-decoration: none;
    color: #777;
    padding: 6px 30px;
	background-color: #f1f1f1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
	border-radius: 2px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
a.main-button:hover, input[type="submit"]:hover {
	background: #f0491b;
	color: #fff;
}
a.main-button i {
	font-size: 14px;
}
input[type="submit"] {
	border: none;
}
textarea {
	font-size: 13px;
	line-height: 20px;
	width: 100%;
	padding: 10px 12px;
	color: #404040;
	resize: none;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
	border-radius: 2px;
	height: 150px;
}
.wpcf7-submit input{
	width: 25%;
}
textarea:focus {
	color: #777;
}
blockquote, .su-quote-inner {
	font-size: 1.5em;
	line-height: 26px;
	border-width: 3px;
	margin-bottom: 20px;
}
dl {
    margin: 0 0 40px;
    color: #222;
}
dd {
    font-style: italic;
    margin-left: 20px;
}
dt {
    font-weight: bold;
}
pre {
	padding: 8px 10px;
	margin-bottom: 15px;
	font-size: 13px;
	color: #999;
	background-color: #f8f8f8;
	border-color: #eee;
}
table {
    border: medium none !important;
    border-collapse: collapse;
    border-spacing: 2px;
    width: 100%;
    margin: 10px 0;
}


/*------------------------------------------*/
/* Header
/*------------------------------------------*/
#header, #footer{
	background: #191d20;
}
.header {
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.headeropacity{background: rgba(0, 0, 0, 0.85);}

.topheader{
	background: rgba(55,55,55,0.8)
}
.logo{
	margin: 100px 0 50px 0;
	text-align: center;
}
.header .logo h2{
	letter-spacing: 2px;
	font-weight: 400;
	margin: 0px;
	font-size: 100px;
}
.header .nav-sahary{
	text-align: center;
}
.header h2 {
	position: relative;
}
.header h2 a {
	display:  inline-block;
	color: #fff;
    padding: 5px;
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 800;
}
.header h2 a:hover{
	color: #999;
}
.header .tagline {
	letter-spacing: 0.2px;
	line-height:  12px;
	position: relative;
	text-transform: uppercase;
	padding: 7px;
	margin: auto;
	color: #999;
	width: 60%;
}

/*------------------------------------------*/
/* Navbar
/*------------------------------------------*/
.nav-sahary {
	color: #666;
	position: relative;
	display: inline-block;
	z-index: 5;
	left: 0px;
	width: 100%;
	margin-bottom: 50px;
}
.nav-sahary i{
	font-size: 14px;
}
.sf-menu {
	text-align: center;
        margin-top: -64px;
}
.isStuck{
	width: 100%;
	background-color: #222;
}
.stuckMenu{
	-webkit-transition: all .7s ease-in-out;
  -moz-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  -ms-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
}
.nav-sahary .nav-menu {
	display: inline-block;
	
}
/*.nav-sahary .nav-menu li {
	position: relative;
}*/
.nav-sahary .sf-menu > li {
	display: inline-block;
        position: relative;
}
.nav-sahary .nav-menu li ul.sub-menu {
	line-height: 24px;
	position: absolute;
	width: 180px;
	z-index: 60;
	display: none;
}
.nav-sahary .nav-menu ul ul li a {
	color: #fff;
	font-size: 12px;
	background-color: #222;
	font-weight: 600;
	border-bottom: 2px solid rgba(255,255,255,0.05);
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.nav-sahary .nav-menu ul ul li a:hover {
	color: #eee;
	background-color: #444;
	border-bottom: 2px solid #f0491b;
}
.nav-sahary .nav-menu > ul > li > ul.sub-menu {
	top: calc(100% - -1px);

}
.nav-sahary .nav-menu li li ul {
	top: 0;
	left: 100%;
}
.nav-sahary .nav-menu li a {
	font-size: 13px;
	color: #fff;
	font-weight: 600;
	display: block;
	padding: 18px;
	text-transform: uppercase;
}
.nav-sahary .sub-menu li a {padding: 10px 18px;}

.nav-sahary .nav-menu li a:hover, .nav-sahary, .nav-menu > ul > li.current-menu-item > a, .nav-menu > ul > li.current-menu-ancestor > a, .nav-sahary .show-search:hover, .responsive-menu .nav-menu ul ul li a:hover {
	color: #f0491b;

}
.nav-sahary .nav-menu li a{
	border-bottom: 2px solid transparent;
}
.nav-sahary .nav-menu li a:hover{
	color: #fff;
	border-bottom: 2px solid #f0491b;
}
.responsive-menu .show-sidebar i{
	margin-left: 50%;
}
.responsive-menu {
	display: none;
	text-align: left;
	padding: 15px 0;
}
.responsive-menu .toggle-menu {
	display: block;
	color: #666;
	padding: 8px 12px;
	border-radius: 3px;
	font-size: 12px;
	text-transform: uppercase;
	background-color: #eee;
}
.responsive-menu .toggle-menu i {
	float: right;
	font-size: 14px;
}
.responsive-menu ul ul {
	padding: 0 15px;
}
.responsive-menu ul li {
	display: block;
	padding: 5px 12px;
}
.responsive-menu ul li a {
	padding: 6px 0;
	color: #222;
}
.responsive-menu .nav-menu li ul.sub-menu {
	display: block;
	position: relative;
	top: auto;
	left: auto;
	width: auto;
	line-height: normal;
}
.responsive-menu .nav-menu ul ul li a {
	padding: 6px 0;
	color: inherit;
	font-size: 15px;
	background-color: transparent;
	border-bottom: 0;
	color: #777;
}
.responsive-menu .nav-menu ul ul li a:hover {
	background-color: transparent;
}
.responsive-menu .nav-menu {
	display: block;
	background-color: #eee;
}

/*------------------------------------------*/
/* Content
/*------------------------------------------*/
#main-content , #main-container, #main, #main-container{
	padding: 60px 0;
}
#main-content .col-md-8 + .sidebar{
	padding-left: 15px;
	padding-right: 15px;
}
#container{
	margin: auto;
}
.box1111{
 	padding-bottom: 25px;
}
.page-content
.content-area h1, .content-area h2,
.content-area h3, .content-area h4,
.content-area h5, .content-area h6,
.comment-body h1, .comment-body h2,
.comment-body h3, .comment-body h4,
.comment-body h5, .comment-body h6,
.page-content h1, .page-content h2,
.page-content h3, .page-content h4,
.page-content h5, .page-content h6{
    border-left: 2px solid #ff633c;
    font-weight: bold;
    margin: 25px 0;
    padding-left: 20px;
}
.content-area ol li, .comment-body ol li, .page-content ol li{
	margin: 10px 0;
}
.content-area ol, .comment-body ol, .page-content ol{
	list-style: decimal inside;
	margin-bottom: 25px;
	padding-left: 5px;
}
.content-area ul li span{
	color: #9a9a9a;
	font-size: 15px !important;
}
.content-area ol ol, .comment-body ol ol, .page-content ol ol{
	padding-left: 30px;
	margin-bottom: 8px;
}
.content-area ul, .comment-body ul, .page-content ul{
	list-style: disc inside;
	margin-bottom: 25px;
	padding-left: 5px;
}
.content-area ul ul li, .comment-body ul ul li, .page-content ul ul li{
	margin: 10px 0;
}
.content-area ul ul, .comment-body ul ul, .page-content ul ul li{
	padding-left: 30px;
	margin-bottom: 8px;
}
.content-area,
.content-area p, .comment-body p, .page-content p {
	color: #444;
	font-size: 17px;
}
.page-content ol li {
	color: #444;
	font-size: 17px;
}

.content-area table th, .content-area table td,
.page-content table th, .page-content table td
 {
    border: 1px solid #f0f0f0 !important;
    padding: 7px 11px;
}
.page-content table th ,.content-area table th  {
    background-color: #f9f9f9 !important;
    text-align: left;
}
.page-content table td,.content-area table th  {
    background-color: #fff !important;
}
/*------------------------------------------*/
/* Post
/*------------------------------------------*/
.blog-posts .post {
	position: relative;
	background-color: #fff;
	margin-bottom: 40px;
  	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.08), -1px 1px 1px rgba(0,0,0,0.08);
  	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.08), -1px 1px 1px rgba(0,0,0,0.08);
  	box-shadow: 0 1px 1px rgba(0,0,0,0.08), -1px 1px 1px rgba(0,0,0,0.08);
  	overflow: hidden;
}
.blog-posts .box1111 .post {
	margin-bottom: 5px;
    margin-top: 5px;
}
.blog-posts .post:before {
	content: "";
  	position: absolute;
  	top: 0;
  	right: 0;
	z-index: 40;
  	border-width: 0 16px 16px 0;
  	background: #658E15;
  	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.08), -1px 1px 1px rgba(0,0,0,0.08);
  	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.08), -1px 1px 1px rgba(0,0,0,0.08);
  	box-shadow: 0 1px 1px rgba(0,0,0,0.08), -1px 1px 1px rgba(0,0,0,0.08);
  	display: block;
	width: 0;
}
.blog-posts .post.sticky .sticky-icon {
	height: 50px;
	width: 100px;
	position: absolute;
	top: -24px;
	left: -49px;
	line-height: 50px;
	text-align: center;
	background-color: #FBCF39;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	overflow: hidden;
}
.blog-posts .post.sticky .sticky-icon i {
	color: #fff;
	font-size: 14px;
	line-height: 78px;
}
.post-head {
	padding: 15px 40px 25px;
	text-align: center;
	text-transform: capitalize;
}
.post-head h2{
	margin: 20px 0;
	font-size: 40px;
	line-height: 50px;
	font-weight: 800;
	margin-bottom: 10px;
	margin-bottom: 25px;
	font-family: "Open Sans",sans-serif;
}
.post-title a{color: #222;}
.post-meta li {
	display: inline-block;
	font-size: 12px;
	margin-right: 20px;
}
.post-meta li, .post-meta li a {
	color: rgba(102, 102, 102, 0.75);
}
.post-meta li i {
	font-size: 14px;
	margin-right: 2px;
	position: relative;
	top: 1px;
}
.down-post{
	margin-bottom: 60px;
}

.down-post .ads-are{
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.08), -1px 1px 1px rgba(0,0,0,0.08);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.08), -1px 1px 1px rgba(0,0,0,0.08);
    box-shadow: 0 1px 1px rgba(0,0,0,0.08), -1px 1px 1px rgba(0,0,0,0.08);
}
.down-post .related-posts{
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.08), -1px 1px 1px rgba(0,0,0,0.08);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.08), -1px 1px 1px rgba(0,0,0,0.08);
    box-shadow: 0 1px 1px rgba(0,0,0,0.08), -1px 1px 1px rgba(0,0,0,0.08);
}

.down-post .comments-post{
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.08), -1px 1px 1px rgba(0,0,0,0.08);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.08), -1px 1px 1px rgba(0,0,0,0.08);
    box-shadow: 0 1px 1px rgba(0,0,0,0.08), -1px 1px 1px rgba(0,0,0,0.08);
}

 /* General button style (font) */
 @font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon/icomoon.eot');
	src:url('fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
		url('fonts/icomoon/icomoon.woff') format('woff'),
		url('fonts/icomoon/icomoon.ttf') format('truetype'),
		url('fonts/icomoon/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* General button style (reset) */
.btn-effect {
	border-radius: 3px;
	border: none;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight: 600;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 25px 80px;
	display: inline-block;
	text-transform: capitalize;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-effect:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/* Pseudo elements for icons */
.btn-effect:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
}

.icon-arrow-right:before {
	content: "\e00d";
}

/* Button 3 */
.post-entry-bottom .btn-3 {
	background: #f1f1f1;
	color: #393939 !important;
}

.post-entry-bottom .btn-3:hover {
	color: #fff !important;
}

.post-entry-bottom .btn-3:active {
	color: #fff !important;
	top: 2px;
}

.btn-3:before {
	position: absolute;
	height: 100%;
	left: 0;
	top: -12px;
	line-height: 3;
	font-size: 140%;
	width: 45px;
}


/* Button 3e */
.btn-3e {
	padding: 10px 60px 9px 11px;
	overflow: hidden;
}

.btn-3e:before {
	left: auto;
	right: 0px;
	z-index: 2;
}

.btn-3e:after {
	width: 25%;
	height: 200%;
	background: rgba(255,255,255,0.1);
	z-index: 1;
	right: 0;
	top: 0;
	margin: -5px 0 0 -5px;
	-webkit-transform-origin: 0 0;
	-webkit-transform: rotate(-20deg);
	-moz-transform-origin: 0 0;
	-moz-transform: rotate(-20deg);
	-ms-transform-origin: 0 0;
	-ms-transform: rotate(-20deg);
	transform-origin: 0 0;
	transform: rotate(-20deg);
}

.btn-3e:hover:after {
	width: 32%;
	background: rgba(255,255,255,0.2);
}



/*------------------------------------------*/
/* Post Formats
/*------------------------------------------*/

.read-more-button{
margin: 20px 0;
float: left;
}


.read-more-button a{
color: #393939;
font-size: 13px;
background: #f1f1f1;
font-weight: bolder;
padding: 12px 20px 13px 20px;
border-radius: 5px;
font-weight: 600;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
}

.read-more-button a:hover{
background: #009ae1;
text-decoration: none;
color: #f1f1f1;
}


/*

.hi-icon-effect-5 .fb-share{color: #457e9b;border: 1px solid #457e9b;}
.hi-icon-effect-5 .gp-share{color: #c75541;border: 1px solid #c75541;}
.hi-icon-effect-5 .tw-share{color: #62afd1;border: 1px solid #62afd1;}
.hi-icon-effect-5 .li-share{color: #0097bd;border: 1px solid #0097bd;}
.hi-icon-effect-5 .pi-share{color: #d73532;border: 1px solid #d73532;}
.hi-icon-effect-5 .em-share{color: #62afd1;border: 1px solid #62afd1;}
*/
.hi-icon-effect-5 .fb-share:hover{background: #457e9b;color: #fff;}
.hi-icon-effect-5 .gp-share:hover{background: #c75541;color: #fff;}
.hi-icon-effect-5 .tw-share:hover{background: #62afd1;color: #fff;}
.hi-icon-effect-5 .li-share:hover{background: #0097bd;color: #fff;}
.hi-icon-effect-5 .pi-share:hover{background: #d73532;color: #fff;}
.hi-icon-effect-5 .em-share:hover{background: #62afd1;color: #fff;}

 
.arrow-up {
	z-index: 1;
	margin: -50px auto 0;
	position: relative;
	text-align: center;
}
.arrow-up i{
	color: #fff;
    font-size: 30px;
    padding: 15px;
    border: 5px solid #fff;
    border-radius: 50%;
}


/* ----- video  --- */
.format-video a:hover{color: #ce0f0f;}

.format-video .btn-3:hover {background: #b42525;}
.format-video .btn-3:active {background: #9b0202;}
.format-video .arrow-up i{background: #ce0f0f;}
/* ----- image --- */
.format-image a:hover{color: #3498db;}

.format-image .btn-3:hover {background: #2685c4;}
.format-image .btn-3:active {background: #196fa9;}
.format-image .arrow-up i{background:  #3498db;}
/* ----- standard  --- */
.format-standard a:hover{color: #1abc9c;}

.format-standard .btn-3:hover {background: #1c9a81;}
.format-standard .btn-3:active {background: #0c856d;}
.format-standard .arrow-up i{background:  #1abc9c ;}
/* ----- quote --- */
.format-quote a:hover{color: #a0ce4e;}

.format-quote .btn-3:hover {background: #84ae38;}
.format-quote .btn-3:active {background: #739e25;}
.format-quote .arrow-up i{background:  #a0ce4e ;}
/* ----- audio  --- */
.format-audio a:hover{color: #e67e22;}

.format-audio .btn-3:hover {background: #cb7325;}
.format-audio .btn-3:active {background: #ae5b12;}
.format-audio .arrow-up i{background:  #e67e22  ;}
/* ----- gallery --- */
.format-gallery a:hover{color: #7f8c8d;}

.format-gallery .btn-3:hover {background: #747a7a;}
.format-gallery .btn-3:active {background: #435c5e;}
.format-gallery .arrow-up i{background:  #7f8c8d  ;}
/* ----- link  --- */
.format-link a:hover{color: #f1c40f;}

.format-link .arrow-up i{background:  #f1c40f  ;}
/* -----  ads  --- */
.format-ads a:hover{color: #3b3b3b;}

.format-ads .arrow-up i{background:  #3b3b3b  ;}
/* ----- facebook  --- */
.format-status .format-facebook a:hover{color: #457e9b;}

.format-status .format-facebook .btn-3:hover {background: #2d789e;}
.format-status .format-facebook .btn-3:active {background: #1c5a7a;}
.format-status .format-facebook .arrow-up i{background:  #457e9b  ;}
.format-status .format-facebook .social-icons a:hover{color: #fff}
/* ----- twitter  --- */
.format-status .format-twitter a:hover{color: #62afd1;}

.format-status .format-twitter .btn-3:hover {background: #3c96bd;}
.format-status .format-twitter .btn-3:active {background: #2882a9;}
.format-status .format-twitter .arrow-up i{background:  #62afd1  ;}
.format-status .format-twitter .social-icons a:hover{color: #fff}
/* ----- google plus  --- */
.format-status .format-google a:hover{color: #c75541;}

.format-status .format-google .btn-3:hover {background: #c75541;}
.format-status .format-google .btn-3:active {background: #822414;}
.format-status .format-google  .arrow-up i{background:  #c75541  ;}
.format-status .format-google .social-icons a:hover{color: #fff}



.post-ads-bg{padding: 10px;}

.format-link, .format-aside ,.format-quote{overflow: inherit !important;}
.format-link .arrow-up, .format-aside .arrow-up,.format-quote .arrow-up{position: absolute;bottom: -30px;right: 50%;margin-right: -35px;}



/**/

.post-tags a{
    background-color: #777777;     
    border-radius: 2px;     
    color: #ffffff !important;     
    display: inline-block;     
    font-size: 12px;     
    line-height: 18px;     
    margin: 0 1px 1px 0;     
    padding: 4px 7px;     
    position: relative;     
    text-decoration: none !important;     
    text-transform: uppercase;
    margin: 2px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.post-tags a:hover{
    background-color:#f0491b;     
}




.avatarauthor {}
.avatarauthor img{
	border: 15px solid rgba(0, 0, 0, 0.1);
    border-radius: 50% 50% 50% 0;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.18);
    max-width: 190px;
    transition: all 0.1s ease-in 0s;
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
}
.avatarauthor img:hover {
    border: 15px solid #3980c9;
}
.roleauthor {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0 16px 16px 0;
    display: inline-block;
    font-size: 12px;
    left: 33px;
    padding: 8px 20px;
    position: relative;
    top: -64px;
    color: #fff;
    font-style: italic;
    float: left;
}
.sowd{position: relative;margin: 20px 0 0;}
.hfspa{
	font-size: 25px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #fff;
    margin: 0px 0px 30px;
    text-transform: capitalize;
    }
.hfspa span {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
    position: relative;
    top: 0px;
}
.ooffsort p{
	color: #fff;
	font-size: 16px;
}
.sidebar-in{
	background: rgba(0, 0, 0, 0.5);
	display: inline-block;
}

.ooffsort{
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	margin-bottom: 20px;
	text-align: center;
	line-height: 22px;
	padding: 15px;
}

.centerale .social-icons{
	margin: 10px 3px;
	text-align: center;
}

.centerale .social-icons a{
	display: inline-block;
	margin: 2px;
	height: 24px;
	width: 24px;
	color: #fff;
	border-radius: 2px;
	text-align: center;
	font-size: 14px;
	background-color: gray;
	transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color ease-in-out;
}


.centerale .social-icons a i{
	display: inline;
	font-size: 14px;
	line-height: 25px;
}

.centerale .social-icons a:hover {
	background-color: #f0491b;
}

.post-thumb .google_status_class,
.post-thumb .facebook_status_class,
.post-thumb .twitter_status_class {padding: 50px;}


.post-thumb .twitter_status_class iframe ,
.post-thumb .google_status_class iframe{display: inline-block !important;}

.post-thumb {
	position: relative;
	background-color: #000;
	overflow: hidden;
}
.format-standard .post-thumb,
.format-gallery .post-thumb,
.format-audio .post-thumb{
	max-height: 450px;
}
.post-thumb img {
	width: 100%;
	height: auto;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.post-thumb img:hover {
    transform: scale(1.1);
    opacity: 0.5;
    transition-timing-function: ease-in;
}
.post-gallery .owl-controls {
	margin: 0;
}
.post-gallery .owl-pagination {
	position: absolute;
	bottom: 42px;
	width: 100%;
	left: 0;
	display: none;
}
.post-gallery .owl-pagination .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	filter: Alpha(Opacity=1);
	opacity: 1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.post-gallery .owl-pagination .owl-page.active span, .post-gallery .owl-pagination .owl-page:hover span {
	-webkit-transform: scale(1.2);
}
.post-gallery .owl-buttons div {
	display: block;
	width: 45px;
	height: 45px;
	margin-top: -22px;
	text-align: center;
	color: #777;
	opacity: 0;
	background-color: #fff;
	transition: opacity 0.2s ease-in-out, color 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out, color 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out, color 0.2s ease-in-out;
}
.post-gallery:hover .owl-buttons div {
	opacity: 1;
}
.post-gallery:hover .owl-buttons > div:hover {
	color: #f0491b;
}
.post-gallery .owl-buttons > div i {
	line-height: 47px;
	font-size: 14px;
}
.post-gallery .owl-buttons .owl-prev {
	position: absolute;
	top: 50%;
	left: 15px;
}
.post-gallery .owl-buttons .owl-next {
	position: absolute;
	top: 50%;
	right: 15px;
}
.lightbox-overlay {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 20;
	color: #f0491b;
	font-size: 16px;
	background-color: rgba(255,255,255,0.4);
	transition: color 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
}
.post-thumb:hover .lightbox-overlay {
	opacity: 1;
}
.lightbox-overlay i {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 45px;
	height: 45px;
	line-height: 47px;
	border-radius: 50%;
	margin-left: -22px;
	margin-top: -40px;
	text-align: center;
	color: #f0491b;
	background-color: #fff;
	transition: color 0.2s ease-in-out;
    -moz-transition: margin-top 0.2s ease-in-out;
    -webkit-transition: margin-top 0.2s ease-in-out;
    -o-transition: margin-top 0.2s ease-in-out;
}
.post-thumb:hover .lightbox-overlay i {
	margin-top: -23px;
}
.post-thumb .post-type-icon {
	position: absolute;
	left: 50%;
	bottom: -25px;
	margin-left: -25px;
	z-index: 21;
}
.post-thumb .post-type-icon i {
	font-size: 18px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	height: 50px;
	width: 50px;
	color: #666;
	line-height: 50px;
	background-color: #fff;
}
.post-quote-bg {
	position: relative;
	background-color: #f0491b;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}
.post-format-icon {
    color: #fff;
    float: left;
    font-size: 36px;
    margin: 5px 20px 0 10px;
 }
.post-quote-bg  {
   background-color: #444;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
    position: relative;
}
.post-quote-bg .post-type-icon {
	position: absolute;
	bottom: 42px;
	right: 45px;
	font-size: 3em;
	color: #fff;
	opacity: 0.15;
}
.post-quote-bg .quote {
	display: block;
	color: #fff;
	font-size: 22px;
	line-height: 28px;
	padding: 40px 30px;
	border-radius: 2px;
	background-color: rgba(0,0,0,0.6);
}
.post-quote-bg .quote p {
	color: #fff;
	font-size: 22px;
	line-height: 28px;
}
.post-quote-bg .quote .author {
	color: #fff;
	margin-top: 12px;
	font-size: 12px;
	display: block;
	text-transform: uppercase;
}
.post-quote-bg .quote .author:before {
	content: "| ";
}
.post-link {
	position: relative;
	background-color: #f0491b;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}
.post-link .post-type-icon {
	position: absolute;
	bottom: 45px;
	right: 48px;
	font-size: 3em;
	color: #fff;
	opacity: 0.15;
}
.post-link .link {
	display: block;
	color: #fff;
	font-size: 22px;
	line-height: 28px;
	padding: 80px 30px;
	border-radius: 2px;
	background-color: rgba(0,0,0,0.6);
	font-weight: 700;
}
.embed-status {
	position: relative;
	background-color: #f0491b;
	text-align: center;
	padding: 50px 0;
	background-position: center center;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}
.embed-status .embed-status-box {
	display: inline-block;
}
.soundcloud iframe {
	width: 100%!important;
	height: 250px!important;
}

/*------------------------------------------*/
/* PostContent
/*------------------------------------------*/
.content-area,
.page-content {
	line-height: 24px;
	color: #000;
}
.content-area, .page-content, .content-area p{
	font-weight: 600;
    color: #9a9a9a;
    font-size: 16px;
}
.comment-body{
	line-height: 10px;
}
.content-area p + p, .comment-body p + p, .page-content p + p {
	margin-bottom: 15px;
}
.col-md-12 .content-area, .col-md-12 .post-entry-bottom {
	padding-right: 10px !important;
	padding-left: 10px !important;
}
.box1111 .content-area, .box1111 .post-entry-bottom{
	padding: 30px !important;
}
.blog-posts .post-head + .content-area {
	padding-top: 0!important;
	padding: 30px;
}
.post-entry-bottom {
	border-top: 1px solid #eee;
	padding:30px;
}
.post-entry-bottom .read-more {
	font-size: 16px;
	padding: 10px;
}
.post-entry-bottom .read-more i {
	margin-left: 3px;
	font-size: 14px;
	position: relative;
	top: 1px;
}
.post-entry-bottom .post-tags {
	max-width: 60%;
	font-size: 12px;
	float: left;
	height: 34px;
	font-weight: 400;
	overflow: hidden;
	line-height: 34px;
}
.post-entry-bottom .post-tags span {
	font-size: 14px;
	font-weight: 600;
	color: #666;
}
.post-share {
	position: relative;
	font-size: 12px;
	float: right;
}
.post-share a{
	color: #555;
}
.post-share .post-share, .post-share .post-love {
	display: inline-block;
	margin-left: 4px;
}
.post-share .post-share a i, .post-share .post-love a i {
	font-size: 14px;
	position: relative;
	top: 2px;
	margin-left: 1px;
}
.post-share .post-love a.post-love-link {
	color: #F7536B;
	border: 1px solid #F7536B;
	display: block;
	padding: 5px 12px;
	border-radius: 3px;
}
.no-results-msg{
	padding: 60px;
	background-color: #F1F1F1;
}
.index-modal-dialog .social-icons a{
	color: #888;
}
.post-entry-bottom .index-modal-dialog .social-icons a:hover{color:#fff;}
.post-share a.post-share-link {
	color: #f0491b;
	border: 1px solid #f0491b;
	display: block;
	padding: 5px 14px;
	border-radius: 3px;

}
.sharing-modal {
	background-color: #f0491b;
	position: fixed;
	width: 100%;
	height: 100%;
	text-align: center;
}
.sharing-modal .close {
	font-size: 2.8em;
	display: block;
	padding: 10px;
	position: absolute;
	right: 20px;
	top: 10px;
	color: #fff;
	opacity: 0.4;
	text-shadow: none;
}
.index-modal-dialog{
    width: 100%;
    
}
.index-modal-dialog .social-icons{
	float: right;
}
.index-modal-dialog section{
	float: left;
	margin-top: 2px;
	margin-bottom: 7px;
}
.post-entry-bottom .index-modal-dialog .social-icons a i {
	font-size: 22px;
	display: inline-block;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	border: 1px solid rgba(68, 68, 68, 0.5);
	color: rgba(50, 50, 50, 1);
	margin: 10px 0 5px 10px;
	border-radius: 50%;
	transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.post-entry-bottom .index-modal-dialog .social-icons a:hover i {
	color: rgba(240, 73, 27, 1);
	border-color: rgba(240, 73, 27, 1);
}
.tooltip .tooltip-inner {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
}
.custom-divider.solid {
	height: 1px;
	background-color: #f4f4f4;
}
.progress-bar-block  {
	margin-bottom: 12px;
}
.progress-label {
	color: #d2d2d2;
	font-size: 12px;
}
.progress-bar {
	position: relative;
	background: #f0491b;
}
.progress-bar span {
	position: absolute;
	right: -0px;
	top: -25px;
	padding: 2px 5px;
	background-color: #ddd;
	color: #fff;
	font-size: 11px;
	line-height: 12px;
	border-radius: 2px;
	opacity: 0;
}
.progress-bar span:after {
	position: absolute;
	left: 14px;
	bottom: -4px;
	border-style: solid;
	display: block;
	content: "";
	width: 0;
	border-width: 4px 4px 0;
	border-color: #ddd transparent;
}
.serchat {
    width: 100%;
    max-width:0;
    transition: all .5s ease;
    position:absolute;
    top: 0;
    right: 0;
    box-sizing:border-box;
    opacity:0;
    font-size: 16px;
    padding: 0px 45px 0 16px  !important;
    line-height: 35px;
}
.serchat.expanded {
    max-width:100%;
    opacity:1;
}
.icon {
    width: 20px;
    height: 20px;
    color: #777;
    position: absolute;
    right: 2%;
    display: inline-block;
    font-size: 22px;
    top: 7px;
    cursor: pointer;
}

/*****************************************
Sidebar
****************************************/
.sidebar {
	color: #404040;
	padding-left: 15px;
	padding-right: 15px;
}
.sidebar a {
	color: #222;
}

.sidebar a:hover {
	color: #f0491b;
}

/*****************************************
widgets or blocks 
****************************************/
.widget {
	position: relative;
	margin-bottom: 30px;
}
.sidebar .widget {
	background-color: #fff;
	padding:28px;
	overflow: hidden;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.sidebar .widget iframe{
	width: 100% !important;
}
.sidebar .widget.widget_search {
	padding:  20px 24px;
}
.sidebar .widget:before {
	content: "";
  	position: absolute;
  	top: 0;
  	right: 0;
	z-index: 40;
  	border-width: 0 16px 16px 0;
  	background: #658E15;
  	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.08), -1px 1px 1px rgba(0,0,0,0.08);
  	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.08), -1px 1px 1px rgba(0,0,0,0.08);
  	box-shadow: 0 1px 1px rgba(0,0,0,0.08), -1px 1px 1px rgba(0,0,0,0.08);
  	display: block;
	width: 0;
}
.widget h3.widget-title {
	margin: 0 0 30px 0;
	font-size: 18px;
	color: #222;
	position: relative;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
	text-align: center;
	font-weight: 600;
}
.widget h3.widget-title span {
	position: relative;
	display: inline-block;
	padding-bottom: 20px;
	border-bottom: 1px solid #f0491b;
	color: #222;
	margin-bottom: -1px;
}
.mgw-inner div{
	width: 100% !important;
}
@media (max-width: 405px) { 
	.mgw-inner div{border: 1px solid #ddd !important;}
	#superfish-2 li ul {position: unset;}
}


/* Effect 1: Brackets */
.widget h3.widget-title span::before,
.widget h3.widget-title span::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}
.widget h3.widget-title span::before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}
.widget h3.widget-title span::after {
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}
.widget h3.widget-title span:hover::before,
.widget h3.widget-title span:hover::after,
.widget h3.widget-title span:focus::before,
.widget h3.widget-title span:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}
#searchform {
	position: relative;
	text-align: center;
}
#searchform input[type="submit"]{
    background-color: #f1f1f1;
    border-radius: 2px;
    color: #777;
    padding: 15px 17px;
    text-decoration: none;
    right: 0;
    font-size: 15px;
    transition: all 0.2s ease-in-out 0s;
}
.nav-sahary #searchform i{font-size: 20px;}
.widget_search .screen-reader-text {
    display: none;
}

.widget_search input[type="text"] {
	margin-right: 3px;
	width: 100%;
}

.widget_search input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	padding: 15px 20px;
	border-radius: 0 2px 2px 0;
}
.widget.widget_categories ul li, .widget.widget_pages ul li, .widget.widget_archive ul li, .widget.widget_recent_entries ul li, .widget.widget_meta ul li {
	padding-bottom: 8px;
	margin-bottom: 8px;
}
.widget.widget_categories > ul > li, .widget.widget_pages > ul > li, .widget.widget_archive > ul > li, .widget.widget_recent_entries > ul > li, .widget.widget_meta > ul > li {
	font-size: 13px;
	text-transform: capitalize;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.widget.widget_categories ul ul li, .widget.widget_meta ul ul li, .widget.widget_pages ul ul li, .widget.widget_archive ul ul li, .widget.widget_recent_entries ul ul li {
	padding-bottom: 0;
	font-size: 12px;
}

.widget.widget_categories ul li:last-child, .widget.widget_meta ul li:last-child, .widget.widget_pages ul li:last-child, .widget.widget_archive ul li:last-child, .widget_recent_entries ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0;
}
.widget.widget_meta ul li a, .widget.widget_pages ul li a, .widget.widget_archive ul li a, .widget.widget_recent_entries ul li a {
	color: #777;
}
.widget.widget_categories ul li a:hover, .widget.widget_meta ul li a:hover, .widget.widget_pages ul li a:hover, .widget.widget_archive ul li a:hover, .widget.widget_recent_entries ul li a:hover {
	color: #f0491b;
}

.widget.widget_categories ul li i, .widget.widget_pages ul li i, .widget.widget_archive ul li i, .widget.widget_recent_entries ul li i {
	margin-right: 10px;
	font-size: 12px;
}

.widget .tagcloud a {
	border-radius:25%;
	border: 1px solid #777;
	display: inline-block;
	padding: 2px 9px;
	line-height:23px;
	margin: 0 3px 7px 0;
	border-radius: 2px;
	font-size: 12px!important;
	text-transform: capitalize;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

/* Flickr 
-------------------------------------------------------------------------------------*/
.flickr_badge_image {
	display: inline-block;
	padding: 2px;
	width: 100px;
	height: 100px;
	margin: 0 4px 4px 0;
	overflow: hidden;
	background-color: #555;
}
.flickr_badge_image img {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.85)
}
.flickr_badge_image:hover {
	background-color: #f0491b;
	transition: all 0.2s ease-out 0s;

}
#flickr_badge_image1 .flickr_badge_image{
	border: 1px solid rgba(255, 255, 255, 0.13);
    box-sizing: border-box;
    float: left;
    height: 70px;
    margin-bottom: 6px;
    margin-right: 6px;
    padding: 3px;
    transition: all 0.2s ease-out 0s;
    width: 70px;
}
.hamzh_flickr{
	text-align: center;
}
/*facebook like box*/

.widget .facebook-widget {
    border: 1px solid #e7e7e7;
}


/*login widget*/
h2.welcome-text {
	font-size: 15px;
	margin-bottom: 10px;
}
.user-login-links li{
	background: #999999;
	display: inline-block;
	margin-right: 6px;
}
.secondary-sidebar .user-login-links li{
	margin-bottom: 5px;
}
.user-login-links li a{
	padding: 7px 11px;
	color: #f2f2f2;
	display: block;
}
.user-login-links li:hover{
	background: #61a2c6;
}
.user-login-links li a:hover{
	color: white;
}
.user-login-links li i{
	font-size: 17px;
	margin-right: 5px;
	position: relative;
	top: 3px;
}
.login_widget #user-login{
	overflow: hidden;
}
.login_widget .author-avatar img{
	float: left;
	margin-right: 15px;
}
.secondary-sidebar .login_widget .author-avatar img{
	margin-bottom: 15px;
}
.login-widget form .login-input-wrap {
    float: left;
    width: 165px;
}
.login-widget input[type="text"],
.login-widget input[type="password"] {
    background: #fafafa;
    color: #c6c6c6;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #e7e7e7;
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    padding: 0 10px;
    height: 38px;
    outline: none;
    float: right;
    width: 102px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 7px;
    box-sizing: content-box;
}
.login-widget span {
    background: #e9e9e9;
    color: #a1a1a1;
    font-size: 17px;
    border: 1px solid #dbdbdb;
    text-align: center;
    float: left;
    width: 40px;
    height: 38px;
    line-height: 40px;
}
.login-pwd-wrap span {
    font-size: 52px;
    position: relative;
}
.login-pwd-wrap span:before {
    position: absolute;
    content: '*';
    width: 100%;
    height: 100%;
    left: 0;
    top: 9px;
}
.login-widget .login-user-wrap {
    float: left;
    margin-right: 6px;
}
.login-widget .login-button {
    width: 76px;
    height: 35px;
    background: #e9e9e9;
    border: 1px solid #dbdbdb;
    color: #4b4b4b;
    font-size: 15px;
    font-weight: 700 !important;
    margin-right: 5px;
    padding: 0;
    box-sizing: content-box;
}
.login-widget .login-button:hover{
	background: #E4E4E4;
}
.login-widget input.rememberme {
    position: relative;
    outline: none;
    margin-right: 2px;
    -moz-appearance: none;
    -webkit-appearance:none;
    -o-appearance: none;
    width: 10px;
    height: 10px;
}
.login-widget input.rememberme:before {
    position: relative;
    display: block;
    content: "";
    top: -2px;
    left: -2px;
    width: 13px;
    height: 13px;
    background: #f9f9f9;
    border: 1px solid #e5e5e5;
}
.login-widget input.rememberme:hover:before {
    border: 1px solid #9a9a9a;
}
.login-widget input[type="checkbox"].rememberme:checked:after {
    position: absolute;
    font-family: 'Open Sans';
    content: "\e677";
    top: -1px;
    left: -1px;
    color: #9a9a9a;
}
ul.login-links li a,
.login-widget label {
    font-size: 14px;
    color: #9a9a9a;
    font-weight: 300;
}
ul.login-links {
    margin-top: 15px;
}
ul.login-links li:before {
    content: "";
    position: relative;
    width: 5px;
    height: 5px;
    left: 0;
    bottom: 2px;
    background: #a1a1a1;
    display: inline-block;
    margin-right: 5px;
}

.widget .grid-pics a {
	display: inline-block;
	width: 17.2%;
	position: relative;
	margin-bottom: 3px;
	border-radius: 2px;
	margin-right: 2%;
	overflow: hidden;
}

.widget .grid-pics a:nth-child(5n+0) {
	margin-right: 0;
}

.widget .grid-pics a:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(255,255,255,0);
	transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color ease-in-out;
}

.widget .grid-pics a:hover:after {
	background-color: rgba(255,255,255,0.2);
}

.grid-pics a img {
	width: 100%;
	height: 49px;
}

.widget .hamzh_post li {
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.widget .hamzh_post li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}

.sidebar .widget .hamzh_post .post-thumb {
   /* margin-bottom: 20px;
    width: 100%;*/
    border-radius: 50%;
    float: left;
    height: 80px;
    margin-right: 20px;
   width: 80px;
   overflow: hidden;
}
}


.widget .hamzh_post .post-thumb{
	overflow: hidden;
}
 .widget .hamzh_post .post-thumb a img {
     width: 100%;
     height: 100%;
    -webkit-transform: scale(1,1) rotate(0deg);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 1ms;
    -moz-transform: scale(1,1) rotate(0deg);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 1ms;
}
.widget .hamzh_post .post-thumb a img:hover {
      -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  /* transition: all 1s ease; */
    /*opacity: .7;
    -webkit-transform: scale(1.10,1.07) rotate(2deg);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 1500ms;
    -moz-transform: scale(1.05,1.07) rotate(2deg);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 1500ms;
    position: relative;*/
}
 .widget .hamzh_post .post-thumb img {
  border-radius: 50%;
}
.widget .hamzh_post .post-right {
	display: inline;
}
.widget .hamzh_post .post-right h3 {
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 2px;
	margin: 0;
	color: #777;
	text-transform: capitalize;
}
.footer .widget .hamzh_post .post-right h3 a{
	color: #f4f4f4;
}
.widget .hamzh_post .post-right .post-meta {
	font-size: 12px;
	line-height: 30px;
	color: #ccc;
}
.widget .hamzh_post .post-right .post-meta span{
	color: #999;
}
.widget .hamzh_post .post-right .post-meta a {
	color: #777;
}
.widget .hamzh_post .post-right .post-meta span:after {
	content: " | ";
}
.widget .hamzh_post .post-right .post-meta span:last-child:after {
	content: "";
}
.widget .recentcomments {
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.widget .recentcomments:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}
.widget .recentcomments .alignleft {
	float: left;
	margin: 0 10px 0px 0px; 
	background-color: #222;
	height: 80px;
	width: 80px;
	overflow: hidden;
	border-radius: 50%;
}
.widget .recentcomments .alignleft img {
	border-radius: 50%;
	width: 100%;
	height: 100%;
}
.widget .recentcomments .alignleft img:hover {
	border-radius: 50%;
    opacity: 0.5;
}
.widget .recentcomments .comment-right {
	padding-left: 60px;
	font-size: 13px;
	line-height: 19px;
}
.widget .recentcomments .comment-author {
	color: #888;
	font-weight: 400;
	text-transform: capitalize;
	margin-bottom: 1px;
	display: block;
}
.widget .recentcomments .comment-author a {
	color: #333;
}
.widget .recentcomments .comment-c {
	display: block;
	max-height:59px;
	overflow: hidden; 
}
.widget .recentcomments .comment-c a {
	color: #404040;
}
.widget .recentcomments .comment-c a:hover {
	color: #f0491b;
}
.widget .fetched_tweets li {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #f4f4f4;
}
.widget .fetched_tweets li, .widget .fetched_tweets li a {
	color: #404040;
}
.widget .fetched_tweets li a:hover {
	color: #f0491b;
}
.widget .fetched_tweets li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}
.widget .fetched_tweets li .wdtf-user-card {
	float: left;
	text-align: center;
}
.widget .fetched_tweets li .wdtf-user-card img {
	border-radius: 2px;
}
.widget .fetched_tweets li .tweet_data {
	padding-left: 62px;
	font-size: 13px;
	line-height: 20px;
}
.widget .fetched_tweets li .tweet-bottom {
	padding-top: 6px;
}
.widget .fetched_tweets li .wdtf-screen-name {
	float: left;
}
.widget .fetched_tweets li .wdtf-screen-name a {
	color: #888;
	font-weight: 400;
	text-transform: capitalize;
	margin-bottom: 1px;
}
.widget .fetched_tweets li .times {
	float: right;
}
.widget .fetched_tweets li .times a {
	font-size: 12px;
	color: #ddd;
	font-weight: 400;
	font-style: italic;
}
.widget .fetched_tweets li .times a:hover {
	color: #f0491b;
}

/*..............................
 banners_ads
..............................*/


.banners{
	text-align: center;
	margin-left: 18px;
}


.banners_li{
	float: left;
	margin: 0 20px 20px 0;
}

/*------------------------------
About
------------------------------*/

.toggle-item .lightbox{text-align: left;position: unset}
.widget.widget-about .my-words {
	padding: 5px 15px 10px 15px;
}

.my-data i{
	font-size: 15px;
}


.widget.widget-about .my-pic{
	width: auto;
	height: auto;
	overflow: hidden;
	text-align: center;
}
.sidebar .widget.widget-about{overflow: visible;}

.widget.widget-about .my-pic img {
	text-decoration: none;

    opacity: 1;
    -webkit-transform: scale(1,1) rotate(0deg);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 1ms;
    -moz-transform: scale(1,1) rotate(0deg);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 1ms;
}
.widget.widget-about .my-pic img:hover {
    opacity: .7;
    -webkit-transform: scale(1.10,1.07) rotate(2deg);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 1500ms;
    -moz-transform: scale(1.05,1.07) rotate(2deg);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 1500ms;
    position: relative;
}

.widget.widget-about .my-data {
	padding-top: 10px;
	text-align: center;
	line-height: 28px;
}

.widget.widget-about .my-data span {
	letter-spacing: 1px;
	text-transform: uppercase;
}

.widget.widget-about .my-data .my-name {
	font-size: 17px;
	line-height: 16px;
}

.widget.widget-about .my-data .my-job {
	font-size: 13px;
}


.widget.widget-about .my-words {
	font-size: 13px;
	line-height: 21px;
	text-align: center;
}

.widget.widget-about .social-icon {
	margin-top: 6px;
	text-align: center;
	border-top: 1px solid #eee;
	padding: 8px 30px 8px 30px;
}

.widget.widget-about .social-icon a {
	display: inline-block;
	margin: 2px;
	height: 24px;
	width: 24px;
	color: #fff;
	border-radius: 2px;
	text-align: center;
	font-size: 14px;
	background-color: #ccc;
	transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color ease-in-out;
}

.widget.widget-about .social-icon a:hover {
	background-color: #f0491b;
}

.widget.widget-about .social-icon a i {
	font-size: 14px;
	display: inline;
	line-height: 25px;
}


.no-csstransforms3d .position-left .st-pusher,
.no-js .position-left .st-pusher {
	padding-left: 300px;
}

.no-csstransforms3d .position-right .st-pusher,
.no-js .position-right .st-pusher {
	padding-right: 300px;
}

.search-results-title{
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), -1px 1px 1px rgba(0, 0, 0, 0.08);
    margin-bottom: 25px;
    padding: 30px 20px;
}

.search-results-title h3:after {
    background-color: #f0491b;
    bottom: -1px;
    content: "";
    display: inline-block;
    height: 1px;
    margin-top: 10px;
    position: relative;
    width: 30%;
}

.search-results-title h3 {
    border-bottom: 1px solid #eee;
    float: left;
    font-size: 27px;
    margin: 0;
    text-transform: uppercase;
}

.search-results-title span:before {
    content: "/";
    font-family: "Open Sans";
    font-size: 27px;
    margin: 0 10px;
}

.search-results-title span {
    display: inline-block;
    font-size: 20px;
    color: #777;
    margin: 5px 0;
}


.su-quote-inner {
	margin-bottom: 0;
}

.su-quote-inner .su-quote-cite {
	font-size: 13px;
}
.sharing-modal .index-modal-dialog .social-icons a i {
	font-size: 22px;
	display: inline-block;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	border: 1px solid rgba(255,255,255,0.5);
	color: rgba(255,255,255,0.5);
	margin: 10px;
	border-radius: 50%;
	transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.sharing-modal .index-modal-dialog .social-icons a:hover i {
	color: rgba(255,255,255,1);
	border-color: rgba(255,255,255,1);
}






.modal-dialog .social-icons{
	text-align: center;
}


.sharing-modal .modal-dialog {
	padding: 20px 0;
	top: 50%;
	margin: -70px auto 0 auto;
}

.sharing-modal .modal-dialog h2 {
	color: #fff;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 5px;
}

.post-entry-bottom .modal-dialog h2{
	color: #444;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 5px;

}

.post-entry-bottom .sharing-modal{
	text-align: center;
}

.post-entry-bottom .modal-dialog .social-icons a i {
	font-size: 22px;
	display: inline-block;
	height: 45px;
	width: 45px;
	line-height: 45px;
	text-align: center;
	border: 1px solid rgba(68, 68, 68, 0.5);
	color: rgba(68, 68, 68, 0.5);
	margin: 10px 0 5px 10px;
	border-radius: 50%;
	transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.post-entry-bottom .modal-dialog .social-icons a:hover i {
	color: rgba(240, 73, 27, 1);
	border-color: rgba(240, 73, 27, 1);
}



.sharing-modal .modal-dialog .social-icons a i {
	font-size: 22px;
	display: inline-block;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	border: 1px solid rgba(255,255,255,0.5);
	color: rgba(255,255,255,0.5);
	margin: 10px;
	border-radius: 50%;
	transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.sharing-modal .modal-dialog .social-icons a:hover i {
	color: rgba(255,255,255,1);
	border-color: rgba(255,255,255,1);
}








.author-ab {
    overflow: hidden;
    margin-bottom: 80px;
}

.author-ab p {
    color: #fff;
    line-height: 30px;
    font-size: 17px;
}

.author-ab .ab-inner{
  height: auto;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
  display: inline-block;

}

.author-ab .ab-left {
    max-height: 300px;
    padding:10px;
    text-align: center;
}


.author-ab .main-col {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    padding: 68px 30px;
    display: inline-block;
    min-height: 250px;
}

.abp-container {
    display: block;
    padding: 10px;
    margin: auto;
    width: 225px;
}


.author-ab .profile-pic {
	margin: auto;
    border: 5px solid #b1b2b4;
    border-radius: 100%;
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.2);
    height: auto;
    position: relative;
    width: 150px;
    height: 150px;
    z-index: 2;
    overflow: hidden;
}

.author-ab h2 {
    color: #fff;
    font: 700 22px/30px "Open Sans",sans-serif;
    margin-bottom: 12px;
    text-align: center;
    text-transform: uppercase;
}

.author-ab h6 {
    border-bottom: 3px solid #fff;
    color: #fff;
    margin-bottom: 15px;
    padding-bottom: 10px;
    text-align: center;
    text-transform: capitalize;
}


.author-ab .arrow-left {
    border-bottom: 25px solid transparent;
    border-right: 25px solid rgba(0, 0, 0, 0.5);
    border-top: 25px solid transparent;
    height: 0;
    left: -25px;
    position: absolute;
    top: 40%;
    width: 0;
    z-index: 10;
}

.author-ab .social-icons{
  float: right;
  line-height: 40px;
}
.author-ab .social-icons a{
  margin-left:3px; 
  font-size: 17px;
  color: #222;
  background-color: #f8f8f8;
  width: 27px;
  text-align: center;
  display: inline-block;
}

.author-ab .social-icons a:hover{
  background-color: #009ae1;
  color: #fff;
}





.skills{
  text-align: center;
  margin: 40px 0;
}

.skills p{
  margin-top: 20px;
}

.skills .span4{
  display: inline-block;
  margin: 0px 30px; 
}

.skills .skill{
 font-size: 25px;
 margin-bottom: 30px;
}

.chart {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 200px;
  text-align: center;
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.percent {
  display: inline-block;
  line-height: 200px;
  z-index: 2;
  font-size: 18px;
}
.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em;
}
.angular {
  margin-top: 100px;
}
.angular .chart {
  margin-top: 0;
}
input {
  display: block;
}
.btn {
  display: block;
  width: 200px;
  margin: 0 auto;
  padding: 10px 20px;
  background: #cccccc;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 0.8em;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn:hover {
  background: #333333;
  color: #ffffff;
}



.author-bio {
	display: inline-flex;
	margin: 40px 0;
}

.author-bio .author-avatar {
	float: left;
	overflow: hidden;
	margin-right: 15px;
}

 .author-avatar img{
 	height: auto;
 	width: 100%;
 	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
 	border: 3px solid #fff;
 	border-radius: 50%;
 }

.author-bio .about-author {
	padding: 10px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
	line-height: 20px;
}

.author-desc:before{
    border-bottom: 15px solid transparent;
    border-right: 15px solid #fff;
    border-top: 15px solid transparent;
    content: " ";
    display: block;
    height: 0;
    left: -25px;
    position: relative;
    top: 20px;
    width: 0;
}

.author-bio .about-author .author-name {
	font-weight: 400;
	margin-bottom:10px;
	margin-top: -20px;
	color: #000;
	font-size: 15px;
}

.author-bio .about-author .author-name a {
	color: #000;
}

.author-bio .about-author p {
	color: #404040;
}

.related-posts {
	border-top: 1px solid #f4f4f4;
	margin: 30px 0;
	background-color: #fff;
}

.related {
	padding: 12px 40px;
}

.related-posts .related-post {
	text-align: center;
	margin-bottom: 20px;
}

.related-posts .related-posts-title {
	margin: 10px 0;
	color: #666;
}

.col-md-8 .related-posts .post-thumb{
	height: 125px;
}

.related-posts .post-thumb {
	margin-bottom: 15px;
	border-radius: 2px;
	overflow: hidden;
	height: 200px;
	background-color: #222;
}
.bgi .post-thumb {
	max-height: 100%;
}
.related-posts .post-thumb img {
	opacity: 1;
	height: 100%;
	transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
}

.related-posts .post-thumb img:hover {
	opacity: 0.8;
}

.related-posts h5 {
	padding: 0 10px;
}

.related-posts h5 a {
	color: #666;
}

.related-posts h5 a:hover {
	color: #f0491b;
}

.related-posts span {
	line-height: 12px;
}

.related-posts span, .related-posts span a {
	font-size: 12px;
	color: #ccc;
}

/***********************************
Comments
***********************************/
#comments {
	border-top: 1px solid #f4f4f4;
	padding: 30px 40px;
}

.comments-post{
	background-color: #fff;
}

.comments-post .avatar{
	width: 64px;
	height: 64px;
	overflow: hidden;
 	margin-right: 13px;
 }

.comments-post .comment-body a{
	color: #333;
}

.commentlist {
	padding: 0;
	margin-bottom: 30px;
	border-bottom: 1px solid #f4f4f4;
}

.comments-title {
	margin-bottom: 25px;
	color: #666;
}

.commentlist li > div {
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.11);
}

.commentlist li li {
	padding-left: 50px;
}

.commentlist li .avatar {
	float: left;
	overflow: hidden;
	border-radius: 10%;
}

.commentlist li .comment-right {
	padding-left: 70px;
}

.commentlist li .comment-right .comment-author {
	color: #333;
	font-size: 16px;
}
.comment-author a{
	color: #333;
	text-transform: capitalize;
}
.commentlist li .comment-right .comment-meta {
	font-size: 15px;
	margin: 5px 0;
}

.commentlist li .comment-right .comment-meta a {
	color: #888;
}

.comment-meta .comment-edit-link, .comment-meta .comment-reply-link {
	text-decoration: underline;
	color: #888;
}

#reply-title {
	margin-bottom: 20px;
	color: #666;
}

#commentform .logged-in-as {
	margin-bottom: 2px;
}

#commentform p, .wpcf7-form p {
	margin-bottom: 15px;
}

#commentform p label, .wpcf7-form p label {
	font-size: 12px;
	line-height: 14px;
	display: block;
	font-weight: 300;
	color: #999;
}

.required, span.wpcf7-not-valid-tip {
	color: #F05E59;
}

.about-me-page .my-pic {
	width: 300px;
	height: 300px;
	margin: 0 auto 25px auto;
	overflow: hidden;
	border-radius: 50%;
}

.about-me-page .my-social {
	text-align: center;
	margin-bottom: 20px;
}

.about-me-page .my-social a {
	display: inline-block;
	width: 30px;
	height: 30px;
	color: #e6e6e6;
	margin: 0 1px;
	border-radius: 50%;
	border: 1px solid #e6e6e6;
	transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -moz-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -o-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.about-me-page .my-social a i {
	line-height: 30px;
	font-size: 14px;
}

.about-me-page .my-social a:hover {
	color: #f0491b;
	border-color: #f0491b;
}

.navigation-post{
  margin: 40px 0;
  width: 100%;
}

.blog-left a {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fff;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #bababa;
    float: left;
    font-size: 12px;
    font-weight: 600;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    text-align: center;
    transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: ease;
}
.blog-right a {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fff;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #bababa;
    float: right;
    font-size: 12px;
    font-weight: 600;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    text-align: center;
    transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: ease;
}
.blog-left a i, .blog-right a i{
  margin: 5px;
}
.blog-left:hover a, .blog-right:hover a {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #f0491b;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #fff;
}

/***********************************************
navigation
*******************************************/
.page-navigation .pagsty b{font-style: italic; }


.page-navigation .nav-next i{margin-left: 5px;}
.page-navigation .nav-previous i{margin-right: 5px;}
.page-navigation div a {
	display: inline-block;
	color: #444;
	transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
}
.page-navigation .pagsty b{display: block;margin-top: 5px;}
.page-navigation .nav-previous i,.page-navigation .nav-next i{font-size: 30px !important;}

 .page-navigation .pagsty a{
	background:none ;
    border-radius: 2px;
    color: #777;
    display: block;
    height: auto;
    width: 100%;
    line-height: 25px;
}
.page-navigation .pagsty a:hover{
	background: none;
	color: #444;
}
.page-navigation, .page-pagination {
	position: relative;
	top: -10px;
}

.page-navigation .nav-next {
	float: right;
}

.page-navigation .nav-previous {
	float: left;
}

.page-navigation div a {
	display: block;
	color: #fff;
	width: 38px;
	height: 38px;
	padding: 0;
	border-radius: 2px;
	background-color: #444;
	text-align: center;
	transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
}

.page-navigation div a:hover {
	background-color: #f0491b;
}

.page-navigation div a i {
	line-height: 34px;
	font-size: 16px;
}

.page-navigation div span {
	visibility: hidden;
	display: none;
	font-size: 13px;
	position: relative;
	top: -1px;
}

.page-navigation div a:hover span {
	visibility: visible;
	display: inline-block;
}

.page-navigation .nav-next span {
	margin-right: 4px;
}

.page-navigation .nav-previous span {
	margin-left: 4px;
}

.page-pagination {
	padding: 20px 40px;
	text-align: center;
}

.page-pagination li {
	display: inline-block;
}
.page-pagination li a, .page-pagination li span {
	display: block;
	padding: 13px 15px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	border-radius: 2px;
	line-height: 13px;
	background-color: #444;
	transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
}
.page-pagination li a:hover, .page-pagination li .current {
	background-color: #666;
}
.page-pagination li .current {
	background-color: #f0491b;
}
.page-content {
	position: relative;
	overflow: hidden;
	background-color: #fff;
	padding: 35px 35px 20px;
  	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.08), -1px 1px 1px rgba(0,0,0,0.08);
  	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.08), -1px 1px 1px rgba(0,0,0,0.08);
  	box-shadow: 0 1px 1px rgba(0,0,0,0.08), -1px 1px 1px rgba(0,0,0,0.08);
}
.page-content span{
	color: #222;
	padding: 5px 0;
	display: block;
}
.page-content:before {
	content: "";
  	position: absolute;
  	top: 0;
  	right: 0;
	z-index: 40;
  	border-width: 0 16px 16px 0;
  	background: #658E15;
  	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.08), -1px 1px 1px rgba(0,0,0,0.08);
  	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.08), -1px 1px 1px rgba(0,0,0,0.08);
  	box-shadow: 0 1px 1px rgba(0,0,0,0.08), -1px 1px 1px rgba(0,0,0,0.08);
  	display: block;
	width: 0;
}

.error-msg {
	padding: 80px 0;
	text-align: center;
	background-color: #f1f1f1;
}

.error-msg h1 {
	font-size: 120px;
	line-height: 120px;
	color: #f0491b;
	font-weight: 700;
}

.error-msg h2 {
	font-size: 50px;
	line-height: 64px;
	color: #444;
	text-transform: capitalize;
	font-weight: 600;
}
.error-msg h2 p{
	margin: 10px 0;
}

.no-results-msg p {
	font-size: 16px;
	color: #222;
}

.page-header{
	font-size: 22px;
	line-height: 36px;
	text-transform: uppercase;
	color: #404040;
	position: relative;
	border-bottom: 1px solid rgba(0,0,0,0.07);
}

.page-desc {
	position: relative;
	margin-top: -15px;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #777;
	margin-bottom: 15px;
}

.page-header:after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	border-bottom: 1px solid #f0491b;
}

.map-container {
   display: block;
    height: 300px;
    margin: 0 auto 25px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#gmap {
	width: 100%;
	height: 400px;
}

div.wpcf7-response-output {
	margin: 0;
	border-radius: 3px;
	padding: 8px 18px;
	border: 0;
	color: #fff;
	font-size: 13px;
}

div.wpcf7-validation-errors {
	background-color: #F05D4A;
}

div.wpcf7-mail-sent-ok {
	background-color: #B0E774;
}
.wpcf7-form p {
	position: relative;
}
div.wpcf7 img.ajax-loader {
	position: absolute;
	bottom: -25px;
	left: 50%;
	margin: 0;
}
span.wpcf7-form-control-wrap {
	min-width: 100%;
}
span.wpcf7-not-valid-tip {
	font-size: 13px;
	padding-top: 5px;
	line-height: 13px;
}
#footer {
	margin: auto;
	display: inline-block;
	width: 100%;
	padding-top: -50px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

.footer .widget h3.widget-title span {
	position: relative;
	display: inline-block;
	padding-bottom: 20px;
	border-bottom: 1px solid #f0491b;
	color: #fff;
	margin-bottom: -1px;
}
.footer-widget .widget.widget_categories ul ul li, .widget.widget_meta ul ul li, .widget.widget_pages ul ul li, .widget.widget_archive ul ul li, .widget.widget_recent_entries ul ul li {
	padding-bottom: 0;
	font-size: 12px;
}
.footer-widget .widget.widget_categories ul li:last-child, .widget.widget_meta ul li:last-child, .widget.widget_pages ul li:last-child, .widget.widget_archive ul li:last-child, .widget_recent_entries ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0;
}
.footer-widget .widget.widget_categories ul li a{color: #fff;}
.widget.widget_categories ul li a, .widget.widget_meta ul li a, .widget.widget_pages ul li a, .widget.widget_archive ul li a, .widget.widget_recent_entries ul li a {
	color: #777;
}

.footer-widget .widget .tagcloud a:hover {
	color: #f0491b !important;
	border:1px solid #f0491b;
}
.footer-widget .widget .tagcloud a {
	border-radius:25%;
	border: 1px solid #777;
	display: inline-block;
	padding: 2px 9px;
	color: #f4f4f4;
	line-height:23px;
	margin: 0 3px 7px 0;
	border-radius: 2px;
	font-size: 12px!important;
	text-transform: capitalize;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.footer-widget .widget.widget_categories ul li a:hover, .widget.widget_meta ul li a:hover, .widget.widget_pages ul li a:hover, .widget.widget_archive ul li a:hover, .widget.widget_recent_entries ul li a:hover {
	color: #f0491b;
}
.footer-widget .widget.widget_categories ul li i, .widget.widget_pages ul li i, .widget.widget_archive ul li i, .widget.widget_recent_entries ul li i {
	margin-right: 10px;
	font-size: 12px;
}
.footer-widget .widget_categories .children .cat-item i{
	font-size: 0px;
}
.footer .widget .hamzh_post .post-thumb {
    border-radius: 50%;
    float: left;
    height: 80px;
    margin-right: 20px;
    width: 80px;
    overflow: visible;
}
.footer .widget .hamzh_post .post-thumb img{
	border-radius: 50%;
}
.footer .widget .hamzh_post .post-thumb img:hover{
-webkit-transform: scale(1,1) rotate(0deg);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 1ms;
    -moz-transform: scale(1,1) rotate(0deg);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 1ms;
}
.footer-widget .widget .tagcloud a:hover {
	color: #f0491b !important;
	border:1px solid #f0491b;
}
.footer-widget .textwidget{
	color: #777;
}
.footer-widget .widget{
	padding: 20px;
}

.dwon-footer{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: block;
    margin: 0;
	padding: 30px;
    position: relative;
    width: 100%;
}

.dwon-footer p{
	padding: 0;
	margin: 0;
}

#footer p {
	font-size: 12px;
	line-height: 30px;
	color: #fff;
}
#footer p a{
	color: #EF481A;
}
#footer p a:hover{
	color: #FFFFFF;
}

#footer .go-top {
	float: right;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px solid rgba(0,0,0,0.1);
}

#footer .go-top a {
	display: block;
	width: 30px;
	height: 30px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	border-radius: 2px;
	background-color: #f0491b;
	transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
}

#footer .go-top a:hover {
	background-color: #444;
}

#footer .go-top a i {
	line-height: 30px;
}
#footer .social-icons {
	float: right;
}

#footer .copyr{
	float: left;
}
#footer .social-icons a {
	display: inline-block;
	margin: 2px;
	height: 24px;
	width: 24px;
	color: #fff;
	border-radius: 2px;
	text-align: center;
	font-size: 14px;
	background-color: #777;
	transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color ease-in-out;
}

#footer .social-icons a i{
	display: inline;
    font-size: 14px;
    line-height: 25px;
}
#footer .social-icons a:hover {
	background-color: #f0491b;
}

.archi .panel-collapse ul li a{
	font-size: 13px;

}

.toggle-item {
	margin-bottom: 16px;
}

.toggle-item .panel-title {
	margin-bottom: 10px;
}

.toggle-item .panel-title a {
	display: block;
	font-weight: 600;
	color: #222;
	height: 42px;
	line-height: 42px;
	position: relative;
	font-size: 15px;
	padding: 0 20px;
	border-radius: 2px;
	overflow: hidden;
	background-color: #f8f8f8;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.toggle-item .panel-title a:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 3px;
	background-color: #f0491b;
}

.toggle-item .panel-title a.collapsed:after {
	background-color: #ddd;
}

.toggle-item .panel-title a i {
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	width: 42px;
	height: 42px;
	font-size: 14px;
	text-align: center;
	line-height: 42px;
	background-color: #f0491b;
	transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
}

.toggle-item .panel-title a.collapsed i {
	background-color: #ddd;
}

.toggle-item .panel-collapse {
	padding: 0 20px;
}

.toggle-item .panel-collapse ul li {
	padding: 6px 0;
	line-height: 20px;
}

.toggle-item .panel-collapse ul li i {
	font-size: 14px;
	margin-right: 12px;
}


.su-custom-gallery {
	margin-left: -8px;
	margin-right: -8px;
}

.su-custom-gallery-slide {
	margin: 0!important;
	float: none!important;
	display: inline-block;
}

.col-md-12 .su-custom-gallery-slide {
	width: 16.666%;
	padding: 8px;
}

.col-md-8 .su-custom-gallery-slide {
	width: 20%;
	padding: 8px;
}

.su-custom-gallery-slide a {
	border: 3px solid #ccc;
    height: auto !important;
    overflow: hidden;
    position: relative;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), -1px 1px 1px rgba(0, 0, 0, 0.08);
}

.su-custom-gallery-slide img{
	height: 150px;
	width: 165px;
}

.su-custom-gallery-slide a::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0);
	transition: background-color 0.2s ease-in-out!important;
	-o-transition: background-color 0.2s ease-in-out!important;
	-ie-transition: background-color 0.2s ease-in-out!important;
	-moz-transition: background-color 0.2s ease-in-out!important;
	-webkit-transition: background-color 0.2s ease-in-out!important;
}

.su-custom-gallery-slide:hover a::before {
	background-color: rgba(0,0,0,0.6);
}

.su-custom-gallery-slide img {
	width: 100%;
	padding: 0!important;
	border: 0!important;
	border-radius: 0!important;
	-moz-border-radius: 0!important;
	-webkit-border-radius: 0!important;
}

.su-custom-gallery-slide span {
	bottom: 44%!important;
	right: auto!important;
	left: 0!important;
	padding: 0 8px!important;
	font-size: 13px!important;
	font-weight: 400;
	text-align: center;
	opacity: 0!important;
	width: 100%;
	color: #fff!important;
	filter: alpha(opacity=0)!important;
	background-color: transparent!important;
	transition: all 0.2s ease-in-out!important;
	-o-transition: all 0.2s ease-in-out!important;
	-ie-transition: all 0.2s ease-in-out!important;
	-moz-transition: all 0.2s ease-in-out!important;
	-webkit-transition: all 0.2s ease-in-out!important;
}

.su-custom-gallery-slide:hover span {
	opacity: 1!important;
	filter: alpha(opacity=100)!important;
}

.archives{
	padding-top: 60px;
}
.wp-caption{
	max-width: 100%;
}
.wp-caption-text{}
.gallery-caption{}
.bypostauthor{}
.alignright{
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft{
	float: left;
	margin: 5px 20px 20px 0;
}
.aligncenter {
	margin: 5px 0 20px 20px;
}












/*  -----  social icons hover -----  */


.hi-icon {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	margin:2px 2px 0px;
	width: 31px;
	height: 31px;
	text-align: center;
	z-index: 1;
}
.hi-icon:hover{
	
}
.hi-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}

.hi-icon:before {
	speak: none;
	font-size: 18px;
	line-height: 31px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}

/* Effect 5 */
.hi-icon-effect-5 .hi-icon {
	overflow: hidden;
	-webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	-moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}

.hi-icon-effect-5 .hi-icon:after {
	display: none;
}



.hi-icon-effect-5d .hi-icon:hover:before {
	-webkit-animation: toBottomFromTop 0.3s forwards;
	-moz-animation: toBottomFromTop 0.3s forwards;
	animation: toBottomFromTop 0.3s forwards;
}

@-webkit-keyframes toBottomFromTop {
	49% {
		-webkit-transform: translateY(100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toBottomFromTop {
	49% {
		-moz-transform: translateY(100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translateY(-100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toBottomFromTop {
	49% {
		transform: translateY(100%);
	}
	50% {
		opacity: 0;
		transform: translateY(-100%);
	}
	51% {
		opacity: 1;
	}
}

.hi-icon-effect-5 .fb-share, 
.hi-icon-effect-5 .gp-share, 
.hi-icon-effect-5 .tw-share,
.hi-icon-effect-5 .li-share,
.hi-icon-effect-5 .pi-share,
.hi-icon-effect-5 .em-share{
display: inline-block;
cursor: pointer;
border-radius: 3px;
background: #f1f1f1;
text-align: center;
line-height: 40px;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
}



/***** meta  ******/
.metastyle{
	
}
.metastyle span{
	border-radius: 3px;
	background: #f1f1f1;
	color:#888;
	padding: 6px;
	display: inline-block;
	margin: 3px;
}
.metastyle span a{
	color:#888;
}
.metastyle span span{margin: 0px; padding: 0px;border-radius: 0;}

.metastyle span i{margin-right: 3px;}
.eye-meta{

}

.clock-meta{ }
.clock-meta span.date-post {
    background: none repeat scroll 0 0 #ffffff;
    color: #999999;
    font-size: 1.4rem;
    letter-spacing: 0.24rem;
    padding: 0px 15px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}
.clock-meta span.date-post a{display: inline-block;margin-left: 5px;}
.clock-meta .border-date {
    border-top: 2px solid #e4e4e4;
    display: block;
    height: 2px;
    margin: 0 auto;
    position: relative;
    top: -9px;
    width: 80%;
    z-index: 0;
}

.comments-meta{position: absolute;right: 10px;}
.comments-meta i{font-size: 40px;color: #c75541;}
.comments-meta span{ font-family: 'Open Sans', sans-serif;font-size: 12px;float: left;text-align: center;width: 100%;position: absolute;left: 0;top: 15px;}
.comments-meta span a{color: #fff;}

.author-meta{color: #777; margin-top: 10px;text-align: left;}


.ads-are{
    background: none repeat scroll 0 0 #fff;
    border-top: 1px solid #f4f4f4;
    margin: 20px 0;
    padding: 20px;
    text-align: center;
}

@media (max-width: 468px) { 
	.box{position: relative !important;}
	#superfish-2 li ul {position: unset;}
}
/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) { 
.su-custom-gallery-slide img{height: 70px !important;width: 100px;}
 }
 img.mfp-img{width: 80% !important;}
 .mfp-figure:after{left:-10px ;right: -10px;}
 .widget h3.widget-title span{cursor:pointer; }
 /*#superfish-2 li ul {position: unset;}*/


 /***** *******/

.about-author .social-icons{
	font-size: 18px;
	text-align: center;
}

.about-author .social-icons a {
	display: inline-block;
	margin: 1px;
	height: 24px;
	width: 24px;
	color: #fff;
	border-radius: 2px;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	background-color: gray;
	transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color ease-in-out;
}
.about-author .social-icons a i{
	display: inline;
    font-size: 14px;
    line-height: 25px;
}
.about-author .social-icons a:hover {
	background-color: #f0491b;
}

.widget-about .social-icons a {
	display: inline-block;
	margin: 2px;
	height: 24px;
	width: 24px;
	color: #fff;
	border-radius: 2px;
	text-align: center;
	font-size: 14px;
	background-color: gray;
	transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color ease-in-out;
}

.widget-about .social-icons a i{
	display: inline;
    font-size: 14px;
    line-height: 25px;
}

.widget-about .social-icons a:hover {
	background-color: #f0491b;
}

.widget-about .social-icons{
	font-size: 18px;margin: 10px 0;text-align: center;
}


/* Scale up bounce */

.nav-sahary .sub-menu:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 5px 5px;
	border-color: transparent transparent #222;
    content: " ";
    display: block;
    left: 10%;
    position: relative;
    top: 0px;
}
.nav-sahary .sub-menu .sub-menu{margin-left: 5px;}
.nav-sahary .sub-menu .sub-menu:before{
	border-style: solid;
	border-width: 5px 5px 5px 0;
	border-color: transparent #222 transparent;
	left: -5px;
    position: relative;
    top: 20px;
}


.section {
	position: relative;
	z-index: 1; /* needed for setting pseudo-element z-index */
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	float: left;
}

.section a {
	position: relative;
	display: inline-block;
	outline: none;
	vertical-align: bottom;
	text-transform: capitalize;
	text-decoration: none;
}

.section a::before,
.section a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}


/*********Protf***************/
.ff-container{
	margin: 30px auto 30px auto;
	text-align: center;
}
.ff-container label{
	cursor: pointer;
	color: #777;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	line-height: 33px;
	font-size: 19px;
	background: #ffffff;
	padding: 0 20px 0 20px;
}

.ff-container label.ff-label-type-all{
	border-radius: 3px 0px 0px 3px;
}
.ff-container label.ff-label-type-3{
	border-radius: 0px 3px 3px 0px;
}

.ff-container input{
	display: none;
}
.ff-items{
	position: relative;
	margin: 0px auto;
	padding-top: 20px;
	word-wrap: break-word;

}
.ff-items a{
	display: block;
	position: relative;
	padding: 10px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	margin: 4px;
}
.ff-items a span{
	display: block;
	background: rgba(0,0,0, 0.7);
	font-style: italic;
	color: #fff;
	font-weight: bold;
	padding: 20px;
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 94%;
	height: 0px;
	overflow: hidden;
	opacity: 0;
	text-align: center;
	white-space:pre-line;
	text-shadow: 1px 1px 1px #303857;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.ff-items a:hover span{
	height: 91%;
	opacity: 1;
	word-wrap: break-word;
}
.ff-items li img{
	display: block;
    height: 200px;
    overflow: hidden;
    width: 300px;
}

.ff-items li{
	padding: 0px;
	margin: 0px;
	height: auto;
	display: inline-block;
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
}
.ff-container input.ff-selector-type-all:checked ~ .ff-items li{
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition: -webkit-transform 0.3s linear;
	-o-transition: -o-transform 0.3s linear;
	-ms-transition: -ms-transform 0.3s linear;
	transition: transform 0.3s linear;
}


@-webkit-keyframes scaleUp {
	50% { width: 188px; -webkit-transform: scale(0,0); }
    100% { width: 188px; -webkit-transform: scale(1,1); }
}
@-webkit-keyframes scaleDown {
	0% { width: 188px;-webkit-transform: scale(1,1);}
	99% { width: 188px; -webkit-transform: scale(0,0);}
    100% { width: 0px; -webkit-transform: scale(0,0); }
}
@-moz-keyframes scaleUp {
	50% { width: 188px; -moz-transform: scale(0,0); }
    100% { width: 188px; -moz-transform: scale(1,1); }
}
@-moz-keyframes scaleDown {
	0% { width: 188px;-moz-transform: scale(1,1);}
	99% { width: 188px; -moz-transform: scale(0,0);}
    100% { width: 0px; -moz-transform: scale(0,0); }
}
@-o-keyframes scaleUp {
	50% { width: 188px; -o-transform: scale(0,0); }
    100% { width: 188px; -o-transform: scale(1,1); }
}
@-o-keyframes scaleDown {
	0% { width: 188px;-o-transform: scale(1,1);}
	99% { width: 188px; -o-transform: scale(0,0);}
    100% { width: 0px; -o-transform: scale(0,0); }
}
@-ms-keyframes scaleUp {
	50% { width: 188px; -ms-transform: scale(0,0); }
    100% { width: 188px; -ms-transform: scale(1,1); }
}
@-ms-keyframes scaleDown {
	0% { width: 188px;-ms-transform: scale(1,1);}
	99% { width: 188px; -ms-transform: scale(0,0);}
    100% { width: 0px; -ms-transform: scale(0,0); }
}
@keyframes scaleUp {
	50% { width: 188px; transform: scale(0,0); }
    100% { width: 188px; transform: scale(1,1); }
}
@keyframes scaleDown {
	0% { width: 188px; transform: scale(1,1);}
	99% { width: 188px; transform: scale(0,0);}
    100% { width: 0px; transform: scale(0,0); }
}



/*********************************************/
#loginform input{
	padding: 5px 20px;
}
.widget_sidebarlogin #loginform{padding:11px 11px 0 0;}
.widget_sidebarlogin #loginform #user_login, .widget_sidebarlogin #loginform #user_pass{
	border-color: #F1F1F1;
	border-top-color: #DDD;
	border-left-color: #DDD;
	background: #F9F9F9;
	color: #515151;
	font-size: 12px;
	padding: 4px 7px;
	margin-bottom: 10px;
	border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;
	display: block;
	width: 95%;
	height: 35px;
}
.widget_sidebarlogin #loginform #user_login:hover, .widget_sidebarlogin #loginform #user_pass:hover { color:#000;}
.widget_sidebarlogin #loginform #user_login:focus, .widget_sidebarlogin #loginform #user_pass:focus { background:#FFF; color:#000;}
.widget_sidebarlogin #loginform .login-button{ margin-right:20px;}
.widget_sidebarlogin #loginform p{padding-bottom:0;}

.widget_sidebarlogin #loginform #wp-submit.button-primary:active{top:2px;}

.widget_sidebarlogin .avatar_container {
	margin: auto;
	width: 250px;
	height: 250px;
	overflow: hidden;
	border: 4px solid #eee;
}

ul#sidebar-login-links{
	text-align: center;

}
ul#sidebar-login-links-left{
	text-align: center;
}
ul#sidebar-login-links li, ul#sidebar-login-links-left li{
	display: inline;	
	list-style-type: none;
	text-align: center;
	padding: 5px 5px 5px 5px;
	background: none;
	border: none;
}

.widget_sidebarlogin  ul#sidebar-login-links li a{
	text-decoration: none;
}

.sidebar-login-info{
	width: 100%;
	text-align: center;
	height: auto;
	display: block;
}

.widget_sidebarlogin .sidebar-login-info .widget-container p, .widget_sidebarlogin .sidebar-login-info  p{
	margin: 5px 0 10px 0;
	line-height: 16px;
}

.widget_sidebarlogin p#reglost{
	margin-top: 10px;
}

.widget_sidebarlogin p#reglost a{
	margin-right: 5px;
}

.widget_sidebarlogin .sidebar-login-info .avatar_container img {
	text-decoration: none;
    opacity: 1;
    -webkit-transform: scale(1,1) rotate(0deg);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 1ms;
    -moz-transform: scale(1,1) rotate(0deg);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 1ms;
}

.widget_sidebarlogin #message.error.fade p{
	width: 100%;
	box-shadow: 0px 0px 20px #FF0000;
	text-align: center;
}

.widget_sidebarlogin .sidebar-login-info .avatar_container img:hover {
    opacity: .7;
    -webkit-transform: scale(1.10,1.07) rotate(2deg);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 1500ms;
    -moz-transform: scale(1.05,1.07) rotate(2deg);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 1500ms;
    position: relative;
}

.nav-menu #menu{}
.isStuck .nav-menu{float: right;}
.logo-nav{display: none;}
.isStuck .logo-nav{display: inline-block;float: left;}
.logo-nav h1{padding: 1px;margin: 0px;}
.logo-nav h1 a{
	font-size: 30px !important;
	color: #fff;
}
.logo-nav a:before{background: none;}
.logo-nav img{margin-top: 10px;max-height: 40px;max-width: 100px;}


.colnum4 .jp-video-container, .colnum4 .jp-audio-container{margin-left: -130px;}
.colnum4 .jp-progress{width: 60px;}
.colnum4 .jp-volume-bar-container{width: 20px;}

.colnum3 .jp-video-container, .colnum3 .jp-audio-container{margin-left: -180px;}
.colnum3 .jp-progress{width: 160px;}
.colnum3 .jp-volume-bar-container{width: 30px;}



/** tweet slider ***/

@media (max-width: 768px) { 
#tweets .tweetname{padding: 10px !important;font-size: 15px !important;}
#tweets .tweetstatus{padding: 10px;line-height: 19px;font-size: 12px !important;}
.twitter-feed-row .twt-icon i.fa-twitter{font-size: 45px !important;margin-top: 10px;}
.twt-icon {margin:30% 0 0 0px !important;padding-right:5px; }
.twt-desk ul {padding: 10px !important;}
 #tweets .tweetstatus{padding:0 10px !important;}
 #tweets .tweeticon{padding: 5px;}
#tweets .tweeticon a{padding: 5px;}
.caroufredsel_wrapper{height: 235px !important;}
#superfish-2 li ul {position: unset;}
 }




#tweets{
	background-color: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.08),  1px 1px 1px rgba(0,0,0,0.08);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.08),  1px 1px 1px rgba(0,0,0,0.08);
    box-shadow: 0 1px 1px rgba(0,0,0,0.08),  1px 1px 1px rgba(0,0,0,0.08);
}

#tweets .tweettime{padding: 5px;}
#tweets .tweetname{padding: 10px;font-size: 20px;}
#tweets .tweetstatus{color: #F1F1F1; padding: 10px;line-height: 19px;font-size: 16px;}
#tweets .tweeticon{padding: 5px;}
#tweets .tweeticon a{padding: 5px;}
.twt-desk ul {
	margin: 0;
	padding: 40px;
	list-style: none;
	display: block;
	width: auto !important;
}
.twitter-feed-row .twt-icon i.fa-twitter{
	font-size: 70px;color: #62afd1;margin-top: 10px;
}
.twitter-feed-row {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    color: #fff;
    padding:0;
}
.twt-icon:before {
    border-color: #222 transparent transparent;
    border-style: solid;
    border-width: 12px 12px 0;
    content: "";
    height: 0;
    position: absolute;
    top: 0px;
    width: 0;
    left: 60px;
}
.twt-icon {
    margin:70px 0 0 20px;
    float: left;
}
.twt-desk li {
	color: #999;
	text-align: left;
	padding-bottom: 100px;
	margin: 6px;
	width: auto !important;
	display: block;

}
.twt-desk li a{
	color: #ddd;
	font-size: 14px;
}
.twt-desk li a:hover{color: #444;}

.twt-desk {
	width: auto;
	margin-left: 0;
	text-align: center;
}
.twt-desk .clearfix {
	float: none;
	clear: both;
}
.twt-desk .prev {
	float: left;
	margin-left: 10px;
}
.twt-desk .next {
	float: right;
	margin-right: 10px;
}
.twt-desk .pager {
	width: 300px;
	text-align: center;
	margin: 10px auto;
}
.twt-desk .pager a {
	margin: 0 5px;
    text-decoration: none;
    background: #eee;
    font-size: 0px;
    border-radius: 50%;
    margin: 5px;
    padding: 5px;
}
.twt-desk .pager a.selected {
	background: #f0491b;
	padding: 6px;
	margin: 4px;
}
.twt-desk .timer {
	background-color: #f0491b;
	height: 1px;
	width: 0px;
}

.caroufredsel_wrapper{
	width: auto !important;
}


#main-content .title{
    margin-bottom: 25px;
    background-color: #fff;
    padding: 30px 20px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.08), -1px 1px 1px rgba(0,0,0,0.08);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.08), -1px 1px 1px rgba(0,0,0,0.08);
    box-shadow: 0 1px 1px rgba(0,0,0,0.08), -1px 1px 1px rgba(0,0,0,0.08);
 }

#main-content .title h3{
    float: left;
    font-size: 27px;
    margin: 0;
    border-bottom: 1px solid #eee;
    text-transform:uppercase;
   line-height: 20px;
 }

#main-content .title h3:after{
   background-color: #f0491b;
    bottom: -1px;
    content: "";
    display: inline-block;
    height: 1px;
    width: 30%;
    margin-top: 10px;
    position: relative;
 }

#main-content .title p:before{
 	content: "/";
    font-family: 'Open Sans';
    margin:0 10px 0 10px;
    font-size: 27px;
 }

#main-content .title p{
    display: inline-block;
    font-size: 15px;
 }
.row-fluid .social-icons{
	text-align: center;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-size: 18px;
    margin: 10px 0 10 0;
    padding: 10px 0 10 0;
}

.row-fluid .social-icons a {
	display: inline-block;
	margin: 2px;
	height: 24px;
	width: 24px;
	color: #fff;
	border-radius: 2px;
	text-align: center;
	font-size: 14px;
	background-color: gray;
	transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color ease-in-out;
}
.row-fluid .social-icons a i{
	display: inline;
    font-size: 14px;
    line-height: 25px;
}
.row-fluid .social-icons a:hover {
	background-color: #f0491b;
}
.row-fluid .social-icons a{
	display: inline-block;
}

.row-fluid .social-icons a{
	display: inline-block;
}

.hmztop {
  background-color: #777;
  background-image: url(./images/arrow.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 999999999999999;
  width: 40px;
  height: 40px;
  text-indent: -99999px;
  position: fixed;
  bottom: -100px;
  right: 1%;
  cursor: pointer;
  -webkit-transition: all .7s ease-in-out;
  -moz-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  -ms-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
  overflow: auto;
}
.hmztop:hover { background-color: #f0491b; }


.widget select{
	width: 100%;
	padding: 5px;
}
.cat-item ul.children,
.page_item ul.children{
	margin-left: 10px;
	line-height: 18px;
	margin-top: 10px;
}

.cat-item ul.children .cat-item i,
.page_item ul.children .page_item i{font-size: 0px;}

.widget_nav_menu .menu-item a:before,
.cat-item ul.children .cat-item i:before,
.page_item ul.children .page_item i:before{
	content: "\f0da";
	font: normal normal normal 14px/1 FontAwesome;
	margin-right: 5px;
}
.widget_nav_menu .menu{
	text-align: left;
}
.widget_nav_menu .menu-item{
	line-height: 25px;
}
.widget_nav_menu .menu-item .sub-menu{
	margin-left: 10px;
}
.widget_rss ul li{
	margin: 10px 0;
}
.widget_rss ul li .rsswidget{
	display: block;
	font-size: 15px;
	font-weight: 600;
	line-height: 18px;
}
.widget_rss ul li .rss-date{
	display: block;
	font-size: 85%;
	color: #999;
	margin: 4px 0;
}
.widget_rss ul li .rssSummary{
	display: block;
}
.widget_rss ul li cite{
	display: block;
	text-align: right;
}
.widget_recent_entries ul li a{
	display: block;
	font-size: 15px;
	font-weight: 600;
	line-height: 18px;
}
.widget_recent_entries ul li .post-date{
	display: block;
	font-size: 85%;
	color: #999;
	margin: 4px 0;
}
#recentcomments .comment-author-link{

	font-size: 15px;
	font-weight: 600;
	line-height: 18px;
	text-transform: capitalize;
}
#recentcomments .comment-author-link:before{
	content: "\f0e6";
	font: normal normal normal 15px/1 FontAwesome;
	margin-right: 5px;
	}

.footer-widget .widget_text .textwidget,
.footer-widget .widget_text .textwidget p,
.footer-widget .widget{
	color: #777;
}
.footer-widget .children .cat-item a i{
	font-size: 0px;
}
.footer-widget .widget_meta ul li a,
.footer-widget .widget_archive ul li a,
.footer-widget .comment-author-link,
.footer-widget .comment-author-link a,
.footer-widget .widget_pages ul li.page_item a,
.footer-widget .widget_archive a,
.footer-widget .widget_categories .cat-item a,
.footer-widget .widget a{
	color: #fff !important;
}
.footer-widget .widget select{
	color: #000;
}

/*************************************
*About me page
***************************************/
.info-about .su-quote{
    margin-top: 20px !important;
}
.info-about .su-list ul{
    float: left !important;

}
#sidebar.sticky{
    position: fixed;
}
.info-about .img-pic{
    width: auto;
    height: auto;
    overflow: hidden;
    border: 4px solid #eee;
}
.info-about img{
    display: block;
    opacity: 1;
    -webkit-transform: scale(1,1) rotate(0deg);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 1ms;
    -moz-transform: scale(1,1) rotate(0deg);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 1ms;
}
.info-about img:hover{
    opacity: .7;
    -webkit-transform: scale(1.10,1.07) rotate(2deg);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 1500ms;
    -moz-transform: scale(1.05,1.07) rotate(2deg);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 1500ms;
    position: relative;
}
.info-about .textwidget{
    line-height: 22px;
    font-size: 13px;
}
.team-social-icons a {
    display: inline-block;
    margin: 2px;
    height: 24px;
    width: 24px;
    color: #fff;
    border-radius: 2px;
    text-align: center;
    font-size: 14px;
    background-color: #444;
    transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color ease-in-out;
}
.team-social-icons a i{
    display: inline;
    font-size: 14px;
    line-height: 25px;
}
.team-social-icons a:hover {
    background-color: #f0491b;
}


/***************************
Contact me page
****************************/
.generalbox {
	margin-bottom: 40px;
}
.generalbox iframe{
	width: 100%;
	height: 350px;
}
.info-about h3{margin-top: 0px;}
.info-about{margin-bottom: 40px;}
.our-team{margin-bottom: 40px;}
.page-content .contact-details i{font-size: 24px; margin-right: 10px;color: #f0491b;}
.contact-details{
    margin: 30px 0px;
}
.content {
	margin-top: 60px;
}
.contact{
	margin-top: 0px;
}
.contact-details li{
    line-height: 45px;
    font-size: 14px;
    color: #222;
    list-style: none;
}
.contact-ds h3{
	margin-bottom: 30px;
}
.row-fluid .content{
	float: right;
}

/***************************
Our Team page
****************************/
.our-team p{
	font-size: 14px;
	line-height: 22px;
	color: #666;
}
.our-team strong{
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	color: #333;
	text-transform: capitalize;
}
.our-team small{
	font-size: 17px;
	color: #555;
}
.our-team ul{
	margin: 0px;
}
.our-team ul li{
	margin: 0px !important;
	list-style: none;
}
.our-team .team-social-icons li{
	padding: 0px !important;
}
.skills-par {
	padding-bottom:40px;
}
.skills-par span{
    font-size: 15px;
    line-height: 20px;
}
.our-team .col-md-3{
    margin-bottom: 30px;
}
.thumbnail h3{
    margin:10px 0 12px;
}
.img-team{
    width: auto;
    height: auto;
    overflow: hidden;
    border: 2px solid #eee;
}
.thumbnail .img-team img{
    display: block;
    opacity: 1;
    -webkit-transform: scale(1,1) rotate(0deg);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 1ms;
    -moz-transform: scale(1,1) rotate(0deg);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 1ms;
}
.thumbnail .img-team img:hover{
    opacity: .7;
    -webkit-transform: scale(1.10,1.07) rotate(2deg);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 1500ms;
    -moz-transform: scale(1.05,1.07) rotate(2deg);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 1500ms;
    position: relative;
}
.thumbnail p{
    margin: 10px 0px;
}

.thumbnail strong{
    font-size: 20px;
    line-height: 40px;
}
.thumbnail small{
    display: block;
}
.thumbnail ul{
    padding: 4px 0 0;
}
.thumbnail i{
    font-size: 28px;
}
.thumbnail ul li{
    display: inline;
    float: left;
    list-style: none outside none;
    margin-right: 2px;
}
.thumbnail ul li a{
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    transition: all 0.3s ease-in-out 0s;
}

/*
Slider Post
*/

#slid-post{
    display:none;
    margin-top: 20px;
    z-index: 2;
    margin-bottom:-40px;
}

#slid-post .item{
	display: block;
	position: relative;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
}
#slid-post .owl-item img{
	height: 300px;
	transition: all 0.5s ease 0s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

#slid-post .owl-item img:hover{
    transform: scale(1.5);
    transition-timing-function: ease-in;
    transition: all 0.3s ease 0s;
}

#slid-post .head-s-post{
	position: absolute;
	width: 100%;
	bottom: 0;
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.5);
	padding: 12px 15px 15px;
	color: #fff;
}
.head-s-post h6{
	margin: 5px 0px;
	padding: 0;
}
.head-s-post a{
	font-size: 15px;
	color: #FFF;
	font-weight: 400;
	letter-spacing: 1px;
}
.head-s-post span a{
	font-size: 14px;
	font-style: italic;
	display: inline-block;
	margin-bottom: 4px;
	color: rgba(255, 255, 255, 0.7);
}




//for test style

 
.footer .widget .hamzh_post .post-thumb {
    border-radius: 50%;
    float: left;
    height: 80px;
    margin-right: 20px;
    width: 80px;
    overflow: visible;
}
.small_posts li img{
	border-radius: 50%;
}
.small_posts li img:hover{
-webkit-transform: scale(1,1) rotate(0deg);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 1ms;
    -moz-transform: scale(1,1) rotate(0deg);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 1ms;
    
}
