/*   
Theme Name: richer (Share On Theme123.Net)
Theme URI: http://themeforest.net/user/ArtstudioWorks/portfolio
Description: Richer is unique and highly interactive WordPress theme. Vesrion 2.0 is fully compatibale with WPML.
Author: ArtstudioWorks
Author URI: http://themeforest.net/user/ArtstudioWorks
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 2.1.8
Tags: white, black, blue, fluid-layout, fixed-layout, custom-colors, custom-background, theme-options, translation-ready
Designed by ArtstudioWorks: http://themeforest.net/user/ArtstudioWorks

All PHP code is released under the GNU General Public Licence version 3.0
*/

/* ------------------------------------------------------------------------ */
/* 01. Imports
/* ------------------------------------------------------------------------ */

@import url("framework/css/basic.css"); 		/* CSS Reset + Basic WordPress Styles */
@import url("framework/css/bootstrap.css"); 	/* Tooltip */
@import url("framework/css/shortcodes.css");	/* Shortcodes */
@import url("framework/css/flexslider.css");	/* Flexslider (Blog + Portfolio) */
@import url("framework/css/prettyPhoto.css");	/* Lightbox */

@font-face {
  font-family: 'BYekan';
  src: url('fonts/BYekan.eot?#') format('eot'),  /* IE6�8 */
       url('fonts/BYekan.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('fonts/BYekan.ttf') format('truetype');  /* Saf3�5, Chrome4+, FF3.5, Opera 10+ */
}
@font-face {
     font-family: 'B Roya';
     src: local('?'),
     local('B Roya'),
     url('fonts/699a5dddcff7f1cbb08d964cc275cb50ce7020291901931.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
  font-family: 'iranregular';
  src: url('fonts/BMitra-Regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/BMitra-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/iran.woff') format('woff'), /* Modern Browsers */
       url('fonts/iran.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/iran.svg#iranregular') format('svg'); /* Legacy iOS */	

}
@font-face {
  font-family: 'Mitra';
  src: url('fonts/BMitra-Regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/BMitra-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/BMitra-Regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/BMitra-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/BMitra-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */	
	
}

/* ------------------------------------------------------------------------ */
/* 02. General Styles
/* ------------------------------------------------------------------------ */

body {
    background: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.8;
    color: #444;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}

::selection {
    background: #43b4f9;
    color: #ffffff;
}

::-moz-selection {
    background: #43b4f9;
    color: #ffffff;
}

img.scale-with-grid {
    max-width: 100%;
    height: auto;
}

/* ------------------------------------------------------------------------ */
/* 04. Typography
/* ------------------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 0 10px 0;
    padding: 0;
}

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a { font-weight: inherit }

h1 {
    font-size: 28px;
    line-height: 1.6;
}

h2 {
    font-size: 22px;
    line-height: 1.6;
}

h3 {
    font-size: 18px;
    line-height: 1.6;
}

h4 {
    font-size: 16px;
    line-height: 1.6;
}

h5 {
    font-size: 14px;
    line-height: 1.6;
}

h6 {
    font-size: 12px;
    line-height: 1.6;
}

p { margin: 0 0 20px 0 }

    p img { margin: 0 }

em { font-style: italic }

strong { font-weight: bold }

small { font-size: 80% }

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0;
}

pre {
    height: auto;
    font-family: Consolas, monospace;
    border: 1px solid #dddddd;
    background: #fafafa;
    padding: 15px 25px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    box-shadow:inset 0 0 1px 1px #fff;
    margin: 0 0 20px 0;
    overflow-x:auto;
}

.hidden {  display: none !important }

/* Links ---------------------------------------------------- */

a,
a:visited {
    color: #999999;
    text-decoration: none;
    outline: 0;
}

/* Transisiton for Links */

#copyright a{
	-webkit-transition: all 0.2s ease-in-out;
       -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
         -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
}

#page-wrap .portfolio-item-one a{
	-webkit-transition: none !important;
       -moz-transition: none !important;
        -ms-transition: none !important;
         -o-transition: none !important;
            transition: none !important;
}

a:hover,
a:focus {    color: #666666 }

p a,
p a:visited { line-height: inherit }
.extra-wrap {
    overflow: hidden;
}
/* ------------------------------------------------------------------------ */
/* Lists
/* ------------------------------------------------------------------------ */

ul,
ol { margin-bottom: 20px }

ol,
ul { margin-left: 0px }

ol { list-style: decimal inside; }

ul { list-style: square outside; margin-left: 16px; }
ul li, ol li {line-height: 24px;position: relative;}
ul li ul,
ol li ul,
ol li ul,
ol li ol { margin-bottom: 0 }
.my-icons-list .fa:before, .my-icons-list i[class*="fa-"]{
    font-size: 16px;
    margin-right: 5px;
    width: 16px;
    text-align: center;
}
.my-icons-list span.fa {
    font-family: inherit;
} 
.my-icons-list p {
    margin-bottom: 8px;
}   
/* ------------------------------------------------------------------------ */
/* 05. Forms
/* ------------------------------------------------------------------------ */

form,
fieldset { margin-bottom: 20px }

input[type="text"],
input[type="date"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
textarea,
select {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    padding: 10px 20px 11px;
    outline: none;
    font-size: 12px;
    color: #bebebe;
    margin: 0;
    width: 100%;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    -webkit-border-radius:1px;
          -moz-border-radius:1px;
               border-radius:1px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-appearance: none;
}
input[type="date"] {
    padding-right: 10px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
    background-color:#fafafa;
    color: #555555; 
}

textarea { min-height: 60px }

select {
    width: 220px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(framework/images/select_pimp.png);
    background-position: 94% center;
    background-repeat: no-repeat;
    text-indent: 0.01px;
    text-overflow: '';
}

label,
legend {
    cursor: pointer;
    display: block;
}

    label span,
    legend span { font-weight: bold }

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    display: inline-block;
    cursor: pointer;
    width: auto;
    -webkit-appearance: none;
}


/* Contactform 7 Specific Styling ---------------------------------------------------- */

.wpcf7-form input[type="text"],
.wpcf7-form input[type="date"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="range"] {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
       -moz-box-sizing: border-box; /* Firefox, other Gecko */
            box-sizing: border-box; /* Opera/IE 8+ */
    max-width: 100%;
    width: 100%;
    margin: 5px 0 0 0;
}
div.wpcf7 img.ajax-loader {
margin-right: -16px;
}
.wpcf7-form  input[type="radio"], .wpcf7-form  input[type="checkbox"] {
margin: 0px 3px 0px 5px;
position: relative; top: 2px;
}
.wpcf7-form textarea {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
       -moz-box-sizing: border-box; /* Firefox, other Gecko */
            box-sizing: border-box; /* Opera/IE 8+ */
    width: 100%;
    max-width: 100%;
    height: 150px;
    margin: 5px 0 0 0;
}

.wpcf7-form select {
    -webkit-appearance: none;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
       -moz-box-sizing: border-box; /* Firefox, other Gecko */
            box-sizing: border-box; /* Opera/IE 8+ */
    width: 100%;
    max-width: 100%;
    margin: 5px 0 0 0;
    padding:10px 18px 11px;
    background-image: url(framework/images/select_pimp.png);
    background-position: 99% center;
    background-repeat: no-repeat;
}

.wpcf7-form input[type="checkbox"] {    width: auto }

.wpcf7 form.wpcf7-form p {
    color: #a5a7a8;
    margin: 0 0 15px 0 !important;
}

.wpcf7-list-item-label 	{ font-weight: normal }
.wpcf7-response-output 	{ display: none }
.wpcf7-form .invalid 	{ color: #DF653E !important }
.wpcf7-not-valid 		{ border: 1px solid #DF653E !important }
.wpcf7 span.wpcf7-not-valid-tip { display: none }

div.wpcf7-response-output {
    margin: 0px !important;
    padding:10px 38px 10px 19px !important;
}

div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors{
	position: relative;
    border: 1px solid transparent !important;
    display: block;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    color: #3b3f42;
    padding:10px 38px 10px 19px;
    text-align: center;
    margin-bottom:20px;
}
div.wpcf7-mail-sent-ok {
    background-color: #aeffa1;
    border-color: #64c654 !important;
}
div.wpcf7-mail-sent-ng {
    background-color: #f1f1f1;
    border-color: #cfcfcf !important;
}
div.wpcf7-spam-blocked {
    background-color: #fff3a1;
    border-color: #e4cf42 !important;
}
div.wpcf7-validation-errors {
    background-color: #F1510A;
    border-color: #cf5255 !important;
    color: #fff;
}

/* ------------------------------------------------------------------------ */
/* 06. Boxed Layout */
/* ------------------------------------------------------------------------ */

#main {
    background-color: #fff;
    position: relative;
}
#main.boxed {
    max-width: 1200px;
    width: 100%;
    margin: 0px auto;
    -webkit-box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.3);
       -moz-box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.3);
        	box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.3);

}

.framed #rev_slider_2_1, .framed #rev_slider_2_1_wrapper ,
.boxed #rev_slider_2_1, .boxed #rev_slider_2_1_wrapper {
    border-right: 0;
    border-left: 0;
}
#background {
    position: fixed;
    top: 0px;
    left: 0px;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}
a.more {
    text-decoration: underline;
}
a.more:hover {
    text-decoration: none;
}
/* ------------------------------------------------------------------------ */
/* 07. Infobar (Toggle Bar)
/* ------------------------------------------------------------------------ */

#infobar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
    background: #444444;
    color:#999999;
    border-top: 5px solid #333333;
    width: 100%;
    padding: 20px 0 35px 0;
    display: none;
    border-bottom:5px solid #444444;
}

#infobar .widget h3 {
    border-bottom: 1px solid #555555;
    color: #ffffff;
    padding: 0 0 5px 0;
    margin: 0 0 20px 0;
}

#infobar a{
	color:#999999;
}

#infobar a:hover{
	color:#ffffff;
}
        
.close-infobar {
    position: absolute;
    bottom: -40px;
    right: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 40px 40px 0;
    border-color: transparent #444444 transparent transparent;
    z-index: 999;
}

.close-infobar:after {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    right: -40px;
    background: url(framework/images/toggle.png) no-repeat 0px 0px;
}

#infobar .close-infobar.open { }

.close-infobar.open:after {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    right: -40px;
    background: url(framework/images/toggle.png) no-repeat -40px 0px;
}

#infobar .no-widgets {
    color: #aaaaaa;
    margin-bottom:-15px;
    text-align: center;
}

/* Infobar Widgets ---------------------------------------------------- */

    #infobar .widget { }

        #infobar .widget h3 {
        	font-size:15px;
            color: #ffffff;
            padding:0 0 5px 0;
            border-bottom:1px solid #555555;
            margin: 0 0 20px 0;
        }

/* ------------------------------------------------------------------------ */
/* 09. Social Icons */
/* ------------------------------------------------------------------------ */
.social-icons {
    display: inline-block;
}
#top-bar .social-icons {vertical-align: middle; margin-right: 25px; padding: 10px 0;}
#top-bar .social-icons ul li a:hover {color:#ffffff;}

.social-icons ul{
	list-style: none;
	margin: 0;
}
.social-icons ul li{
	display:block;
	float: left;
	margin:0;
	padding:0;
}
.social-icons ul li a {
	-webkit-transition:all 0.2s ease 0s;
	   -moz-transition:all 0.2s ease 0s;
         -o-transition:all 0.2s ease 0s;
            transition:all 0.2s ease 0s;
	display:block;
	width:24px;
	height:24px;
    line-height: 24px;
    text-align: center;
    font-size: 18px;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    margin:2px 2px 2px;
    color: #6a6d6f;
}
.social-icons a:hover{
	background-color: #43b4f9 !important;
    color: #fff;
}

/* ------------------------------------------------------------------------ */
/* 10. Header */
/* ------------------------------------------------------------------------ */

#header { 
	background: #ffffff;
    width: 100%;
}
#header .logo {
    float: left;
    padding: 10px 0;
}
#header.fixed_header .logo {
    padding: 20px 0;
}
#header .logo h1 {
    margin-bottom: 0;
}
#header .logo img { 
	max-width: 100%;
	height: auto;
}
#header.fixed_header .logo img {
    max-height: 50px;
}
#header .logo .logo_text {
    color: #3b3f42;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: -1px;
    display: block;
    line-height: 1;
}

#header .tagline {
    line-height: inherit;
}
.site-description {
    font-size: 13px;
    line-height: 1;
    text-transform: none;
}
#header .callus {
    font-size: 12px;
    margin-bottom: 5px;
    color: #999999;
    float: right;
}

#header.fixed_header {
    position: fixed;
    z-index: 99;
    top:-100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#header.header-scrolled {
    position: fixed;
    z-index: 99;
    top:0;
    right: 0;
    left: 0;
}
.admin-bar #header.header-scrolled {
    top:32px;
}
/* ------------------------------------------------------------------------ */
/* 11. Header - Navigation */
/* ------------------------------------------------------------------------ */
#navigation {
    float: right;
}
#navigation .select-menu {
    display: none;
    color: inherit;
    position: relative;
}
#navigation .select-menu:before {
    content: "\f039";
    position:absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    top: 50%;
    margin-top: -15px;
    right: 15px;
}
#navigation ul {
    float: right;
    list-style: none;
    margin: 0;
}
#navigation ul.menu > li {
    display: block;
    float: left;
    position: relative;
    margin: 0 0 0px 25px;
}
#navigation ul.menu li.fa:before {
    padding-right: 7px;
}
#navigation ul.menu > li.menu-item > a {
    display: inline;
    display: inline-block;
    margin: 0 0 0px 0px;
    padding: 0px;
    cursor: pointer;
}
#navigation ul.menu > li.menu-item > a {
    display: inline;
    display: inline-block;
    margin: 0 0 0px 0px;
    padding: 0px;
    line-height: 1;
    color: #3b3b3b;
    cursor: pointer;
    border: 1px solid transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
#navigation ul.menu li.menu-item a i {
    padding-right: 6px;
}
#navigation ul.menu > li.menu-item > a .desc {
    margin-top: 0px !important;
    padding: 0 !important;
}
#navigation ul.menu li.menu-item a .desc {
    display: block;
    line-height: 1;
    text-transform: none;
    font-size: inherit;
    padding-bottom: 5px;
    font-weight: normal;
    margin-top: -5px;
}
#navigation ul li a:hover {
    color: #43b4f9;
}
/*mega menu*/
#navigation ul.menu > li.megamenu {
position: inherit!important;
}
#navigation ul.menu > li.megamenu.no-title > ul > li {
    display: none;
}
#navigation ul.menu > li.megamenu {
    position: inherit!important;    
}

#navigation ul.menu > li.megamenu > ul.sub-menu {
    width: 100%;    
    left: 0px;
    padding: 15px 0px;
    display: table;
    visibility: hidden;
}
#navigation ul.menu > li.megamenu > ul ul {border-top: 0 !important;}
#navigation ul.menu > li.megamenu > ul > li {
    display: table-cell !important;
    float: none!important;
    padding: 0px 15px;
}
#navigation ul.menu > li.megamenu > ul > li:last-child {
    border-right: none!important;
}

#navigation ul.menu > li.megamenu.cols-2 > ul > li { width: 50% !important; }
#navigation ul.menu > li.megamenu.cols-3 > ul > li { width: 33.33% !important; }
#navigation ul.menu > li.megamenu.cols-4 > ul > li { width: 25% !important; }
#navigation ul.menu > li.megamenu.cols-5 > ul > li { width: 20% !important; }
#navigation ul.menu > li.megamenu.cols-6 > ul > li { width: 16.66% !important; }

#navigation ul.menu > li.megamenu > ul > li ul {
    display: block!important;
    top: 0px!important;
    width: 100%;
    opacity: 1!important;
    left: 0px!important;
    position: relative!important;
    float: none !important;
}

#navigation ul.menu > li.megamenu > ul > li {
    border-right: 1px solid #e8e8e8;
}

#navigation ul.menu > li.megamenu ul li{
    border-bottom: 0 !important;
}

#navigation ul.menu > li.megamenu > ul > li > a {
    text-transform: uppercase;
    font-weight: 600 !important;
    margin-bottom: 5px;
    line-height: 1.3em !important;
    padding-bottom: 8px;
    border-bottom:1px solid;
    overflow: hidden;
}
#navigation ul.menu > li.megamenu.no-title > ul > li > a {
    display: none !important;
}
#navigation ul.menu > li.megamenu > ul li a {
    line-height: 32px;
}
#navigation ul.menu > li.megamenu > ul > li > a:hover, #navigation ul.menu > li.megamenu > ul > li.sfHover > a, 
#navigation ul.menu > li.megamenu > ul > li.current-menu-item > a, 
#navigation ul.menu > li.megamenu > ul > li.current-menu-parent > a {
    background-color: transparent!important;
}
/*-----------------------------------*/

/* Active Status ---------------------------------------------------- */
#navigation li.current-menu-item a,
#navigation li.current-menu-item a:hover,
#navigation li.current-page-ancestor a,
#navigation li.current-page-ancestor a:hover,
#navigation li.current-menu-ancestor a,
#navigation li.current-menu-ancestor a:hover,
#navigation li.current-menu-parent a,
#navigation li.current-menu-parent a:hover,
#navigation li.current_page_ancestor a,
#navigation li.current_page_ancestor a:hover {
    color: #43b4f9;
}
/* Sub-menu ---------------------------------------------------- */
#navigation .sub-menu {
	position:absolute;
	top:100%;
	left: 0px;
    width: 180px;
	z-index:2000;
	display:none;
	background:#f4f4f4;
	padding:0px;
	
}
#navigation ul.menu > li > .sub-menu {
    border-top:3px solid transparent;
}
#navigation .sub-menu li {
    display: block;
    margin: 0px;
    padding: 0;
    height: auto;
    border-bottom: 1px solid #dde2e5;
    position: relative;
}

#navigation .sub-menu li a,
#navigation .sub-menu li .sub-menu li a,
#navigation .sub-menu li .sub-menu li .sub-menu li a {
    border: none;
    display: block;
    margin: 0;
    padding: 0px 15px;
    color: #3b3f42;
    font-size: 13px;
    font-weight: normal !important;
    height: auto;
    line-height: 42px;
}

#navigation .sub-menu li a:hover,
#navigation .sub-menu li .sub-menu li a:hover,
#navigation .sub-menu li.current-menu-item a,
#navigation .sub-menu li.current-menu-item a:hover,
#navigation .sub-menu li.current_page_item a,
#navigation .sub-menu li.current_page_item a:hover {
    color: #43b4f9 !important;
    font-weight: normal;
}

#navigation .sub-menu li:last-child{ 
border: none;
}

#navigation .sub-menu li ul {
    left: 100%;
    top:0;
}
/* ------------------------------------------------------------------------ */
/* 11. Header - Top Bar Navigation */
/* ------------------------------------------------------------------------ */
#topnav.menu li .sub-menu {
    display: none;
}
#topnav.menu {
    display: inline-block;
    margin: 0 25px 0 0;
    position: relative;
    vertical-align: middle;
    min-width: 200px;
}
#topnav.menu > li {
    list-style: none;
    display: inline-block;
    margin-left: 20px;
    line-height: 1;
    position: relative;
}
#topnav.menu > li:first-child{margin-left: 0;}
#topnav.menu > li > a {
    color: inherit;
    padding: 10px 0 10px;
    display: block;
}
#topnav.menu > li a:hover {
    
}
#topnav .sub-menu {
    position:absolute;
    top:100%;
    left: 0px;
    z-index:2000;
    display:none;
    background:#f4f4f4;
    padding:0px;
    border: 1px solid #e8e8e8;
}

#topnav .sub-menu li {
    display: block;
    margin: 0px;
    padding: 3px 12px;
    height: auto;
    border-top: 1px solid transparent;
}
#topnav .sub-menu li:first-child {
    border-top: 0;
}
#topnav .sub-menu li a {
    display: block;
    width: 110px;
}
/* ------------------------------------------------------------------------ */
/* 12. Header - Searchform */
/* ------------------------------------------------------------------------ */
.search-link {
    position: relative;
}
.search-area {
    position: absolute;
    z-index: 2;
    display: none;
    top: 100%;
    right: 50%;
    margin-right: -18px;
    width: 100%;
    background: #fafafa;
    min-width: 200px;
    z-index: 99;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 10px 15px;
    border: 1px solid #efefef;
}

.search-area:before {
    content: "";
    position: absolute;
    top: -6px;
    right: 10px;
    width: 10px;
    height: 10px;
    background: #fafafa;
    border-left: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    -moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
#header-searchform input[type=text] {
    margin: 0;
    width: 100%;
    font-size: 12px;
    line-height: 1;
    border: 1px solid #e8e8e8;
    -webkit-box-shadow:none;
	   -moz-box-shadow:none;
	        box-shadow:none;
    color: #878787;
    display: inline-block;
    float: left;
    max-width: 160px;
    -webkit-border-radius: 2px 0px 0px 2px;
    -moz-border-radius: 2px 0px 0px 2px;
    border-radius: 2px 0px 0px 2px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
}
#header-searchform {
    overflow: hidden;
    margin-bottom: 0;
}

#header-searchform #header-searchsubmit { 
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 0;
    text-align: center;
    float: right;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    outline: none;
}
#header-searchform #header-searchsubmit i {margin-right: 0;}
/* ------------------------------------------------------------------------ */
/* 13. Content */
/* ------------------------------------------------------------------------ */
.page-template-page-fullwidth-php #page-wrap { 
    padding: 0px 0 0px 0;
}
#page-wrap { 
	padding: 45px 0 45px 0;
    overflow: hidden;
}

.blank-page #page-wrap { 
    padding: 0px;
    width: 100%;
}
.blank-page {
    height: 100%;
    position: absolute;
    width: 100% !important;
    margin: 0;
    display: table;
    vertical-align: middle;
    float: none;
    top: 0;
    left: 0;
}
.blank-page #main {
    display: table-cell;
    float: none;
    vertical-align: middle;
}
#content.sidebar-left { float: right }

/* Striped Border under Title and above Footer */
.hr-border { 
    height: 8px;
    width: 100%;
    background: url(framework/images/stripes.png);
    margin-top: 0px;
}

/* Standard Title ---------------------------------------------------- */

#title {
	background: #f6f6f6;
    border-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
    padding: 9px 0 9px 0;
    background-position: center center;
    background-size: auto;
}
#title .inner {
    padding: 17px 0;
    background-color: #fafafa;
}
    #title h1 {
        font-size: 24px;
        line-height: 28px;
        color: #3b3b3b;
        margin: 0;
    }

    #title h2 {
        display: block;
        font-weight: lighter;
        color: #aaaaaa;
        font-size: 15px;
        line-height: 22px;
        margin: 0;
        padding: 0;
    }

    #title #breadcrumbs {
        font-size: 13px;
        text-align: right;
        color: #c6c6c6;
        line-height: 28px;
        padding: 0;
        margin: 0;
    }

    #title #breadcrumbs.breadrcumbpadding { padding-top: 0px; }

    #title #breadcrumbs a { color: #aaaaaa; }

    #title #breadcrumbs a:hover { color: #43b4f9; }

/* Alternative Title (with Image) ---------------------------------------------------- */

#alt-title {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 0px;
    padding:0;
    background: #f6f6f6;
    border-top:1px solid #dddddd;
    border-bottom:1px solid #dddddd;
    background-position: center center;
}

    #alt-title .grid {
        background: rgba(255, 255, 255, 0.9);
        padding: 20px 0;
    }

    #alt-title h1 {
        font-size: 24px;
        line-height: 28px;
        color: #3b3b3b;
        margin: 0;
    }
    #alt-title h1 span, #alt-title h2 span {
        padding: 3px 7px;
    }
    #alt-title h2 {
        display: block;
        font-weight: lighter;
        color: #aaaaaa;
        font-size: 15px;
        line-height: 22px;
        margin: 0;
        padding: 0;
    }

#alt-title #breadcrumbs {
    font-size: 13px;
    text-align: right;
    color: #c6c6c6;
    line-height: 28px;
    padding: 0;
    margin: 0;
}
#alt-title #breadcrumbs #crumbs {
    padding: 2px 7px;
    display: inline-block;
}
#alt-title #breadcrumbs a { color: #aaaaaa }

#alt-title #breadcrumbs .container { padding-left: 0px }
    
/* No Title ---------------------------------------------------- */

#no-title{}

/* ------------------------------------------------------------------------ */
/* 14. Blog Standard - Overview */
/* ------------------------------------------------------------------------ */

.blog .post {
    padding: 0;
    margin: 0 0 60px 0;
}

.blog.grid .post {
    padding: 0px 0 0 0;
    margin: 0px 0 30px;
}
.blog.grid .post.author-pad-top {
    margin-top: 15px;
} 

.blog.grid .blog-item .date,
.blog.grid .blog-item .date span {
    float: none;
    text-align: left;
    margin: 0;
}
.blog.grid .blog-item .date {
    margin-bottom: 12px;
}
.blog.grid  .post-image, .blog.grid  .post-gallery, .blog.grid  .post-video, .blog.grid  .post-audio {
    margin-bottom: 0 !important;
    border-bottom: 1px solid #e5eaec;
}
.blog.grid .post-image a, .blog.grid .post-gallery ul li a, .blog.grid .post-audio iframe {
    display: block;
}
.blog.grid .post-quote, .blog.grid .post-quote blockquote {
    margin-bottom: 0;
}
.blog.grid .post-link {
    overflow: hidden;
    padding: 
}
.post .title {
    padding: 0;
    font-size: 18px;
}
.title a:hover {
    color: #43b4f9;
}
.post img { 
	display: block;
}

.blog .post-title {
    margin:0 !important;
    padding: 0 !important;
}
.post-content-container {
    overflow: hidden;
}
.post-more {
    text-align: right;
    float:right;
}
.post-more .button {
    margin: 0 0 0 10px;
}
.post-meta { 
	margin: 6px 0px 0;
    overflow: hidden;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    padding: 3px 2px 4px;
    position: relative;
    
}
.post-content .post-meta {
    margin-bottom: 20px;
}
.post-meta span.meta {
    padding: 0;
    margin: 0 14px 0 0;
    color: #828282;
}
.post-meta span.meta:after {
    content:"";
    width: 1px;
    height: 9px;
    border-right:1px solid #9c9c9c;
    display: inline-block;
    margin:0px 0 0 11px;
}
.post-meta span.meta:last-child:after {
    display: none;
}
.post-meta .meta-tags {
    text-transform: lowercase;
}
.post-meta span a { color: #828282 }
.post-meta span i {
    margin: -2px 0px 0 10px;
    color: #bebebe;
}
.blog .post .date, .single .post .date {
    text-align: center;
    padding:0px 0 0 0;
    float: left;
    margin-right: 30px;
}
.blog .post .date h3, .single .post .date h3 {
    margin: 0 0 8px 0;
    color:#3b3f42;
    font-size:22px;
    letter-spacing: -1px;
    line-height: 56px;
    height: 56px;
    width: 56px;
    display: block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border:1px solid #e3e3e3;
    border-bottom: 3px double #e3e3e3;
    background: #f5f6f8; /* Old browsers */
    background: -moz-linear-gradient(top, #f5f6f8 0%, #fafafa 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f6f8), color-stop(100%,#fafafa)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f5f6f8 0%,#fafafa 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f5f6f8 0%,#fafafa 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f5f6f8 0%,#fafafa 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f5f6f8 0%,#fafafa 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f8', endColorstr='#fafafa',GradientType=0 ); /* IE6-9 */
}
.blog .post .date h3 .border, .single .post .date h3 .border {
    border: 1px solid #ffffff;
}
.blog .post .date span, .single .post .date span {
    display: block;
    font-size:11px;
    line-height: 20px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding:0px 0;
    margin:0px 0 0 0;
    text-transform: uppercase;
    color:#828282;
}
.post-content a.read-more-link {
    display: block;
    margin-top: 15px;
}

.post-image a,
.post-gallery ul li a {

}

.search-result{
    padding: 0 0 0px 0;
    margin: 0 0 60px 0;
    overflow: hidden;
}
.search .list li {
    line-height: inherit;
}
/* Different Post Types ---------------------------------------------------- */
.wpb_flexslider .flex-direction-nav {
    display: none !important;
}
.wpb_gallery .wpb_flexslider .flex-control-nav {
    margin-top: 10px;
}
.post-gallery .flex-control-nav {
    display: none;
}
.post-gallery .flex-direction-nav a {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    background-color: #353535;
    opacity: 0.7;
    z-index: 9;
}
.post-gallery.flexslider .flex-next {
    right:0px;
    border-radius: 2px 0px 0px 2px;
}
.post-gallery.flexslider .flex-prev {
    left: 0px;
    border-radius: 0px 2px 2px 0px;
}
.post-gallery .grid-gal-item {margin-bottom: 2%;}
.post-image,
.post-gallery,
.post-video,
.post-audio { 
	margin-bottom: 35px !important;
}
/*.post-video iframe {
	width:100%;
	height:auto;
}*/
.post-image {
    position: relative;
}
.post-image img{
	max-width: 100%;
	height: auto;
}

.post-link {
    margin-bottom:10px;
    color: #cccccc;
    text-overflow:ellipsis;
}
.post-content .post-link {
    margin-top: 0px;
}
.post-quote {
    margin: 0 0 35px 0;
}

.post-quote .quote-text {
    margin: 0 0 0px 0;
    padding: 0 10px 0 20px;
}
.post-quote .quote-text a {
    color:#727272;
}
.post-quote .quote-text p{
    margin-bottom: 10px;
    padding: 0;
}
.post-quote .quote-source a {
    font-weight: normal;
    color: #bebebe;
    padding: 0;
}

/* Image Hover Overlay ---------------------------------------------------- */

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.overlay:before {
    content:"+";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 72px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    margin: -36px 0 0 -36px;
    font-size: 76px;
    color: #ffffff;
    font-weight: 300;
}

/* ------------------------------------------------------------------------ */
/* 15. Blog Medium - Overview */
/* ------------------------------------------------------------------------ */

.blog-medium .post-video,
.blog-medium .post-gallery,
.blog-medium .post-image,
.blog-medium .post-audio,
.blog-medium .post-link {
    width: 370px;
    float: left;
    margin-right: 20px;
    position: relative;
}

.blog-medium .post-icon {
    margin-left: -55px;
    position: relative;
    z-index: 999;
}

.blog-medium .post-content {
    overflow: hidden;
}
.blog.blog-medium .post {
    border:0;
}
.blog-medium .post-meta .meta-tags, 
.blog-medium .post-meta .meta-categories{
    display: block;
}

.blog-medium .post-more {
    text-align: left;
    float:none;
    margin: 20px 0 0 0;
}
.blog-medium .post-more a {
    margin: 0;
}
.blog-medium .no-post-image {
    display: block;
    width: 310px;
    height: 200px;
    border: 5px solid #efefef;
    background: #ffffff url(framework/images/noimage.png) no-repeat center center;
}

.blog-medium .no-post-image-link {
    display: block;
    width: 310px;
    height: 200px;
    border: 5px solid #efefef;
    background: #ffffff url(framework/images/noimage-link.png) no-repeat center center;
}


/* ------------------------------------------------------------------------ */
/* 16. Blog - Single Post */
/* ------------------------------------------------------------------------ */

.single .post { margin-bottom: 50px }

.single .post-meta {
    margin-left: 0;
    margin-bottom: 30px;
}

.single .post-tags a {
    color: #727272; 
}

.single .post-tags a:hover {
    background: #43b4f9;
    border-color: #43b4f9;
    color: #ffffff;
}
.single .post-content {
    margin-bottom: 35px;
}
.single .meta-tags, .single .meta-categories {display: block;}
/* Author Information ---------------------------------------------------- */

#author-info {
    margin: 0px 0px 0px 0px;
    overflow: hidden;
    padding: 0px;
    position: relative;
}
#author-info .author-image {
float: left;
margin-right: 20px;
}
#author-info .author-image a {
    display: block;
    width: 76px;
    height: 76px;
    border: 1px solid #e8e8e8;
    padding: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
#author-info .author-image a img{
    display: block;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
#author-info .author-bio {
    overflow: hidden;
    padding:0px;
}
#author-info .author-bio h4 { margin: 0px 0 10px 0; }

/* Sharebox ---------------------------------------------------- */

.sharebox {
    margin-bottom: 35px;
    color:#888888;
}
.text-right {
    text-align: right;
}
.sharebox .social-icons ul li a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: #f3f3f3;
    color: inherit;
}
.sharebox .social-icons ul li a:hover {color: #ffffff;}
.sharebox .social-icons {
    list-style: none;
    margin: 0 0 0 0px;
}

        
/* Related Posts ---------------------------------------------------- */

#related-posts {
    position: relative;
    margin-bottom: 40px;
}

#related-posts ul {
    list-style: none;
    margin: 0px 0 0 0;
}
#related-posts ul li h5 {
    line-height: 22px;
    margin: 0px 0 0px;
}
#related-posts ul li .item-pic {
    margin-bottom: 20px;
}
#related-posts ul li h5 a:hover {
    color: #43b4f9;
}
#related-posts ul li span.date{
    color: #bebebe;
    font-size: 13px;
    display: block;
    margin-bottom: 15px;
}
#related-posts ul li a span {
    color: #cccccc;
    font-size: 11px;
    margin: 0 0 0 8px;
}
#related-posts ul li:before {
    color: #43b4f9;
    font-size: 12px;
}
/* ------------------------------------------------------------------------ */
/* 17. Pagination */
/* ------------------------------------------------------------------------ */
.blog #pagination {
    margin-bottom: 40px;
}
#pagination { text-align: center;}

#pagination a,
#pagination span {
    display: inline-block;
    margin: 0 0px 0 8px;
    padding: 8px 15px;
    line-height:1;
    border: 1px solid #d9dddf;
    background-color: #ffffff;
    text-align: center;
    color: inherit;
    border-radius: 2px;
}

#pagination a:hover, #pagination span.current {
    color: #ffffff;
    background-color: #43b4f9;
    border-color:transparent;
}

/* ------------------------------------------------------------------------ */
/* 18. Comments - List */
/* ------------------------------------------------------------------------ */

#comments { 
}

.commentlist {
    list-style: none;
    margin: 30px 0 30px 0;
}

.commentlist li {
    margin: 0 0 30px 0;
}

.commentlist li:last-child {
    margin: 0;
}
.commentlist li ul {
    list-style: none;
}
.commentlist li .comment-body {
    background-color: #fafafa;
    margin: 0;
    overflow: hidden;
    padding: 25px;
    position: relative;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);*/

}
.commentlist ul.children {
    margin-left: 0px;
    margin-top: 25px;
    padding-left: 35px;
    border-left: 1px solid #ddd;
    list-style: none;
}
.commentlist ul.children li {
    position: relative;
}
.commentlist ul.children li:before {
    content: "";
    width: 15px;
    height: 1px;
    background-color: #ddd;
    display: block;
    position: absolute;
    top: 20px;
    left: -25px;
}
.commentlist li ul li {
    margin: 0px 0 20px 0 !important;
}
.commentlist li ul li .comment-text {
    border-bottom: 0;
    padding-bottom: 0;
}
.commentlist li div.avatar {
    float: left;
    margin-right: 20px;
}

.commentlist li .avatar img {
    display: block;
}
.commentlist li .comment-text {
    overflow: hidden;
    position: relative;
}
.commentlist li .comment-text p {
    margin-bottom: 15px;
}
.commentlist li .comment-text p:last-child {
    margin-bottom: 0;
}
.commentlist li .author {
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: 17px;
}
.commentlist li .author strong{
    text-transform: capitalize;
}
.commentlist li .author span {
    display: inline;
    text-transform: lowercase;
}

.commentlist li .date-comment {
    color: #bebebe;
    float: none;
    text-align: left;
}

.commentlist li .date-comment  a {color: #999999 }

.commentlist li .date-comment a:hover {color: #333333 }

.commentlist li em {
    font-size: 11px;
    color: #cccccc;
    font-style: normal;
    margin-bottom: 20px;
    display: block;
}

/* ------------------------------------------------------------------------ */
/* 19. Comments - Respond */
/* ------------------------------------------------------------------------ */

#respond {    
    margin-bottom: 30px; 
    margin-top: 40px;
}
#respond .required {
    color: #c82929;
    display: inline-block;
    margin: 3px 0 0 6px;
    font-size: 14px;
    font-weight: normal;
}

/*#respond p { clear: both }*/
#respond label {
    display: block;
    padding-bottom: 8px;
    color: #878787;
}
#respond-inputs input {
    width: 100%;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
}
#respond-textarea p {
    color: #878787;
}
#respond-inputs p.last{
    margin: 0;
}

#respond input[type=submit] {
    
}

#respond textarea {
    display: block;
    width: 100%;
    height: 150px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
}

#respond p.comment-notes,
#respond p.form-allowed-tags { display: none }

#respond input#submit {
    
}

#respond .headline-title-wrap{
    margin-top:20px;
}
.comment-reply-link,
#cancel-comment-reply-link {
    -webkit-appearance: none;
    margin:0;
    font-size:10px;
    line-height:12px;
    padding:6px 15px;
    display: inline;
    display: inline-block;
    letter-spacing: 0px;
    text-transform: uppercase;
    border:none;
    position: relative;
    cursor: pointer;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    margin-bottom:3px;
    color: inherit;
    background-color: #eeeeee;
    border: 1px solid #dddddd;
}
.comment-reply-link:hover,
#cancel-comment-reply-link:hover {
    background-color: #dddddd;
    border-color:#cccccc;
}
#reply-title {
    font-size: 18px;
    overflow: hidden;
}
#reply-title small {
    display: block;
    margin-top: 10px;
}
#cancel-comment-reply-link {
}

#commentform input.error,
#commentform textarea.error {
    border-color: #c82929;
    background: #fbf2f2;
}

#commentform div.error,
#commentform label.error {
    color: red;
    display: none !important;
}

/* ------------------------------------------------------------------------ */
/* 20. Portfolio - Overview */
/* ------------------------------------------------------------------------ */
#portfolio-wrap {
    width: 100%;
}

.embedd-video { display: none }

.portfolio #pagination { margin-top: 40px;}

#infscr-loading {
display: none !important;
}
.pagination.portfolio {
    text-align: center;
    width: 100% !important;
    margin: 0 0 20px 0;
}
.loadmore {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.loadmore.striped {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}
.loadmore.striped.active {
-webkit-animation: progressbar-bg-move 1.2s linear infinite;
-moz-animation: progressbar-bg-move 1.2s linear infinite;
-o-animation: progressbar-bg-move 1.2s linear infinite;
animation: progressbar-bg-move 1.2s linear infinite;
}

.portfolio.pagination {
    display: block;
}
.portfolio.pagination.display {
    display: block !important;
}
/* Filters ---------------------------------------------------- */

#filters {
    margin-top: 0px;
    margin-bottom: 50px;
    border-top: 1px solid #d9dddf;
    border-bottom: 1px solid #d9dddf;
}
#filters.center {
    text-align: center;
    height: 41px;
}
#filters.center ul {
    display: inline;
    display: inline-block;
    line-height: 1;

}
#filters.right {
overflow: hidden;
}
#filters.right ul {
display: block;
float: right;
}
#filters ul {
    margin: 0;
    list-style: none;
    display: block;
    z-index: 9;
    position: relative;
}

#filters ul li {
display: block;
float: left;
}

#filters ul li a {
    display: block;
    float: left;
    border-bottom: 3px solid transparent;
    color: inherit;
    padding: 0px 2px;
    line-height: 38px;
    height: 39px;
    margin: 0 10px;
    position: relative;
    top: 1px;
    z-index: 9;
}
#filters ul li:first-child a {
    margin-left: 0;
}
#filters ul li a.active, #filters ul li a:hover {
    border-color:#43b4f9;
    color: #43b4f9;
}
/* Portfolio Filter Transitions ---------------------------------------------------- */

/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/
.isotope {
    padding-bottom: 1px;
}
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */

/* Portfolio Items ---------------------------------------------------- */
.no-margin {
    margin: 0 !important;
}
#flexslider-portfolio {
    position: relative;
    overflow: hidden;
}
#flexslider-portfolio .slides {
    width: 300%;
}
#flexslider-portfolio .slides li {
    margin-right: 0px;
    width: 291px;
    min-height: 220px;
    float: left;
}

#flexslider-portfolio .flex-direction-nav .flex-prev {
    right: auto;
    left: 0px;
}
#flexslider-portfolio .flex-direction-nav .flex-next {
    right: 0px;
    left: auto;
}

.portfolio-sidebyside .portfolio-image {
    margin-bottom: 15px;
}
.portfolio-wide .portfolio-image {
    margin-bottom: 20px;
}
#portfolio-images .portfolio-image {
   position: relative;  
   overflow: hidden;
}
.portfolio-sidebyside #portfolio-images {
    margin-left: -15px;
}
.portfolio-item {
    margin-bottom: 2%;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.portfolio-item.isotope-item.span4 {
    width: 31.29%;
}
.portfolio-item.isotope-item.span3 {
    width: 22.99%;
}
.portfolio-item.isotope-item.span6 {
    width: 47.99%;
}
.portfolio-item.no-margin.span3 {
    max-width: 100%;
}
.portfolio-item .portfolio-pic,
.portfolio-item #portfolio-video {
    overflow: hidden;
    display: block;
    position: relative;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #ededed; 
}
.portfolio-item .portfolio-pic img {
    -webkit-transition: all 0.7s ease;
    -moz-transition:    all 0.7s ease;
    -o-transition:      all 0.7s ease;
    -ms-transition:     all 0.7s ease;
    transition:         all 0.7s ease;
}
.portfolio-item:not(.portfolio-item-one):hover .portfolio-pic img,
.portfolio-item.portfolio-item-one .portfolio-pic:hover img {
    
    transform:scale(1.3);
    -ms-transform:scale(1.3); /* IE 9 */
    -moz-transform:scale(1.3); /* Firefox */
    -webkit-transform:scale(1.3); /* Safari and Chrome */
    -o-transform:scale(1.3); /* Opera */
}
.portfolio-item:hover .portfolio-title {
    background-color: #43b4f9;
}
.portfolio-item:hover .portfolio-title a {
    color: #fff !important;
}
.portfolio-item img {
    display: block;
    width: 100%;
    height: auto;
}
.portfolio-with-excerpts .portfolio-pic,
.portfolio-with-excerpts #portfolio-video {
    margin-bottom: 30px;
    border: 1px solid transparent;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
}
.portfolio-with-excerpts .portfolio-content a.title {
    text-transform: uppercase;
    font-size: 11px;
    color: inherit;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}
.portfolio-with-excerpts .portfolio-content,
.portfolio-item-one .portfolio-content {
    margin-bottom: 15px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 15px;
}
.portfolio-with-excerpts .portfolio-content p:last-child,
.portfolio-item-one .portfolio-content p:last-child {
    margin-bottom: 0;
}
.portfolio-item .portfolio-terms a {
    color: #fff;
    font-size: 10px;
    display: block;
    float: left;
    display: inline-block;
    text-transform: uppercase;
    padding: 3px 10px;
    margin: 0px 5px 5px 0;
    background-color: #43b4f9;
        -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.portfolio-item .portfolio-terms a:hover {
    background-color: #dedede;
    color: inherit;
}
.portfolio-item .portfolio-title {
    padding:25px 10px 25px 10px;
    display:block;
    text-align: center;
    background-color: #fff;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #ededed;
    -webkit-transition: all 0.5s ease;
    -moz-transition:    all 0.5s ease;
    -o-transition:      all 0.5s ease;
    -ms-transition:     all 0.5s ease;
    transition:         all 0.5s ease;
}
.portfolio-item .portfolio-title a {
    -webkit-transition: all 0.5s ease;
    -moz-transition:    all 0.5s ease;
    -o-transition:      all 0.5s ease;
    -ms-transition:     all 0.5s ease;
    transition:         all 0.5s ease;
}
.portfolio-item.portfolio-item-shadow .portfolio-title {
    padding:15px 10px 15px 10px;
    display:block;
    text-align: center;
    background: none !important;
    border: 0px !important;
}
.portfolio-item.portfolio-item-shadow .portfolio-title a {
    color: inherit !important;
}
.portfolio-item.portfolio-item-shadow {
    overflow: visible;
}
.portfolio-item.portfolio-item-shadow .portfolio-pic {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-color:transparent !important;
    border: 0;
    -webkit-box-shadow: 0px 2px 4px 1px rgba(70,70,70,0.3);
    box-shadow: 0px 2px 4px 1px rgba(70,70,70,0.3);
}
.portfolio-item.portfolio-item-shadow #portfolio-video {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-color:transparent !important;
    border: 0;
    -webkit-box-shadow: 0px 2px 4px 1px rgba(70,70,70,0.3);
    box-shadow: 0px 2px 4px 1px rgba(70,70,70,0.3);
}
.portfolio-item .portfolio-title a {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    color: inherit;
}
.portfolio-item .portfolio-page-item .portfolio-title,
.portfolio-item-one .portfolio-page-item .portfolio-title {
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    text-align: left;
    padding:12px 10px 12px 10px;
    position: absolute;
    bottom: -65px;
    background: #fafafa;
    width: 100%;
}
.portfolio-item.no-margin {
    margin-right: -1px !important;
    margin-bottom: -1px !important;
}
#flexslider-portfolio .portfolio-item.no-margin {
    margin-bottom: 0px !important;
}
#flexslider-portfolio .portfolio-item {
    -webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: move;
}
#flexslider-portfolio .portfolio-item .portfolio-title {
    cursor: default;
}
#portfolio-wrap {
padding-bottom: 1px;}
.portfolio-item.no-margin.span3 {
    width: 25%;
}
.portfolio-item.no-margin.span4 {
    width: 33.333%;
}
.portfolio-item.no-margin.span6 {
    width: 50%;
}
.portfolio-item.no-margin.one_fifth {
    width: 20%;
}
.portfolio-item.no-margin.span2 {
    width: 16.66667%;
}
.portfolio-item.no-margin.span8{
    width: 66.667%;
}
.portfolio-item.no-margin.span12 {
    width: 100%;
}
.portfolio-item .portfolio-page-item .portfolio-title a:before,
.portfolio-item-one .portfolio-page-item .portfolio-title a:before {
    content:'';
    display: block;
    float: left;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    background: url(framework/images/portfolio-title-icon.png) center center no-repeat #525252;
}
.portfolio-item .portfolio-page-item .portfolio-title a:hover,
.portfolio-item-one .portfolio-page-item .portfolio-title a:hover {
    color: #43b4f9;
}
.portfolio-item .portfolio-page-item .portfolio-title,
.portfolio-item-one .portfolio-page-item .portfolio-title {
    line-height: 35px !important;
    margin: 0;
}
.portfolio-item .portfolio-title h4 {
    margin: 0 0 5px 0;
    line-height: 1 !important;
    padding:0;
}
.portfolio-item .portfolio-title span {
   line-height: 1 !important;
   display: block;
   margin: 0;
   padding: 0;
}	
		
/* Portfolio Item Overlay ---------------------------------------------------- */

.portfolio-item .portfolio-pic .portfolio-overlay, 
.portfolio-item-one .portfolio-pic .portfolio-overlay {
    display: block;
    overflow: hidden;
    background-color: rgba(255,255,255,0.8);
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    text-align: center;
}
.portfolio-item .portfolio-pic .portfolio-overlay .overlay-link,
.portfolio-item-one .portfolio-pic .portfolio-overlay .overlay-link {
    width: 90px;
    height: 90px;
    background-color: rgba(67,180,249,0.8);
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -45px 0 0 -45px;
    display: inline-block;
    font-size: 24px;
    line-height: 90px;
    color: #fff;
    text-align: center;
    opacity: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition:    all 0.5s ease;
    -o-transition:      all 0.5s ease;
    -ms-transition:     all 0.5s ease;
    transition:         all 0.5s ease;
    -moz-transform: scale(1.8);
    -webkit-transform: scale(1.8);
    -o-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8);
}
.portfolio-item .portfolio-pic .portfolio-overlay .overlay-link.zoom-out {
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
}
.portfolio-item img,
.portfolio-item-one img{
    display: block;
    width: 100%;
    height: auto;
}

/* Portfolio Items: 4 Columns ---------------------------------------------------- */
.portfolio-item img {
    z-index: 8;
}
.portfolio-item.four h4 {
    font-size: 14px;
}

/* Portfolio Items: 1 Column ---------------------------------------------------- */

.portfolio-item-one{
    margin-bottom:30px;
}
.portfolio-item-one .portfolio-picwrap{
	width: 460px;
    height: 300px;
	float: left;
	margin:0 30px 24px 0;
	overflow: hidden;
	position: relative;
    background-color: #fafafa;
    border-bottom: 1px solid #ececec;
}

.portfolio-item-one .portfolio-desc .read-more-link{
	display:none;
}
.portfolio-item-one .portfolio-desc ul li{
	margin-left: 40px !important;
}
.portfolio-item-one .date {
    color:#999999;
    margin-bottom: 15px;
}

.portfolio-tags{
	margin:0px 0px 20px 0px;
	color:#999999;
}

        
/* ------------------------------------------------------------------------ */
/* 21. Portfolio - Single */
/* ------------------------------------------------------------------------ */
.portfolio-wide .portfolio-pic,
.portfolio-wide #portfolio-images,
.portfolio-wide #portfolio-video,
.portfolio-wide #portfolio-slider {
    margin-bottom: 50px;
}
.portfolio-wide .portfolio-pic {
    text-align: center;
}
.portfolio-wide #portfolio-thumb-carousel {
    margin-bottom: 25px;
}
#portfolio-video iframe{
	max-width: 100%;
}

#portfolio-slider { 
    overflow: visible;
}
#portfolio-slider .flex-direction-nav a {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    background-color: #43b4f9;
    opacity: 0.7;
    z-index: 9;
}
#portfolio-slider .flex-direction-nav a.flex-next {
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius:  2px 0 0 2px;
}
#portfolio-slider .flex-direction-nav a.flex-prev {
    -webkit-border-radius: 0px 2px 2px 0px;
    -moz-border-radius: 0px 2px 2px 0px;
    border-radius:  0px 2px 2px 0px;
}
#portfolio-slider .flex-direction-nav a:hover {opacity: 1;}
#portfolio-thumb-carousel {margin-top: 25px;}
#portfolio-thumb-carousel li{margin-left: 25px;}
#portfolio-thumb-carousel li a {display:block; overflow: hidden;}
#portfolio-thumb-carousel li:first-child{margin-left: 0;}
#portfolio-thumb-carousel .flex-direction-nav li a {opacity: 0; visibility: hidden;}
#portfolio-thumb-carousel:hover .flex-direction-nav li a {opacity: 1; visibility: visible;}
.portfolio-detail-description-text {
    
}

.portfolio-sidebyside .portfolio-detail-description-text {
    margin-bottom:30px;
}

.portfolio-detail-description .headline-title-wrap,
.portfolio-detail-attributes  .headline-title-wrap {    margin-bottom: 25px }
.portfolio-detail-attributes {
    margin-bottom: 25px;
}
.portfolio-detail-attributes .date h4,
.portfolio-detail-attributes .client h4 {margin-bottom: 0;}

.portfolio-detail-attributes .date,
.portfolio-detail-attributes .client {
    margin-bottom: 25px;
    color: #828282;
}
.portfolio-detail-attributes ul {
    list-style: none;
    margin: 0;
}

    .portfolio-detail-attributes ul li {
        color: #525252;
    }

        .portfolio-detail-attributes ul li strong {
            padding-right: 15px;
            font-weight: normal;
        }


/* Related Portfolio Items ---------------------------------------------------- */
section#portfolio-related-post{
    background-color:#f7f8fa;
    padding-top:50px;
    padding-bottom:50px;
    border-top:1px solid #d9dddf;
    border-bottom:1px solid #d9dddf;
}
#portfolio-related-post { 
	margin-top: 40px;
}


    
/* Portfolio Comments ---------------------------------------------------- */

.portfolio-detail .portfolio-comments { 
	margin-top: 20px;
}

/* Projects Nav ---------------------------------------------------- */

.projects-nav {
    float: right;
    width: 100px;
    margin: 7px 0px 0 0;
}

.projectsnavpadding {
    padding: 0 !important;
    margin: 0px 0 0 0 !important;
}

    .projects-nav a {
        display: block;
        text-indent: -9999px;
        background: #cccccc;
        width: 35px;
        height: 35px;
        float: right;
        margin-right: 10px;
        -webkit-border-radius:3px;
		   -moz-border-radius:3px;
		        border-radius:3px;
    }
    .projects-nav .next a {
        background-image: url(framework/images/slider-next.png);
        background-position: center center;
        background-repeat: no-repeat;
    }

    .projects-nav .prev a {
        background-image: url(framework/images/slider-prev.png);
        background-position: center center;
        background-repeat: no-repeat;
    }
    
    .post-navigation .next a:after {
        content:"\f105";
        font-family: "FontAwesome";
        text-align: right;
        width: 15px;
        display: inline-block;
    }
    .post-navigation .prev a:before {
        content:"\f104";
        font-family: "FontAwesome";
        text-align: left;
        width: 15px;
        display: inline-block;
    }
/* ------------------------------------------------------------------------ */
/* 22. Content Pages */
/* ------------------------------------------------------------------------ */

/* Revolution Slider ---------------------------------------------------- */
.rev_slider {
    display: block !important;
    overflow: hidden !important;
    -webkit-border-radius: 0px !important;
       -moz-border-radius: 0px !important;
       		border-radius: 0px !important;     
}

.fullwidthbanner-container .rev_slider {
    -webkit-border-radius: 0px !important;
       -moz-border-radius: 0px !important;
    		border-radius: 0px !important;
}

/* 404 Page ---------------------------------------------------- */

#error-404 {
    text-align: center;
    margin-bottom: 40px;
    padding: 100px 0;
    position: relative;
    color: #525252;
    font-size: 15px;
    z-index: 9;
}
#error-404 #searchform {
    text-align: center;
}
#error-404 #searchform input[type="text"] {
    display: inline-block;
    width: 278px;
}

h2.error-404 {
    font-size: 160px;
    line-height: 160px;
    margin: 0 0 10px 0;
    font-weight: bold;
}


/* ------------------------------------------------------------------------ */
/* 23. Sidebars */
/* ------------------------------------------------------------------------ */

#sidebar { 

}
#sidebar .title {
border-color: #ddd;
}
#sidebar .widget{
margin-bottom: 50px;
}
#sidebar .widget h3 {
    font-size: 15px;
    margin:0 0 15px 0;
}

#sidebar .widget ul li a {
    color: inherit;
}
#sidebar .widget #lang_sel li:before {
    content: '';
    display: none;
}
#sidebar .widget #lang_sel a:before {
    content: '';
}
#sidebar .widget ul li.current_page_item,
#sidebar .widget ul li.current-menu-item { font-weight: bold }
 #sidebar .accordion .accordion-title h4 {
    padding: 0 10px 0 10px;
}
 #sidebar .accordion .accordion-inner {
    padding: 0 10px 10px 10px;
    margin-left: 26px;
}
#sidebar .accordion .accordion-title .acc-icon::before {
    margin-right: 5px;
}
#sidebar #flexslider-testimonial .flex-direction-nav a {
    top:-25px;
}

.widget_twitter .tweet {
    margin: 0 0 24px 0;
}
#sidebar .widget_twitter .tweet:before {
    content: "\f099";
    font-family: "FontAwesome";
    font-size: 13px;
    position: absolute;
    width: 10px;
    left: 0;
    top: 2px;
}
#sidebar .widget_twitter .tweet {
    padding-left: 22px;
    position: relative;
}
.widget_twitter .tweet a.date {
    color: #bebebe;
}
.widget_twitter .tweet a.date:hover {
    color: #525252;
}
.widget_categories ul li {
    color: #bebebe;
}

.widget_categories ul li a:hover {
    text-decoration: none;
}
/* Side Navigation Template ---------------------------------------------------- */

.sidenav {
	margin:0px;
	list-style: none;
	padding: 0;
}

.sidenav li ul{
	margin: 0;
	list-style: none;
}

.sidenav li .children li a{
	border-top: 1px solid #e8e8e8;
    text-transform: none;
    margin: 0 20px;
    font-weight: normal;
    padding-left: 0;
}
.sidenav .children li a::after {
   content: "";
   float: left;
   width: 4px;
   height: 4px;
   background-color: #333333;
   margin: 7px 12px 0 7px;
}
.sidenav > li {
    border: 1px solid #e8e8e8;
    margin-bottom: 2px;
}

.sidenav li a {
	display: block;
	margin: 0px;
	padding: 10px 20px 11px;
	color: #333333;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}
.sidenav > li.parent > a::after {
   content: "\f105";
   font-family: "FontAwesome";
   font-size: 13px;
   float: right;
}
.sidenav > li.parent:hover > a::after, .sidenav > li.current_page_parent > a::after {
   content: "\f107";
}
.sidenav li.current_page_parent .children {
    display: block;
}
.sidenav .children {
    display: none;
}
.sidenav li:first-child a {
	border-top: 0;
}
.sidenav li a:hover, .sidenav li.current_page_item > a, .sidenav > li.current_page_parent > a, .sidenav li.current_page_item a:hover {
    color: #43b4f9;
}
/* ------------------------------------------------------------------------ */
/* 24. Footer
/* ------------------------------------------------------------------------ */

#footer {
    border-top: 10px solid #142b3a;
    padding: 60px 0 30px;
    background: #223e50;
    color:#fff;
}

#footer a{
	color:#43b4f9;
}

#footer a:hover{
    text-decoration: underline;
}
	
/* Footer Widgets ---------------------------------------------------- */

#footer .widget { }

#footer .widget h3 {
	font-size:12px;
    color: #ffffff;
    text-transform: uppercase;
    padding:0 0 0px 0;
    margin: 0 0 0px 0;
}
#footer .widget .separator {
    height: 0px;
    margin: 24px 0 32px;
}    
.widget_recent_entries ul li span {
    color: #999999;
}   
.widget_recent_entries ul li span:before {
    content: " - ";
}
/* ------------------------------------------------------------------------ */
/* 25. Copyright
/* ------------------------------------------------------------------------ */

#copyright {
    padding: 5px 0;
    background: #222222;
    color:#777777;
}
#copyright .menu-footer-menu-container {display: inline-block;}
#copyright .menu li .sub-menu {
    display: none;
}
#copyright .menu {
    display: inline-block;
    margin: 0 0px 0 -20px;
    position: relative;
    vertical-align: middle;
    min-width: 200px;
}
#copyright .menu > li {
    list-style: none;
    display: inline-block;
    margin-left: 20px;
    line-height: 1;
    position: relative;
}
#copyright .menu > li:first-child{margin-left: 0;}
#copyright .menu > li > a {
    color: inherit;
    padding: 10px 0 10px;
    display: block;
}
#copyright .menu > li a:hover {
    text-decoration: underline;
}
.wrap-table {
    display: table; 
}
.cell {
    
    vertical-align: middle;
    display: inline-block;
    display:table-cell !important;
    float: none !important;
}

#copyright .copyright-text { 
    padding: 10px 0 10px 0; 
}

#copyright .social-icons {
    float: right;
    font-size: 11px;
    padding: 10px 0;
}
    
/* ------------------------------------------------------------------------ */
/* 26. Back-To-Top Button
/* ------------------------------------------------------------------------ */

#back-to-top {
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    right: 20px;
    display: none;
}

#back-to-top a {
    display: block;
    width: 46px;
    height: 46px;
    background: #333333;
    -webkit-transition:0.4s all ease;
	   -moz-transition:0.4s all ease;
	     -o-transition:0.4s all ease;
	        transition:0.4s all ease;
    -webkit-border-radius: 5px;
    text-align: center;
    color: #fff;
    line-height: 46px;
border-radius: 5px;
}

#back-to-top a:hover { background-color: #43b4f9 }

/* ------------------------------------------------------------------------ */
/* 27. Widgets */
/* ------------------------------------------------------------------------ */

.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget ul:not(.slides, .flex-direction-nav) li:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    position: absolute;
    top: 10px;
    left: 1px;
    background-color: #43b4f9;
    margin-right: 15px;
}
.widget ul:not(.slides) li {padding-right: 20px;}
/* Search Widget /--------------------------------------------------------- */

.widget_search input {
    background: url(framework/images/search.png) no-repeat 95% center;
	background-position-x: 13px;
    padding: 8px 34px 8px 8px;
    width: 100%;
    height: 38px;
    color: #bebebe;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    border: 1px solid #e8e8e8;
}

.widget_search input:focus { border-color: #c0c0c0 }

/* Calendar Widget /--------------------------------------------------------- */

#wp-calendar { width: 100% }

    #wp-calendar caption {
        padding: 0 10px;
        text-align: right;
        font-weight: bold;
        margin: -5px 0 5px 0;
    }

    #wp-calendar thead {    font-size: 10px }

        #wp-calendar thead th {
            padding: 5px 10px;
            font-weight: bold;
            border-top: 1px solid #f5f5f5;
        }

    #wp-calendar tbody {    color: #aaa }

        #wp-calendar tbody td {
            background: #f5f5f5;
            border: 1px solid #fff;
            text-align: center;
            padding: 5px 8px;
        }

        #wp-calendar tbody td:hover {    background: #fff }

        #wp-calendar tbody .pad {    background: none }

    #wp-calendar tfoot #next {
        font-size: 11px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: right;
        padding-top: 5px;
    }

    #wp-calendar tfoot #prev {
        font-size: 11px;
        font-weight: bold;
        text-transform: uppercase;
        padding-top: 5px;
    }
    
/* Tag Cloud Widget /--------------------------------------------------------- */

.widget_tag_cloud a {
    display: block;
    float: left;
    background-color: #fafafa;
    color: #727272;
    font-size: inherit !important;
    line-height: 28px;
    height:28px;
    margin: 0 5px 5px 0px;
    padding: 0px 14px 0px 14px;
    text-decoration: none;
    -webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}

.widget_tag_cloud a:hover {
    background-color: #43b4f9;
    color: #ffffff !important;
}

#footer .widget_tag_cloud a,
#infobar .widget_tag_cloud a {
    text-decoration: none;
}

#footer .widget_tag_cloud a:hover,
#infobar .widget_tag_cloud a:hover {
    background-color: #43b4f9;
    color: #ffffff !important;
}

/* Embed Widget /--------------------------------------------------------- */

.widget_embed p { margin-top: 10px }

.widget_embed iframe { max-width: 100% }

/* Flickr Widget /--------------------------------------------------------- */

.flickr-list {

}
.flickr-list .flickr-item {
    float: left;
    display: block;
    margin: 0 1% 2%;
    max-width: 88px;
    height: 70px;
    position: relative;
    padding: 0px;
    -webkit-border-radius:1px;
       -moz-border-radius:1px;
            border-radius:1px;
}
.flickr-list .flickr-item a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.flickr-list .flickr-item a img {
    -webkit-border-radius:1px;
       -moz-border-radius:1px;
            border-radius:1px;
}  
/* Instagram Widget /--------------------------------------------------------- */
.instagram-item a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.instagram-item {
    float: left;
    display: block;
    margin: 0 1% 2%;
    max-width: 150px;
    position: relative;
    padding: 0px;
    -webkit-border-radius:1px;
       -moz-border-radius:1px;
            border-radius:1px;
}

/* Sponsor Widget /--------------------------------------------------------- */

.widget_sponsor .sponsors {    margin-right: -20px }

.widget_sponsor a {
    display: block;
    float: left;
    margin: 0 10px 10px 0;
}

.widget_sponsor a img {    display: block }

/* Twitter Widget /--------------------------------------------------------- */

.widget_twitter ul {    list-style: none }

    .widget_twitter ul li {
        margin-bottom: 15px;
        background: url(framework/images/twitter.png) no-repeat 0px 4px;
        padding: 0 0 0 32px;
    }

        .widget_twitter ul li b a {
            display: block;
            font-size: 11px;
            color: #cccccc;
            font-weight: normal;
        }

/* Contact Widget /--------------------------------------------------------- */

.widget_contact address {    font-style: normal }

    .widget_contact address span {    display: block }

        .widget_contact address span strong {
            display: inline-block;
            width: 88px;
        }

/* Portfolio  Widget /--------------------------------------------------------- */

.widget_portfolio .portfolio-item:last-child {    margin: 0 }

.widget_portfolio .portfolio-widget-item {
    padding: 0 0 0px 0;
}

.widget_portfolio .portfolio-widget-item:nth-child(3n) {
    border: none !important;
    padding: 0;
    margin-right: 0;
}

.widget_portfolio .portfolio-widget-item .portfolio-pic {
	float: left;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 75px;
	position: relative;
	padding: 2px;
    background-color: #fff;
	-webkit-border-radius:2px;
	   -moz-border-radius:2px;
	        border-radius:2px;
}
#footer .widget_portfolio .portfolio-widget-item .portfolio-pic {
    padding: 0;
    background:none;
}
#footer .widget_portfolio .portfolio-widget-item {
    margin-bottom: 2%;
}
.widget_portfolio .portfolio-widget-item .portfolio-pic:hover {
    background: #43b4f9;
    border-color: #43b4f9;
}

.widget_portfolio .portfolio-widget-item .portfolio-pic img {
    width: 100%;
    height: 100%;
    display: block;
}

/* Footer & Topbar Widgets (Color Change) ---------------------------------------------------- */
.widget ul {
    margin-left: 0;
}
#footer .widget ul li,
#infobar .widget ul li {
    list-style: none;
    padding: 0px 10px 13px 20px;
    line-height: inherit;
}
#footer .widget ul li:before,
#infobar .widget ul li:before,
.product-categories > li:before,
.list-latestposts > li:before {
    content: "";
    width: 4px;
    height: 4px;
    -webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
    background-color: #43b4f9;
    float: left;
    margin-right: 14px;
    position: absolute;
    top: 9px;
    left: 0;
    display: block;
}
#footer .widget_search input,
#infobar .widget_search input {
    color: #aaaaaa;
    background-color: #555555;
    -webkit-box-shadow:none;
       -moz-box-shadow:none;
            box-shadow:none;
    border: 1px solid #555555;
}

#footer .widget_search input:focus,
#infobar .widget_search input:focus {    color: #ffffff }

#footer #wp-calendar thead th,
#infobar #wp-calendar thead th {    border-top: 1px solid #555555 }

#footer #wp-calendar tbody,
#infobar #wp-calendar tbody {    color: #aaa }

#footer #wp-calendar tbody td,
#infobar #wp-calendar tbody td {
    background: #555555;
    border: 1px solid #444444;
}

#footer #wp-calendar tbody td:hover,
#infobar #wp-calendar tbody td:hover {
    background: #444444;
    color: #ffffff;
}

#footer #wp-calendar tbody .pad,
#infobar #wp-calendar tbody .pad {    background: none }

#footer .widget_flickr #flickr_tab a,
#infobar .widget_flickr #flickr_tab a {
    border: 1px solid #333333;
    padding: 4px;
    background: #333333;
    -webkit-box-shadow:none;
       -moz-box-shadow:none;
            box-shadow:none;
}

#footer .widget_flickr #flickr_tab a:hover,
#infobar .widget_flickr #flickr_tab a:hover { 
	background: #43b4f9;
	border-color: #43b4f9;
}

#footer .widget_twitter ul li:last-child,
#infobar .widget_twitter ul li:last-child {    margin: 0 }

#footer .widget_portfolio .portfolio-widget-item,
#infobar .widget_portfolio .portfolio-widget-item {
    
}

#footer .widget_portfolio .portfolio-widget-item .portfolio-pic:hover,
#infobar .widget_portfolio .portfolio-widget-item .portfolio-pic:hover { 
	background: #43b4f9;
	border-color: #43b4f9;
}

#footer .twitter-list .tweet {
    padding-left: 40px;
    margin: 20px 0 0px 0;
    background: url(framework/images/twitter-bird.png) 1px 5px no-repeat;
}
#footer .twitter-list .tweet:first-child {
    margin: 0;
}
#footer .twitter-list a {
    color: #bebebe;
}
#footer .twitter-list a:hover {text-decoration: underline;}
#footer .wpcf7 .button {
    -webkit-appearance: none;
    font-size: 14px;
    color: #878787;
    text-transform: none;
    font-weight: normal;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-shadow: 0px 3px 0px #222;
    -moz-box-shadow: 0px 3px 0px #222;
    box-shadow: 0px 3px 0px #222;
}
#footer .wpcf7 .input {
    margin: 0 !important;
    width: 100%;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    border:1px solid #282828;
    background-color: #434343;
    color: #878787 !important;
    font-size: 14px;
    font-family: 'Open Sans';
    padding: 4px 10px 5px;
}
#footer .wpcf7 textarea.input {
    max-height: 78px;
}
#footer .wpcf7 p {
    margin: 0 0 10px 0 !important;
}
#copyright .small-logo {
    display: block;
    float: left;
    margin: -4px 16px 0 0;
    text-indent: -300px;
    overflow: hidden;
    width: 98px;
    height: 26px;
    background: url(framework/images/small-logo.png) center center no-repeat;
    background-size: 100% auto;
}
a.button.black i,
a.button.alternative-1 i,
a.button.alternative-2 i,
a.button.alternative-3 i,
.icon-white,
.nav > .active > a > [class^="icon-"],
.nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"] {
  color: #ffffff;
}
/* Style Swicher
================================================== */
#style_selector {
  position: absolute;
  top: 190px;
  left: 0px;
  width: 239px;
  background: #ffffff;
  z-index: 99;
-webkit-border-radius: 0 0 5px 0;
border-radius: 0 0 5px 0;
-webkit-box-shadow: 2px 2px 3px 0 rgba(100,100,100,0.2);
box-shadow: 2px 2px 3px 0 rgba(100,100,100,0.2);
}
/** swicher menu */
.switcher {
  margin: 0;
  padding: 0px 0 10px;
  border: 1px solid #dedede;
  border-left: 0;
  -webkit-border-radius: 0 0 4px 0;
border-radius: 0 0 4px 0;
}
.box {
  text-align: left;
  padding: 0 20px 15px;
  border-bottom: 1px solid #dedede;
  position: relative;
  margin: 0 0 18px;
}
.box-heading {
  text-align: left;
  padding: 11px 20px;
  border-bottom: 1px solid #dedede;
  position: relative;
  margin: 0 0 18px;
}
.box-heading h4 {
    margin-bottom: 0;
    font-size: 14px;
    text-transform: capitalize;
    color: #333333;
    font-weight: 600;
}
.box.last {
    margin-bottom: 0;
    border-bottom: 0;
}
.box h5 {
    margin-bottom: 18px;
    line-height: 21px;
    font-size: 12px;
    text-transform: uppercase;
    color: #949494;
}
.box select {
    margin-bottom: 0;
    padding: 7px 15px;
    color: #333333;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.box .radio_text {
  font-size: 14px;
  line-height: 20px;
  padding: 0px;
  display:block;
  overflow: hidden;
  margin: 0px;
  color: #525252;
}
.box .radio_text input[type="radio"] {
  margin: 3px 5px 0 0;
  float: left;
}
.box .radio_text label {
    display: inline-block;
}
.box label
  {padding:1px 0px 10px 27px;}

.box input[type=radio]
  {display:none;}

.box input[type=radio] + label
  {background:none;}
.box input[type=radio]:checked + label
  {background:url(framework/images/slider-handle.png) no-repeat 0px 0px;}
.radio-range {
    width: 17px;
    height: 120px;
    background:url(framework/images/slider-range.png) no-repeat 0px 0px;
    position: absolute;
    z-index: -1;
    top: 37px; left: 31px;
}
#style_selector .style-toggle {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  color: #333333;
  background: #fff;
  border: 1px solid #dedede;
  border-left: 0;
  padding-left: 5px;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: -49px;
  z-index: 999;
  -webkit-border-radius: 0 5px 5px 0;
border-radius: 0 5px 5px 0;
}
#style_selector .style-toggle.active {
    background-position: right center; 
}
#style_selector .images {
    margin-left: -10px;
}
#style_selector .images img {
  width: 26px;
  height: 26px;
  margin-left: 10px;
  margin-bottom: 10px;
  z-index: 1000;
  border: 1px solid;
  border-color: #dedede;
  -webkit-border-radius: 4px;
border-radius: 4px;
}
#style_selector .images img.active,
#style_selector .images a:hover img {
  border-color: #555555;
}
/* controls */
#style_selector .predefined {
  border: none;
  background: none;
}
.switcher small {
    font-size: 10px;
    color: #999;
}
.switcher ul.colors {
    margin: 0 0 0 -10px;
}
.switcher .colors li {
  float: left;
  list-style-type: none;  
  margin: 0;
}
.switcher .colors li a {
  position: relative;
  padding: 0;
  display: block;
  width: 26px;
  height: 26px;
  margin-left: 10px;
  margin-bottom: 10px;
  z-index: 1000;
  border: 1px solid;
  border-color: #dedede;
  -webkit-border-radius: 4px;
border-radius: 4px;
cursor: pointer;
}
.switcher .colors .st1 a {
  background:#43b4f9;
}
.switcher .colors .st2 a {
  background:#2ecc71;
}
.switcher .colors .st3 a{
  background:#ff5900;
}
.switcher .colors .st4 a{
  background:#ffd427;
}
.switcher .colors .st5 a{
  background:#ed1f24;
}
.switcher .colors .st6 a{
  background:#A0B5B6;
}
.switcher .colors .st7 a{
  background:#2997ab;
}
.switcher .colors .st8 a{
  background:#719234;
}

/* control active style */
.switcher li a.active,
.switcher li a:hover {
  border-color: #555555;
}
.mb10 {
    margin-bottom:10px;
}
.slct {
    display: block;
    border: 1px solid #c7c7c7;
    width: 106px;
    padding: 4px 30px 4px 10px;
    color: #525252;
    background: url(framework/images/select-bg.gif) 97% center no-repeat;
    background-color: #ffffff;
    overflow: hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis; 
 
}
.slct a {
    color: #525252;
}
.drop {
    margin: 0;
    padding: 0;
    width: 146px;
    border: 1px solid #cecece;
    border-top: none;
    display: none;
    position: absolute;
    background: #fff;
    z-index: 9;
}
.drop li {
    list-style: none;
    border-top: 1px dotted #e8e8e8;
    cursor: pointer;
    display: block;
    color: #444;
    padding: 4px 10px 4px 10px;
    background-position: 10px -119px;
}
.drop li a {
    color: #525252;
}
.drop li:hover {
    background-color: #e8e8e8;
    color: #222;
}

input.miniColors{margin-right:4px; max-width: 100px; float: left; display: none;}
.miniColors-selector{
    position:absolute;
    width:175px;
    height:150px;
    background:white;
    border:solid 1px #bababa;
    -moz-box-shadow:0 0 6px rgba(0, 0, 0, .25);
    -webkit-box-shadow:0 0 6px rgba(0, 0, 0, .25);
    box-shadow:0 0 6px rgba(0,0,0,.25);
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;padding:5px;z-index:999999
}
.miniColors.opacity.miniColors-selector{
    width:200px
}
.miniColors-selector.black{
    background:black;border-color:black
}
.miniColors-selector.gray{
    background:#DDD;border-color:#EEE
}
.miniColors-colors{
    position:absolute;
    top:5px;
    left: 5px;
    width:150px;
    height:150px;
    background:url(framework/images/colors.png) -40px 0 no-repeat;
    cursor:crosshair
}
.miniColors.opacity .miniColors-colors{
    left: 30px
}
.miniColors-hues{
    position:absolute;
    top:5px;
    left: 160px;
    width:20px;
    height:150px;
    background:url(framework/images/colors.png) 0 0 no-repeat;
    cursor:crosshair
}
.miniColors.opacity .miniColors-hues{
    left: 185px
}
.miniColors-opacity{
    position:absolute;
    top:5px;
    left: 5px;
    width:20px;
    height:150px;
    background:url(framework/images/colors.png) -20px 0 no-repeat;
    cursor:crosshair
}
.miniColors-colorPicker{
    position:absolute;
    width:11px;
    height:11px;
    border:1px solid black;
    -moz-border-radius:11px;
    -webkit-border-radius:11px;
    border-radius:11px
}
.miniColors-colorPicker-inner{
    position:absolute;
    top:0;
    left: 0;
    width:7px;
    height:7px;
    border:2px solid white;
    -moz-border-radius:9px;
    -webkit-border-radius:9px;
    border-radius:9px
}
.miniColors-huePicker,.miniColors-opacityPicker{
    position:absolute;
    left:-2px;
    width:22px;
    height:2px;
    border:1px solid black;
    background:white;
    margin-top:-1px;
    border-radius:2px
}
.miniColors-trigger,.miniColors-triggerWrap{
    width:23px;
    height:23px;
    display:inline-block;
}
.miniColors-triggerWrap{
    position: absolute;
    right: 30px;
    top: 0px;
}
.miniColors-triggerWrap{
    background:url(framework/images/trigger.png) -22px 0 no-repeat
}
.miniColors-triggerWrap.disabled{
    filter:alpha(opacity=50);opacity: .5
}
.miniColors-trigger{
    vertical-align:middle;
    outline:none;
    background:url(framework/images/trigger-bg.png) 0 0 no-repeat;
    background-color: transparent !important;
}
.miniColors-triggerWrap.disabled .miniColors-trigger{
    cursor:default
}


/*last update version 1.1*/

/*top bar*/
#top-bar {
    background-color: #fafafa;
    border-bottom: 1px solid #dddddd;
}
#top-bar .block-right > * {margin-right: 0 !important;}
#top-bar .call-us {
    line-height: 1;
    padding: 5px 0;
    display: inline-block;
    margin:0 25px 0 -15px;
}
#top-bar .call-us ul {display: inline-block;font-size:19px;}
.call-us ul li {
    display: inline-block;
    margin-left: 15px;
}
.call-us ul li i {
    padding-left: 8px;
    line-height: 1;
}
.call-us a:hover {text-decoration: underline;}
/*header varsions*/
#header.header2 .logo {
    float: none;
    display: block;
    padding: 10px 0;
}
#header.header2 .logo .logo_text {
    display: inline-block;
}
#header.header2 .logo img {
width: 100%;
height: 100%;
box-sizing: border-box;
}
#header.header2 #navigation ul.menu {
    float: none !important;
    margin: 0;
    text-align: center;
    display: inline-block;
    line-height: 0;
}
#header.header2 #navigation {
    float: none !important;
    margin: 0;
    text-align: center;
    line-height: 0;
}
#header.header2 #navigation ul.menu > li {
    line-height: 1;
    position: relative;
    margin-left: 0;
    padding: 14px 0;
}
#header.header2 #navigation ul.menu > li > a {
    margin: 0 0px 0 0 !important;
    display: inline;
    display: inline-block;
    float: none;
    position: relative;
}
#header.header2 #navigation .menu > li > .sub-menu {
    left: 0;
}
#header.header2 #navigation .menu li.megamenu > .sub-menu {
    left: 0;
}
#header.header2 #navigation .menu ul {
    text-align: left;
}

#header.header4 #navigation ul {
    float: none !important;
    m