/*
Theme Name: Imglobal
Author: Coffe
Author URI: localhost
Version: 1.0
*/
@import "css/reset.css";
@import "bootstrap/css/bootstrap.css";


body
{
    float: none !important;
    margin: 0px !important;
    border-top: 5px solid rgb(5, 87, 164);
font-family:"Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif !important;

background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #EFEFEF 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#EFEFEF)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#EFEFEF 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#EFEFEF 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#EFEFEF 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#EFEFEF 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#EFEFEF',GradientType=0 ); /* IE6-9 */
}
.clear
{
    clear: both;
}

.logo
{
    float: left;
    margin: 31px 0px 0px -5px;
}
.page
{
    box-shadow: 0px 0px 30px rgba(0, 0, 0, .2);
    behavior: url('http://imglobal.eu/PIE.htc');

}
.head
{
    width: 960px;
    height: 146px;
    background-color: #ffffff;
}
.slider
{
    width: 960px;
    padding: 0px 0px 23px 0px;
    background-color: #ffffff;
}
.container
{
    width: 960px;
    background-color: #ffffff;
}
.row
{
    margin-left: 0px;
}


.menu
{
    float: left;
    margin: 70px 0px 0px 10px;
}
.menu-header-menu-container
{
    float: left;

}

.menu ul
{
    margin: 0px;
    height: auto;
    list-style: none;
}

.menu ul li
{
    float: left;
}

.menu ul li a:hover
{
    border-bottom: 2px solid #0557a4;
    text-decoration: none;
    color: #0557a4;
}

.menu ul li a
{
    text-transform: uppercase;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.3;
    color: #5f6062;
    padding: 5px 10px 5px 10px;
    margin: 0px 20px 0px 0px;
    border-bottom: 1px solid #5F6062;
}

.menu ul li.current-menu-item a,
.menu ul li.current-page-ancestor a
{
    background-color: #0557a4;
    text-decoration: none;
    color: #ffffff;
}

.language-sidebar
{
    float: right;
    width: 100% !important;
    text-align: right;
    position: relative;
    right: 20px;
    margin: 13px 0px -34px 0px;
    width: 220px;
}
.language-sidebar ul
{
    list-style: none;
}
.language-sidebar ul li
{
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.language-sidebar ul li a
{
    font-size: 12px;
    color: rgba(0, 0, 0, .3);
    behavior: url('http://imglobal.eu/PIE.htc');
}
.language-sidebar ul li.active a
{
    color: #0557a4;
}
.language-sidebar ul li + li:before{
    content: " | ";
    padding: 0px 6px 0px 6px;
    font-size: 12px;
    color: #b2b2b2;
}

#qtrans_select_qtranslate-2-chooser
{
    display: inline-block;
    margin-top: 8px;
    margin-left: 10px;
    width: 70px;
    padding: 0px;
    border-radius: 0px;
    height: 20px;
    outline: 0px;
    font-size: 11px;
    font-family: Arial !important;
    color: #0557A4;
}
.slides_control > div {
    width: 920px;
    height: 263px;
}
#slides,
.slides_container,
.attachment-slider-images
{
    float: left;
    width: 920px;
    height: 263px;
}
.slides_control {
    display: block !important;
    height: 263px !important;
}
.slides_container,
.attachment-slider-images {
    position: absolute;
    z-index: 50;
}
.pagination
{
    float: left;
    position: relative;
    z-index: 99;
    top: -50px;
    left: 15px;
}
.pagination li
{
    margin: 0px 17px 0px 0px;
}
.pagination li a
{
    display: block;
    width: 59px;
    height: 30px;
    margin-right: 17px;
    padding: 0px;
    border: 1px solid #d8d7d7;
    border-radius: 0px !important;
    line-height: normal;
}
.pagination li.current a
{

    border: 1px solid #0557a4;
}
.pagination li a img
{
    width: 59px;
    height: 30px;
}
.attachment-post-thumbnail
{

}
.slider-desc
{
    width: 233px;
    height: 67px;
    padding: 13px 12px 0px 60px;
    position: absolute;
    bottom: 20px;
    right: 0px;
    z-index: 9999;
    background-color: rgba(255,255,255,.9);
    behavior: url('http://imglobal.eu/PIE.htc');
    background-image: url('images/slide-desc-bg.png');
    background-repeat: no-repeat;
    background-position: 12px 11px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 11px;
    color: #5f6062;
}

.slider-desc strong
{
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #5f6062;
}

.content
{
    background-color: #ffffff;
}
.content .span4
{
    width: 200px;
    margin: 0px 0px 0px 20px;
    padding: 0px 5px 5px 5px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #fafafa 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fafafa)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#fafafa 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#fafafa 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#fafafa 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#fafafa 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa',GradientType=0 ); /* IE6-9 */
}
.content .span8
{
    float: left;
    width: 660px;
}
.content .span8 hr
{
    clear: both;
}
.post
{
    width: 870px;
    padding: 0px 0px 0px 50px;
    background-image: url('images/post-bg.png');
    background-repeat: no-repeat;
    background-position: left top;
    text-align: justify;
}
.sub hr
{
    width: 610px;
    clear: both;
    margin: 0px 0px 0px 0px !important;
    padding: 30px 0px 0px 25px;
    border-top: 0px;
    border-bottom: 1px solid #0557a4 !important;
}
.sub
{
    /*width: 350px;*/
    width: auto;
    margin: 35px 0px 0px 0px;
    padding: 0px 0px 0px 50px;

}
.sub .link
{
    float: left;
    display: inline;
    /*clear: both;*/
}
.link a
{
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: rgba(0, 0, 0, .7);
    text-decoration: underline;
}
.link a:hover {text-decoration: none;}
.link a img
{
    margin: -3px 7px 0px 0px;
}
.sub .wp-post-image
{
    margin: 20px 0px 0px 0px !important;
}
.sub h2
{
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 20px;
    color: #5f6062;
}
div.single
{
    padding: 0px 0px 0px 50px;
    text-align: justify;
}
div.single p
{
    text-align: justify;
}
.post h2,
div.single h1
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #5f6062;
}
.post h2 a,
div.single h1 a
{
    color: #5f6062;
}
.post h2 a:hover,
div.single h1 a:hover
{
    text-decoration: none;
    color: #0557a4;
}
.sub p,
.sub p a,
.sub a,
div.single p,
div.single p a,
.post p,
.post p a
{
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;

    color: rgba(0,0,0,.7);
}
.sub p
{
    /*width: 450px;*/
    text-align: justify;
    width: auto !important;
}
.sub .alignleft:first-child
{
    width: 330px;
}
.sub a
{
    font-size: 12px !important;
}

.sub a,
.single p a,
.post p a
{
    text-decoration: underline;
}
.single p a:hover,
.post p a:hover
{
    color: #0557a4;
}
.single ul
{
    margin: 0px 0px 0px 0px;
}
.news
{
    width: 900px;
    height: 20px;
    margin: 25px 0px 25px 0px;
    border-left: 7px solid #0557a4;
    padding: 5px 0px 5px 12px;
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: rgba(0,0,0,.7);
    background-color: #fcfcfc;
}
.news p,
.news p p
{
    float: left;
    display: inline;
    margin: 0px;
}

.pages
{
    float: left;
    width: 215px;
    margin: 0px 10px 0px 10px;
    text-align: justify;
}
.sub.services
{
    clear: both;
    padding: 0px 0px 0px 50px;
    width: 610px;
}
.sub.services a
{
    display: block;
    margin: 0px;
    text-align: center;
    text-decoration: none;
}
.pages.services
{
	width: 193px;
    text-align: left;
}
.pages.services a {
	display: block;

	height: 215px;
	padding: 5px;
	margin: 0px;
}
.pages.services a img
{
    margin: 0px !important;
}
.pages.services a:hover
{
    box-shadow: 0px 0px 10px #333333;
    behavior: url('PIE.htc');
}
.pages.services:nth-child(n)
{
    margin: 0px 10px 0px 0px;
}
.pages:first-child
{
    margin: 0px 10px 0px 0px;
}
.pages:last-child
{
    margin: 0px 0px 0px 10px;
}
.pages .attachment-post-thumbnail
{
    padding: 0px 0px 1px 0px;
    margin: 0px 0px 12px 0px;
    background-color: #ffffff;
    border-bottom: 2px solid #0557a4;
}
.pages p a
{
    float: left;
    display: block;
    width: 100%;
}
.news,
.pages p,
.pages a,
.sub a
{
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: rgba(0,0,0,.7);
}
.sub img,
.pages img
{
    margin: 0px 7px 0px 0px;
}
.pages a
{
    text-decoration: underline;
}
.pages h1
{
    display: none;
}
.pages a:hover
{
    color: #0557a4;
}
.footer
{
    width: 900px;
    padding: 50px 0px 0px 0px;
    background-color: #ffffff;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 11px;
}
.footer .textwidget p
{
    max-width: none !important;
    width: 100% !important;
    text-align: center;
}

.footer-shadow
{
    position: relative;
    height: 58px;
    left: 0px;
    width: 960px;
    opacity: .5;
    background-color: #ffffff;
    background-image: url('images/footer-bg.png');
    background-position: bottom;
    background-repeat: no-repeat;
}

.footer a
{
    color: #0557a4;
}
.single.post-single table
{
    width: 100%;
}
.single.post-single table tr td
{
    vertical-align: top;
}
.single.post-single .alignright
{
    margin: 5px 0px 5px 20px !important;
}
.home .alignright
{
    float: right;
    margin: 0px 0px 0px 40px;
}
.alignright
{
    float: right;
    margin: -30px 30px 10px 70px;
}

.sidebar div
{
    width: 100%;
    margin-left: 0px;
}

.sidebar
{
    float: left;
    margin: 0px 0px 25px 0px;
    width: 200px;
}
.sidebar h4 a
{
    color: #0557a4;
}

.sidebar h4
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #0557a4;
    border-bottom: 7px solid #0557a4;
    line-height: 30px;
    margin-bottom: 10px;
}
.sidebar ul
{
    margin: 0px;
    width: 100%;
}
.sidebar ul li
{
    /*list-style-image: url('images/list-links.png');
    list-style-position: inside;*/
/*    padding: 12px 0px 8px 0px;*/
    width: 100%;
    border-bottom: 1px solid #0557a4;
}
.sidebar ul li a
{
    display: table-cell;
    vertical-align: middle;
    height: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #5f6062;
    line-height: 15px;
    padding: 10px 0px 10px 18px;
/*    padding: 0px 0px 0px 18px;*/
    background-image: url('images/list-links.png');
    background-position: center left;
    background-repeat: no-repeat;
}
.sidebar ul li a:hover
{
    color: #0557a4;
    text-decoration: none;
}

.sidebar.third p
{
    margin: -16px 0px 0px 0px;
    padding: 16px 0px 0px 16px;
    background-image: url('images/list-links.png');
    background-position: center left;
    background-repeat: no-repeat;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 12px;
    color: #5f6062;
}
.sidebar.third p small
{
    width: 100%;
    float: left;
    clear: both;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
}
.sidebar.third,
.sidebar.fourth
{
    width: 100%;
    float: left;
}
.post-single h2
{
    margin-bottom: 30px;
}
.post-single strong
{
    font-size: 12px;
    color: #000000;
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.post-single h6
{
    font-size: 12px;
    color: #5f6062;
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.post-single hr
{
    border-top: 0px;
    border-bottom: 1px solid #0557a4;
    clear: both;
}
a.pdf
{
    padding: 5px 0px 5px 24px;
    background-image: url('images/pdf-ico.png');
    background-position: left;
    background-repeat: no-repeat;
    color: #0557a4 !important;
    text-decoration: underline !important;

}
.post-single ul li strong
{
    padding: 0px 0px 0px 17px;
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #5f6062;
    font-size: 13px;
    background-image: url('images/post-list.png');
    background-position: left;
    background-repeat: no-repeat;
}
.post-single .alignleft
{
    float: left;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div#gallery-1,
div#gallery-2
{
    display: inline;

    float: right;
    width: 260px;
    margin: 0px 0px 30px 20px;
}

div#gallery-1 dl.gallery-item,
div#gallery-2 dl.gallery-item
{
    float: none;
    margin: 0px;
}
div#gallery-1 dl dt a img,
div#gallery-2 dl dt a img
{
    float: left;
    border: 0px;
    width: 60px;
    margin: 0px 10px 0px 10px;
}

div#gallery-1 dl:first-child dt a img,
div#gallery-2 dl:first-child dt a img
{
    width: 265px;
    height: 260px;
    border: 0px;
    margin: 0px 0px 10px 0px;
}
#cboxCurrent,
#cboxTitle
{
    display: none !important;
}

.sidebar li.current-menu-item a,
.sidebar li.current-menu-item a:hover
{
    color: white;
    background-color: #0557A4;
    width: 200px;
}

.single.post-single ul li strong
{
    background-image: none;
    padding: 0px 0px 0px 5px;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


#menu-home li .sub-menu {
	float: left;
	margin-left: 20px !important;
	width: 180px;
	margin-top: 1px !important;
}
#menu-home li .sub-menu li a {
	color: #5F6062;
	border: 0px;
	background-color: #ffffff;
}
#menu-home li .sub-menu li.current-menu-item a {
	color: #ffffff;
	background-color: #0557A4;
}
.page-id-13 .wpcf7 {
	width: 100%;
	float: left;
	clear: both;
}
.page-id-13 .wpcf7 label {
	text-align: left;
}
.page-id-13 .wpcf7 p,
.page-id-13 .wpcf7 label,
.page-id-13 .wpcf7 input {
	float: left;
}
.page-id-13 .wpcf7 p {
	width: 100%;
	clear: both;
}
.page-id-13 .wpcf7 label {
	width: 200px;
	font-size: 12px;
}
.page-id-13 .wpcf7 input {
	margin-top: -23px;
}
.page-id-13 .wpcf7 .wpcf7-list-item input {
	margin-top: 5px;

}
.page-id-13 .wpcf7 .wpcf7-list-item {
	float: left;
	width: 100%;
}
.send {
	text-align: center !important;

}
.wpcf7-response-output {
	float: left;
}
.page-id-13 .wpcf7 span.wpcf7-not-valid-tip {
	position: absolute;
	top: -21px;
	left: -222px;
	z-index: 100;
	background: white;
	border: 1px solid red;
	font-size: 10pt;
	padding: 2px;
	width: 200px;
}
.page-id-13 .wpcf7 .wpcf7-submit {
	float: right;
	position: relative;
	top: 20px;
	right: 175px;
}
.type-of-project {
	float: left;
	top: 10px;
	left: 0px;
}
.page-id-13 #type-of-project {
	width: 410px;
	height: 200px;
	max-width: 410px;
	max-height: 200px;

}

.page-id-13 .type-of-project span.wpcf7-not-valid-tip {
	top: 0px !important;
	left: 0px !important;
	width: 200px;
}

.sub hr {
width:630px;
}

.sidebar {
margin: 0 0 15px;
}

.post-single strong {
	color: rgba(0, 0, 0, 0.7);
	margin-top:10px;
}

.post h2, div.single h1 {
margin-bottom:20px;
}

#cboxNext, #cboxPrevious {
display:none !important;
}

div#gallery-1 dl dt a img, div#gallery-2 dl dt a img {
margin: 0 7px;
width:70px;
float:right;
}

.content .post ul li , .content .single ul li, .pages ul li {
background-image: url("images/post-list.png");
background-position: 0 8px;
background-repeat: no-repeat;
color: rgba(0, 0, 0, 0.7);
font-size: 12px;
padding: 0 0 0 17px;
margin-bottom:6px;
}

.content .post ul li a, .content .single ul li a, .content .single ul li a:visited, .content .post ul li a:visited {
color:#5F6062;
text-decoration:underline;
}

.news {
margin-top:15px;
}

.single hr {
    border-bottom: 1px solid #0557a4 !important;
    border-top: 0 none;
    clear: both;
    margin: 0 !important;
    padding: 10px 0 0 25px;
    width: 610px;
	margin-bottom:20px !important;
}

div.single {
text-align:left;
}

.single p {
max-width:600px
}

.post p, .post ul {
xmax-width:540px;
text-align:left !important;
}

.sidebar ul li a {
	font-family:"Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
}

.startseite_text {
max-width:580px;
}

.post-single ul li strong {
font-size:12px;
color: rgba(0, 0, 0, 0.7);
}

.sidebar.third p {
background-position: 0 21px;
}

.single .sub {
padding:0 !important;
}

ul, ol {
	margin:0 !important;
    padding: 0;
}


.single h3, .sub h3 {
line-height:30px;
}

body{font-family:"Lucida Sans Unicode","Lucida Grande",Arial,sans-serif!important}.sub .wp-post-image{}.sub p{}.sub hr{width:630px}.sidebar{margin:0 0 15px}.sidebar li.current-menu-item a{}.post-single strong{color:rgba(0,0,0,.7);margin-top:10px}.post h2,div.single h1{margin-bottom:20px}#cboxNext,#cboxPrevious{display:none!important}div#gallery-1 dl dt a img,div#gallery-2 dl dt a img{margin:0 7px;width:70px;float:right}.content .post ul li,.content .single ul li,.pages ul li{background-image:url(images/post-list.png);background-position:0 8px;background-repeat:no-repeat;color:rgba(0,0,0,.7);font-size:12px;padding:0 0 0 17px;margin-bottom:6px}.content .post ul li a,.content .single ul li a,.content .single ul li a:visited,.content .post ul li a:visited{color:#5F6062;text-decoration:underline}.news{margin-top:15px}.single hr{border-bottom:1px solid #0557a4!important;border-top:0 none;clear:both;margin:0!important;padding:10px 0 0 25px;width:610px;margin-bottom:20px!important}div.single{text-align:left}.single p{max-width:600px}.post p,.post ul{xmax-width:540px;text-align:left!important}.sidebar ul li a{font-family:"Lucida Sans Unicode","Lucida Grande",Arial,sans-serif}.startseite_text{max-width:580px}.post-single ul li strong{font-size:12px;color:rgba(0,0,0,.7)}.sidebar.third p{background-position:0 21px}.single .sub{padding:0!important}ul,ol{margin:0!important;padding:0}.single h3,.sub h3{line-height:30px}