/*
Theme Name:     GRC Srl
Description:    Tema per la ditta GRC Srl, Child di AccessPress Parallax
Author:         Vanessa Mariani
Template:       accesspress-parallax

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

#masthead {
    width: 100%;
    z-index: 99999;
	/*background-color: #00309e;*/
    background-image: url(images/sfondo_header3.jpg);
    padding: 15px 0;
    border-bottom: 1px none #fff;
    position: relative;
	height: 20%;
	min-height: 150px;
	box-shadow: 0px 10px 20px #111;
}

#site-logo {
	float: left;
    width: 35%;
}

.slider-caption {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 99999;
    text-align: center;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	background-color: rgba(0,0,0,0.5)
}

.service-list .service-image img {
	padding: 0;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    color: #fff;
}

.main-navigation li:hover > a {
    color: #5e7bc9;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a {
    color: #5e7bc9;
}

#main-slider .slick-dots li.slick-active button {
    background: #5e7bc9;
    border: 2px solid #5e7bc9;
}

#go-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    height: 50px;
    width: 50px;
    background: #5e7bc9;
    text-align: center;
    line-height: 50px;
    z-index: 9999;
}

.blog-list .blog-excerpt {
    padding: 0 20px 60px;
    border-bottom: 3px solid #5e7bc9;
    position: relative;
}

.blog-list .blog-excerpt span {
    background: #5e7bc9;
    color: #FFF;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 10px;
    padding: 8px 15px;
    font-size: 14px;
}

.slider-caption .caption-description a:hover,
.btn:hover {
    background: #5e7bc9 !important;
    border: 2px solid #5e7bc9 !important;
    color: #FFF !important;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    position: relative;
    background: #5e7bc9;
    display: inline-block;
    padding: 0 20px;
    text-decoration: none;
    color: #ffffff;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    border: none;
    line-height: 36px;
    height: 36px;
}

#primary {
    width: 100%;
    float: left;
}

.us_sx {
	float: left;
	width: 65%;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
}

.us_dx {
	background-color: #cccccc;
	float: left;
	width: 35%;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.tot {
	padding: 10px 10px 10px 10px !important;
}

.num_sx {
	float: left;
	width: 30%;
	padding-right: 5px;
	font-weight: 600;
	min-height: 100px;
	margin-bottom: 15px;
}

.num_dx {
	float: left;
	width: 70%;
	text-align: right !important;
	padding-left: 5px;
	padding-bottom: 10px !important;
	min-height: 100px;
	margin-bottom: 15px;
}

.mac_sx {
	float: left;
	width: 30%;
	padding-right: 5px;
	min-height: 200px;
	margin-bottom: 15px;
	text-align: center;
	border: 1px solid #cccccc;
}

.mac_dx {
	float: left;
	width: 70%;
	padding-left: 10px;
	padding-top: 10px;
	min-height: 200px;
	margin-bottom: 15px;
	background-color: #cccccc;
}

hr {
	align: center;
	width: 12%;
    top: 100%;
    left: 50%;    
    margin-top: 10px;
    border-bottom: 2px solid;
    border-color: inherit;
}