body {
background: #f9f9f9;
font-family: 'Open Sans', sans-serif;
font-size: 13px;
color: #999999;
line-height: 1.4em;
}
img {
max-width: 100%;
height: auto;
border: 0;
}
h1, h2, h3, h4, h5, h6, a {
color: #007ae1;
text-decoration: none;
}
h1, h2, h3, h4, h5, h6, p {
margin: 0;
}
label {
color: #007ae1;
line-height: 30px;
}
input, textarea {
border: 1px solid #007ae1;
background: #fdfdfd;
max-width: 100%;
width: 100%;
height: 30px;
color: #007ae1;
line-height: 20px;
padding: 10px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
outline: none;
box-shadow: none;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
textarea {
min-width: 100%;
min-height: 100px;
max-height: 250px;
}
input:focus, 
textarea:focus {
border: 1px solid #0D90FF;
background: #ffffff;
}
input[type="submit"] {
background: #007ae1;
width: auto;
height: auto;
color: #ffffff;
line-height: 8px;
padding: 10px 30px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
input[type="submit"]:hover {
background: #0081EE;
}
input.error, textarea.error, select.error {
border: 1px solid red;
}
.blue {
background: #007ae1;
color: #ffffff;
padding: 5px 0;
}
.center {
text-align: center;
}
.right {
text-align: right;
}

/* ---------------------------------------- HEADER */
header .blue .text a {
color: #ffffff;
}
header .blue ~ div {
border-bottom: 2px solid #e2e2e2;
padding: 20px 0;
}
header .menu-display-horizontal ul.menu {
text-align: right;
margin-top: 20px;
}
header .menu-display-horizontal ul.menu ul.menu {
display: none !important;
}
header .menu-display-horizontal ul.menu li {
margin: 0 10px;
}
header .menu-display-horizontal ul.menu li a {
font-size: 18px;
font-weight: 100;
text-transform: uppercase;
}
header .menu-display-horizontal ul.menu li a:hover, 
header .menu-display-horizontal ul.menu li a.active {
color: #2D9FFF;
}
header .pane-bundle-simple-link a {
color: #ffffff;
}

/* ---------------------------------------- MAIN */
.main {
max-width: 1200px;
margin: auto;
}
.full .main {
max-width: none;
}
.main .blue {
margin: 50px 0;
padding: 40px 0;
}
.blue h2.pane-title {
border-bottom: 1px solid #ffffff;
font-size: 24px; /* 24px */
color: #ffffff;
font-weight: 100;
line-height: 26px;
margin-bottom: 20px;
padding-bottom: 10px;
}
main .page_title {
background: #f1f1f1;
margin-bottom: 20px;
padding: 30px 0;
}
.pane-page-title h1 {
color: #999999;
font-weight: 400;
}
ul.breadcrumb {
margin: 0;
padding: 0;
}
ul.breadcrumb li {
display: inline-block;
*display: inline;
zoom: 1;
margin: 0 10px;
}

/* PAGE FRONT */
.about-us {
margin-top: 40px;
}
.about-us h2.node__title a {
font-size: 30px; /* 30px */
font-weight: 100;
line-height: 2em;
}
.about-us .field__item {
font-size: 1.4em;
font-weight: 100;
line-height: 30px;
}
.about-us .links--inline li {
float: none;
margin: 0;
display: block;
}
.about-us .links--inline li a {
border: 1px solid #007ae1;
font-size: 1.4em;
font-weight: 300;
display: inline-block;
*display: inline;
zoom: 1;
margin-top: 20px;
padding: 15px 50px;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.about-us .links--inline li a:hover {
border: 1px solid #007ae1;
background: #007ae1;
color: #ffffff;
}

/* PAGE CONTACT */
.node-type-webform .text h2 {
border-top: 1px solid #f1f1f1;
padding-top: 20px;
padding-bottom: 10px;
}
.node-type-webform .text a {
color: #666666;
font-weight: 600;
}

/* PAGE USER */
.page-user input {
width: auto;
}

/* WIDGET CLIENTS */
.front .pane-bundle-clients {
margin-top: 0;
}
.pane-bundle-clients {
margin-top: 40px;
}
.pane-bundle-clients h2.pane-title {
border-bottom: 1px solid;
font-size: 24px; /* 24px */
font-weight: 300;
margin-bottom: 20px;
padding-bottom: 20px;
}
.pane-bundle-clients img {
opacity: 0.5;
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray; /* IE 6-9 */
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.pane-bundle-clients img:hover {
opacity: 1;
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-ms-filter: grayscale(0%);
-o-filter: grayscale(0%);
filter: grayscale(0%);
filter: gray; /* IE 6-9 */
}

/* WIDGET SLIDER */
.slider {
border-bottom: 1px solid #ccc;
}
.pane-bundle-slider .swiper-slide {
position: relative;
}
.slider a.arrow-left, 
.slider a.arrow-right {
background: url(../images/sprite.png) no-repeat;
position: absolute;
top: 50%;
left: 0;
width: 45px;
height: 65px;
opacity: 0;
margin-top: -20px;
-moz-transform: translateX(0px);
-webkit-transform: translateX(0px);
-o-transform: translateX(0px);
-ms-transform: translateX(0px);
transform: translateX(0px);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.slider a.arrow-left:hover {
-moz-transform: translateX(-4px);
-webkit-transform: translateX(-4px);
-o-transform: translateX(-4px);
-ms-transform: translateX(-4px);
transform: translateX(-4px);
}
.slider a.arrow-right {
background-position: right top;
left: auto;
right: 0;
}
.slider a.arrow-right:hover {
-moz-transform: translateX(4px);
-webkit-transform: translateX(4px);
-o-transform: translateX(4px);
-ms-transform: translateX(4px);
transform: translateX(4px);
}
.slider:hover a.arrow-left, 
.slider:hover a.arrow-right {
opacity: 1;
}
.pane-bundle-slider .swiper-slide img {
display: block;
}
.pane-bundle-slider .swiper-slide .caption {
background: #000000;
filter: alpha(opacity = 90);
background: rgba(0, 0, 0, 0.7);
max-width: 50%;
margin: auto;
position: absolute;
left: 0;
right: 0;
bottom: -150px;
padding: 10px;
-webkit-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.pane-bundle-slider .swiper-slide:hover .caption {
bottom: 0;
}
.pane-bundle-slider .swiper-slide .caption .description {
color: #ffffff;
}

/* WIDGET ACCORDION */
.pane-bundle-accordion .accordion h3 {
background: #ffffff;
font-family: 'Open Sans', sans-serif;
font-weight: 400;
color: #007ae1;
padding: 5px 10px;
border: 0;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.pane-bundle-accordion .accordion h3.ui-state-active {
-webkit-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
}
.pane-bundle-accordion .accordion h3 span {
display: none;
}
.pane-bundle-accordion .accordion div {
background: #ffffff;
font-family: 'Open Sans', sans-serif;
font-weight: 300;
border: 0;
color: #999999;
padding: 5px 10px;
-webkit-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
}

/* WIDGET LIST PRODUCTS */
.pane-bundle-list-products .product {
border-bottom: 1px solid #f1f1f1;
margin: 0 0 20px 0;
padding-bottom: 20px;
}
.pane-bundle-list-products .product h2 {
font-size: 15px; /* 15px */
line-height: 30px;
font-weight: 600;
text-transform: uppercase;
}
.pane-bundle-list-products .product a {
position: relative;
display: block;
overflow: hidden;
outline: none;
box-shadow: none;
}
.pane-bundle-list-products .product a:before {
background: #ffffff;
filter: alpha(opacity = 25);
background: rgba(255, 255, 255, 0.25);
border: 0px solid #eaeaea;
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.pane-bundle-list-products .product a:hover:before {
background: #ffffff;
filter: alpha(opacity = 0);
background: rgba(255, 255, 255, 0);
border: 3px solid #eaeaea;
}
.pane-bundle-list-products .product img {
display: block;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

/* WIDGET TAXONOMY MENU */
.pane-bundle-taxonomy-menu {
background: #f4f4f4;
}
.pane-bundle-taxonomy-menu h2.pane-title {
border-bottom: 1px solid #ffffff;
text-transform: uppercase;
margin-bottom: 0;
padding: 20px;
padding-bottom: 10px;
}
.pane-bundle-taxonomy-menu ul {
margin: 0;
padding: 0;
}
.pane-bundle-taxonomy-menu ul li {
border-bottom: 1px solid #ffffff;
background: #F4F4F4;
position: relative;
display: block;
}
.pane-bundle-taxonomy-menu ul li a {
font-size: 14px; /* 14px */
font-weight: 400;
line-height: 24px;
display: block;
padding: 5px;
padding-left: 25px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.pane-bundle-taxonomy-menu ul li a.active:before {
color: #AEAEAE;
}
.pane-bundle-taxonomy-menu ul li a:before {
content: "►";
font-size: 9px;
color: #ccc;
position: absolute;
left: 10px;
}
.pane-bundle-taxonomy-menu ul li a:hover, 
.pane-bundle-taxonomy-menu ul li a.active {
color: #999999;
margin-left: 10px;
}

/* ---------------------------------------- FOOTER */
.footer-first {
border-top: 1px solid #ccc;
margin-top: 50px;
padding: 20px 0;
}
.footer-first h3.pane-title {
font-size: 18px; /* 18px */
line-height: 20px;
}
a#go_top {
background: url(../images/sprite.png) no-repeat 2px -93px;
color: #ffffff;
display: inline-block;
*display: inline;
zoom: 1;
text-indent: -999em;
text-align: center;
width: 20px;
height: 20px;
}

@media all and (min-width: 768px) and (max-width: 900px) {
	header .menu-display-horizontal ul.menu li a {
		font-size: 14px;
	}
	.pane-page-title h1 {
		font-size: 1.5em;
	}
	ul.breadcrumb li {
		margin: 0 3px;
	}
	.pane-bundle-taxonomy-menu ul li a {
		line-height: 14px;
		padding: 10px;
		padding-left: 25px;
	}
}

ul.links.links--inline.node__links {
    display: block;
    padding: 0;
    margin: 0;
}
