/*
#------------------------------------------------------------------------
# Magazine - January Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2013 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
*/

/* Here you can include your override CSS styles */
/*CSSSSSSS*/
.gkPage {
padding:0;
}

#gkPageContent{
width:99%;
}
#gkContentWrap > section:first-child {
padding-top:10px;
}

#gkContent.gkColumnLeft + #gkInset {
padding-left:20px;
padding-right:20px;
}

#gkInset{
padding:10px 0 0 30px;
}

.gkMenu ul li{
padding:10px;
border-bottom:1px solid #e5e5e5;
}

.gkMenu ul li.last{
border-bottom:none;
}

#gkLogo {
height:auto;
width:300px;
padding:8px;
margin:9px 30px 0px 8px;
}

#gkLogo:hover {
	background-color: transparent;
}

#gkBannerTop{
float:right;
}

#recaptcha_area, #recaptcha_table{
margin:0 auto;
}

.jsn-master{
font-family:'Open Sans', Arial, sans-serif;
}

#jsn_form_2 {
width:70%;
margin:0 auto;
}

#gkTop1 .box {
margin:0;
}

#gkMainbodyTop .box {

padding:0;
}

#gkInset .box, #gkSidebar .box {
border-top:none;
}


.box .header {
margin-top:30px;
padding:0 0 15px;
}

.noMainbody #gkMainbody { display: none !important}

article header {
display:none;
}

@media screen and (max-width: 320px) {
#gkLogo {width:220px;}
}

.gkTabsWrap.vertical ol li.active, .gkTabsWrap.vertical ol li.active:hover{
background:#131864;
border-color:#131864;
}

div.default ul.sp-portfolio-items > li{
border-bottom:none;
}

div.default .sp-portfolio-thumb .sp-portfolio-overlay > div > a{
color:white;
background:#4d90fe;
}

.box.fleet h3{
font-size:30px;
text-transform:none;
font-weight:normal;
}


.titlu {
background: url('') right no-repeat;
padding:10px;
margin-bottom:10px;
border-bottom:1px solid #e5e5e5;
}
/*CSSSSSS*/
.gkCols3 i {
color:white; margin: 0 auto 20px;border-radius: 50%;font-size:50px;width:102px;height:102px;line-height:102px;background:#131864;
transition: color 0.4s ease 0s, border-color 0.4s ease 0s, background-color 0.4s ease 0s, transform 0.4s ease 0s;
border:1px solid #131864;
opacity:0.8;
}

.gkCols3 i:hover {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
background:white;
color:#131864;
border:1px solid #131864;

}


.managers{
float:left; margin-right:10px;
}


.col2 {
width:49%!important;
float:left;
padding:20px;
}

@media screen and (max-width: 620px) {
	.content .slideshowck {
		display:none!important;
	}
}

@media screen and (max-width: 820px) {
	.box .col2 {
		width:95%;
	}
	h4 {font-size:1.1em;}
}

@media screen and (max-width: 820px) {
	.col2 {
		width:95%!important;
	}
}

@media screen and (max-width: 1281px) {
	.box .col2  {
		width:95%!important;
	}
}

.jsn-bootstrap .getintouch h2 {
	text-align:center; 
	margin:0 auto; 
	margin-bottom:10px;
	width:100%;
	position:relative;
}

.jsn-bootstrap .getintouch h2:before{
	content: "";
    width: 20%;
    height: 1px;
    bottom: 0;	
    border-bottom: 2px solid #42A5F5;
	position:absolute;
	left:40%;
}

.getintouch p{
	font-size:12px; 
	text-align:center; 
	margin:0 auto; 
	margin-bottom:45px;
}

.getintouch h2 {
	line-height:2em;
	font-size:18px;
	text-align:center; 
	margin:0 auto; 
	margin-bottom:10px;
	width:100%;
	position:relative;
}
.getintouch h2:before{
	content: "";
    width: 20%;
    height: 1px;
    bottom: 0;	
    border-bottom: 2px solid #42A5F5;
	position:absolute;
	left:40%;
}

.bgc {
	display: table;
	width:100%;
	text-align:center;
    height: 220px; 
	margin-bottom:20px;
}

.cd-fixed-bg.cd-lets-talk{
	display: table-cell;
    vertical-align: middle;
	background-image:url("../images/bgcontact.jpg");

}

.cd-fixed-bg{
background-size:cover;
background-attachment:fixed;
background-repeat:no-repeat;
background-position:center center;
}


/* seo friendly tables */
.table{
	display:table;	/* Defines a Table */
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	border-bottom:2px solid #dddddd;
	color:#8d8d8d;
	margin:10px 0;
}
.table-head{
	 display: table-header-group; /* Defines a table header group */
}
.table-head .column{ /* Column inside the table-head */
	background:#131864;
	color:white;
	border-right:1px solid #5d5d5d;
	border-bottom:none;
}
.table-head .column:hover{ /* Column hover inside the table-head */
	background:#222222;
}
.row{
	display:table-row; /* Defines a table row */
}
.row .column:nth-child(1){ /* First column in a row */
	border-left:1px solid #eeeeee;
}
.row:last-child .column{  /* column in a last row */
	border-bottom:none;
}
.column{
	display:table-cell; /* Defines a table cell */
	padding:10px 20px;
	border-bottom:1px solid #eeeeee;
	border-right:1px solid #eeeeee;
}
.column:hover{
	background:#f9f9f9;
}
/* Responsive table */
@media all and (max-width: 640px){
	.table,
	.row,
	.column,
	.column:before{
		display:block;	/* Converts a table, table row, table column and table column:before into a block element */
	}
	.table,
	.row .column:last-child{
		border-bottom:none;
	}
	.table-head{
		position:absolute;	/* Hides table head but not using display none */
		top:-1000em;
		left:-1000em;
	}
	.row{
		border:1px solid #eeeeee;
		border-top:2px solid #dddddd;
		border-bottom:2px solid #dddddd;
		margin:20px 0;
	}
	.row .column:nth-child(1){ /* first column of the row */
		border-left:none;
	}
	.row .column:last-child{ /* last column of the row */
		border-right:none;
	}
	.row:last-child .column,
	.column{ /* Column in the last row and column */
		border-bottom:1px solid #eeeeee;
	}
	.column:before{ /* prints the value of data-label attribute before the column data */
		font-weight:bold;
		padding-right:20px;
		font-size:12px;
		content:" "attr(data-label)" ";	/* call the attribute value of data-label and adds a string // */
	}
}

p.numblocks {
font-size:20px;
padding:5px 0px 0px 65px !important;
margin:0.5em 0 -0.5em!important;
}

p.num-3 span {
border:2px solid #131864;
color:#131864;
}

/*STYLE TABURI*/
.containerTab h5.acc_trigger {
	border-bottom:1px solid #E5E5E5;
	}
#last{
	border-bottom:none;
}