/*
Theme Name: Patti Child
Theme URI: http://deliciousthemes.com/
Description: Creative / Portfolio One-Page Theme
Author: Madalin Tudose
Author URI: http://deliciousthemes.com/
Template: patti
Version: 1.4
*/

/* =Imports styles from the parent theme
-------------------------------------------------------------- */
@import url('../patti/style.css');


/* =Theme customization starts here
-------------------------------------------------------------- */

.dt-service-item i {
    font-size: 56px;
	color: #ee8a00;
    padding: 35px 0 20px;
	-webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;	
}

.dt-service-hover {
    background: #283d4d;
    color: #efefef;
    padding: 25px;
    position: absolute;
    top: -50px;
    left: -50px;
    right: -50px;
    bottom: -50px;
    z-index: 1;
	cursor: crosshair;
    display: none;
    font-size: 13px;
    line-height: 20px;
    overflow: auto;
}

strong {
	font-weight:700;
	color: #283d4d;
}

.nav-btn {
    font-size: 28px;
    right: 15px;
    position: absolute;
    cursor: pointer;
    color: #283d4d;
    top: 3px;
}	

ul#mainnav li a {
	font: 14px/20px 'Open Sans', Open Sans, Helvetica, Arial, sans-serif;
	position:relative;
	font-weight: 700;
	color:#283d4d;
	margin: 0 5px;
	padding: 0 15px 0;
	height:25px;
	line-height:25px;
	display:inline-block;
	*display:block; /* IE7 Hack */
	-webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
	z-index:100;
}

ul#mainnav > li > a:hover > span{
	border-bottom:1px solid #283d4d;
	padding-bottom:2px;
}

ul#mainnav > li.item-active > a {
	color:#283d4d;	
}

ul#mainnav > li > a.sf-with-ul:hover, ul#mainnav li > a.sf-with-ul:active {
	color:#283d4d;
}

ul#mainnav > li > a.sf-with-ul:hover, ul#mainnav li > a.sf-with-ul:active {
	color:#283d4d;
}

ul#mainnav li a:hover, ul#mainnav li a:active, ul#mainnav li a.current-menu-item {
	color:#283d4d;
}

.scrolled-header .header-search-form {
	bottom: -73px;
}

.quote-post .post-content {
    border: none;
    background: #283d4d;
    color: #A3A2A2;
    padding: 20px;
}

.button-map {
    cursor: pointer;
    text-align: center;
    position: relative;
    width: 100%;
    display: block;
    background: #283d4d;
    color: #fff;
    font-size: 22px;
    text-transform:  uppercase;
    padding: 30px 0;
}

.totop {
	background:#283d4d;
	color: #fff;
	width:36px;
	height:46px;
	position:absolute;
	bottom:-10px;
	left:50%;
	margin-left:-18px;
	text-align: center;
}

.counter-number {
    font-size: 56px;

    font-weight: bold;
    width: 100%;
    display: inline-block;
    line-height: 56px;
    color: #283d4d;
    margin-bottom: 8px;
}

.flags_language_selector {
	float: right;
	margin-top: 9px;
	background: url(images/nav-bg.png) no-repeat scroll left center;
	padding-left: 15px;
	margin-left: 5px;
}

.flags_language_selector li.active-lang {
	background:#283d4d;
	color:#fff;
}

.overlay .flags_language_selector li.active-lang {
    background: #F5F5F5;

    color: #283d4d;
}

.flags_language_selector.dark-things li.active-lang {
	background:#fff;		
	color:#283d4d;
}

.flags_language_selector li a {
	color: #283d4d;
}

.fancy-caption {
	overflow: hidden;
	position: relative;
	text-align: center;
	margin: 0 auto !important;
	padding-top: 5px;
}

.fancy-slider-caption {
	text-align: center;
	color: #fff;
	font-size: 22px ;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 8px;
	line-height: 40px ;
	position: relative;  
	display: block;	
}

.fancy-slider-info {
	text-align: center !important;
	margin-bottom: 0px ;
	line-height: 40px ;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px ;
	letter-spacing: 2px;
	display: inline-block;
	position: relative;
}

.fancy-slider-info:before{
  content: "";
  height: 5px;
  border-top: 1px dotted #efefef !important;
  top: 19px;
  border-width: 2px;
  width: 500px;
  position: absolute;
}

.fancy-slider-info:after {
  content: "";
  height: 5px;
  border-top: 1px dotted #efefef !important;
  top: 19px;
  border-width: 2px;
  width: 500px;
  position: absolute;
}

.fancy-slider-info:before {
  right: 100%;
  margin-right: 15px;
}

.fancy-slider-info:after {
  left: 100%;
  margin-left: 15px;
}



