/*
Theme Name: Propago
Theme URI:http://www.gorobic.com/
Author: Dmitri Gorobic
Author URI: http://www.gorobic.com/
Description: Tema dezvoltată de <a href="http://www.gorobic.com">Dmitri Gorobic</a>
Version: 1.0
*/
	

html{
	font-family: 'PT Serif', serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	outline: none;
	color:#949393;
}

body{
	background: #ffffff;
	margin: 0;
	padding: 0;
	padding-top: 60px;
	font-size: 16px;
}

.body-bg{
	background-color: #f6f6f6;
}

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a{
	border: none;
	outline: none;
	text-decoration: none;
}

.content-area img{
	max-width: 100%;
}

img{
	border:none;
	outline: none;
}

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } 
.clearfix { display: inline-block; } /* Hide from IE Mac \*/ 
.clearfix { display: block; } /* End hide from IE Mac */ 
.none { display: none; } /* End Clearfix */



.alignnone {
    margin: 5px 10px 10px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 10px 10px;
}

.alignleft {
    float: left;
    margin: 5px 10px 10px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 10px 10px;
}

a img.alignnone {
    margin: 5px 10px 10px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 10px 10px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px 3px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/*
 * MAIN
 --------------------------------*/

.navbar-toggle{
	border-color: #ddd;
}

.navbar-toggle > div:first-child {
	margin-left: 0;
}

.navbar-toggle > div {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	line-height: 0;
}

.navbar-toggle .icon-bar{
	background: #888;
}

.section-anchor{
	margin-top: -60px;
	padding-top: 60px;
}

.margin-top{
	margin-top: 30px;
}

.margin-bottom{
	margin-bottom: 30px;
}

.margin-top-2x{
	margin-top: 60px;
}

.margin-bottom-2x{
	margin-bottom: 60px;
}

.divider-sc {
	display: block;
	border-top-width: 1px;
	margin: 0 auto;
}

/*
 * HEADER
 --------------------------------*/

body.home{
	padding-top: 0;
}

nav.header{
	/*border-bottom: 1px solid #ccc;
	background: #fff;*/
}

.navbar-brand{
	padding-top: 10px;
	padding-bottom: 10px;
}

/*
 * CONTENT
 --------------------------------*/

.body-bg .content-area{
	padding-top: 30px;
}

.single .content{
	background: #fff;
	margin-bottom: 30px;
	box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
}

.single.page .content{
	padding-bottom: 45px;
}

.page-top{
	color: #fff;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	padding: 50px 30px;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 45px;
}

.page-top-container{
	min-height: 200px;
	width: 100%;
 	display: table;
	z-index: 5;
	position: relative;
}

.page-top .overaly{
	position: absolute;
 	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 1;
}

.page-top h1{
	margin-top: 0;
}

.vcenter{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 100%;
	width: 100%;
	text-align: center;
	float: none;
}

.single-onepage{
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;*/
	background-position: center;
}

.single-onepage > .content > .row{
	padding-top: 30px;
	padding-bottom: 30px;
}

.home-logo-bg{
	background-image: url('images/home-bg-logo.png');
	background-size: auto 100%;
	background-position: right center;
	background-repeat: no-repeat;
}

.portfolio .portfolio-item-wrap{
	display: block;
	width: 100%;
	position: relative;
}

.portfolio img{
	width: 100%;
}

.portfolio h5{
	margin: 0;
	padding: 0;
	/*font-size: 110%;*/
	text-transform: uppercase;
}

.portfolio-item a{
	color: #fff;
	text-decoration: none;
}

.portfolio-item-details > span{
	font-size: 75%;
	text-transform: uppercase;
}

.portfolio-item-details > span a:hover{
	text-decoration: underline;
}

.portfolio .portfolio-item-details{
	color: #fff;
	display: block;
	text-decoration: none;
	background: rgba(0,0,0,0.5);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px 10px;
	margin: 0;
	webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-appearance: none;
}

.portfolio .portfolio-item-wrap:hover .portfolio-item-details{
	padding: 15px 10px;
	background: #015b9d;
}

.portfolio nav{
	margin-bottom: 30px;
}

.portfolio-archive .portfolio-item{
	margin-bottom: 30px;
}

.portfolio-single h1{
	/*margin: 0 0 5px; */
	margin: 0;
	padding: 30px 0;
	border-bottom: 1px solid #f1f1f1;
}

.portfolio-single .meta{
	margin-bottom: 15px;
	border-bottom: 1px solid #f1f1f1;
	padding: 10px 0;
	color: #808080;
	display: inline-block;
	width: 100%;
}

.portfolio-single .meta span:last-child{
	float: right;
	text-transform: capitalize;
}

.portfolio-single-images{
	background-position: top center;
	background-repeat: repeat;
}

.portfolio-single-images img{
	width: auto;
	margin: 0 auto;
	display: block;
}

.testimonial-content{
	text-align: center;
	font-style: italic;
}

.testimonial-detalii{
	text-align: right;
}

.testimonial-title{
	font-weight: 600;
	font-size: 110%;
}

.testimonial-functia{
	font-weight: 600;
}

.top-clients img{
	margin: 20px 0;
	border: 1px solid #ccc;
	border-radius: 5px;
	height: auto;
	padding: 30px;
	background-color: #fbfbfb;
	webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-appearance: none;
 }
 
 .navigation{
	text-align: center;
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.wp-pagenavi >*{
	background: #fff;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	border: none !important;
	margin: 3px !important;
	padding: 6px 12px !important;
}

.wp-pagenavi .current{
	background: #CCBE00;
	color: #fff;
}

.wp-pagenavi a:hover{
	background: #e6e6e6;
	text-decoration: none;
}
.tp-caption a.btn,
.tp-caption.clear a{
	color: inherit !important;
}

.tp-caption a.btn,
.tp-caption.clear-white a{
	color: #333 !important;
}

.navbar-toggle{
	padding: 6px 10px;
}

/* instrumente */

.tools{
	border-top: 1px solid #e2e2e2;
	background: #eeeeee;
	padding: 40px 15px;
	margin-top: 20px;
	margin-bottom: -45px;
	position: relative;
}

.tools-title{
	text-align: center;
	margin-top: 30px;
}

.tools-title span{
	padding: 5px 10px;
	font-size: 140%;
	font-weight: 600;
}

.tools ul{
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	display: table;
	margin: 0;
}

.tools ul li{
	display: table-cell;
	margin: 0;
}

.tools ul li:nth-child(even){
	width: 30px;
}
	
.tools ul li:last-child{
	width: 0px;
}

.tools img{
	width: 100%;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
}

.tools img:hover{
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	filter: grayscale(0%);
}

/* instrumente end */

#tdMap > div{
	margin: 0 !important;
}

.tp-caption.propago-font a{
	color: #fff;
}

.tp-caption.propago-font a:hover{
	color: #fafafa;
}

.propago-font h1,
.propago-font h2,
.propago-font h3,
.propago-font h4,
.propago-font h5,
.propago-font p,
.propago-font span{
	background-color: rgba(1, 112, 193, 1);
	display: inline-block;
	padding: 6px 10px;
	line-height: 1em;
	margin-bottom: 3px !important;
}

.propago-font span{
	font-size: 120%;
}

/*
 * FOOTER
 --------------------------------*/

.prefooter{
	color: #fff;
	padding-top: 40px;
	padding-bottom: 20px;
	background: #2f3339;
}

.prefooter .prefooter-col{
	padding-bottom: 20px;
}

.prefooter a{
	color: #fafafa;
	text-decoration: none;
}

.prefooter hr{
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	margin: 6px 0 !important;
}

.prefooter .widget-title-wrap{
	border-top: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	background: transparent;
	padding-left: 0;
	padding-right: 0;
	margin: 0 0 10px 0;
    padding: 0 0 10px 0;
}

.prefooter .widget-title-wrap h3{
	margin: 0;``
}

.footer{
	background: #22262c;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url("images/bxslider/bx_loader.gif") center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: -50px;
	background: url("images/bxslider/controls.png") no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: -50px;
	background: url("images/bxslider/controls.png") no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url("images/bxslider/controls.png") -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url("images/bxslider/controls.png") -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
