/*  
Theme Name: Domcollect
Theme URI: http://www.domcollect.com/
Version: 1.0
Description: Domcollect Theme
Author: DC Developers
Author URI: http://www.domcollect.com
	
	Copyright: (c) 2014 DomCollect AG.

*/


/* GENERAL */

body {
    background: url("../img/bg-body.png") repeat-y scroll center top #E7E7E7;
    color: #666666;
    font: 13px/22px 'Open Sans',Arial,sans-serif;
}

article, aside, details, figcaption, 
figure, footer, header, hgroup, 
main, nav, section, summary {
    display: block;
}

header, footer {
    max-width: 100%;
}

h1, h2, h3, h3, h4, h5, h6 {
    color: inherit;
    font-family: 'Open Sans',Arial,sans-serif;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 10px;
    text-rendering: optimizelegibility;
}

h3 {
    font-size: 24px;
    line-height: 28px;
}

h4 {
    font-size: 18px;
}

h2, h3, h4, h5 {
	text-transform: uppercase;
}

ul, ol {
	list-style: none;
	padding: 0;
	margin: 0 0 30px;
}

li {
    line-height: 20px;
}

a {
	color: #EF3E30;
	text-decoration: none;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

a:hover, a:focus{
	color: #444444;
	text-decoration: none;
}

p{
	margin: 0 0 20px;
}

hr {
	margin: 30px 0;
	border: 0;
	border-top: 1px solid #dfdfdf;
}

/* HEADER */

header {
    background-color: #FFFFFF;
	width: 1400px;
    border-bottom: 1px solid #E6E6E6;
    margin: auto auto 30px;
    padding: 20px 0 0;
}

h1#logo{
	margin: 0 0 10px;
}

h1#logo a {
    background: url("../img/dc-logo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    width: 240px;
    height: 41px;
    display: block;
	text-indent: -99999px;
}

ul#main-nav {
    float: right;
    font-weight: 600;
	text-transform: uppercase;
    padding: 0;
    margin: 8px 0 0;
}

ul#main-nav li {
	float: left;
	position: relative;
	white-space: nowrap;
	-webkit-transition: background .2s;
	transition: background .2s;
}

ul#main-nav li a{
	display: block;
    position: relative;
    color: #EF3E30;
    font-family: 'Open Sans',Arial,sans-serif;
    text-decoration: none;
	padding: 0.75em 1em;
}

ul#main-nav li a:hover{
	background-color: #EF3E30;
	color: #FFFFFF;
}

/* SLIDER */

.flexslider{
    background: none repeat scroll 0 0 #E8E8E8;
    position: relative;
	margin: 0 0 50px;
	border: 8px solid #E8E8E8;
}

.slides, .flex-control-nav, .flex-direction-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.slides:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.flexslider .slides li {
    position: relative;
	display: none;
}

.flexslider .slides img {
    width: 100%;
	height: auto;
	max-height: 500px;
	display: block;
}

.flex-caption {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    position: absolute;
    right: 0;
	bottom: 40px;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px;
	z-index: 1;
}

.flex-control-nav {
    width: 100%;
	position: absolute;
	bottom: -45px;
    text-align: left;
}

.flex-control-nav li {
    display: inline-block;
    margin: 0 6px;
}

.flex-control-paging li a {
    background: none repeat scroll 0 0 #3C3F45;
    width: 11px;
	height: 11px;
	display: block;
	cursor: pointer;
    text-indent: -9999px;
	border-radius: 20px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
}

.flex-control-paging li a.flex-active {
    background: none repeat scroll 0 0 #EF3E30;
    cursor: default;
}

.flex-direction-nav a {
    background: url("../img/bg-direction-nav.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    width: 30px;
	height: 30px;
	cursor: pointer;
    display: block;
    opacity: 0;
    position: absolute;
    top: 50%;
	text-indent: -9999px;
    margin: -20px 0 0;
	z-index: 10;
}

.flex-direction-nav .flex-prev {
    left: -36px;
}

.flex-direction-nav .flex-next {
    background-position: 100% 0;
    right: -36px;
}

.flexslider:hover .flex-prev {
    left: 15px;
    opacity: 0.8;
}

.flexslider:hover .flex-next{
    right: 15px;
    opacity: 0.8;
}

.flexslider:hover .flex-prev:hover,
.flexslider:hover .flex-next:hover{
	opacity: 1;
}

/* CONTENT */

.services .box a {
    background-color: #9EBD5E;
	min-height: 185px;
    display: block;
	color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    padding: 20px 20px 5px;
	margin-bottom: 10px;
	transition: background 0.8s ease 0s;
}

.services .box a:hover{
    background-color: #EF3E30;
	text-decoration: none;
}

.services .box a h3{
    font-size: 18px;
    line-height: 20px;
    margin: 15px 0;
}

h3.title{
    background: url("../img/divider.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    color: #555555;
    font-size: 32px;
    font-weight: 800;
    text-align: center;
    padding: 40px 0;
	margin-top: 30px;
}

#map-canvas{
	background-color: #E5E3DF;
	width: 100%;
	height: 380px;
    overflow: hidden;
    position: relative;
	border: 8px solid #E8E8E8;
}

.center-block-custom{
	max-width: 80%;
	display: block;
	margin: 0 auto;
}

ul.contactlist li{
	padding: 0 0 0 30px;
	margin: 0 0 10px;
}

ul.contactlist li.location{
	background: url("../img/glyphicons/png/16/glyphicons_020_home.png") no-repeat scroll 0 3px transparent;
}

ul.contactlist li.earphone{
	background: url("../img/glyphicons/png/16/glyphicons_442_earphone.png") no-repeat scroll 0 3px transparent;
}

ul.contactlist li.fax{
	background: url("../img/glyphicons/png/16/glyphicons_449_fax.png") no-repeat scroll 0 3px transparent;
}

ul.contactlist li.envelope{
	background: url("../img/glyphicons/png/16/glyphicons_010_envelope.png") no-repeat scroll 0 4px transparent;
}

.panel-title {
	font-weight: 500;
	text-transform: none;
}

.panel-title a.collapsed{
	background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2213px%22%20height=%2213px%22%20viewBox=%220%200%2013%2013%22%20enable-background=%22new%200%200%2013%2013%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22%23373a41%22%20d=%22M6.501,1.084c1.448,0,2.812,0.565,3.836,1.593c1.019,1.022,1.581,2.38,1.581,3.823c0,1.445-0.561,2.801-1.581,3.823c-1.022,1.026-2.388,1.595-3.836,1.595c-1.45,0-2.812-0.566-3.836-1.595C1.646,9.301,1.084,7.945,1.084,6.5c0-1.442,0.561-2.801,1.58-3.823C3.688,1.649,5.051,1.084,6.501,1.084%20M6.501,0C2.91,0,0,2.911,0,6.5C0,10.091,2.91,13,6.501,13C10.09,13,13,10.091,13,6.5C13,2.911,10.09,0,6.501,0L6.501,0z%22/%3E%3Crect%20x=%225.844%22%20y=%223.042%22%20fill=%22%23373a41%22%20width=%221.312%22%20height=%226.916%22/%3E%3Crect%20x=%223.042%22%20y=%225.844%22%20fill=%22%23373a41%22%20width=%226.916%22%20height=%221.312%22/%3E%3C/svg%3E");
}

.panel-title a{
	background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2213px%22%20height=%2213px%22%20viewBox=%220%200%2013%2013%22%20enable-background=%22new%200%200%2013%2013%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22%232a83ed%22%20d=%22M6.501,1.084c1.448,0,2.812,0.565,3.836,1.593c1.019,1.022,1.581,2.38,1.581,3.823c0,1.445-0.561,2.801-1.581,3.823c-1.022,1.026-2.388,1.595-3.836,1.595c-1.45,0-2.812-0.566-3.836-1.595C1.646,9.301,1.084,7.945,1.084,6.5c0-1.442,0.561-2.801,1.58-3.823C3.688,1.649,5.051,1.084,6.501,1.084%20M6.501,0C2.91,0,0,2.911,0,6.5C0,10.091,2.91,13,6.501,13C10.09,13,13,10.091,13,6.5C13,2.911,10.09,0,6.501,0L6.501,0z%22/%3E%3Cpolygon%20fill=%22%232a83ed%22%20points=%229.983,5.576%206.106,9.142%203.657,6.676%204.68,5.611%206.225,7.201%208.983,4.545%20%22/%3E%3C/svg%3E");
	background-position: right center;
    background-repeat: no-repeat;
	display: block;
	padding: 0 25px 0 0;
}

.panel-title a:hover{
	color: #EF3E30;
	text-decoration: none;
}

.border-right{
	padding-right: 30px;
	border-right: 1px solid #DFDFDF;
}

#sub-head {
    background: url("../img/bg-sub-head.png") no-repeat scroll center top #9EBD5E;
    width: 100%;
	height: 250px;
	display: table;
	color: #FFFFFF;
    text-align: center; 
    overflow: hidden;
    padding: 20px;
	margin-bottom: 30px;
}

#sub-head div {
    display: table-cell;
    vertical-align: middle;
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.animated {
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}
#sub-head h2 {
    font-size: 48px;
    font-weight: 800;
    line-height: 44px;
}

#sub-head div p {
    margin-bottom: 0;
    padding-bottom: 0;
}

#sub-head p {
    font-size: 30px;
    font-weight: 300;
    line-height: 32px;
}

.plans {
    margin: 0 auto 50px;
}

.post h2 {
    font-size: 32px;
    line-height: 32px;
    text-transform: none;
}

.post img {
    margin-bottom: 18px;
	border: 8px solid #E8E8E8;
}

.img-responsive {
    max-width: 100%;
	height: auto;
	display: block;
}

.post-info {
    padding: 10px 0 0;
	margin-bottom: 12px;
	border-bottom: 1px solid #DFDFDF;
    border-top: 1px solid #DFDFDF;
}

.post-left {
    float: left;
}

.post-right {
    float: right;
}

.post-left ul li {
    float: left;
    margin-right: 10px;
}

.post-info span.post-date {
    color: #EF3E30;
}

a.button-medium, .button-medium {
    background: none repeat scroll 0 center rgba(0, 0, 0, 0);
    display: inline-block;
	color: #EF3E30;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
	margin-bottom: 30px;
    padding: 7px 20px;
	border: 1px solid #EF3E30;
	-moz-transition: background 0.5s ease 0s;
	-webkit-transition: background 0.5s ease 0s;
	-o-transition: background 0.5s ease 0s;
	transition: background 0.5s ease 0s;
}

a.button-medium:hover, 
.button-medium:hover,
a.button-large:hover,
.button-large:hover{
	background: none repeat scroll 0 center #EF3E30;
	color: #FFFFFF;
}

a.button-large, 
.button-large {
    background: none repeat scroll 0 center rgba(0, 0, 0, 0);
    border: 1px solid #EF3E30;
    color: #EF3E30;
    cursor: pointer;
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    padding: 17px 40px;
    text-decoration: none;
    text-transform: uppercase;
    -moz-transition: background 0.5s ease 0s;
	-webkit-transition: background 0.5s ease 0s;
	-o-transition: background 0.5s ease 0s;
	transition: background 0.5s ease 0s;
}

.img-circle.style {
    background-color: #FFFFFF;
    margin: auto;
	box-shadow: 0 0 0 10px #E8E8E8;
}

.lead strong {
    color: #444444;
    font-weight: 400;
}

/* SIDEBAR */

.tagcloud a {
	background: url(../img/bg-tag.png) no-repeat 91% center #EF3E30;
	display: inline-block;
	height: 33px;
	color: #FFFFFF;
	font-size: 13px !important;
	line-height: 33px;
	padding: 0 28px 0 11px;
	margin: 5px 14px 10px 0;
	-moz-transition: background 0.5s ease;
	-webkit-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}

.tagcloud a:hover{
	background-color :#444444;
	color: #FFFFFF;
	text-decoration: none;
}

/* FOOTER */

footer {
    background: none repeat scroll 0 0 #FFFFFF;
    width: 1400px;
    margin: 45px auto auto;
    padding: 60px 0 0;
	border-top: 1px solid #E6E6E6;
}

#copy {
    background-color: #F2F2F2;
	color: #666666;
    font-family: 'Open Sans',Arial,sans-serif;
    font-size: 11px;
    text-align: center;
	padding: 15px 0;
}

#toTop {
    background: none repeat scroll 0 0 #111111;
    width: 100px;
	position: fixed;
    right: 10px;
	bottom: 10px;
    display: none;
	cursor: pointer;
	color: #FFFFFF;
    font-size: 11px;
    padding: 5px;
    text-align: center;
    z-index: 999;
}

#toTop .glyphicon{
	display: block;
}