@charset utf-8;

/*
Theme Name:  Ultrici
Theme URI:    http://www.wptitans.com/ultrici
Description:  A premium template for portfolio themes with Full width design and Box design. Follow us on <a href="http://twitter.com/#!/wptitan">Twitter</a> or find more awesome products at <a href="http://themeforest.net/user/wptitans">Themeforest</a>.
Author:       WP Titans
Author URI:   http://www.wptitans.com/
Tags:         Multi Columns, Fixed Width, Custom Header, Custom Background, Threaded Comments,  Translation Ready,
Version:      1.1


Index
============================

1.  Base Stylings       - Contains CSS RESET and Base stylings location : sprites -> base.css .
2.  Slideshow          - Contains slider related styles : sprites -> slideshow.css .
3.  Layout              - Contains layout related settings location : sprites -> layout.css .
4.  Widgets             - Contains widgets stylings for sidebar, footer and home widget area location : sprites -> widgets.css .

============================
*/


/* ================================================================================== */
/* == General Stylings ============================================================== */
/* ================================================================================== */

.mobile-menu { display:none; }

.bg-image { position:fixed; top:0; left:0; z-index:1; width:100%; height:100%; }
.bg-image img { width:100%; height:100%; }

body {line-height: 1.6;}

.super-wrapper {
	 color:#333;
    background-color: #E6E5EA;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(230, 229, 234)), to(rgb(255, 255, 255)));
    background-image: -webkit-linear-gradient(top, rgb(230, 229, 234), rgb(255, 255, 255));
    background-image: -moz-linear-gradient(top, rgb(230, 229, 234), rgb(255, 255, 255));
    background-image: -o-linear-gradient(top, rgb(230, 229, 234), rgb(255, 255, 255));
    background-image: -ms-linear-gradient(top, rgb(230, 229, 234), rgb(255, 255, 255));
    background-image: linear-gradient(top, rgb(230, 229, 234), rgb(255, 255, 255));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#e6e5ea', EndColorStr='#ffffff');
    
}

.hasleftSidebar .sidebar, .hasRightSidebar .sidebar {color: #999;}

.hasleftSidebar .sidebar a, .hasRightSidebar .sidebar a{color: #333;}
.sidebar .sidebar-wrap .tagcloud a {color: #fff;}
.hasleftSidebar .sidebar a:hover, .hasRightSidebar .sidebar a:hover{color: #999;}


#logo {
    float: left;
    margin: 30px 0;
}
#logo img { display: block ; width:100%; max-height:100%; }
.top-area { padding: 0; 
			background-color: #272a2c;
			background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(39, 42, 44)), to(rgb(55, 58, 60)));
			background-image: -webkit-linear-gradient(top, rgb(39, 42, 44), rgb(55, 58, 60));
			background-image: -moz-linear-gradient(top, rgb(39, 42, 44), rgb(55, 58, 60));
			background-image: -o-linear-gradient(top, rgb(39, 42, 44), rgb(55, 58, 60));
			background-image: -ms-linear-gradient(top, rgb(39, 42, 44), rgb(55, 58, 60));
			background-image: linear-gradient(top, rgb(39, 42, 44), rgb(55, 58, 60));
			filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#272a2c', EndColorStr='#373a3c');
			position:relative; z-index:3;
			
			}

.top-right-area {
	background: #fff;
-webkit-border-bottom-right-radius: 2px;
-webkit-border-bottom-left-radius: 2px;
-moz-border-radius-bottomright: 2px;
-moz-border-radius-bottomleft: 2px;
border-bottom-right-radius: 2px;
border-bottom-left-radius: 2px;
position: absolute;
padding: 20px;
top: 0px;
right: 0;
-webkit-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.4);
box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.4);
moz-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.4);
background-color: #FAFAFA;
background-image: -webkit-gradient(linear, left top, left bottom, from(#FAFAFA), to(white));
background-image: -webkit-linear-gradient(top, #FAFAFA, white);
background-image: -moz-linear-gradient(top, #FAFAFA, white);
background-image: -o-linear-gradient(top, #FAFAFA, white);
background-image: -ms-linear-gradient(top, #FAFAFA, white);
background-image: linear-gradient(top, #FAFAFA, white); filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#fafafa', EndColorStr='#ffffff');
filter: none;
}
.top-right-area ul.top-social-icons {
  margin: 0;
  padding: 0;
}
.top-right-area ul.top-social-icons li {
	float: left;
	list-style: none;
	margin: 0px 0px 0px 3px;
}
          

.top-right-area ul.top-social-icons li a { display: block; width:20px; height:19px; overflow:hidden; position:relative; }
.top-right-area ul.top-social-icons li a span{ display: block; width:20px; height:19px; background:url(sprites/i/social-sprite.png); position:absolute; top:0; left:0; }

.top-right-area ul.top-social-icons li a.fb  span.def{ background-position: -6px 0px;  }
.top-right-area ul.top-social-icons li a.twitter  span.def { background-position: -29px 0px;  }
.top-right-area ul.top-social-icons li a.google  span.def { background-position: -52px 0px; }
.top-right-area ul.top-social-icons li a.linkedin  span.def { background-position: -75px 0px; }
.top-right-area ul.top-social-icons li a.rss  span.def{ background-position: -99px 0px;  }
.top-right-area ul.top-social-icons li a.dribbble  span.def{  background-position: -121px 0px; }
.top-right-area ul.top-social-icons li a.frost  span.def { background-position: -144px 0px;  }



.top-right-area ul.top-social-icons li a.fb span.hov{ background-position: -6px -18px;  left:19px; opacity:0; }
.top-right-area ul.top-social-icons li a.twitter span.hov { background-position: -29px -18px; left:19px; opacity:0; }
.top-right-area ul.top-social-icons li a.google span.hov { background-position: -52px -18px; left:19px; opacity:0;}
.top-right-area ul.top-social-icons li a.linkedin span.hov { background-position: -75px -18px;  left:19px; opacity:0;}
.top-right-area ul.top-social-icons li a.rss span.hov { background-position: -99px -18px; left:19px; opacity:0; }
.top-right-area ul.top-social-icons li a.dribbble span.hov  {  background-position: -121px -18px; left:19px; opacity:0; }
.top-right-area ul.top-social-icons li a.frost span.hov { background-position: -144px -18px; left:19px; opacity:0;  }

.boxable {
  width: 1040px;
     margin: 0px auto;
    padding: 0;
    position: relative;
    z-index: 2;
}
			
.stage-background {
    background-color: #e6e5ea;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(230, 229, 234)), to(rgb(254, 255, 255)));
    background-image: -webkit-linear-gradient(top, rgb(230, 229, 234), rgb(254, 255, 255));
    background-image: -moz-linear-gradient(top, rgb(230, 229, 234), rgb(254, 255, 255));
    background-image: -o-linear-gradient(top, rgb(230, 229, 234), rgb(254, 255, 255));
    background-image: -ms-linear-gradient(top, rgb(230, 229, 234), rgb(254, 255, 255));
    background-image: linear-gradient(top, rgb(230, 229, 234), rgb(254, 255, 255));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#e6e5ea', EndColorStr='#feffff');    
    position: absolute;
    top: 160px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 457px;

 }

/* ================================================================================== */
/* == Menu ========================================================================== */
/* ================================================================================== */


.mobile-menu { display:none; background:#eee; border-bottom:1px solid #dddddd; padding:25px 0; position:relative; z-index:99;  }

.mobile-menu-wrapper {  margin:0px auto 0px auto; width:290px; height:32px;  background: url(sprites/i/mobile-select-bg.png) repeat-x;  border-radius:3px; border:1px solid #d7d7d7; overflow:hidden;   }
.mobile-menu-bg { height:32px; background:url(sprites/i/select-arrow.png) 98% 40%  no-repeat;   border-radius:3px; width:290px; margin:0; position:relative; z-index:1;    }
.mobile-menu-bg select {  display:block; outline:none; width:310px;    border:none; outline:none; background:transparent!important;   color:#777; font-size:11px; -webkit-appearance: none; padding:0px 0px 0px 10px; margin:0!important;   }
.mobile-menu-bg select  option { padding:10px; display:block; }

/* == FIREFOX FIX === */
@-moz-document url-prefix() {
    .mobile-menu-bg select {   padding:8px 0px 0px 10px; }
}


#menu-bar-wrapper {
    position: relative;
    z-index: 99;
    background-color: #373A3C;
     
}

#menu-bar .menu {
    display: block;
    padding: 0;
    margin-top: 1px;
    margin-left: 0;
}
#menu-bar .menu li {
  float: left;
  margin-top: 0;
  display: block;
  z-index: 9;
  margin-right: 5px;
  
  
}
#menu-bar .menu>li:first-child { }
#menu-bar .menu>li span.hasDropdown { background:url(sprites/i/main-menu-arrow.png); width:7px; height:5px; position:absolute; top: 22px; right:22px; }

#menu-bar .menu>li:hover  span.hasDropdown { background-position:0px -8px; }


#menu ul.sub-menu li a span.hasDropdown { background:url(sprites/i/sub-menu-arrow.png) 0px 0px no-repeat!important; width:7px; height:6px;  top:15px;  }
#menu>li.current_page_item  a span.hasDropdown ,
#menu>li.current-menu-ancestor a span.hasDropdown { background-position:0px -8px; }

#menu-bar .menu>li>a {
    font-size: 13px;
    padding: 15px 16px 15px 15px;
    display: block;
    color: #fff;
    text-decoration: none;
	position:relative;
}

#menu-bar .menu>li.showdropdown>a
{
	padding-right:34px;
}

#menu>li>ul.sub-menu {
    position: absolute;
    z-index: 9;
    top: 49px;
    left:-25px;
    padding: 4px 12px;
    width: 180px;
    display: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	
}
#menu ul.sub-menu li {
    float: none;
    display: block;
   line-height: 1.6;
    border-bottom: 1px dotted #ddd;
}

#menu ul.sub-menu li:last-child {
    border-bottom: none;
}
#menu ul.sub-menu li a {
	font-size: 12px;
	color: #373A3C;
	 padding: 10px 5px;
	 display:block;
}
#menu ul.sub-menu li a:hover {
	color: #373A3C;
	text-decoration: none;
}
#menu>li:hover { }
#menu>li:hover>a {
    background-color: #fbfcfd;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(251, 252, 253)), to(rgb(230, 229, 234)));
    background-image: -webkit-linear-gradient(top, rgb(251, 252, 253), rgb(230, 229, 234));
    background-image: -moz-linear-gradient(top, rgb(251, 252, 253), rgb(230, 229, 234));
    background-image: -o-linear-gradient(top, rgb(251, 252, 253), rgb(230, 229, 234));
    background-image: -ms-linear-gradient(top, rgb(251, 252, 253), rgb(230, 229, 234));
    background-image: linear-gradient(top, rgb(251, 252, 253), rgb(230, 229, 234));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#fbfcfd', EndColorStr='#e6e5ea');
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    color: #373A3C;
}
#menu>li.current_page_item,
#menu>li.current-menu-ancestor {

}
#menu>li.current_page_item>a,
#menu>li.current-menu-ancestor>a {
	color: #373A3C;
    background-color: #fbfcfd;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(251, 252, 253)), to(rgb(230, 229, 234)));
    background-image: -webkit-linear-gradient(top, rgb(251, 252, 253), rgb(230, 229, 234));
    background-image: -moz-linear-gradient(top, rgb(251, 252, 253), rgb(230, 229, 234));
    background-image: -o-linear-gradient(top, rgb(251, 252, 253), rgb(230, 229, 234));
    background-image: -ms-linear-gradient(top, rgb(251, 252, 253), rgb(230, 229, 234));
    background-image: linear-gradient(top, rgb(251, 252, 253), rgb(230, 229, 234));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#fbfcfd', EndColorStr='#e6e5ea');
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px; 
    
}
#menu ul.sub-menu li.current_page_item a,
#menu li.current-menu-ancestor a { color: #373A3C }
#menu>li>ul.sub-menu,
#menu>li>ul.sub-menu ul.sub-menu {
background-color: #e7e6eb;

 filter:none;
border: 1px solid #EEEEEE;
border-top: none;
-webkit-box-shadow: 4px 9px 10px rgba(50, 50, 50, 0.3);
-moz-box-shadow:    4px 9px 10px rgba(50, 50, 50, 0.3);
box-shadow:         4px 9px 10px rgba(50, 50, 50, 0.3);

}

#menu>li>ul.sub-menu li:hover { z-index:12; }

#menu div.sub-menu {
    position: absolute;
    z-index: 9;
    top: 49px;
    left: 0;
    display: none;
    width: 970px;
     border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 3px 5px;
    background-color: #e6e5ea;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(230, 229, 234)), to(rgb(254, 255, 255)));
    background-image: -webkit-linear-gradient(top, rgb(230, 229, 234), rgb(254, 255, 255));
    background-image: -moz-linear-gradient(top, rgb(230, 229, 234), rgb(254, 255, 255));
    background-image: -o-linear-gradient(top, rgb(230, 229, 234), rgb(254, 255, 255));
    background-image: -ms-linear-gradient(top, rgb(230, 229, 234), rgb(254, 255, 255));
    background-image: linear-gradient(top, rgb(230, 229, 234), rgb(254, 255, 255));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#e6e5ea', EndColorStr='#feffff'); 
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
#menu div.sub-menu p {
	padding: 5px 0;
	line-height: 1.6;
}
#menu div.sub-menu h6 {
	padding: 6px 5px 8px;
	display: block;
	text-align: left;
	margin-left: -5px;
	font-size: 14px;
	font-weight: 400;
	color: #777;
	border-bottom: 1px solid #ddd;
}
#menu div.sub-menu>div {
    float: left;
    width: 170px;
    margin: 10px;
    padding-bottom: 10px;
}
#menu div.sub-menu>div ul.sub-menu { margin-top: 10px; margin-left:0; padding-left:0;  }
#menu div.sub-menu>div li {
	border-bottom: 1px dotted #ddd;
	line-height: 14px;
	
}
#menu div.sub-menu>div a {
	text-transform: none;
	font-size: 11px;
	font-weight: 400;
	border: none;
	background: none;
}
#menu>li>ul.sub-menu ul {
    position: absolute;
    z-index: 9;
    top: 0px;
    left: 145px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 4px 12px;
    display: block;
    width: 180px;
    display: none;
}
span.mg-menu-tip {
    height: 50px;
    display: block;
    position: absolute;
    top: -20px;
}
#menu li.rel { position: relative }
#page-starter { background-color: #fff }

/* ================================================================================== */
/* == Footer ======================================================================== */
/* ================================================================================== */

#footer { background-color: #26292b;
background-image: -webkit-gradient(linear, left bottom, right top, from(rgb(38, 41, 43)), to(rgb(56, 59, 61)));
background-image: -webkit-linear-gradient(left bottom, rgb(38, 41, 43), rgb(56, 59, 61));
background-image: -moz-linear-gradient(left bottom, rgb(38, 41, 43), rgb(56, 59, 61));
background-image: -o-linear-gradient(left bottom, rgb(38, 41, 43), rgb(56, 59, 61));
background-image: -ms-linear-gradient(left bottom, rgb(38, 41, 43), rgb(56, 59, 61));
background-image: linear-gradient(left bottom, rgb(38, 41, 43), rgb(56, 59, 61));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#26292b', EndColorStr='#383b3d');
 }

.footer-cols:last-child { margin-right: 0 }
.footer-cols .footer-wrap:last-child { border-bottom: none }
.mobile_footer_widget {
    display: none;
    padding-top: 10px;
}

/* == ~~ Bottom FOOTER menu ========================================================== */
.inner-footer-wrapper { padding-top:15px; }
#footer-menu {
    padding: 30px 0px;
    border-top: 1px solid #fff;
   background-color: #dfdee4;
   background-image: -webkit-gradient(linear, left bottom, right top, from(rgb(223, 222, 228)), to(rgb(254, 255, 255)));
   background-image: -webkit-linear-gradient(left bottom, rgb(223, 222, 228), rgb(254, 255, 255));
   background-image: -moz-linear-gradient(left bottom, rgb(223, 222, 228), rgb(254, 255, 255));
   background-image: -o-linear-gradient(left bottom, rgb(223, 222, 228), rgb(254, 255, 255));
   background-image: -ms-linear-gradient(left bottom, rgb(223, 222, 228), rgb(254, 255, 255));
   background-image: linear-gradient(left bottom, rgb(223, 222, 228), rgb(254, 255, 255));
   filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#dfdee4', EndColorStr='#feffff');  
    color: #383B3D;
}
#menu-footer-menu {
    float: right;
    padding: 0 10px 0 10px;
    color: #383B3D;
}

#footer-menu .footer-text {
    color: #383B3D;
}

#menu-footer-menu li {
	float: left;
	padding: 0;
	display: block;
	border-bottom: none;
	border-left: 1px solid #383B3D;
	margin: 0px 5px 6px 5px;
	line-height: 1;
}
#menu-footer-menu li:first-child { border-left: none }
#menu-footer-menu li a:hover { text-decoration:none; }
#menu-footer-menu li a {
	color: #383B3D;
	font-weight: 100;
	padding: 0px 10px;
	display: block;
}

/* == ~~ Bottom Footer text ========================================== */

.footer-text {
    color: #fff;
    font-weight: 100;
    float: left;
    margin-top: 0px;
    margin-left: 0px;
    font-size: 13px;
}


/* =================================================================== */   
/* === General Components Stylings =================================== */
/* =================================================================== */ 

/* == ~~ COLUMN STYLINGS ============================================= */

.intro-fancy-title img {
    float: right;
    margin: 3px 0px 25px 2px;
}

div.intro-fancy-title h2.custom-font {
    font-size: 18px;
    font-weight: 400;
    padding: 2px 20px 2px 2px;
    color: #333;
	margin-bottom:7px!important;
    line-height: 1.2;
}
.intro-fancy-title { position: relative }

.column-content {
    margin-top: 0px;
    margin-left: 0px;
}

.column-content ul{
    margin-top: 20px;
}
.column-content ul li{
    line-height: 2;
}
.column-content .pull-right {
	margin-top: 5px;
	margin-right: 5px;
	font-size: 12px;
}
.home-page-two-columns,
.home-page-four-columns,
.home-page-three-columns {
	padding-top:14px;
    padding-bottom:0px;
    margin-bottom: 0px;
   
}
.home-page-two-columns .layout_element, .home-page-four-columns .layout_element, .home-page-three-columns .layout_element { margin-bottom:15px; }


.top-col-image img{
	background: white;
	padding: 4px;
	border: 1px solid white;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	margin-bottom: 15px;
	width:95%;
	margin-top:20px;
}



/* == default blurb stylings ===================== */	

.blurb-wrapper {
    margin: 0px;
    padding: 20px 0 10px 0;
   
}
.blurb-wrapper .blurb-text {
	color: #333;
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	line-height: 1.2;
}
.blurb-secondary-text {
    text-align: center;
    color: #383B3D;
    margin-bottom: 4px;
    font-size: 14px;
}
.blurb-wrapper .blurb-button { margin-top: 25px; margin-bottom:20px; }
.blurb-wrapper .blurb-button a {
position: relative;
padding: 15px 25px;
display: inline-block;
*display: inline;
/* IE7 inline-block hack */
*zoom: 1;
margin-bottom: 0;
font-size: 16px;
line-height: 24px;
font-weight: 400;
color: #fff;
text-shadow: 1px 1px 1px #111;
text-align: center;
vertical-align: middle;
background-color: #393D3F;
background-image: -moz-linear-gradient(top, #3D4143, #252627);
background-image: -ms-linear-gradient(top, #3D4143, #252627);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3D4143), to(#252627));
background-image: -webkit-linear-gradient(top, #3D4143, #252627);
background-image: -o-linear-gradient(top, #3D4143, #252627);
background-image: linear-gradient(top, #3D4143, #252627);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3D4143', endColorstr='#252627', GradientType=0);
border-color: #393D3F #393D3F #bfbfbf;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
border: 1px solid #3D4143;
border-bottom-color: #252627;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
cursor: pointer;
*margin-left: .3em;
}
.blurb-wrapper .blurb-button a:hover {
color: #fff;
text-decoration: none;
background-color: #252627;
background-position: 0 -15px;
-webkit-transition: background-position 0.1s linear;
-moz-transition: background-position 0.1s linear;
-ms-transition: background-position 0.1s linear;
-o-transition: background-position 0.1s linear;
transition: background-position 0.1s linear;
}
.blurb-wrapper .blurb-button a:active {
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
background-color: #252627;
outline: 0;
}



/* == SEPARATOR ========================================== */

div.separator {
    height: 0px;
    position: relative;
    width: 99.99%;
    margin: 20px 0 20px;
    border-bottom: 1px solid #bbb;
}
div.separator a {
	font-size: 10px;
	color: #333;
	position: absolute;
	top: -7px;
	right: 0;
	background: #eee;
	padding-left: 5px;
}
    
/* == Latest Info Posts =================================== */

.latest-info-posts {
   margin: 0px;
   padding: 60px 0 40px;
   border-bottom: 1px solid #fff;
}
.latest-info-posts .info {
background-color: #fafafa;
background-image: -webkit-gradient(linear, left top, right bottom, from(rgb(250, 250, 250)), to(rgb(255, 255, 255)));
background-image: -webkit-linear-gradient(left top, rgb(250, 250, 250), rgb(255, 255, 255));
background-image: -moz-linear-gradient(left top, rgb(250, 250, 250), rgb(255, 255, 255));
background-image: -o-linear-gradient(left top, rgb(250, 250, 250), rgb(255, 255, 255));
background-image: -ms-linear-gradient(left top, rgb(250, 250, 250), rgb(255, 255, 255));
background-image: linear-gradient(left top, rgb(250, 250, 250), rgb(255, 255, 255));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#fafafa', EndColorStr='#ffffff');  
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);   
width: 317px;
padding: 20px;
float: left;       
}


.two-third-width  .latest-info-posts .info , .one-third-width  .latest-info-posts .info  {
	width: 80%;
	float:none;
	margin:0px auto 20px auto;
	}  

.latest-info-posts h3 {
font-size: 32px;
line-height: 1;
font-weight: 400;
color: #383B3D!important;
margin-bottom: 20px;
}
.latest-info-posts .post-block-wrapper {
width: 565px;
margin-left: 54px;
float: left;
}
.latest-info-posts .post-block-wrapper div.margin-left {
margin-left: 20px;
clear: right!important;
}

/* == POSTS STYLINGS ================================================= */

	   

.one-third-width .post-block  { margin-left: 20px; float: none;}

.post-block {
float: left;
width: 270px;
clear: left;
margin-bottom: 25px;
}
.post-block .image {
float: left;
width: 80px;
}
.post-block .image a {
background: #fff;
display: block;
padding: 4px;
border: 1px solid #fff;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
width: 70px;
}
.post-block .image a:hover {
border-color: #bbb;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.post-block .image a img { display: block }
.post-block  .desc {
float: left;
width: 170px;
margin-left: 15px;
}
.post-block  .desc h3.custom-font {
font-size: 16px;
line-height: 1.2;
margin-bottom: 5px;
margin-top:0!important;
}
.post-block  .desc h3 a { color: #383B3D }


/* == scrollable posts ============================ */

.homepage-slider  { margin-top:20px;  }

.latest-scrollable-posts {
   margin: 0px;
    padding: 40px 0 40px 0;
    border-bottom: 1px solid #fff;
	position:relative;
}
.latest-scrollable-posts h3 {
font-size: 28px;
font-weight: 400;
color: #383B3D;
text-align: center;
margin: 30px 0;

}

.scroll-wrapper { position:relative; }

.latest-scrollable-posts .image {
float: left;
width: 115px;
margin-right:37px;
}
.latest-scrollable-posts .scrollable {
position: relative;
padding-top: 20px;
width: 873px;
height: 120px;
overflow: hidden;
margin: 0 auto;
}

.two-third-width .latest-scrollable-posts .scrollable { width:550px; }
.one-third-width .latest-scrollable-posts .scrollable { width:350px; }

.latest-scrollable-posts .scrollable .items {
	position: absolute;
	top:20px; left:0;
	width: 20000em;
	height: 115px;
}
.latest-scrollable-posts  .image a {
background: #fff;
display: block;
padding: 4px;
border: 1px solid #fff;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
width: 100px;
}
.latest-scrollable-posts  .image a img {
	display: block;
	width: 100px;
	height: 100px;
}
.latest-scrollable-posts  .image a:hover {
border-color: #bbb;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.feature-thumb {
background: #fff;
padding: 4px;
border: 1px solid #fff;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: 0 1px 1px #bbb;
-moz-box-shadow: 0 1px 1px #bbb);
box-shadow: 0 1px 1px #bbb;
width: 395px;
height: 285px;
position: absolute;
top: -300px;
left: 10px;
display: none;
}
.feature-thumb span.tip {
background: url(sprites/i/tip.png);
width: 27px;
height: 13px;
position: absolute;
bottom: -13px;
left: 50%;
z-index: 3;
}
a.scrollable-prev {
    background: url(sprites/i/left-arrow-ico.png);
    display: block;
    width: 43px;
    height: 45px;
    position: absolute;
    top: 54px;
    left: 0;
}
a.scrollable-next {
    background: url(sprites/i/right-arrow-ico.png);
    display: block;
    width: 43px;
    height: 45px;
    position: absolute;
    top: 54px;
    right: 0;
}

/* == latest posts ============================ */
.latest-home-posts { padding:23px 0 0 0;  }
.latest-home-posts h3 {
    color: #333;
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    padding: 5px 0 20px 0;
    line-height: 1.3;
    margin:0px;
}
.latest-home-posts .image {
    background: white;
    padding: 4px;
    border: 1px solid white;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
    position: relative;
    margin-bottom: 15px;
}

.latest-home-posts .image:hover {
    border-color: #bbb;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.latest-home-posts .image img { width:100%; }

.latest-home-posts .layout_element h3.custom-font {
    text-align: left;
    font-weight: 100;
    line-height: 1.2;
    margin: 0px 5px 0px 5px!important;
    padding-bottom: 8px;
	padding-top:4px;
}
.latest-home-posts .layout_element h3 a {
	font-size: 16px;
	color: #333;
	font-weight: 400;
}
.latest-home-posts .layout_element h3 a:hover {
	color: #797979;
	text-decoration: none;
}
.latest-home-posts .layout_element p {
    text-align: left;
    line-height: 1.5;
    margin: 4px 5px 20px 5px!important;  font-weight: 100;
}
.latest-home-posts .layout_element a { display: block }

.one-third-width .latest-home-posts .layout_element { width:48%; }
.one-third-width .latest-home-posts .layout_element a img { width:100%; }

.two-third-width .latest-home-posts .layout_element { width:47%; }
.two-third-width .latest-home-posts .layout_element a img { width:100%; }

/* == Twitter =========================== */

.twitter-wrapper {
    margin-bottom:30px;
	text-align:center;
    padding: 25px 20px;
}
.twitter p {
    font-size: 18px;
    padding: 20px 0 ;
    color: #444;
}
    .twitter p a { color: #333 }
.followme { display: none }
	
/* =================================================================== */   
/* === Home Components Stylings ====================================== */
/* =================================================================== */ 

.homepage-slider .qSlider .controls , .homepage-slider .soleaSlider .controls { bottom:-66px!important; }

.filler-block {   background-color: #e0e1e3;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(224, 225, 227)), to(rgb(245, 247, 247)));
background-image: -webkit-linear-gradient(top, rgb(224, 225, 227), rgb(245, 247, 247));
background-image: -moz-linear-gradient(top, rgb(224, 225, 227), rgb(245, 247, 247));
background-image: -o-linear-gradient(top, rgb(224, 225, 227), rgb(245, 247, 247));
background-image: -ms-linear-gradient(top, rgb(224, 225, 227), rgb(245, 247, 247));
background-image: linear-gradient(top, rgb(224, 225, 227), rgb(245, 247, 247));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#e0e1e3', EndColorStr='#f5f7f7');
 width:100%; height:140px; margin-top:-50px;border-bottom: 1px solid #fff;
}

.home-template-area { position:relative; z-index:24; }
.home-template-area  .intro-fancy-title img {
    float: left;
    margin: 3px 20px 10px 0;
}


.home-template-area  .home-page-two-columns, .home-template-area .home-page-four-columns, .home-template-area .home-page-three-columns {  padding-bottom: 122px; padding-top: 33px; }
.home-template-area  .home-page-two-columns, .home-template-area .home-page-four-columns, .home-template-area .home-page-three-columns {
	
	background-color: #ffffff;
    background-image: -webkit-gradient(linear, left top, right bottom, from(rgb(255, 255, 255)), to(rgb(235, 236, 237)));
    background-image: -webkit-linear-gradient(left top, rgb(255, 255, 255), rgb(235, 236, 237));
    background-image: -moz-linear-gradient(left top, rgb(255, 255, 255), rgb(235, 236, 237));
    background-image: -o-linear-gradient(left top, rgb(255, 255, 255), rgb(235, 236, 237));
    background-image: -ms-linear-gradient(left top, rgb(255, 255, 255), rgb(235, 236, 237));
    background-image: linear-gradient(left top, rgb(255, 255, 255), rgb(235, 236, 237));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#ffffff', EndColorStr='#ebeced');  
    border-bottom: 1px solid #fff;
   
	}


 
 /* == Home blurb stylings ===================== */

.home-template-area .blurb-wrapper {  background-color: #f7de44;
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgb(247, 222, 68)), to(rgb(249, 252, 112)));
    background-image: -webkit-linear-gradient(left bottom, rgb(247, 222, 68), rgb(249, 252, 112));
    background-image: -moz-linear-gradient(left bottom, rgb(247, 222, 68), rgb(249, 252, 112));
    background-image: -o-linear-gradient(left bottom, rgb(247, 222, 68), rgb(249, 252, 112));
    background-image: -ms-linear-gradient(left bottom, rgb(247, 222, 68), rgb(249, 252, 112));
    background-image: linear-gradient(left bottom, rgb(247, 222, 68), rgb(249, 252, 112));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#f7de44', EndColorStr='#f9fc70');
	 border-bottom: 1px solid #fff;
   margin: 0px;
   padding: 45px 0 48px;
}
.home-template-area .blurb-wrapper .blurb-text {
        color: #333;
        font-size: 24px;
        font-weight: 400;
        text-align: center;
        line-height: 1.2;
    }
 .home-template-area .blurb-wrapper .blurb-button {  margin-bottom:0px; }	
 .home-template-area .blurb-wrapper .blurb-button a {
        position: relative;
        padding: 15px 25px!important;
        display: inline-block;
        *display: inline;
        /* IE7 inline-block hack */
        *zoom: 1;
        margin-bottom: 0;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400!important;
        color: #fff!important;
        text-shadow: 1px 1px 1px #111;
        text-align: center;
        vertical-align: middle;
        background-color: #393D3F;
        background-image: -moz-linear-gradient(top, #3D4143, #252627);
        background-image: -ms-linear-gradient(top, #3D4143, #252627);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3D4143), to(#252627));
        background-image: -webkit-linear-gradient(top, #3D4143, #252627);
        background-image: -o-linear-gradient(top, #3D4143, #252627);
        background-image: linear-gradient(top, #3D4143, #252627);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3D4143', endColorstr='#252627', GradientType=0);
        border-color: #393D3F #393D3F #bfbfbf;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        filter: progid:dximagetransform.microsoft.gradient(enabled=false);
        border: 1px solid #3D4143;
        border-bottom-color: #252627;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
        cursor: pointer;
        *margin-left: .3em;
    }
.home-template-area    .blurb-wrapper .blurb-button a:hover {
	  color: #fff;
	  text-decoration: none;
	  background-color: #252627;
	  background-position: 0 -15px;
	  -webkit-transition: background-position 0.1s linear;
	  -moz-transition: background-position 0.1s linear;
	  -ms-transition: background-position 0.1s linear;
	  -o-transition: background-position 0.1s linear;
	  transition: background-position 0.1s linear;
  }
.home-template-area    .blurb-wrapper .blurb-button a:active {
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	  background-color: #252627;
	  outline: 0;
  }	
  


.home-template-area  .latest-info-posts {  background-color: #feffff;
   background-image: -webkit-gradient(linear, left top, right bottom, from(rgb(254, 255, 255)), to(rgb(223, 222, 228)));
   background-image: -webkit-linear-gradient(left top, rgb(254, 255, 255), rgb(223, 222, 228));
   background-image: -moz-linear-gradient(left top, rgb(254, 255, 255), rgb(223, 222, 228));
   background-image: -o-linear-gradient(left top, rgb(254, 255, 255), rgb(223, 222, 228));
   background-image: -ms-linear-gradient(left top, rgb(254, 255, 255), rgb(223, 222, 228));
   background-image: linear-gradient(left top, rgb(254, 255, 255), rgb(223, 222, 228));
   filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#feffff', EndColorStr='#dfdee4');   
}


            
/* == scrollable posts ============================ */

.home-template-area  .latest-scrollable-posts {
	
	  background-color: #dfdee4;
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgb(223, 222, 228)), to(rgb(254, 255, 255)));
    background-image: -webkit-linear-gradient(left bottom, rgb(223, 222, 228), rgb(254, 255, 255));
    background-image: -moz-linear-gradient(left bottom, rgb(223, 222, 228), rgb(254, 255, 255));
    background-image: -o-linear-gradient(left bottom, rgb(223, 222, 228), rgb(254, 255, 255));
    background-image: -ms-linear-gradient(left bottom, rgb(223, 222, 228), rgb(254, 255, 255));
    background-image: linear-gradient(left bottom, rgb(223, 222, 228), rgb(254, 255, 255));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#dfdee4', EndColorStr='#feffff');  
   
	
	}


/* == Page/ Post content =========================== */

.home-page-content { margin: 20px 0 }

/* ====================================================================================== */
/* == Page Stylings ===================================================================== */
/* ====================================================================================== */

.title {
    font-size: 18px;
    font-weight: 400;
    padding:5px 0 20px 0;
	
}
.title h1 {  border-bottom: 1px solid #bbb; padding-bottom:10px; }
#main-content { min-height:280px; }
.page_featured_slider { margin-bottom:50px; }
.titan_slider  { padding:10px 0 10px 0;    }
.titan_slider .qSlider { margin-left:0px!important }

.page { margin-bottom:30px; margin-top:30px; }
.single-video { margin-bottom: 20px }
.single-video video { width:100%!important; }
.single-video iframe { width:100%; }

/* ====================================================================================== */
/* == Single Stylings =================================================================== */
/* ====================================================================================== */

/* == Default Single Stylings ==================================== */

.single-image img { display: block;background: white;padding: 4px;border: 1px solid white;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075); width:98%; }
.single-image { margin-bottom: 20px }

.single-post h1.title {padding-bottom: 10px;margin-bottom: 20px;border-bottom: 1px solid #ccc;}

.related-posts { margin:20px 0; padding:10px; background:#fff; border:1px solid #eee; }
.related-posts li { float:left; width:50px; height:50px; list-style:none; margin:5px 5px  5px 5px; }

/* == Blog Styling ====================== */

.social-stuff {
    margin: 10px 0px 20px;
    padding: 20px;
    background: white;
    border: 1px solid white;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
    }
    .social-stuff .addthis_toolbox { margin-top: 5px }
    .details {
    	margin-bottom: 30px;
    	margin-top: 15px;
		display:none; /*Remove this to show post details at the bottom of the page */
    }
#authorbox {
    padding: 20px;
    background: white;
    border: 1px solid white;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}
#authorbox .author-avatar {
	float: left;
	width: 110px;
}
#authorbox .author-avatar img {
	display: block;
	margin: 15px 10px 15px 10px;
	background: white;
	padding: 4px;
	border: 1px solid white;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 1px #ccc;
	-moz-box-shadow: 0 1px 1px #ccc;
	box-shadow: 0 1px 1px #ccc;
}
#authorbox .authortext {
	float: left;
	width: 70%;
	margin: 10px 0 0 10px;
	padding-bottom: 20px;
}
#authorbox .authortext p {
	padding-right: 20px;
	margin-top: 5px;
	color: #777;
}
#authorbox .authortext h3 {
	margin-left: 0px;
	margin-top: -5px;
	font-weight: 400;
}
    
/* == Comments ========================= */

.fb_comments_template { margin:20px 0; }

#comments { line-height: 1.8 }
.comment-info { position: relative }
span.fn {
    margin-top: 5px;
    font-weight: bold;
    color: #444;
    margin-left: 2px;
}
#comments ol,
#comments ul {
    margin: 0;
    padding: 0;
}
    #comments ol li,
    #comments ul li {
        list-style: none!important;
        margin: 0;
        padding: 0;
        line-height: 1.8;
    }
#comments h3#comments-title {
    font-size: 18px;
    margin: 25px 5px 15px;
    padding: 0 0 10px 0;
    font-weight: 400;
}
#comments .image-info {
    clear: left;
    float: left;
    width: 50px;
    margin: 0px 20px 0 0;
    border-top: 1px dotted #ccc;
    padding: 25px 90px 15px 0;
}
    #comments .image-info img {
        display: block;
        margin-top: 5px;
        padding: 4px;
        background: white;
        border: 1px solid white;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
    }
    #comments .image-info span { display: block }

#comments .comment-body {
    border-top: 1px solid #ccc;
    padding: 25px 50px 45px 0;
    float: left;
    width: 440px;
}
    #comments .comment-body p {
        margin: 0;
        padding: 0;
    }
#comments ol .children .comment-body {
    padding-left: 25px;
    width: 415px;
}
#comments ol .children .children .comment-body {
    padding-left: 50px;
    width: 385px;
}
#comments ol .children .children .children .comment-body {
    padding-left: 75px;
    width: 365px;
}


/* == Comment Form ====================== */

#respond { clear: right }
#commentform {

}
#comments_template form {
    margin-top: 20px;
    margin-left: 0px;
}
#comments_template input[type=text] {
    font-size: inherit;
    font-family: inherit;
    background: #fafafa;
    border: 1px solid #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: 0px 0px 1px #aaa;
    -webkit-box-shadow: 0px 0px 1px #aaa;
    -moz-box-shadow: 0px 0px 1px #aaa;
    padding: 10px;
    color: #333;
    width: 60%;
}
#comments_template  textarea {
    font-family: inherit;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: 0px 0px 1px #aaa;
    -webkit-box-shadow: 0px 0px 1px #aaa;
    -moz-box-shadow: 0px 0px 1px #aaa;
    padding: 10px;
    color: #333;
    width: 97%;
    overflow: auto;
    font-size: inherit;
}
#comments .heading {
    font-size: 18px;
    margin: 25px 0 -15px;
    font-weight: 400;
}
#comments_template form p { margin: 5px 0 20px; }
#comments_template form label,
input { float: left }
#comments_template form label {
    width: 45px;
    color: #777;
    font-size: 11px;
    text-align: right;
    margin-right: 20px;
    margin-top: 4px;
}
div.reply { position:absolute; top:-10px; right:0; }
.comment-reply-link {
   
    font-size:10px;
    margin-top: 25px;
}
a#cancel-comment-reply-link {
    float: right;
    margin-right: 10px; font-size:10px;
   
}
#comments_template form input[type=submit] {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  border: 1px solid #cccccc;
  border-bottom-color: #b3b3b3;
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    color: #333333;
    padding: 9px 14px;
    font-size: 15px;
    line-height: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#comments_template form input[type=submit]:hover { opacity: 0.9 }
#respond h3.custom-font {
    font-weight: 400;
    font-size: 20px;
}

.fb_comments_template {
	padding: 20px;
	background: white;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}
.fb-comments, .fb_iframe_widget iframe[style], .fb_iframe_widget span[style] {width: 100% !important;}
/* ================================================================================== */
/* == Blog Template Layout ========================================================== */
/* ================================================================================== */

div.blog-template { margin-top:50px; }

.preloading { background:url(sprites/i/loader.gif) center center no-repeat #fff; display:inline-block; }
.preloading img { visibility:hidden; opacity:0; } 

#main-content ul.posts {
    padding: 0;
    margin:0px 0 0 0;
    list-style: none;
}

#main-content ul.posts>li {
	margin: 0px 0px 22px 0px;
	display: block;
	padding: 0px 0 15px 0;
	position: relative;
	background: white;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	}


.posts li span.date {
	font-size: 10px;
	color: #bbb;
}
.posts li .imageholder { margin: 0 }
	.posts li .imageholder img {
		display: block;
		margin: 0;
		width:100%;
	}
.posts li h2.custom-font {
	margin-top: 15px;
	margin-left: 0px;
	padding: 10px 0px;
	line-height: 18px;
}
.posts li h2.custom-font a {
	padding: 0;
	margin: 0;
	color: #333;
}
.posts li h2.custom-font a:hover {
	color: #999;
}
.posts li h2 a:hover { text-decoration: none }

.posts li div.extras { color: #999; font-size:10px; margin:8px 0; background:url(sprites/i/dots.png) repeat-x 0px 10px; display:none; } /*Remove display:none to show category post info*/
.posts li div.extras div { background:#fff; display:inline-block; padding:0px 15px 10px 0; }
.posts li div.extras  a { color:#333; font-weight:400; }

.posts li div.posts-slideshow { margin-bottom:25px; }

.posts div.format-link div.link { background:#37393c; padding:50px 20px 54px 20px; text-align:center; color:#fff; margin-bottom:20px;  }
.posts div.format-link div.link h2.custom-font { margin:0; line-height:12px; }
.posts div.format-link div.link a { color:#fff; border-bottom:1px dotted #ccc; font-size: 16px;}
.posts div.format-link div.link a:hover { text-decoration:none; border-bottom:1px dotted #fff; }

.posts div.format-aside { background:#fff; padding: 20px 15px 10px;}

.posts div.format-quote div.quote  { background:#37393c url(sprites/i/comma.png) 10px 10px no-repeat ; padding:50px 20px 54px 20px; text-align:center; color:#fff; margin-bottom:20px;  font-size: 14px;font-style: italic;line-height: 1.6;
}

.posts .post-format-video { display:block; width:100%; height:350px; position:relative;  }
.post-format-video iframe,
.post-format-video object,
.post-format-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.posts .posts-slideshow .qSlider { margin-bottom:0; }
.posts .posts-slideshow .sliderstyled   ul.slides { border:none; box-shadow:none; border-radius:0; margin-bottom:0; }
.posts .posts-slideshow .controls { bottom:-45px; }

.posts li .description { position: relative;padding: 0 15px; }
.posts div.format-quote div.quote small{ color: #fff;}

.posts .btn {  margin:20px 0 20px 15px; }
      
/*== Single Portfolio Stylings ================================== */

.single-portfolio-image { margin-top: 20px }
.single-portfolio .project-nav {  margin-left:20px; }
div.portfolio_featured_slider div.qSlider  { margin-bottom:40px; }

.single-portfolio span.portfolio-next { background:url(sprites/i/portfolio-next.png); width:16px; height:16px; display:block; margin:1px; }
.single-portfolio span.portfolio-back { background:url(sprites/i/portfolio-thumb.png); width:16px; height:16px; display:block; margin:1px; }
.single-portfolio span.portfolio-previous { background:url(sprites/i/portfolio-previous.png); width:16px; height:16px; display:block; margin:1px; }


.single-video  {border:4px solid white;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075); margin:0; padding:0; display:block; width:100%; height:350px; position:relative;  }


.single-video iframe,
.single-video object,
.single-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#main-content { position:relative; }
#main-content iframe,
#main-content object,
#main-content embed {
   
    max-width: 100%;
   
}
/* ================================================================================== */
/* == Portfolio Layout ============================================================== */
/* ================================================================================== */

.full-width .portfolio-one-column { margin-top:30px; }
.full-width .portfolio-one-column .posts>li h2 a { font-size: 32px!important; font-weight: 400;}
.full-width .portfolio-one-column .posts>li .description p {  }
.full-width .portfolio-one-column ul.posts {
    padding: 0;
    margin: 30px 0 0 0;
    position: relative;
}
.full-width .portfolio-one-column .posts>li {
    width: 980px;
    display: block;
    margin: 1px 0px 15px 0px;
    padding: 0px;
    list-style: none;
    position: relative;
}

.full-width .portfolio-one-column ul.posts>li  h2.custom-font a:hover { text-decoration:none;  }
.full-width .portfolio-one-column .posts>li h2.custom-font {

	padding: 10px 4px 0px 0px;
    margin-bottom: 3px!important;

}
.full-width .portfolio-one-column .posts>li p { padding: 10px 0px 0px }
.full-width .portfolio-one-column .posts>li .btn { float: right }
    
/* ==  two columns == */
.full-width .portfolio-two-column .posts>li h2 a { font-size: 24px!important; font-weight: 400;}
.full-width .portfolio-two-column .posts>li .description p { }
.full-width .portfolio-two-column { margin-top:30px; }
.full-width .portfolio-two-column .imageholder {
    width: 473px;
    height: 250px;
}
.full-width .portfolio-two-column ul.posts {
    padding: 0;
    margin: 30px 0 0 0;
    position: relative;
}
.full-width .portfolio-two-column .posts>li {
    width: 473px;
    float: left;
    margin: 1px 8px 15px 9px!important;
    padding: 0px;
    list-style: none;
    position: relative;
}

.full-width .portfolio-two-column ul.posts>li  h2.custom-font a:hover { text-decoration:none;   }
.full-width .portfolio-two-column .posts>li  h2.custom-font {

	padding: 10px 4px 0px 0px;
    margin-bottom: 3px!important;

}

.full-width .portfolio-two-column .posts>li .more-link {
	float: right;
	background: none;
	border: none;
	color: #444;
	margin-right: 10px;
}
    
/* ==  three columns == */
.full-width .portfolio-three-column .posts>li h2 a { font-size: 18px!important; font-weight: 400;}
.full-width .portfolio-three-column .posts>li .description p { }
.full-width .portfolio-three-column { margin-top:30px; }
.full-width .portfolio-three-column .imageholder {
    width: 309px;
    height: 210px;
	position:relative;
}

.full-width .portfolio-three-column  .imageholder-wrapper .greyscale {
	position: absolute;
	top: 0;
	left: 0;
	display:block;
   width: 309px;
height: 210px;
}
	
.full-width .portfolio-three-column ul.posts {
    padding: 0;
    margin: 30px 0 0 0;
    position: relative;
}
.full-width .portfolio-three-column ul.posts>li {
    width: 309px;
    float: left;
    margin: 1px 9px 15px 8px!important;
    padding: 0px;
    list-style: none;
    position: relative;
	background:#333;
}
.full-width .portfolio-three-column ul.posts>li  h2.custom-font a:hover { text-decoration:none;  }
.full-width .portfolio-three-column .posts>li  h2.custom-font {

	padding: 0px 4px 0px 0px;
    margin-bottom: 3px!important;

}

.full-width .portfolio-three-column .posts>li .more-link {
	float: right;
	background: none;
	border: none;
	color: #444;
	margin-right: 10px;
}
    
/* ==  four columns == */
.full-width .portfolio-four-column { margin-left:7px; margin-top:30px; }
.full-width .portfolio-four-column .imageholder {
    width: 225px;
    height: 150px;
    position: relative;
}
.full-width .portfolio-four-column  .imageholder-wrapper {
    position: relative;
    
    width: 225px;
    height: 150px;
}

.full-width .portfolio-four-column ul.posts {
    padding: 0;
    margin: 30px 0 0 0;
    position: relative;
}
.full-width .portfolio-four-column ul.posts>li {
    width: 225px;
    float: left;
    margin: 1px 9px 15px 8px!important;
    padding: 0px 0px 10px 0;
    list-style: none;
    position: relative;
	
}

.full-width .portfolio-four-column ul.posts>li  h2.custom-font {

	padding: 0px 4px 0px 0px;
    margin-bottom: 3px!important;

}
.full-width .portfolio-four-column ul.posts>li  h2.custom-font a:hover { text-decoration:none;  }
.full-width .portfolio-four-column .posts>li h2 a { font-size: 15px; font-weight: 400;display: block;}
.full-width .portfolio-four-column .posts>li .description p { }
.full-width .portfolio-four-column .posts>li .btn { margin-top: 10px }


.terms {
   margin: 0px 4px 10px 0px;


}

.portfolio-template h1{
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 0px;
}

.portfolio-taxonomy { margin-top:-20px; border-bottom: 1px solid #ccc; padding-bottom: 10px;}
.portfolio-taxonomy ul { margin:0;  }
.portfolio-taxonomy ul li { float:left; list-style:none; margin:0px 10px 8px 0px!important; display: inline-block;
padding: 2px;
font-size: 13px;
line-height: 18px;
color: #333;
text-align: center;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
vertical-align: middle;
background-color: whiteSmoke;
background-image: -moz-linear-gradient(top, white, #E6E6E6);
background-image: -ms-linear-gradient(top, white, #E6E6E6);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#E6E6E6));
background-image: -webkit-linear-gradient(top, white, #E6E6E6);
background-image: -o-linear-gradient(top, white, #E6E6E6);
background-image: linear-gradient(top, white, #E6E6E6);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
border-color: #E6E6E6 #E6E6E6 #BFBFBF;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
border: 1px solid #CCC;
border-bottom-color: #B3B3B3;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
cursor: pointer;
}
.portfolio-taxonomy ul li a { color:#777; padding:6px 20px; display:block; }


.portfolio-taxonomy ul li:hover , .portfolio-taxonomy ul li.active { background-color: #fff;
background-image: -moz-linear-gradient(top, white, #fafafa);
background-image: -ms-linear-gradient(top, white, #fafafa);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#fafafa));
background-image: -webkit-linear-gradient(top, white, #fafafa);
background-image: -o-linear-gradient(top, white, #fafafa);
background-image: linear-gradient(top, white, #fafafa);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fafafa', GradientType=0);

}
.portfolio-taxonomy ul li:hover a , .portfolio-taxonomy ul li.active a { color:#111; text-decoration:none; }

.portfolio-metadata {
	margin-left: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.portfolio-metadata ul{
	padding: 0;
	margin: 0;
}

.portfolio-metadata li{
	list-style: none;
	margin-left: 0;
}

#main-content .project-nav {
	float: left;
}

/* ================================================================================== */
/* == Pricing Tables Stylings  ====================================================== */
/* ================================================================================== */
.shortcodetable .plans {
color: #6A717A;
font-size: 12px;
margin:30px auto ;
display:block;
text-shadow:1px 1px 0 #212325;
}

.shortcodetable .plans>div {
float:left;
width:174px;
border-top:1px solid #212325;
border-bottom:1px solid #212325;
border-left:1px solid #494c4e;
position:relative;
background-color: #2a2c2f;
background-image: -webkit-gradient(linear, left bottom, right top, from(rgb(42, 44, 47)), to(rgb(54, 57, 62)));
background-image: -webkit-linear-gradient(left bottom, rgb(42, 44, 47), rgb(54, 57, 62));
background-image: -moz-linear-gradient(left bottom, rgb(42, 44, 47), rgb(54, 57, 62));
background-image: -o-linear-gradient(left bottom, rgb(42, 44, 47), rgb(54, 57, 62));
background-image: -ms-linear-gradient(left bottom, rgb(42, 44, 47), rgb(54, 57, 62));
background-image: linear-gradient(left bottom, rgb(42, 44, 47), rgb(54, 57, 62));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#2a2c2f', EndColorStr='#36393e');
padding:0!important;
margin:0!important;
}

.shortcodetable .plans>div.first {
border-left:1px solid #212325;
}

.shortcodetable .plans>div.last {
border-right:1px solid #212325;
}

.shortcodetable .plans>div ul {
margin:0!important;
padding:0!important;
list-style:none;
}

div.shortcodetable div.plans>div ul li {
text-align:center;
padding:8px 0;
border-bottom:1px dotted #6A717A;
margin:0 12px;
list-style:none;
}

.shortcodetable .plans>div ul li.plan_name {
color:#fff;
background-color: #2d3035;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(45, 48, 53)), to(rgb(35, 36, 39)));
background-image: -webkit-linear-gradient(top, rgb(45, 48, 53), rgb(35, 36, 39));
background-image: -moz-linear-gradient(top, rgb(45, 48, 53), rgb(35, 36, 39));
background-image: -o-linear-gradient(top, rgb(45, 48, 53), rgb(35, 36, 39));
background-image: -ms-linear-gradient(top, rgb(45, 48, 53), rgb(35, 36, 39));
background-image: linear-gradient(top, rgb(45, 48, 53), rgb(35, 36, 39));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#2d3035', EndColorStr='#232427');
font-size:18px;
font-weight:400;
padding:35px 12px;
text-align:center;
text-shadow:1px 1px 0 #212325;
border-bottom:none;
margin:0!important;
letter-spacing: -1px;
}

.shortcodetable .plans>div ul li.currency {
color:#fff;
font-weight:400;
font-size:30px;
text-align:center;
border-bottom:1px solid #494c4e;
border-top:1px solid #494c4e;
background-color: #2d3035;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(45, 48, 53)), to(rgb(35, 36, 39)));
background-image: -webkit-linear-gradient(top, rgb(45, 48, 53), rgb(35, 36, 39));
background-image: -moz-linear-gradient(top, rgb(45, 48, 53), rgb(35, 36, 39));
background-image: -o-linear-gradient(top, rgb(45, 48, 53), rgb(35, 36, 39));
background-image: -ms-linear-gradient(top, rgb(45, 48, 53), rgb(35, 36, 39));
background-image: linear-gradient(top, rgb(45, 48, 53), rgb(35, 36, 39));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#2d3035', EndColorStr='#232427');
margin:0 0 8px 0!important;
letter-spacing: -2px;
padding:12px 0;
}

.shortcodetable .plans>div ul li.description {
color:#fff;
font-size:14px;
font-weight:400;
text-shadow:1px 1px 0 #212325;
letter-spacing: -1px;
}

.shortcodetable .plans>div ul li.sign-button {
border-bottom:none;
margin:28px 0 0;
border-top:1px solid #2B2D31;
padding:18px 0;
}

.shortcodetable .plans>div ul li.sign-button a {
background:#494C4E url(sprites/i/button-bg.png) repeat-x;
border:1px solid #26272B;
border-radius:3px;
padding:8px 25px;
margin:1px auto;
display:inline-block;
color:#fff;
font-weight:400;
font-size:13px;
box-shadow:0 0 3px #26272B;
text-shadow: 1px 1px 1px #282A2D;
}

.shortcodetable .plans>div ul li.sign-button a:hover {
opacity:0.85;
text-decoration: none;
}

.shortcodetable .plans>div.featured {
background-color: #3e71e0;
background-image: -webkit-gradient(linear, left top, right bottom, from(rgb(62, 113, 224)), to(rgb(72, 137, 241)));
background-image: -webkit-linear-gradient(left top, rgb(62, 113, 224), rgb(72, 137, 241));
background-image: -moz-linear-gradient(left top, rgb(62, 113, 224), rgb(72, 137, 241));
background-image: -o-linear-gradient(left top, rgb(62, 113, 224), rgb(72, 137, 241));
background-image: -ms-linear-gradient(left top, rgb(62, 113, 224), rgb(72, 137, 241));
background-image: linear-gradient(left top, rgb(62, 113, 224), rgb(72, 137, 241));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#3e71e0', EndColorStr='#4889f1');

width:210px;
border:1px solid #4889F1;
margin-left:-2px;
margin-right:-2px;
z-index:2;
margin-top:-21px;
text-shadow: 1px 1px 1px #3F71E0;
color: #fff;
}

.shortcodetable .plans>div ul li.description {
color:#fff;
font-size:14px;
font-weight:400;
text-shadow:1px 1px 0 #222;
letter-spacing: -1px;
}

.shortcodetable .plans>div.featured ul li.description {
text-shadow:1px 1px 0 #3B6AD1;
}

.shortcodetable .plans>div.featured ul {
border-left:5px solid #4889F1;
border-right:5px solid #4889F1;
}

.shortcodetable .plans>div.featured li {
}

.shortcodetable .plans>div.featured li.plan_name {
background-color: #3e71e0;
background-image: -webkit-gradient(linear, left top, right bottom, from(rgb(62, 113, 224)), to(rgb(72, 137, 241)));
background-image: -webkit-linear-gradient(left top, rgb(62, 113, 224), rgb(72, 137, 241));
background-image: -moz-linear-gradient(left top, rgb(62, 113, 224), rgb(72, 137, 241));
background-image: -o-linear-gradient(left top, rgb(62, 113, 224), rgb(72, 137, 241));
background-image: -ms-linear-gradient(left top, rgb(62, 113, 224), rgb(72, 137, 241));
background-image: linear-gradient(left top, rgb(62, 113, 224), rgb(72, 137, 241));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#3e71e0', EndColorStr='#4889f1');
border-top:5px solid #4889F1;
text-shadow: 1px 1px 1px #3B6AD1;
border-bottom: none;
}

.shortcodetable .plans>div.featured ul li.currency {
color:#fff;
border-bottom:1px solid #5090FC;
border-top:1px solid #5090FC;
background-color: #4889f1;
background-image: -webkit-gradient(linear, left top, right bottom, from(rgb(72, 137, 241)), to(rgb(62, 113, 224)));
background-image: -webkit-linear-gradient(left top, rgb(72, 137, 241), rgb(62, 113, 224));
background-image: -moz-linear-gradient(left top, rgb(72, 137, 241), rgb(62, 113, 224));
background-image: -o-linear-gradient(left top, rgb(72, 137, 241), rgb(62, 113, 224));
background-image: -ms-linear-gradient(left top, rgb(72, 137, 241), rgb(62, 113, 224));
background-image: linear-gradient(left top, rgb(72, 137, 241), rgb(62, 113, 224));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#4889f1', EndColorStr='#3e71e0');
}

.shortcodetable .plans>div.featured ul li {
border-bottom:1px dotted #5090FC;
}

.shortcodetable .plans>div.featured ul li.sign-button {
border-top: none;
border-bottom: none;
}

.shortcodetable .plans>div.featured ul li.sign-button a {
background:#494C4E url(sprites/i/button-bg.png) repeat-x;
border:1px solid #26272B;
border-radius:3px;
padding:8px 25px;
margin:1px auto;
display:inline-block;
color:#fff;
font-weight:400;
font-size:13px;
box-shadow:0 0 3px #26272B;
text-shadow: 1px 1px 1px #222;
}

.shortcodetable .plans>div.featured ul li.sign-button a:hover {
opacity:0.85;
}

.pagination { height: 36px;
margin: 10px 0 25px 14px;
 }
.pagination a {
color: #333;
}

.pagination a:hover, .pagination .active a {
background-color: white;
color: #999;
}

/* ===  Contact form 7 stylings ===  */
.wpcf7 { margin:20px 0; }  
.wpcf7 p { clear:both; }

.wpcf7 p span {
	margin:0;
padding:0 0 10px 0px;
display:block;
clear:both;
}

.wpcf7 span input[type=text] {
 display: block;
  width: 60%;
  padding: 8px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.wpcf7 span  textarea.wpcf7-textarea {
  display: block;
  width: 80%;
  height:170px;
  padding: 8px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top:10px;
}

.ajax-loader {
display:none;
}



.wpcf7-submit { padding: 10px 15px;  display:inline-block; clear:right; 


 *zoom: 1;
 font-size: 14px;
  line-height: 18px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  border: 1px solid #cccccc;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  *margin-left: .3em;

 }
.wpcf7-submit:hover { opacity:0.9;}
.wpcf7-response-output  { clear:both; margin:0; width:80%; }


/* == Breadcrumbs =================== */

#breadcrumbs { padding:20px 0 20px 10px;  border-bottom:1px solid #eee; }
div.lpager ul li a { border:1px solid #eee; }

/* ================================================================================== */
/* == 404 =========================================================================== */
/* ================================================================================== */


h2.not-found {
 text-align: center;
 padding-top: 25px; }



p.not-found {
    text-align:center;
    margin:20px;
}


.content .error-search label { display: none }
.error-search #searchform {width: 550px; margin:40px auto; height:60px; display:block; }
.error-search input[type=text] { border:1px solid #ccc; border-radius:3px; padding:7px; width: 410px!important; display:block;}


h5.custom-font {margin-bottom:10px;}