html {
	background: url(../img/bg.jpg) no-repeat #f3f3f3;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	font-family: Verdana, sans-serif;
	color: #333;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

h1,h2,h3,h4 {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	margin: 0 0 15px;
}

a {
	text-decoration: none;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.opened .caret {
	border-top: 0 none;
    border-top: 0 none;
    
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #13151c;
    border-radius: 10px;
}

.spacer {
	clear: both;
	width: 100%;
	height: 20px;
}

.clear {
	clear: both;
}

.or {
	font-size: 30px;
	font-weight: 300;
	margin: 20px 0 20px;
	font-family: 'Lato', sans-serif;
	color: #37b39c;
}

.form label {
	float: left;
	width: 100%;
	max-width: 120px;
}

.form input[type=text] {
	float: left;
	border: 0 none;
	height: 30px;
}

.mainText {
	padding: 20px;
}

.fa-hash-marker:before {
	content: '#';
}

/* Grid */

.col-sidebar, .col-content {
	float: left;
	position: relative;
	min-height: 1px;
}


.col-sidebar {
	width: 100%;
	max-width: 350px;
	z-index: 2;
}

.col-content {
	width: 100%;
	padding-left: 350px;
	float: none;
}

#mainContent {
	color: #7d808c;
}


.col-header {
	height: 115px;
	background-color: #f2f2f0;
}

.col-header a {
	background: #37b39c;
	display: block;
}

.col-content .col-header { 
	padding: 35px 20px;
}


#content {
	width: 95%;
	max-width: 1650px;
	background-color: #fff;
	margin: 75px auto 0;
	min-height: 700px;
	position: relative;
	overflow: hidden;
}

#sidebar {
	background-color: #f2f2f0;
	background-color: #2a2f3e;
	margin-bottom: -5000px;
  	padding-bottom: 5000px;
  	left: 0;
  	float: left;
}

#sidebar ul.navigation > li {
	color: #717284;
}

#sidebar ul.navigation > li h2{
	color: #717284;
}

#sidebar ul.navigation > li h2 .caret {
}

#sidebar ul.navigation ul {
	padding: 0;
	margin: 0;
}

#sidebar ul.navigation i {
	color: #717284;
	min-width: 12px;
}

#sidebar ul.navigation .active i {
	color: #fff;
}

#sidebar ul.navigation a{
	color: #717284;
}

#sidebar ul.navigation h2 {
	text-transform: none;
	font-weight: 300;
	font-size: 25px;
	padding-left: 30px;
	margin-top: 50px;
}


ul.navigation {
	margin: 0;
	padding: 0;
}

ul.navigation li li {
	list-style: none;
	margin: 0;
	padding: 15px 20px 15px 35px;
	text-transform: uppercase;
	font-size: 14px;
}

#sidebar ul.navigation > li.closed ul {
	display: none;
}

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

#sidebar ul.navigation li.active a {
	color: #fff;
}

#sidebar ul.navigation li a:hover {
	color: #fff;
}


#right_sidebar .col-header{
	background-color: #25252c;
	height: 115px;
}
#right_sidebar {
	background-color: #3b3b42;
	margin-bottom: -5000px;
  	padding-bottom: 5000px;
  	color: #fff;
  	right: 0; 
}

.half {
	width: 50%;
	padding: 20px;
	float: left;
}

.full {
	width: 100%;
	padding: 20px;
}

.facebook {
	float: right;
	width: 130px;
	margin-top: 5px;
}

.flattr {
	float: right;
	width: 130px;
	margin-top: 5px;
}

.submit_btn, .buttonClass {
	background-color: #37b39c;
	color: #fff;
	border: 0 none;
	padding: 10px 20px;
}

#mainContent a.buttonClass {
	color: #fff;
}

.clear_btn {
	background-color: #ccc;
	color: #454545;
	border: 0 none;
	padding: 10px 20px;
}

.submit_btn:hover,
.clear_btn:hover {
	opacity: 0.7;
}

/* SecondNavi */
.secondnavi {
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0;
	background-color: #2B8D7B;
	line-height: 40px;
}

.secondnavi ul {
	margin: 0;
	padding: 0 0 0 20px;
}

.secondnavi li {
	float: left;
	list-style: none;
	margin-right: 20px;
}

#mainContent .secondnavi li.current a{
	opacity: 1;
}

#mainContent .secondnavi li a {
	color: #fff;
	opacity: 0.5;
}

/* Uebersicht */
#overview {
	margin: 0;
	padding: 10px;
}

#overview li {
	list-style: none;
	text-align: center;
}

#overview li a:hover {
	box-shadow: 3px 3px 3px rgba(0,0,0,0.15);
	cursor: pointer;
}


#overview li a:hover i{
	/*text-shadow: 4px 3px 0 #1d9d74;*/
	text-shadow: 4px 5px 0 #1d9d74,9px 10px 0 rgba(0,0,0,0.15);
}

#overview li i {
	color: #37b39c;
	font-size: 80px;
	display: block;
	margin: auto;
	padding: 0 0 20px;
	text-shadow: 4px 3px 0 #1d9d74,9px 8px 0 rgba(0,0,0,0.15);
	width: 60px;
	
	-webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

#overview li a {
	color: #7d808c;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 20px;
	height: 200px;
	padding: 20px;
	float: left;
	width: 100%;
	max-width: 400px;
	display: block;
	border:1px solid #e5e5e5;
	background-color: #f2f2f0;
	margin: 10px;
}

/* Triange */
.preview {
	background-image: url(../img/transparent.png);
	width: 100%;
	height: 500px;
}

#result,.result_area {
	width: 100%;
	min-height: 200px;
	max-height: 400px;
	padding: 10px;
	border: 1px solid #d5d4da;
	background-color: #f2f2f0;
	color: #454545;
	resize: none;
	font-family: monospace;
}

.result_area {
	min-height: 100px;
	max-height: 100px;
}

#result.heigher {
	min-height: 500px;
	max-height: 700px;
}

#result.smaller {
	max-height: inherit;
	min-height: inherit;
}

.triangle {
	-moz-transition:.3s;
	-ms-transition:.3s;
	-o-transition:.3s;
	transition:.3s;
	border-style: solid;
	width: 0px;
	height: 0px;
	line-height: 0px;
	border-width: 0px 125px 100px;
	border-color: transparent transparent #37b39c transparent;
	_border-color: #000 #000 #37b39c #000;
	_filter:progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

#type {
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 400px;
	border: 1px solid #d5d4da;
	height: 35px;
	line-height: 33px;
}

#type li {
	list-style: none;
	float: left;
	width: 33%;
	text-align: center;
	height: 33px;
	border-left: 1px solid #d5d4da; 
}

#type li:first-child {
	border: 0 none;
}

#type label {
	cursor: pointer;
	height: 33px;
	line-height: 33px;
	display: block;
}

#type label.active-type {
	background-color: #37b39c;
	color: #fff;
}

#type label.disabled {
	background-color: #f2f2f0;
}

#type .equ {
	width: 34%;
}

#type input {
	display: none;
}

.directions {
	position: relative;
	height: 150px;
	width: 400px;
	margin: 0;
	padding: 0;
}

.directions li {
	position: absolute;
	list-style: none;
}

.directions li.direction-top {
	top: 0;
	left: 183px;
}

.directions li.direction-topRight {
	top: 25px;
	left: 235px;
}

.directions li.direction-right {
	top: 68px;
	left: 253px;
}

.directions li.direction-bottomRight {
	top: 108px;
	left: 235px;
}

.directions li.direction-bottom {
	top: 138px;
	left: 183px;
}

.directions li.direction-bottomLeft {
	top: 108px;
	right: 255px;
}

.directions li.direction-left {
	top: 68px;
	right: 273px;
}

.directions li.direction-topLeft {
	top: 25px;
	right: 255px;
}

label.formlabel {
	width: 100px;
	display: block;
	float: left;
}

label.formlabel_big {
	width: 200px;
	display: block;
	float: left;
	max-width: 200px;
}

.eingerueckt {
	padding-left: 15px;
}

#sizeInputs .eingerueckt input {
	width: 285px;
}

input.formInput {
	border: 1px solid #d3d3d8 !important;
	padding: 7px;
	width: 300px;
	margin-bottom: 5px;
}

select.formInput {
	border: 1px solid #d3d3d8;
	padding: 7px;
	width: 300px;
	margin-bottom: 5px;
}

input.formInput:disabled{
	background-color: #f2f2f0;
}

.dir_container {
	position: relative;
	width: 400px;
}

.triangleCont {
	width: 80px;
	height: 80px;
	background-color: #ccc;
	position: absolute;
	left: 150px;
	top: 40px;
}

.triangleCont label {
	position: absolute;
	width: 40px;
	height: 40px;
	background: #37b39c;
	cursor: pointer;
	text-indent: -10000px;
}

.triangleCont label:hover,
.triangleCont.rotated label:hover{
	background-color: #ccc;
}

.triangleCont.rotated {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.triangleCont.rotated label{
	background-color: #40dbbf;	
}

.lbl_or {
	left: 40px;
	top: 0;
}

.lbl_ur {
	top: 40px;
	left: 40px;
}

.lbl_ul {
	top: 40px;
	left: 0;
}

.lbl_ol {
	top: 0;
	left: 0;
}

.lbl_o {
	top: 0;
	left: 40px;
}

.lbl_r {
	top: 40px;
	left: 40px;
}

.lbl_u {
	top: 40px;
	left: 0;
}

.lbl_l {
	top: 0;
	left: 0;
}

.centerTriangle {
	position: absolute;
	width: 56px;
	height: 56px;
	background-color: #f2f2f0;
	left: 162px;
	top: 52px;
}

/* Staticmap */
.addmarker {
	margin-top: 20px;
}

#mainContent a {
	color: #37b39c;
}

.markers {
	margin: 0;
	padding: 0;
}

.markers li {
	list-style: none;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #f1f1f1;
	position: relative;
}

.markers li input {
	border: 1px solid #d3d3d8;
	padding: 7px;
}

.marker_label {
	width: 100px;
	float: left;
	margin: 0 10px 15px 0;
}

.marker_color {
	float: left;
	margin-bottom: 15px;
	width: 200px;
}

.marker_address {
	width: 310px;
}

#mainContent .removeMarker {
	color: #7d808c;
	position: absolute;
	right: 15px;
	top: 40px;
}

#mainContent .removeMarker i {
	font-size: 20px;
}

#mainContent .removeMarker:hover {
	color: #37b39c;
}

#mainContent.relative {
	position: relative;
}

/* Base64 */
.switcher {
	width: 30px;
	height: 30px;
	font-size: 25px;
	position: absolute;
	left: 50%;
	margin-left: -12px;
	top: 280px;
}

#mainContent .switcher a:hover {
	color: #454545;
}

/* IP */

.ip {
	font-size: 35px;
	border: 0 none;
}

/* Box-Shadow */
.optionContainer td {
	padding: 5px 10px;
}
.optionContainer td.label {
	text-align: right;
	vertical-align: center;
	width: 80px;
}

.angle-container .c_angle {
	width: 70px;
	margin-left: 10px;
	margin-top: 15px;
}

#anglepicker {
	float: left;
	width: 52px;
	height: 52px;
}

.angleoutput {
	float: left;
}

.square {
	width: 150px;
	height: 150px;
	background-color: #37b39c;
	margin: auto;
	margin-top: 100px;
}

.slider {
	width: 175px;
}

.float_left {
	float: left;
}

.ui-widget-header {
	background: #f2f2f0;
}

.ui-widget-content {
	background: #37b39c;
}

.ui-slider {
	float: left;
	width: 175px;
	margin-top: 5px;
}

.smallval {
	float: left;
	margin-left: 10px;
}

.smallval input {
	width: 75px;
	margin-right: 5px;
}

/* Footer */
.footerbar {
	height: 30px;
	width: 95%;
	max-width: 1650px;
	background-color: #2a2f3e;
	margin: 0 auto 75px;
	color: #717284;
	font-size: 14px;
	padding-left: 30px;
	line-height: 30px;
}

.footerbar a {
	color: #717284;
}

.footerbar a:hover {
	color: #fff;
}

/* Chmod */


.chmod .labelbox {
	margin-left: 100px;
}

.chmod .labelbox label {
	margin-left: 5px;
}

.chmod .boxes {
	float: left;
	margin: 10px;
}

.chmod .boxes label {
	margin: 0 0 10px 0;
	display: block;
}

.chmod .boxes .cb {
	margin: 7px 12px;
}

.chmod .info {
	font-size: 11px;
}

/* Datepicker */


a.dp-choose-date:before {
	content: "\f073";
	display: inline-block;
	font-family: FontAwesome;
}

a.dp-choose-date {
	margin-left: 7px;
}

/* Rounded Corners */

.round_square {
	width: 150px;
	height: 150px;
	background-color: #37b39c;
	margin: auto;
	border-radius: 10px;
	position: relative;
	top: 100px;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.rs_settings input {
	width: 40px;
	position: absolute;
	text-align: center;
}

.rs_settings input.tl {
	left: -40px;
	top: -30px;
}

.rs_settings input.tr {
	right: -40px;
	top: -30px;
}

.rs_settings input.bl {
	left: -40px;
	bottom: -30px;
}

.rs_settings input.br {
	right: -40px;
	bottom: -30px;
}

/* Favicon */
.successMsg, .errorMsg {
	display: none;
}

.successMsg {
	color: #37b39c;
}

.previewbar {
	background: url(../img/favicon_bg.png) top left;
	width: 380px;
	height: 37px;
	position: relative;
}

.previewbar img {
	position: absolute;
	top: 12px;
	left: 98px;
}

.imagearea {
	position: relative;
}

.qq-uploader {
	height: 300px;
}

#loadingbox {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	bottom: 0;
	right: 0;
	z-index: 10;
	background: url(../img/loading.gif) center center no-repeat rgba(255,255,255,0.5);
}

.qq-upload-drop-area {
	display: block !important;
	width: 100%;
	height: 300px;
	border: 2px dashed #ccc;
	background-color: #fff;
}

.qq-upload-button {
	margin: 0 auto 0;
	z-index: 10;
	position: absolute !important;
	left: 50%;
	margin-left: -100px;
	top: 217px;
	width: 200px;
	background: #37b39c;
	color: #fff;
	padding: 10px 0;
	font-size: 12px;
	text-align: center;
}

.qq-upload-drop-area-active {
	border: 2px dashed #37b39c;
}


/* Text-Shadow */
.textshadow {
	margin-top: 50px;
	font-size: 25px;
	text-align:center;
	color: #37b39c;
}

/* Counter */
.counter #result{
	height: 400px;
} 

ul.counts {
	margin: 15px 0;
	padding:0;
}

ul.counts li {
	float: left;
	width: 25%;
	list-style: none; 
}

ul.counts li span {
	color: #37b39c;
}

/* QR Code */

.qrcode {
}

.qrcode img{
	max-width: 100%;
	height: auto;
	border: 1px solid #ccc;
}

input.formInput.error {
	border: 1px solid #d70b2d !important;
}


table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}

table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected.dp-hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	background: #fff;
	color: #000;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background: #bbb;
	color: #888;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}

.codeblock {
	background: #f2f2f0;
	padding: 3px;
}

/* Checkbox Styling */

.checkboxContainer .checkbox {
	position: absolute;
	box-sizing: border-box;
	top: 0px;
	left: 0px;
	width: 18px;
	height: 18px;
	border: solid 2px;
	border-color: #5a5a5a;
}

.checkboxContainer span {
	margin-left: 30px;
}

.checkboxContainer label {
	position: relative;
	height: 25px;
	display: block;
}
	
.checkboxContainer .checkbox.checked {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -4px;
	left: 6px;
	width: 10px;
	height: 21px;
	border-top: none;
	border-left: none;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-color: #37b39c;
}	
.checkboxContainer input {
	display: none;
}

.checkboxContainer .checkbox.checked.box {
  border: solid 2px;
  -webkit-animation: box-shrink 140ms ease-out forwards;
  animation: box-shrink 140ms ease-out forwards;
}
	
@-webkit-keyframes box-shrink {
  0% {
    -webkit-transform: rotate(0deg);
    top: 0px;
    left: 0px;
    width: 18px;
    height: 18px;
  }
  100% {
    -webkit-transform: rotate(45deg);
    top: 13px;
    left: 5px;
    width: 4px;
    height: 4px;
  }
}

@keyframes box-shrink {
  0% {
    transform: rotate(0deg);
    top: 0px;
    left: 0px;
    width: 18px;
    height: 18px;
  }
  100% {
    transform: rotate(45deg);
    top: 13px;
    left: 5px;
    width: 4px;
    height: 4px;
  }
}

.checkboxContainer .checkbox.checked.checkmark {
  border-left: none;
  border-top: none;
  -webkit-animation: checkmark-expand 140ms ease-out forwards;
  animation: checkmark-expand 140ms ease-out forwards;
}

@-webkit-keyframes checkmark-expand {
  0% {
    -webkit-transform: rotate(45deg);
    top: 13px;
    left: 5px;
    width: 4px;
    height: 4px;
  }
  100% {
    -webkit-transform: rotate(45deg);
    top: -4px;
    left: 6px; 
    width: 10px;
    height: 21px;
    border-right-width: 2px;
    border-bottom-width: 2px;
  }
}

@keyframes checkmark-expand {
  0% {
    transform: rotate(45deg);
    top: 13px;
    left: 5px;
    width: 4px;
    height: 4px;
  }
  100% {
    transform: rotate(45deg);
    top: -4px;
    left: 6px; 
    width: 10px;
    height: 21px;
    border-right-width: 2px;
    border-bottom-width: 2px;
  }
}
/* checkbox unchecked animations */
.checkboxContainer .checkbox.unchecked.checkmark {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-left: none;
  border-top: none;
  -webkit-animation: checkmark-shrink 140ms ease-out forwards;
  animation: checkmark-shrink 140ms ease-out forwards;
}

@-webkit-keyframes checkmark-shrink {
  0% {
    top: -4px;
    left: 6px; 
    width: 10px;
    height: 21px;
    border-right-width: 2px;
    border-bottom-width: 2px;
  }
  100% {
    top: 13px;
    left: 5px;
    width: 4px;
    height: 4px;
  }
}

@keyframes checkmark-shrink {
  0% {
    top: -4px;
    left: 6px; 
    width: 10px;
    height: 21px;
    border-right-width: 2px;
    border-bottom-width: 2px;
  }
  100% {
    top: 13px;
    left: 5px;
    width: 4px;
    height: 4px;
  }
}

.checkboxContainer .checkbox.unchecked.box {
  -webkit-animation: box-expand 140ms ease-out forwards;
  animation: box-expand 140ms ease-out forwards;
}

@-webkit-keyframes box-expand {
  0% {
    -webkit-transform: rotate(45deg);
    top: 13px;
    left: 5px;
    width: 4px;
    height: 4px;
  }
  100% {
    -webkit-transform: rotate(0deg);
    top: 0px;
    left: 0px;
    width: 18px;
    height: 18px;
  }
}

@keyframes box-expand {
  0% {
    transform: rotate(45deg);
    top: 13px;
    left: 5px;
    width: 4px;
    height: 4px;
  }
  100% {
    transform: rotate(0deg);
    top: 0px;
    left: 0px;
    width: 18px;
    height: 18px;
  }
}


@media screen and (max-width: 1100px) {
	/*.half {
		width: 100%;s
	}*/
	
	#sidebar{
		width: 80px;
		overflow: hidden;
	}
	
	.col-content {
		padding-left: 80px;
	}
	
	.col-header {
		height: 75px;
	}
	
	.col-content .col-header {
		padding: 15px 20px;
	}
	
	.col-sidebar .col-header img {
		height: 75px;
		margin-left: -5px;
	}
	
	.col-sidebar h2 {
		display: none;
	}
	
	.col-sidebar i {
		font-size: 20px;
	}
	
	.menuname {
		display: none;
	}
	
	#sidebar ul.navigation > li.closed ul {
		display: block;
	}
}

@media screen and (max-width: 764px) {
	.half {
		width: 100%;
	}
}<br />
<b>Deprecated</b>:  Directive 'allow_url_include' is deprecated in <b>Unknown</b> on line <b>0</b><br />
