/*------------------------------------------------------------------
Project:    Paperclip
Author:     Yevgeny S.
URL:        http://simpleqode.com/
            https://twitter.com/YevSim
Version:    1.1
Created:        11/03/2014
Last change:    14/08/2014
-------------------------------------------------------------------*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  height:100%;
}

#highlighter-start{
	display:none;
}

.iemsg{
	height:500px;
	width:100%;
	background-color:#FFFFFF;	
}


body {
  margin: 0;
  height:100%;
  font-family: 'HedleyNew-Regular', sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: #616060;
}

body b, body strong{
  font-family: 'HedleyNew-Bold', sans-serif;
  font-weight:normal;
}

.canvas-slid{
	max-height:100% !important;
	position:fixed !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

.row.blog{margin-top:45px;}

.blog article{overflow:auto;}

.row.about{margin-top:40px;}


.row.note{
	font-size:18px;
	font-family: "HedleyNew-Regular",sans-serif;
}

.highlighted{
	color:#D53324;
	font-weight:bold;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
.strong{
  font-weight:400;
  color:#212322;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
article img{
	max-width:100%;
	height:auto;	
}

svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	margin-top:30px;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: none;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #D53324;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #A51C20;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: top;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'HedleyNew-Regular', sans-serif;
  font-weight: 300;
  line-height: 1.1;
  color:#4d4d4f;
}
h2.small{
  font-weight: normal;
  font-size:26px;
  font-weight:300;
}
h3.small{
  font-weight: normal;
  color: #777777;
  font-size:24px;
  margin-top:35px;
  font-weight:300;
}
h1,
.h1{
  margin-top: 15px;
  margin-bottom: 20px;
  font-weight:300;
}
h2{margin:45px 0 20px;font-weight:300;}
h3{margin:11px 0 11px;font-weight:300;}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 36px;
}
h2.small{font-size: 32px;}
h1.blog{
	font-size:36px;
	margin:45px 0 5px;
	}
h3,
.h3 {
  font-size: 26px;
}
h4,
.h4 {
  font-size: 22px;
  line-height:25px;
  margin:17px 0;
  font-weight:400;
}
h4.contact{font-size:19px; margin:15px 0;}
h5,
.h5 {
  font-size: 12px;
}
h6,
.h6 {
  font-size: 11px;
}
h2.headline-lg{
  margin-bottom:35px;	
  font-size:30px;
}

p {
  margin: 10px 0;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}


@media (min-width: 790px) {
  .lead {
    font-size: 50px;
	line-height:56px;
  }
}

cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.float-right{
  float:right;	
}
.float-left{
  float:left;	
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-case {
  text-transform: case;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #999999;
  margin-bottom:20px;
  display:block;
  font-size:14px;
  line-height:18px;
  margin-top:10px;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
	margin:0;
}


ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 790px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: case;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #212322;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #212322;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 880px) {
  .container {
    width: 860px;
  }
}
@media (min-width: 960px) {
  .container {
    width: 935px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1100px;
  }
}

@media (min-width: 1350px) {
  .container {
    width: 1190px;
  }
}



@media (max-width:900px){
	.imgright img{
		float:right;
	}
}


.cmslogo{
	width:35px;
	margin-top:15px;
	margin-right:10px;
	margin-bottom:20px;
	height:auto;	
}

.sptest-logo{
	width:350px;
	max-width:100%;
	margin-bottom:40px;
}


.ssp-logo{
	height:40px !important;
	width:auto;
	margin-right:8px;
	margin-bottom:18px;
}

.reg-logo{
	height:45px;
	width:auto;
	margin-bottom:20px;
}


.backup .download,
.cloud .download{
	display:block;
	margin-top:16px;
	font-size:1.2em;
	line-height:1.6em;
	color:#666666;
}

.backup .download a,
.cloud .download a{
	color:#666666;
	margin-right:12px;
}

.backup .download a:hover{
	color:#333333;
}


.bg-full{
    background-color:#F1F1F1;
	position:relative;
	min-height:450px;
	margin-bottom:30px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.bg-full-plain{
	min-height:450px;	
	margin-bottom:35px;
}
@media(min-width:601px){

	.bg-full.white, 
	.bg-full.white h1,
	.bg-full.white h2,
	.bg-full.white ul li{
		color:#FFFFFF;
	}
	
	.bg-full.white a{
		color:#FFFFFF;
		font-weight:bold;
	}


}
.bg-full.domain{
	background-image: url('../images/header/domain.jpg');	
}

@media (min-width:790px) and (max-width:1080px){
	.bg-full.domain{
	  background-position: -200px center;
	}
}

@media (min-width:750px) and (max-width:790px){
	.bg-full.domain p{
			width:77%;
		}
}

.bg-full.webhosting{
	background-image: url('../images/header/webhosting.jpg');	
}

@media (min-width:800px) and (max-width:990px){
	.bg-full.webhosting{
	  background-position: -200px center;
	}
}

.bg-full.office{
	background-image: url('../images/header/office.jpg');	
}

@media (min-width:780px) and (max-width:990px){
	.bg-full.office{
	  background-position: -140px center;
	}
	

}

@media (min-width:680px) and (max-width:790px){

	.bg-full.office p, h2{
		width:65%;
	}
}

.bg-full.vserver{
	background-image: url('../images/header/vserver.jpg');	
}

@media (min-width:810px) and (max-width:1050px){
	.bg-full.vserver{
	  background-position: -150px center;
	}
}

.bg-full.email-services{
	background-image: url('../images/header/email.jpg');	
}

@media (min-width:560px) and (max-width:800px){
	.bg-full.email-services p{
			width:77%;
		}
}

@media (min-width:790px) and (max-width:1150px){
	.bg-full.email-services{
	  background-position: -160px center;
	}
}


.bg-full.cloud{
	background-image: url('../images/header/cloud.jpg');	
}



@media (min-width:800px) and (max-width:1190px){
	.bg-full.cloud{
	  background-position: -280px center;
	}
	
	.bg-full.cloud p{
			width:95%;
		}
}


.bg-full.pec{
	background-image: url('../images/header/pec.jpg');	
}

@media (min-width:810px) and (max-width:1100px){
	.bg-full.pec p{
			width:66%;
		}
		
	.bg-full.pec{
	  background-position: -290px center;
	}
}


.bg-full.gateway{
	background-image: url('../images/header/e-mail.jpg');	
}

@media (min-width:790px) and (max-width:1050px){
	.bg-full.gateway{
	  background-position: -150px center;
	}
}

@media (min-width:710px) and (max-width:800px){
	.bg-full.gateway p{
			width:70%;
		}
}

.bg-full.housing{
	background-image: url('../images/header/housing.jpg');	
}



.bg-full-plain.partner{
	background-image: url('../images/header/partner-werden.jpg');	
	background-position: center top;
	background-size:cover;
}

.bg-full-plain.alpinebits{
	background-image: url('../images/header/alpinebits.jpg');	
	background-position: center top;
	background-size:cover;
}



.bg-full.backup{
	background-image: url('../images/header/backup.jpg');	
}


@media (min-width:610px) and (max-width:1000px){
	.bg-full.backup p{
			width:76%;
		}
}

@media (min-width:700px) and (max-width:1150px){
	.bg-full.backup{
	  background-position: -150px center;
	}
}


.bg-full.wlan{
	background-image: url('../images/header/wlan.jpg');	
}

@media (min-width:610px) and (max-width:1100px){
	.bg-full.wlan p{
			width:70%;
		}
}

@media (min-width:900px) and (max-width:1050px){
	.bg-full.wlan{
	  background-position: -100px center;
	}
}

.bg-full.speedtest{
	background-image: url('../images/header/speedtest.jpg');	
}

@media (min-width:730px) and (max-width:900px){
	.bg-full.speedtest p{
			width:74%;
		}
}

@media (max-width:600px){
	.bg-full{
		background-image: url('../images/header/mobile.jpg') !important;	
	}
}

.topleft button{
    margin-bottom:10px;
}

.topleft {
    padding-bottom: 20px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.21232233%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.21232233%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.21232233%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.21232233%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.21232233%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.21232233%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.21232233%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.21232233%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.21232233%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.21232233%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.21232233%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.21232233%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.21232233%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.21232233%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.21232233%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.21232233%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 790px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.21232233%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.21232233%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.21232233%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.21232233%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.21232233%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.21232233%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.21232233%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.21232233%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.21232233%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.21232233%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.21232233%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.21232233%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.21232233%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.21232233%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.21232233%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.21232233%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 910px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.21232233%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.21232233%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.21232233%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.21232233%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.21232233%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.21232233%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.21232233%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.21232233%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.21232233%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.21232233%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.21232233%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.21232233%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.21232233%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.21232233%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.21232233%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.21232233%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.21232233%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.21232233%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.21232233%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.21232233%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.21232233%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.21232233%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.21232233%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.21232233%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.21232233%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.21232233%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.21232233%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.21232233%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.21232233%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.21232233%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.21232233%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.21232233%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.text-bo
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.pricing-options_table {
    border: 15px solid rgba(0, 0, 0, 0.05);
	margin:35px 0 20px;
}
.pricing-options_table .hint{
	background-color:#D53324;	
	color:#FFFFFF;
	font-size:0.8em;
	padding:2px 4px 1px 4px;
	border-radius:3px;
}
.pricing-options_table tr td:first-child{
   min-width:200px;
   max-width:220px;
}
.pricing-options_table .togglerow{
    display:none;
}
.pricing-options-table__table .pricing-option_popular::before {
    border-bottom-width: 40px;
    border-left-width: 40px;
    left: 0;
    top: 0;
}
.pricing-options-table__table {
    text-align: center;
    margin-bottom: 0;

}
.pricing-options-table__table tbody tr:last-child td{
	height:70px;
}
.pricing-options-table__table > thead > tr > th {
    padding: 0;
    text-align: center;
}
.table-bordered {
    border: 1px solid #e6e6e6;
}
.pricing-option_popular::before {
    border-bottom: 60px solid transparent;
    border-left: 60px solid #D53324;
    content: "";
    height: 0;
    left: -15px;
    position: absolute;
    top: -15px;
    width: 0;
}

.pricing-options-table__table .pricing-option_popular::after {
    font-size: 12px;
    left:7px;
    top: 3px;
}
.table > thead > tr > th {
    border-bottom-width: 1px;
}
.pricing-option_popular::after {
    color: white;
    content: "\f005";
    display: block;
    font-family: "FontAwesome";
    font-size: 16px;
    left: 0;
    position: absolute;
    top: -5px;
	left:-14px;
}
.pricing-option__header {
    padding: 15px 10px;
	font-weight:300;
}
.pricing-option__header h5, .pricing-option__header .h5 {
    font-size: 21px;
    font-weight: 600;
}
.pricing-option_popular {
    position: relative;
}

.pricing-option__price {
    background: rgba(0, 0, 0, 0.03) none repeat scroll 0 0;
    color: #D53324;
    padding: 10px;
	min-width:200px;
}

.vserver .pricing-option__price{
	min-width:165px;
}
.pricing-options-table__table .pricing-option__price {
    margin: -8px;
}
.pricing-option-price__currency {
    vertical-align:20%;
	font-size:31px;
	position:relative;
	left:-5px;
	top:2px;
}
.pricing-option-price__number {
    font-size: 39px;
    font-weight: 300;
}

.pricing-option-price__request {
    font-size: 35px;
    font-weight: 300;
}

.pricing-option-price__request {
    font-size: 30px;
	line-height:59px;
    font-weight: 300;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    line-height: 1.42857;
    vertical-align: middle;
}
.pricing-options-table__title {
    padding-left: 20px !important;
    text-align: left;
    vertical-align: middle !important;
}
.pricing-options-table__title.fullrow{
	background-color:#d53324;
	color:#FFFFFF;	
	font-size:1.2em;
	border:none;
}
.pricing-options-table__title.fullrow.grey{
	background-color:#f1f1f1;
	color:#555555;
}
.pricing-options-table__title .moreinfo{
	display:none;
}
.pricing-options-table__title div{
	cursor:default;
	font-size:1.1em;
	color:#909090;
	position:relative;
	top:1px;
}

.offer{
	background-color:#f5f5f5;	
	font-size:1.3em;
	line-height:1.5em;
	padding:5px 0;
	margin:50px 0;
	padding:10px 10px;
	color:#979797;
}

.fa-question-circle-o {
  position: relative;
  
}

.fa-question-circle-o .moreinfo {
	display: inline-block;
	position: absolute;
	top: 100%;
	padding: 10px 15px;
	z-index: 99; 
	display: none;
	color: #595959;
	background-color:#F2F2F2;
	width:200px;
	border-radius:4px;
	font-size:13px;
	line-height:19px;
	font-family: 'HedleyNew-Regular', sans-serif !important;
}


.fa-question-circle-o:hover .moreinfo,
.fa-question-circle-o .moreinfo:hover {
	display: block;	
}


/* jQuery enabled behavior for mobile */
.touch .fa-question-circle-o.no-hover .moreinfo {
	display: none !important;	
}


@media (max-width: 1200px) {
.fa-question-circle-o .moreinfo{
	width:220px !important;
}
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #212322;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 33.5px;
  padding: 8px 12px 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #d0d0d0;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(208, 208, 208, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(208, 208, 208, 0.6);
}
.form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777777;
}
.form-control::-webkit-input-placeholder {
  color: #777777;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height:180px;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
}
.form-group {
  margin-bottom: 15px;
  clear:both;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 16px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 790px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 790px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
@media (min-width: 790px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 790px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}


.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 9px 12px;
  font-size: 13px;
  line-height: 1em;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #FFFFFF;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #212322;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #212322;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #212322;
}
.btn-transp{
  color: #FFFFFF;
  border-color: #FFFFFF;
  margin-top:20px;
}

.btn-transp:hover, 
.btn-transp:focus,
.btn-transp:active
{
  background-color:#FFFFFF;
  color: #FFFFFF;
  border-color: #FFFFFF;
  color:#D53324;
}

.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #494949;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
  line-height:1.2;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #494949;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 12px 16px 10px 16px;
  font-size: 18px;
  line-height: 1;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
.btn-link{
	color:#666666;
	font-size:15px;
	}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #212322;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #212322;
  background-color: #f6f6f6;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #212322;
  text-decoration: none;
  outline: 0;
  background-color: #ffffff;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 790px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width:100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
}
.nav > li > a {
  position: relative;
  display: block;
  margin-left:24px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  color:#222222;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #494949;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 790px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 790px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
.spacer{
  height:8px;	
  background-color:#888888;
}


.logonav .row.top{
	border-bottom:1px solid #F2F2F2;	
}


.nav-top .navbar,
.logonav .navbar {
 	float:left;
	}

.navbar-brand {
  float: left;
  padding:27px 15px 21px 0;
  font-size: 18px;
  line-height: 20px;
  height:92px;
}

@media (max-width:789px){
	.navbar-brand {
	  height:69px;
	}
	
	.nav > li > a {
	  margin-left:0;
	}
}

.navbar-nav {
  float: left;
  margin: 0;
}

.nav-top .navbar-nav > li,
.logonav .navbar-nav > li {
  float: left;

}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 4px;
  color:#6D6D6D;
  font-size:16px;
}


/* ----- responsive menu ----- */

.offcanvas.in{overflow-y:scroll;}

.navbar-btn{
	background-color:#F9F9F9;
    background-image: none;
    border-radius: 4px;
    padding: 8px 10px;
    position: relative;
	border:1px solid #EAE8E8;
	margin-top:14px;
	font-size:18px;
	font-weight:300;
}

.navbar-btn.closenav{
	background-color: transparent;
    position: absolute;
	border:none;
	font-size:25px;
	font-weight:300;
	floar:right;
	right:0;
	margin:7% 10% 0 0;
	padding:0;
}

.navbar-offcanvas.in .navbar,
.navbar-offcanvas.in .navbar-nav{
		width:100%;
}

.navbar-offcanvas.in .navbar > ul{
	padding:6% 10% 15% 10%;
}

.navbar-offcanvas.in ul li{
	clear:both;
	background-color: transparent;
	list-style:none;
}


.navbar-offcanvas.in .navbar > ul > li > a{
	font-size:20px;
    color: #545454;
}

.navbar-offcanvas.in .navbar > ul > li > ul {
	padding-left:20px;
}

.navbar-offcanvas.in .navbar > ul > li > ul li:before {
    color: #D53324;
    content: "";
    font-family: FontAwesome;
    font-weight: bold;
    margin-right: 7px;
    position: relative;
    top:-1px;
}

.navbar-offcanvas.in .navbar > ul > li > ul a{
	font-size:17px;
    color: #919191;
	line-height:30px;
}


li.item-303{display:none;}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #494949;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #494949;
  background-color: #f6f6f6;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #494949;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li:before{display:none;}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f6f6f6;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #494949;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 790px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #494949;
}
.thumbnail .caption {
  padding: 9px;
  color: #212322;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
  color: #777777;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #212322;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}


.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
  margin-top:16px;
}

.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f6f6f6;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.item-page.first .well{
	margin-top:	43px;
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.modal-body{
    position: relative;
    padding: 4px 15px;
}

.modal-footer {
    position: relative;
    padding: 9px 15px;
}
@media (min-width: 790px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 910px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #2a2a2a;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #2a2a2a;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #2a2a2a;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #2a2a2a;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #2a2a2a;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #2a2a2a;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #2a2a2a;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #2a2a2a;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #2a2a2a;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid #494949;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #ffffff;
  border-bottom: 1px solid #f2f2f2;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: #494949;
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #494949;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: #494949;
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #494949;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: #494949;
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #494949;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: #494949;
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #494949;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
}

.carousel-control.right {
  left: auto;
  right: 0;
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #212322;
  text-align: center;
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 790px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 790px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 790px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 790px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 790px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 790px) and (max-width: 910px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 790px) and (max-width: 990px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 790px) and (max-width: 990px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 790px) and (max-width: 990px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 910px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 910px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 910px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 910px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 789px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 790px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*------------------------------------------------------------------
Project:    Paperclip
Author:     Yevgeny S.
URL:        http://simpleqode.com/
            https://twitter.com/YevSim
Version:    1.1
Created:        11/03/2014
Last change:    14/08/2014
-------------------------------------------------------------------*/
/* ===== Colors ===== */
/*** Color Options ***/
/*** Change the 2 values below to create new color schemes ***/
/*** Color Helpers ***/
.text-theme-primary {
  color: #CE2127   ;
}
.text-theme-secondary {
  color: #494949;
}
.bg-theme-primary {
  background: #CE2127   ;
}
.bg-theme-secondary {
  background: #494949;
}
/* ===== Helper Classes ===== */
/*** Animation delay ***/
.delay-1 {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}
.delay-2 {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}
.delay-3 {
  -webkit-animation-delay: 900ms;
  animation-delay: 900ms;
}
.delay-4 {
  -webkit-animation-delay: 1200ms;
  animation-delay: 1200ms;
}
.delay-5 {
  -webkit-animation-delay: 1500ms;
  animation-delay: 1500ms;
}
.delay-6 {
  -webkit-animation-delay: 1800ms;
  animation-delay: 1800ms;
}
.delay-7 {
  -webkit-animation-delay: 2100ms;
  animation-delay: 2100ms;
}
.delay-8 {
  -webkit-animation-delay: 2400ms;
  animation-delay: 2400ms;
}
/*** Perfect Text Circle ***/
/*** Correct margins for titles ***/
.first-child {
  margin-top: 0 !important;
}
.second-child {
  margin-top: 0 !important;
}
@media (max-width: 790px) {
  .second-child {
    margin-top: 20px !important;
  }
}
/*** Lists ***/
.list-style-none {
  list-style: none;
  padding-left: 0;
}
/** Horizontal line with an arrow ***/
hr.arrow-down {
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
  border-top: 1px solid #e9e9e9;
  border-bottom: 15px solid #f6f6f6;
}

.shadow-effect {
  position: relative;
  background: white;
}
.shadow-effect:before,
.shadow-effect:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777777;
  box-shadow: 0 15px 10px #777777;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.shadow-effect:after {
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
/*** Other ***/
.margin-bottom-20 {
  margin-bottom: 20px;
}
.opacity-100 {
  opacity:1;
  filter: alpha(opacity=10000%);
}
.opacity-0 {
  opacity: 0;
  filter: alpha(opacity=0);
}
/*------------------------------------------------------------------
Project:    Paperclip
Author:     Yevgeny S.
URL:        http://simpleqode.com/
            https://twitter.com/YevSim
Version:    1.1
Created:        11/03/2014
Last change:    14/08/2014
-------------------------------------------------------------------*/
/*** Browser ***/
.browser {
  position: relative;
  border: 1px solid #b8b8b8;
  border-radius: 0 0 2px 2px;
  background: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.175);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.175);
}
\ .browser:before {
  content: "";
  position: absolute;
  top: -29px;
  height: 28px;
  left: -1px;
  right: -1px;
  border: 1px solid #b8b8b8;
  border-bottom: 0;
  border-radius: 2px 2px 0 0;
  background-image: -webkit-linear-gradient(top, #F1F1F1 0%, #d1d1d1 100%);
  background-image: -o-linear-gradient(top, #F1F1F1 0%, #d1d1d1 100%);
  background-image: linear-gradient(to bottom, #F1F1F1 0%, #d1d1d1 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffF1F1F1', endColorstr='#ffd1d1d1', GradientType=0);
  text-align: center;
  line-height: 28px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.175);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.175);
}
/* ===== Scaffolding ===== */
/* ===== Typography ====== */
/* ===== Tables ===== */
.table > thead > tr > td.yellow,
.table > tbody > tr > td.yellow,
.table > tfoot > tr > td.yellow,
.table > thead > tr > th.yellow,
.table > tbody > tr > th.yellow,
.table > tfoot > tr > th.yellow,
.table > thead > tr.yellow > td,
.table > tbody > tr.yellow > td,
.table > tfoot > tr.yellow > td,
.table > thead > tr.yellow > th,
.table > tbody > tr.yellow > th,
.table > tfoot > tr.yellow > th {
  background-color: #fbfbcb;
}
.table-hover > tbody > tr > td.yellow:hover,
.table-hover > tbody > tr > th.yellow:hover,
.table-hover > tbody > tr.yellow:hover > td,
.table-hover > tbody > tr.yellow:hover > th {
  background-color: #f8f79b;
}
/* ===== Buttons ===== */
.btn-lg,
.btn-group-lg > .btn {
  font-size: 14px;
  border-radius: 4px;
}
/*** Button Colors ***/
.btn-theme-primary {
  background: #D53324;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff05f68', endColorstr='#ffCE2127   ', GradientType=0);
  border-color: #e31522;
  color: #ffffff;
}
.sbtn{margin-left:-1px;}
.btn-theme-primary:hover,
.btn-theme-primary:focus,
.btn-theme-primary:active {
  border-color: #c62a1c;
  background: #c62a1c   ;
  background-image: none;
  color: #ffffff;
  outline:0;
}
.btn-theme-secondary {
  background: #A5A5A5;
  border-color: #ADADAD;
  color: #ffffff;
  float:left;
  margin-right:5px;
}
.btn-theme-secondary:hover,
.btn-theme-secondaryfocus,
.btn-theme-secondary:active {
  background: #999999;
  background-image: none;
  color: #ffffff;
}
/* ===== Forms ===== */
.form-control,
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* ===== Dropdowns ===== */
.dropdown-menu {
  padding: 0;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
@media (min-width: 790px) {
  .navbar-nav > li > .dropdown-menu,
  .dropdown-submenu > .dropdown-menu {
    margin-top: 3px;
  }
  .navbar-nav > li > .dropdown-menu:before,
  .dropdown-submenu > .dropdown-menu:before {
    content: "";
    position: absolute;
    height: 0;
    left: 0;
    width: 100%;
    border-top: 3px solid #494949;
  }
  .navbar-nav > li > .dropdown-menu > li > a,
  .dropdown-submenu > .dropdown-menu > li > a {
    padding: 7px 30px 7px 10px;
    border-bottom: 1px solid #eee;
    -webkit-transition: padding 300ms;
    -o-transition: padding 300ms;
    transition: padding 300ms;
  }
  .navbar-nav > li > .dropdown-menu > li > a:hover,
  .dropdown-submenu > .dropdown-menu > li > a:hover {
    padding: 7px 20px 7px 20px;
  }
  .navbar-nav > li > .dropdown-menu > li:last-child > a,
  .dropdown-submenu > .dropdown-menu > li:last-child > a {
    border-bottom: 0;
  }
}
/*** Dropdown Sub Menu ***/
.dropdown-submenu {
  position: relative;
}
@media (min-width: 790px) {
  .dropdown-submenu > a:after {
    position: absolute;
    right: 10px;
    content: "\f105";
    font-family: FontAwesome;
  }
}
.dropdown-submenu > .dropdown-menu {
  top: -4px;
  left: 100%;
  width: auto;
}
.dropdown-submenu > .dropdown-menu.submenu-left {
  left: -100%;
  right: auto;
}
@media (max-width: 790px) {
  .dropdown-submenu > .dropdown-menu {
    display: block;
    margin-left: 10px;
    font-size: 13px;
  }
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

/*** Navbar Brand ***/
.navbar-brand > img {
  height: 45px;
  width: auto;
}

/*** Navbar Links ***/


/*** Navbar Toggle ***/
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  border-color: #bbb;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #aaa;
}
/*** Navbar Search ***/
.navbar-nav > li #navbar-search-box {
  position: absolute;
  right: 0;
  bottom: -69px;
  width: 250px;
  padding: 15px;
  background: white;
  border: 1px solid #ddd;
  border-top: 3px solid #494949;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);
}
.navbar-nav > #navbar-search > a > i.fa-times {
  margin: 0 1px;
}
/* ===== Navs ===== */
/*** Tabs ***/
.nav-tabs {
  border-bottom: 3px solid #494949;
  margin-bottom: 15px;
}
.nav-tabs > li {
  margin-bottom: 0;
}
.nav-tabs > li > a {
  border: 1px solid transparent;
  border-bottom: 0;
}
.nav-tabs > li > a:hover {
  border-color: #f6f6f6;
  background: #f6f6f6;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background: #494949;
  background-image: -webkit-linear-gradient(top, #3db5d7 0%, #494949 100%);
  background-image: -o-linear-gradient(top, #3db5d7 0%, #494949 100%);
  background-image: linear-gradient(to bottom, #3db5d7 0%, #494949 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3db5d7', endColorstr='#ff494949', GradientType=0);
  color: white;
  border: 1px solid transparent;
  border-bottom: 0;
}
/*** Tabs Justified ***/
.nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  background: #494949;
  background-image: -webkit-linear-gradient(top, #3db5d7 0%, #494949 100%);
  background-image: -o-linear-gradient(top, #3db5d7 0%, #494949 100%);
  background-image: linear-gradient(to bottom, #3db5d7 0%, #494949 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3db5d7', endColorstr='#ff494949', GradientType=0);
  color: white;
  border: 0;
}
@media (min-width: 790px) {
  .nav-tabs.nav-justified {
    border-bottom: 3px solid #494949;
  }
  .nav-tabs.nav-justified > li > a {
    border-bottom: 0;
  }
}
/*** Pills ***/
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-image: -webkit-linear-gradient(top, #45b8d8 0%, #494949 100%);
  background-image: -o-linear-gradient(top, #45b8d8 0%, #494949 100%);
  background-image: linear-gradient(to bottom, #45b8d8 0%, #494949 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff45b8d8', endColorstr='#ff494949', GradientType=0);
}
/* ===== Pagination ===== */
.pagination > li > a,
.pagination > li > span {
  margin: 0 1px;
  border-radius: 4px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #494949;
  background-image: -webkit-linear-gradient(top, #45b8d8 0%, #494949 100%);
  background-image: -o-linear-gradient(top, #45b8d8 0%, #494949 100%);
  background-image: linear-gradient(to bottom, #45b8d8 0%, #494949 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff45b8d8', endColorstr='#ff494949', GradientType=0);
}
/* ===== Tooltips ===== */
.tooltip-inner {
  padding: 7px;
  border-radius: 2px;
}
/* ===== Popovers ===== */
.popover {
  padding: 0;
  border-width: 3px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.popover-title {
  border-bottom: 1px solid #e9e9e9;
  border-radius: 4px 4px 0 0;
  font-family: 'HedleyNew-Regular', sans-serif;
  text-transform: case;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 600;
}
/* ===== Progress Bars ===== */
.progress {
  height: 30px;
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.05);
}
.progress-bar {
  line-height: 30px;
}
.progress-bar-theme-primary {
  background-color: #CE2127   ;
}
.progress-bar-theme-secondary {
  background-color: #494949;
}
/* ===== Panels ===== */

/*** Panel Colors ***/
.panel-theme-primary {
  border-color: #CE2127   ;
}
.panel-theme-primary > .ding {
  color: #ffffff;
  background-color: #CE2127;
  border-color: #CE2127;
}
.panel-theme-primary > .ding + .panel-collapse .panel-body {
  border-top-color: #CE2127;
}
.panel-theme-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #CE2127;
}
.panel-theme-primary > .panel-footer {
  background-color: #CE2127;
  border-top: 1px solid #CE2127;
  color: #ffffff;
}
.panel-theme-secondary {
  border-color: #494949;
}
.panel-theme-secondary > .ding {
  color: #ffffff;
  background-color: #3db5d7;
  border-color: #3db5d7;
}
.panel-theme-secondary > .ding + .panel-collapse .panel-body {
  border-top-color: #3db5d7;
}
.panel-theme-secondary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #3db5d7;
}
.panel-theme-secondary > .panel-footer {
  background-color: #3db5d7;
  border-top: 1px solid #3db5d7;
  color: #ffffff;
}
/*** Accordion ***/
#accordion .panel-heading{
	border-top:1px solid #E0E0E0;
	padding:6px 0;
}

#accordion .panel:first-child .panel-heading{
	border-top:none;
	padding:4px 0;
}

#accordion .panel-heading a{
	color:#5E5E5E;
	font-size:1.1em;
	outline:0;
}
#accordion .panel-body{
	padding-bottom:20px;
}
.panel-group .ding {
  position: relative;
  padding: 0;
}
.panel-group .ding > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  color: inherit;
  text-decoration: none;
}
.panel-group .ding > a:after {
  position: absolute;
  right: 10px;
  height: 20px;
  width: 20px;
  content: "\f107";
  background: #e4e4e4;
  border-radius: 20px;
  text-align: center;
  line-height: 20px;
  font-family: FontAwesome;
  color: white;
}
.panel-group .ding > .collapsed:after {
  content: "\f105" !important;
}
/* smooth scrolling */
.panel-group .panel-heading h4{
	margin:0;
	padding:8px 0;
}


#acc a{color:#4d4d4f;}

#acc a:hover{
	color:#111111;
}

#acc h4{color:#D53324;}

#acc p {
    margin: 9px 0;
}

@media(max-width:500px){
	#openinghours p br{
		display:none;
	}
}
/* ===== Wells ===== */
.well {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* ===== Carousel ===== */
/*** Slideshow controls ***/
a.carousel-arrow {
  height: 50px;
  width: 50px;
  border-radius: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  display: block;
  top:50%;
  margin-top: -25px;
  background: transparent;
  color: transparent;
  font-size: 32px;
  font-weight: 300;
  cursor: pointer;
  -webkit-transition: background 300ms, color 300ms;
  -o-transition: background 300ms, color 300ms;
  transition: background 300ms, color 300ms;
  opacity:0.6;
}
.carousel:hover a.carousel-arrow {
  background: rgba(0, 0, 0, 0.1);
  color: #FFF;
}
.carousel:hover a.carousel-arrow:hover,
.carousel:hover a.carousel-arrow:active {
  background: rgba(0, 0, 0, 0.3);
  text-decoration: none;
}
a.carousel-arrow-prev {
  left: 10px;
  right: auto;
  padding-right: 5px;
}
a.carousel-arrow-next {
  right: 10px;
  left: auto;
  padding-left: 5px;
}
/* ===== Info Boards ==== */
.info-board {
  margin: 30px 0 20px 0;
  padding: 22px;
  border-left: 5px solid #e9e9e9;
  font-size:15px;
  line-height:25px;
  color:#666666;
}
.info-board h2,
.info-board h3 {
  margin-top: 0;
  margin-bottom:5px;
  color:#FFFFFF;
  font-weight:400;
  font-size:24px;
}
.info-board i{
  display:inline-block;	
}
.info-board a{
  color:#666666;
  display:inline-block;
}
.info-board a:hover{
  color:#D53324;
}
.info-board p:last-child {
  margin-bottom: 0;
}
/* 1. Info board Primary */
.info-board-theme-primary {
  background-color: #EA8215;
  border-color: #ffaf3a;
  color:#FFFFFF;
  border-radius:5px;
}
.info-board-theme-primary a,
.info-board-theme-primary a:hover{
  color:#FFFFFF;
}
/* 2. Info board blue */
.info-board-theme-secondary {
  background-color: #d1edf5;
  border-color: #3db5d7;
}


/* ===== Topic Header ===== */

.topic{
  background-color:#F1F1F1;
  padding:10px 0;
  line-height:17px;

}

.topic h1,
.topic .blogtitle {
  display: inline-block;
  margin: 0;
  padding: 16px 0;
  font-size: 16px;
  color:#888888;
  padding-left:13px;
}
.topic h1:before,
.topic .blogtitle:before{
  content: "\f054";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 10px;
  position: absolute;
  line-height: 0;
  top: 51%;
  left:16px;
  color:#D53324;
}
.topic .breadcrumb {
  margin-bottom: 0;
  padding: 12px 0;
  color:#999999;
}
.topic a{
  color:#999999;
}
.topic a:hover{
  color:#212322;
}
.topic .bc-separator{
  margin:0 5px;	
}
.topic .mod-languages{
    color: #999999;
    margin-bottom: 0;
}

.bg-full .topic{
	background:none;	
}



@media (max-width:789px) {
	.topic{
		margin-top:70px;
	}	
	
	.topic h1,
	.topic .breadcrumb,
	.topic .blogtitle{
		padding:10px 0;	
	}
	
	.topic .blogtitle:before{
		display:none;
	}
	
	
	.topic h1:before{
	  content: normal;
	  padding:0;
	}
	
}

/* ===== Content ===== */


.item-page.first{
	min-height:500px;
}




/* ===== Categories List ===== */
.b-categories-list {
  list-style: none;
  padding-left: 5px;
  margin-bottom: 20px;
}
.b-categories-list > li {
  padding: 4px 0;
}
/* ===== Back to Top link ===== */
.backtotop {
  background: #d0d0d0;
  padding: 10px 15px;
  font-size: 18px;
  color: #FFF;
  border-radius: 3px;
  -webkit-transition: background 300ms;
  -o-transition: background 300ms;
  transition: background 300ms;
}
.backtotop:hover {
  background: #c3c3c3;
}

/* Social Links */

.social > ul,
.social > ul > li {
  margin: 0 0 10px;
  padding: 0;
}
.social li > a {
  display: inline-block;
  background: #f6f6f6;
  border: 1px solid #e9e9e9;
  color: #555555;
  height: 34px;
  width: 34px;
  border-radius: 34px;
  line-height: 34px;
  text-align: center;
  -webkit-transition: background 300ms, color 300ms;
  -o-transition: background 300ms, color 300ms;
  transition: background 300ms, color 300ms;
}
.social li > a.rss:hover {
  background: #ff9900;
}
.social li > a.facebook:hover {
  background: #3B5998;
}
.social li > a.twitter:hover {
  background: #1dcaff;
}
.social li > a.plus:hover {
  background: #dd4b39;
}
.social li > a.vk:hover {
  background: #3f628a;
}
.social li > a.pinterest:hover {
  background: #c92026;
}
.social li > a.vimeo:hover {
  background: #446d82;
}
.social li > a.github:hover {
  background: #657e8c;
}
.social li > a.linkedin:hover {
  background: #0c7bb3;
}
.social li > a.dropbox:hover {
  background: #4fa3e3;
}
.social li > a.youtube:hover {
  background: #ed413e;
}
.social li:hover > a {
  color: #fff;
  border-color: transparent;
}
/*** Social Large ***/
.social-lg li > a {
  height: 45px;
  width: 45px;
  border-radius: 45px;
  line-height: 45px;
  text-align: center;
}
/*** Social Small ***/
.social-sm li > a {
  height: 30px;
  width: 30px;
  border-radius: 30px;
  line-height: 30px;
  text-align: center;
}
/* ===== Sidebar ===== */
.bs-sidebar {
  margin-bottom: 50px;
}
.bs-sidebar.affix {
  position: static;
}
@media (min-width: 910px) {
  .bs-sidebar .nav > .active > ul {
    display: block;
  }
  .bs-sidebar.affix,
  .bs-sidebar.affix-bottom {
    width: 213px;
  }
  .bs-sidebar.affix {
    position: fixed;
    top: 110px;
  }
  .bs-sidebar.affix-bottom {
    position: absolute;
  }
}
@media (min-width: 1200px) {
  .bs-sidebar.affix-bottom,
  .bs-sidebar.affix {
    width: 220px;
  }
}
/* ===== Features List ===== */
.ft-list {
  list-style-type: none;
  padding-left: 0;
}
.ft-list > li:before {
  content: "\f00c";
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 10px;
  color: #4dc788;
}
/* ===== General ===== */
html,
body {
  height: 100%;
}
/* ===== Wrapper ===== */
.wrapper {
  height: auto !important;
  /* for older versions of IE */
  overflow:auto;
  margin-bottom:20px;
}

.shadow-top{
	position: relative;
    width: 100%;
    z-index: 99;	
}



/* ===== Nav & Homepage Slider ===== */


.nav-top{
	background-color:#F1F1F1;	
	height:30px;
}

.nav-top .right .navbar{
	float:right;
}

.nav-top .left .nav li a{
	padding-right:25px;
	padding-left:25px;
	margin:0;
}

.nav-top .right .nav li.parent > a{
	padding-right:0;
	padding-left:25px;
	margin:0;
}


.nav-top ul.nav li > a{
	color:#9e9e9e;
	font-size:15px;
	padding:0;
	line-height:30px;
}

.nav-top .mod-languages a{
	color:#9e9e9e;
	line-height:30px;
	margin-left:25px;
}

.nav-top ul.nav li > a:hover,
.nav-top .mod-languages a:hover{
	color:#757373;
}

.nav-top ul.nav li.deeper ul{
	position:absolute;
	background-color:#FFFFFF;
	background-clip: padding-box;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding:0;
    margin:0;
    text-align: left;
	display:none;
	border:1px solid #E4E4E4;
	top:29px;
}

.nav-top .right ul.nav li.deeper ul{
	float:right;
	right:0;
	text-align:right;
}
  
 
.nav-top ul.nav li.deeper ul li a{
	padding:14px 14px 13px 14px;
	display:inline-block;
	border-bottom:1px solid #E4E4E4;
	width:100%;
	color:#212322;
	text-decoration:none;
	background-image:none;
	line-height:1em;
	font-size:14px;
}
  
.nav-top ul.nav li.deeper ul li a:hover{
	background-color:#F6F6F6;
}
  
.nav-top ul.nav li.deeper ul li:last-child a{
	border-bottom:none;
}
   
.nav-top .btn{margin-top:3px;}


.nav-top ul li.active{
	background-color:#FFFFFF;	
}

.nav-top ul li.active a {
	color:#6D6D6D;	
}


.nav-top .navbar li.active > a::after, .nav-top .navbar li.active:hover > a::after {
	color:#6D6D6D;
}

.nav-top .right a.tel:before{
    content: "\f095";
    font-family: FontAwesome;
	color:#D53324;
	position:absolute;
	left:6px;
	top:1px;
}

.nav-top .right a.login:before{
    content: "\f023";
    font-family: FontAwesome;
	color:#D53324;
	padding-right:8px;
}
  
/* Hover on parent item -> display submenu */
  
.nav-top ul.nav li.deeper:hover ul{
	display: block;
}
  
.nav-top ul.nav li.deeper ul li{
	list-style:none;
	font-size:14px;
	white-space:nowrap;
}

.nav-top .mod-languages{
	float:right;	
}

.nav-top .mod-languages li{
	margin:0;
}


   
   
  
  
/* arrow on parent item */

.navbar a{
	font-weight:400;
}

.navbar li.deeper > a:after{
    content: "\f107";
    font-family: FontAwesome;
	color:#4d4d4f;
	padding-left:3px;
}

.navbar li.deeper:hover > a:after{
	color:#222222;
}


  
.logonav{
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
	z-index:999;
	clear:both;
}

@media (max-width:789px) {
	.logonav{
		background-image:none;
		height:70px;
		position:fixed;
		top:0;
		background-color:#FFFFFF;
		border-bottom:1px solid #E5E5E5;
  	}
	
	.logonav .shadow{
		display:none;
	}
	
	.logonav .navbar-brand{
		padding:15px 0 10px 0;
	}
	

	
	.logonav. shownav{
		font-size:12px;
		margin-top:21px;
	}

	.logonav .navbar-brand img{
		height:38px;	
		width:auto;
	}



}



.home-slider .carousel-inner > .item {
  height:100%;
  overflow: hidden;
  background-color: #f6f6f6;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover !important;
}


.caption-wrapper{
    width:100%;
  	height:520px;
}


@media (min-width:800px) and (max-width:1300px) {
	
	.caption-wrapper{
		height:450px;
	}

}

.header-content{
	position:relative;
	height:100%;
}


.home-slider .caption {
	position:absolute;
	width:100%;
	max-width:600px;
	height:100%;
	display: table;
}

.home-slider .caption-content{
 	display: table-cell;
  	vertical-align: bottom;
	padding-bottom:56px;
}



.home-slider .caption .caption-title {
	font-weight: 300;
	color: #FFFFFF;
	padding:7px 17px;
	font-size:32px;
	line-height:33px;
	background-color: rgba(215, 63, 48, 0.8);
	display:inline-block;
	margin-bottom:7px;
}


.home-slider .caption-content p{
	background-color: rgba(255, 255, 255, 0.8);
	color:#454547;
	padding:7px 17px;
	font-size:18px;
	display:inline-block;
	margin:0px;
}

.home-slider .caption-content a{
	display:inline-block;
	margin-left:3px;
}


.home-slider .caption-content i{
	position:relative;
	top:1px;
}


.home-slieder .item{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}

.home-slider #item-5 {
	background-image: url('../images/header-cloud.jpg');
}

.home-slider #item-1 {
	background-image: url('../images/suedtirol1.jpg');
}


.home-slider #item-2 {
  background-image: url('../images/image-2.jpg');
}


.home-slider #item-3 {
  background-image: url('../images/image-3.jpg');
}



.home-slider #item-4 {
  background-image: url('../images/hosting.jpg');
}


@media (max-width:1100px){


	.home-slider .caption-content {
		padding-bottom:38px;
	}	

	
	.home-slider .caption .caption-title {
		background:none;
		margin-bottom:9px;
		background-color: rgba(215, 63, 48, 0.8);
		font-size:27px;
		display:inline-block;
		text-align:left;
	}
	


	.home-slider .caption-content p{
		width:220px;
		padding:0;
		line-height:35px;
		width:180px;
		text-align:center;
	}

}




@media (max-width:790px){
	

	.home-slider #item-5 {
	  background-position: left;
	}
	
	.home-slider #item-2 {
	  background-position: -480px center;
	}
	
	.home-slider #item-3 {
	  background-position: -505px center;
	}

	.home-slider #item-4 {
	  background-position: -500px center;
	}
	

}

@media (max-width: 600px){
	
	.home-slider #item-5 {
	  background-position: -152px center;
	}
	
	.home-slider #item-2 {
	  background-position: -652px center;
	}

	.home-slider #item-3 {
	  background-position: -695px center;
	}
		
	
	.home-slider #item-4 {
	  background-position: -485px center;
	}
	
	.home-slider .caption {
		position:relative;
		margin:0 auto;
	}	
	
	.home-slider .caption-content {
		text-align:center;
	}
	
	.home-slider .caption .caption-title {
		text-align:center;
	}

}



/* ===== Slider select divs ===== */



.select-slider .select{
	border-bottom:3px solid #C9C9C9;
	cursor: pointer; 
	color:#666666;
	text-align:center;
	height:0px;
}

.select-slider .select.active{
	border-bottom:3px solid #D53324;

}

.blog-desc{
	margin-bottom:30px;	
}

.blog-desc .img-intro-left{
	max-width:100%;
	overflow:hidden;
	margin-bottom:20px;
}


.limitis .blog-desc .img-intro-left{
	margin-top:0;
}

.newsflash-title{
	display:block;
	margin-top:1px;
}


/*** Blog Tags ***/
.blog-tags > a {
  padding: 3px 6px;
  margin: 4px 4px 4px 0;
  background: #f6f6f6;
  border: 1px solid #e4e4e4;
  border-width: 0 1px 1px 0;
  border-radius: 4px;
  color: #515151;
  text-decoration: none;
  font-size: 12px;
  white-space: nowrap;
  display: inline-block;
  -webkit-transition: all 150ms;
  -o-transition: all 150ms;
  transition: all 150ms;
}
.blog-tags > a:hover {
  background: #494949;
  color: #FFF;
  border-color: transparent;
}
.blog-tags > a:hover:before {
  color: #FFF;
}
.blog-tags > a:before {
  font-family: FontAwesome;
  content: "\f02b";
  color: #999;
  margin-right: 5px;
}

/* ===== About Us :: Option 1 ===== */
.b-team-photo {
  height: 500px;
  margin: -30px 0 0;
  background-size: cover;
}
.b-about-block {
  padding: 50px 0;
  background: #f6f6f6;
  font-weight: 300;
  font-size: 21px;
  line-height: 1.4;
  text-align: center;
}
/* ===== Help Center ===== */
.panel-body > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.panel-body > ul > li:last-child {
  border-bottom: 0;
}
.panel-body > ul > li > a {
  display: inline-block;
  padding: 7px 0;
  font-weight: 400;
  color: #777777;
  text-decoration: none;
}
.panel-body > ul > li > a:hover {
  color: #212322;
}
.help-questions {
  padding-left: 0;
  margin-left: 20px;
}
.help-questions > li {
  padding: 5px 0;
}
.help-questions > li > a {
  color: #212322;
}
.resources > li {
  padding: 5px 0;
}
/* ===== Pricing  ===== */

.pricing-col{
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px 0px 7px 7px;
	border-radius:  0px 0px 7px 7px; 
}


/* ===== Services ===== */
.services {
  margin: 30px 0;
}
.service-item > i {
  height: 30px;
  width: 30px;
  border-radius: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  margin-right: 15px;
  background: #CE2127   ;
  color: white;
  float: left;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.service-desc {
  overflow: hidden;
}
.service-desc > h4 {
  margin-top: 0;
  font-weight: 500;
}
/* ===== Sign In & Sign Up ===== */
.sign-form {
  border: 15px solid #f6f6f6;
  margin-top:40px;
}
.sign-form .input-group{margin-top:12px;}
.sign-form .popover {
  min-width: 200px;
}
.sign-inner {
  padding: 30px;
  border: 1px solid #e9e9e9;
}
.mobversion{
	display:inline-block;
	margin-left:13px;
	margin-top:10px;
	line-height:25px;	
}
.btn.wm{
	width:100%;
	color:#5E5E5E;
	font-size:15px;
	border-color:#e9e9e9;
	background-color:#F6F6F6;
}
@media(max-width:400px){
.btn.wm{
	width:100%;
	clear:both;
	margin-top:5px;
	}	
}
.sign-form .btn {margin-top:10px;}
/* === Backup.Data24 === */


.bckp h3{
	margin-bottom:20px;	
}

.bckp ul{
	margin:0;
	padding:0;
}

.bckp .c1 ul li{
	margin-bottom:20px;
	font-weight:600;
	font-size:20px;
	margin-bottom:20px;
}



.bckp .c1 a{
	color:#212322;
}

.bckp .cdesc{
	padding-left:70px;
	display:inline-block;	
	min-height:50px;
	margin-top:6px;
}

.bckp .c1 a:hover{
	color:#D53324;
}

.bckp .c1 i{
    color: #ffffff;
    font-size: 27px;
    position: relative;
    left: 14px;
    top: 3px;
}


.bckp .c1 .circle{
	border-radius: 50%;
	width: 50px;
	height: 50px; 
	display:inline-block;
	background-color:#2f8de5;
	margin-right:14px;
	position:absolute;
	line-height:50px;
}

.bckp ul li{
	list-style:none;
	font-size:18px;
	line-height:30px;	
}

.bckp ul li i{
	margin-right:10px;
}

.bckp .text-bottom{
	background-color:#FFEEDD;
	padding:18px;
	border-radius:5px;
	color:#4d4d4f;
	margin-bottom:20px;
}

@media (max-width:600px){
	.bckp .c1 ul li{
		font-size:18px;
	}
	
	.bckp .cdesc{
		margin-top:2px;
	}
}

.bd24-logo{
	width:100%;	
	display:block;
	margin-top:25px;
}

.bd24-logo img{
	width:220px;
	max-width:90%;
}

.testbutton{
	z-index:99;
	position:absolute;
	opacity:0.8;
}

.testbutton:hover{
	opacity:1;
}
.testbutton.backup {
    right: -159px;
    top: 126px;
    width: 117px;
}

.testbutton.hotspot{
	width:117px;	
	top:57px;
	right:-171px;
}

@media(max-width:910px) {
	.testbutton{
		display:none;
	}

}

/* IP Lookup */

.input-group.ipinfo{
	max-width:300px;	
}

/* === Product page === */


.product{
	margin-bottom:50px;	
}

@media(max-width:900px) {
	.product{
		margin-bottom:20px;	
	}
}

.product .text{
  display: table;
  height:380px;
}

.product .text .text-middle {
  display: table-cell;
  vertical-align: middle;
}



.product .image img{
	max-width:92%;
	padding:40px 0;
}

.contactus{
	font-size:1.15em;
}

.questions{
	margin-bottom:20px;	
}

	
.product h2{
	margin-top:0;	
}


/* re-order columns for mobile view (first text, then image) */

@media(max-width:789px){

	.product.switch{
		display: -webkit-box;
		display: -moz-box;
		display: box;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		box-orient: vertical;
	}
	
	.product.switch .p1 {
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		box-ordinal-group: 2;
	}
	.product.switch .p2 {
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		box-ordinal-group: 1;
	}
	
	
	.product .image img {
		padding:0;
	}

	
	.product .text{
	  display: table;
	  height:330px;
	}
	
	.questions h2{
		margin-top:80px;
	}
		
}

/* === Support === */

.sidebar{
  padding-top:10px;	
}

.sidebar .panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;#
}
.sidebar .panel-body {
  padding: 5px 15px;
  color:#666666;
}
.sidebar .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.sidebar .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.sidebar .panel-title > a {
  color: inherit;
}

.sidebar .panel-default {
    border:1px solid #e9e9e9;
}

.sidebar .panel-default > .panel-heading {
    background-color: #f6f6f6;
    border-color: #e9e9e9;
    color: #212322;
	text-transform:uppercase;
}

.sidebar .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #e9e9e9;
}

.sidebar .panel-body a, 
.sidebar .panel-body i {
	color:#212322;
	font-size:16px;
}

.sidebar .panel-body a:hover {
    color: #D53324;
}

.supportitems a{
	font-size:15px;
	color:#666666;
	line-height:30px;
	margin-left:8px;
}
.supportitems a:hover{
	color:#212322;
}

.supportitems a:before{
    content: "\f0f6";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	float:left;
	font-size:13px;
	color:#D53324;
}


.teamviewer{
	margin-top:111px;
	height:330px;
 	width: 100%;
	text-align:center;
	color:#0c87e3;
 	display: table;
	font-size:29px;
	background-color:#f8f8f8;
}

.teamviewer span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.teamviewer img {
	margin-top:20px;
	max-width:250px;
}


/* ===== Contact Us :: Option 1 ===== */


.cf{
	margin-top:20px;	
}
#map-canvas {
  width: 100%;
  height:100%;
  min-height:195px;
  background: gray;
}
#map-canvas h4{
	line-height:20px;
	margin:6px 0;
}
#map-canvas p{
	font-size:13px;
	line-height:15px;
}
.contact-info {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 20px;
}
.contact-info > li {
  padding: 10px 0;
  border-bottom: 1px dashed #ddd;
}
.contact-info .fa {
  float: left;
  margin-top: 10px;
  font-size: 28px;
}
.contact-info-content {
  overflow: hidden;
  margin-left: 45px;
}
.contact-info-content .title {
  font-weight: 700;
  margin-bottom: 0;
}
.contact-info-content .description {
  font-size: 13px;
}


#contactform .formResponse.success,
#callback .formResponse.success{
	color: #212322;
	margin-top:10px;
	font-size:15px;
	line-height:18px;
}

#contactform .formResponse.error,
#callback .formResponse.error{
	color: #D53324;
	font-weight: bold;
	text-align:center;
	margin-top:25px;
	font-size:17px;
	line-height:17px;
}

.formsent{
	margin-left:10px;
	display:none;
}

.formsent.success{
	display:inline-block;
}

#privacyagreed.error{
     outline: 2px solid #D53324;
}

/* ===== Search Results ===== */
.b-search-results__search-input {
  margin-bottom: 30px;
  margin-top:40px;
  border: 15px solid #f6f6f6;
}
.b-search-results__search-input input,
.b-search-results__search-input button {
  border-radius: 0;
}
.b-search-results__info-panel + hr {
  margin-top: 10px;
}
.b-search-results-info__sort-by {
  list-style: none;
  padding-left: 0;
}
.b-search-results-info__sort-by > li {
  display: inline-block;
}
.b-search-results-info__sort-by > li:first-child {
  margin-right: 5px;
}
.b-search-results-info__sort-by > li a {
  display: block;
  padding: 0 7px;
}
.b-search-results-info__sort-by > li a:hover,
.b-search-results-info__sort-by > li a:focus {
  text-decoration: none;
}
.b-search-results-info__sort-by > li.active > a {
  background: #494949;
  border-radius: 3px;
  color: white;
}
#search-results ul{
	padding:0;	
}
#search-results ul li{
	list-style:none;
}
#search-results .result-url{
	margin-bottom:20px;	
	color:#999999;
}
#search-results .title {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
}
@media (min-width: 790px) {
  .b-search-results-info__sort-by {
    float: right;
  }
}
.b-search-results__links {
  list-style-type: none;
  padding-left: 0;
}
.b-search-results__links li {
  margin-bottom: 30px;
}

.b-search-results__links .snippet {
  margin-bottom: 5px;
}
.b-search-results__links .url a {
  color: #999;
}
.b-search-results__links .url a:hover {
  color: #494949;
}
/* ===== UI Elements ===== */
.tooltip-test button,
.popover-test button {
  margin-bottom: 10px;
}
/*** Pagination ***/
.pagination-example ul {
  margin: 10px 0;
}
/*** Carousel ***/
.carousel-example {
  border-radius: 4px;
  overflow: hidden;
}

/* ===== Feedback =====*/



/****** Style Star Rating Widget *****/


.rating { 
  border: none;
  float:left;
  display:block;
}

.ratingtype{
	display:block;	
	clear:both;
}

.feedback .privacy-container{
	margin-left:0;	
}

.feedback #contactform .formResponse{
	text-align:left;
}

.feedback textarea,
.feedback input{
	max-width:500px;
	max-height:100px;	
}



.rating > input { display: none; } 
.rating > label:before { 
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > .half:before { 
  content: "\f089";
  position: absolute;
}

.rating > label { 
  color: #ddd; 
  float: right; 
  margin-bottom:20px;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #FFED85;  } 

/* ===== Footer & Copyright ===== */


.footer{
	background-color:#f1f1f1;
	margin-top:60px;
	color:#868686;
}


.footer h3{
	color:#666666;
	margin:45px 0 25px;
}

@media(max-width:790px){
	.footer h3{
		margin:27px 0 15px;
	}
}



.footer .footer-nav img{
	margin:48px 0 14px 0;
	display:block;
	width:135px;
}



.footer .footer-nav ul{
	display:block;
}

.footer .footer-nav a{
	margin-left:0;
	padding:0;
	font-size:14px;
	line-height:27px;
}

.footer .contact a{
	color:#868686;	
	display:block;
}

.footer .contact a:hover,
.footer .contact a:active,
.footer .contact a:focus {
	color:#666666;	
}


.sp{
	display:block;	
}

.footer .sp{
	margin-top:20px;
}

.footer .contact .form{
	margin:20px 0;	
}


.footer .contact .form-control{
	height:50px;
	font-size:14px;
	padding:10px 10px 10px 10px;
}

.footer ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #979797;
}
.footer :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #979797;
    opacity:  1;
}
.footer ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #979797;
    opacity:  1;
}
.footer :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #979797;
}
.footer .contact .form input{
	margin:15px 0;	
	height:47px;
	color:#a6a6a6;
	border:none;
}


.footer .contact .form input[type=submit]{
	background-color:#D53324;
	padding:9px 17px;
	font-size:14px;
	color:#FFFFFF;
	padding:10px 12px 9px 12px;
}
.footer .contact .form input[type=submit]:hover{
	background-color:#c62a1c;
	transition: background-color 0.2s;
}

.footer .addresses p{
    padding-left: 25px;
}

.footer .addresses p,
.footer .contact{
	font-size:16px;	
}

@media(max-width:790px){
	.footer .addresses p,
	.footer .contact{
		font-size:15px;	
		line-height:22px;
	}
	
	.footer .sp {
		margin-top:8px;
	}
}


.footer .addresses p::before {
    content: "\f041";
    font-family: FontAwesome;
    position: absolute;
    left: 17px;
    line-height: 20px;
    margin-top: 3px;
	font-size:18px;
}


.footer .addresses img{
	height:30px;
	display:inline-block;
	margin:32px 18px 10px 0;
	opacity:0.7;
}

.footer .addresses img:hover{
	opacity:1;
}

.footer .addresses a:last-child img {
	margin-right:0;
}


.footer .rating{
	margin-bottom:20px;	
}

.footer .rating a{
	color:#868686;
}





.footer-bottom{
  background-color:#EAEAEA;	
  color:#696a6d;
  font-size:13px;
  position:relative;
  z-index:99999;
}

.footer-bottom a{
  color:#696a6d;
}

.footer-bottom a:hover{
	color:#424242;
	text-decoration:underline;	
}

.copyright {
  padding: 17px 0;
  float:left;
}
.socialmedia{
  padding: 12px 0;
  float:right;
}


.footer-bottom .social{
	font-size:23px;	
	display:block;
	margin-top:15px;
	line-height:32px;
	text-align:right;
}

@media(max-width:790px){
		.footer-bottom .social{
			text-align:center;
			margin-top:0;
			padding-bottom:32px;
			font-size:26px;	
	}
}

.footer-bottom .social i{
	margin-left:2px;
}
.footer-bottom .social i.fb{
	color:#415E9B;
}
.footer-bottom .social i.tw{
	color:#00B0ED;
}
.footer-bottom .social i.gp{
	color:#DB4B39;
}
.footer-bottom .social i.yt{
	color:#CC181E;
}
.footer-bottom .social i.li{
	color:#1381B9;
}
.footer-bottom .social i.li{
	color:#0073B2;
}
.footer-bottom .social i.rss{
	color:#FF9900;
}

.footer-bottom .social i:hover{
	color:#6D696A;
}



/* ===== Limitis ===== */

/* -----global styles ----- */

.language-select{
	float:left;
	height:70px;
	line-height:70px;
	margin-right:15px;
}


.language-select a{
	color:#231F20;
	font-size:16px;
}


.page .language-select{
	display:none;	
}

.status ul li{
	margin-bottom:10px;	
}

.subheadline{
	font-size:17px;	
	color:#888888;
	line-height:29px;
}

@media (max-width:500px){
	
	.row.sup ul li{
		font-size:18px;	
		line-height:30px;
	}
	
	.row.sup ul li i{
		margin-right:5px;
		width:16px;
	}	
}




.box{
	background-color:#F2F2F2;
	padding:0;
	margin-top:50px;
	min-height:100px;
	background:url('../images/bgbox.png') no-repeat 100% 100%;
}

.box ul li:before {
	display:none;	
}


.boxtitle{
	display:block;	
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	font-size:18px;
	padding:10px 15px 9px;
	line-height:22px;
	}

.boxtitle.bx1{
    background-color: #D53324; /* fallback */
	color:#FFFFFF;
}

.boxtitle.bx2{
    background-color: #2f8de5; /* fallback */
	color:#FFFFFF;
	line-height:
}

.boxtitle.bx3{
    background-color: #8E8E8E; /* fallback */
	color:#FFFFFF;
}

.boxtext{
	padding:12px 18px;
	display:block;
	color:#696a6d;	
	line-height:26.7px;
	background-color:#F1F1F1;
	font-size:16px;
	line-height:25px;
}


.boxtext-intro{
	font-size:16px;	
}


.boxtext a{
	margin-right:5px;
	display:inline-block;
	font-weight:300;
	font-size:16px;
	color:#696a6d;
	line-height:30px;
}

.boxtext a:hover{
	color:#212322;
}

.boxtext img{
	max-width:100%;	
}

.boxtext i{
	min-width:22px;
	}

.boxtext #lastStatus a{
	font-size:17px;	
	margin-bottom:10px;
	line-height:20px;
	margin-top:8px;
}



.boxtext #statusdate{
	font-size:13px;
	color:#696a6d;
	display:block;
	line-height:13px;
}


.ntld{
	background:url('../images/ntld.png') no-repeat;
	height:150px;
	background-color:#f1f1f1;
	background-size:100%;
}

.ntld .readmore{position:absolute; bottom:10px;}

.boxtext .readmore{
	display:block;
	margin-top:11px;
}

.newsflash .btn{margin-bottom:20px;}
.newsflash p{color:#616060;}
.newsflash h3 a{color:#4d4d4f;}


.rounded5{
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px; 	
}

.sidebar-div{
	color:#6D6D6D;
	font-size:13px;
	margin-bottom:19px;
	padding:20px;
}

.sidebar-div h3{
	color:#D53324;
	margin-top:2px;
}

.wrapper .container .item-page p ul li{
	list-style:none; background: url("../images/arrow.png") no-repeat scroll left 7px; padding-left:14px;
}

.wrapper .container .row ul {
	padding-left:0px; 
}

.row{position:relative;}

.bottombox {
    position: absolute;
    bottom:0;
    right:0;
}


.wrapper .container .item-page .row ul li,
.wrapper .container .blog ul li {
	list-style:none; background: url("../images/arrow-red.png") no-repeat scroll left 7px; padding-left:14px;
}


.topleft{
	padding-bottom:50px;	
}


@media (min-width:901px) {
	.topleft{min-height:427px;}
}



.topleft ul,
.txt ul{
	margin-top:19px;
	padding:0;	
	margin-bottom:20px;
}

.topleft ul li, 
.txt ul li{
	list-style:none;
	font-size:16px;
	line-height:25px;
	color:#696a6d;
}

.topleft h2{
	font-size:38px;	
	margin-top:9px;
	line-height:38px;
}

@media (max-width:900px) {
	h2{
		margin-top:40px;
	}
}

.topleft p{
	font-weight:400;
	font-size:16px;
}

.topleft ul li:before, 
.txt ul li:before{
	margin-right: 7px;
    content: "\f105";
    font-family: FontAwesome;
	color:#D53324;
	position:relative;
	font-weight:bold;
}

.item-page h3{
	margin-top:40px;	
}

.item-page h4{
	margin:25px 0 10px 0;
	}


.item-page ul{
	padding:0;
}

.item-page ul li{
	list-style:none;	
}

.blog article.item p{
	font-weight:normal !important;
}

article.item-page ul li:before{
	margin-right: 7px;
    content: "\f105";
    font-family: FontAwesome;
	color:#D53324;
	position:relative;
	top:1px;
	font-weight:bold;
}

article.item-page ul li.text-center:before{
	 content: "";
}

/* ---- Startseite ----*/


/* ---- Domain check & Whois ----*/

.domaincheck{
	background-color:#F1F1F1;
	margin:12px 0 18px; 
	padding:9px 8px;
	}
	
.domaincheck h3{
	color:#4d4d4f;	
	margin:11px 0;
	font-size:21px;
	}
	
.domaincheck form{
		width:100%;
	}

.domaincheck .input-group{
	width:100%;
	}
	
.domaincheck .input-group input{
	height:45px;
	line-height:30px;
	font-size:20px;
	font-weight:300;
	}
	
.domaincheck .input-group input.btn{
	font-size:18px;
	color:#A3A3A3;
	}
	
.domaincheck .input-group input.btn:hover{
	background-color:#F7F7F7;
	border-color:#cccccc;
	}
	
.domaincheck .input-group input.form-control{
	width:80%;
	float:left;
	}
	

.domaincheck .input-group-btn {
	width:20%;
	float:left;
	}
	
	
	
@media (max-width:800px){
	.domaincheck .input-group input.form-control{
		width:70%;
		float:left;
	}
	
	.domaincheck .input-group-btn {
	width:30%;
	float:left;

	}
}
	
.domaincheck .input-group-btn input.btn{
	width:100%;
	}
	
.domaincheck ::-webkit-input-placeholder { /* WebKit browsers */
    color: #999999;
}
.domaincheck :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #999999;
   opacity:  1;
}
.domaincheck ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #999999;
   opacity:  1;
}
.domaincheck :-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #999999;
}

@media (min-width: 960px) and (max-width: 1200px){

	.domaincheck h3{
		line-height:35px;
	}

}
@media (min-width: 790px) and (max-width: 1200px){
	.domaincheck h3{
		font-size:17px;
		margin:3px 0 0 0;
	}
}

@media (max-width: 790px){

	.domaincheck{
		padding:16px 8px;	
		margin-bottom:30px;
	}

	.domaincheck h3{
		text-align:center;
		margin-top:0px;
	}

}

			
			#error, #one, #top {
				display: none;
			}
			
			.domreg{
				width:100%;
				margin:15px 0;
			}
			
			.domreg.domain1,
			.domreg.topdomains{margin-bottom:35px;}
			
			.domreg thead{
				color: #FFFFFF;
    			font-size: 20px;			
			}
			
			
			.domreg tr th:first-child {
				border-radius: 11px 0 0 0 !important;
				background-color:#2f8de5;
			}
			
			.domreg tr th:last-child {
				border-radius: 0 11px 0 0 !important;
				background-color:#2f8de5;
			}		
			
			.domreg tr th{
				font-weight:normal;
				padding:8px 20px;
				font-size:16px;
				border-top-left-radius: 10px 5px;
				border-top-left-radius: 10px 5px;
			}

			.domreg td:first-child{
				width:75%;	
			}
			
			
			.domreg tr td{
				padding:10px 20px;
				font-size:16px;
				border:1px solid #EAEAEA;
			}
			
			@media(max-width:400px;) {
				.domreg tr td{
					font-size:13px;
				}
					
				.domreg thead{
					font-size: 17px;			
				}
				
			}
			
			.domreg tr td.avail:before {
				content: "\f00c";
				font-family: FontAwesome;
				padding-right:5px;
				color:#4CC936;
			}

			.domreg tr td.notavail:before {
				content: "\f00d";
				font-family: FontAwesome;
				padding-right:5px;
				color:#D53324;
			}
			
			.whois{
				color:grey;
				margin-left:5px;
				display:inline-block;
				font-size:14px;
				float:right;
			}

			#error{
				color:#D53324;
				font-size:16px;
			}
			
			.whoisdiv{padding:30px;}


		.whoislookup{background-color:#F3F3F3; padding:13px 21px;margin:10px 0 30px 0;border-radius: 5px;}
		.whoislookup .float { float:left;} 
		.whoislookup .float a { display:block; margin: 20px;} 
		.whoislookup .clear { clear: both; }
		.whoislookup .captcha {margin-top:10px;}
		.whoislookup .captcha img {  border:1px solid #323232}
		.whoislookup .result { 
			background: url("../images/pattern.jpg") repeat scroll 0 0 / cover rgba(0, 0, 0, 0);
			border-radius: 5px;
			box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
			padding: 10px;
			font-size:0.9em;
			margin-top:19px;
			margin-bottom:20px;
			overflow:hidden;
			}
			
		.whoislookup .subheadline{font-size:20px; line-height:22px;}
		.whoislookup .input-group.whs{width:346px; max-width:90%;margin-top:20px;margin-bottom:14px;}
		.whoislookup label.error{float:left;color:#D53324;}
		
		.whoislookup h3{margin-top:14px;}
		.whoislookup .btn-default.sec{margin:10px 0 17px;}
		
		.input-group.whs .form-control{width:68%;}

/* ---- Slider ----*/


.home-slider .carousel-inner > .item .ssp-img img {
	position:relative;
	left:-325px;
}


/* --- Carousel Logos ---*/

.media-carousel 
{
  margin-bottom: 0;
  padding: 0 40px 30px 40px;
  margin-top: 30px;
}
/* Previous button  */
.media-carousel .carousel-control.left 
{
  left:0;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 25px;
  line-height:30px;
}
/* Next button  */
.media-carousel .carousel-control.right 
{
  right:0 !important;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 25px;
  line-height:30px;
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active 
{
  background: #212322;
}
.media-carousel img
{
  max-width:73%;
  height:auto;
}

.client > img, .client a > img {
    margin-left: auto;
    margin-right: auto;
	display:block;
}


@media (max-width: 910px){
	

	.media-carousel .carousel-control{
		margin-top:93px !important;	
	}
	
	.media-carousel .client{
		margin-bottom:30px;	
		display:block;
	}
}


/* ---- Domain Registrierung ----*/




/* ---- Produkte ----*/

.home-content{
	background-color:#FFFFFF;	
}

.featured i{
	font-size:29px;
	color:#2f8de5;
	margin-right:9px;
}

.f-product{
	margin-top:15px;
	padding-top:17px;
}

.f-product h4{
	margin-top:0;
	margin-bottom:10px;	
}

.f-product:hover i{
	color:#D53324;
}

.f-product p{
	line-height:25px;	
	color:#6B6B6B;
	font-size:15px;
}

.more-info{
	font-weight:bold;	
	color:#939393;
	font-size:15px;
} 

.more-info:before{
    margin-right: 7px;
    content: "\f105";
    font-family: FontAwesome;
}

.more-info:hover{
	text-decoration:none;
}


/*--- Domain----*/


.domain form{
		width:100%;
	}

.domain .input-group{
	margin:10px 0;
	width:100%;
	}
	
.domain .input-group input{
	height:45px;
	line-height:30px;
	font-size:20px;
	font-weight:300;
	}
	
.domain .input-group input.btn{
	font-size:18px;
	color:#A3A3A3;
	}
	
.domain .input-group input.btn:hover{
	background-color:#F7F7F7;
	border-color:#cccccc;
	}
	
.domain .input-group input.form-control{
	width:85%;
	}
	
.domain .input-group-btn {
	width:15%;
	}
	
@media (max-width:800px) {
	.domain .input-group input.form-control{
		width:70%;
	}
	
	.domain .input-group-btn {
		width:30%;
	}	
}
	
.domain .input-group-btn input.btn{
	width:100%;
	}
	
.domain ::-webkit-input-placeholder { /* WebKit browsers */
    color: #999999;
}
.domain :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #999999;
   opacity:  1;
}
.domain ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #999999;
   opacity:  1;
}
.domain :-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #999999;
}

/* ----- Über Limitis ----- */



.aboutimg{
	border-bottom:3px solid #D53324;
	margin-bottom:0 !important;
	margin-top:2px !important;
}

@media (max-width:550px) {
	.aboutimg{
		margin-bottom:10px !important;
	}
}




.points .col-sm-4{
	min-height:180px;
}

.points .fa{
	display:block;
	color:#D53324;	
	font-size:35px;
	margin-top:40px;
}

.points .title{
	display:block;
	margin:15px 0 5px;
	font-size:25px;
}


#reviews .item{
	min-height:220px;	
	font-size:27px;	
	line-height:36px;
	margin-bottom:10px;
}

#reviews .item i{
	color:#afafaf;	
}

#reviews .item i.fa-quote-left{
	margin-right:10px;
}

#reviews .item i.fa-quote-right{
	margin-left:10px;
}
/* ----- Limitis support home ----- */ 

.limitis{
	margin:20px 0 60px;
	font-size:15px;
	line-height:25px;
}

@media (max-width:790px){
	.limitis{
		margin:10px 0 40px;
	}	
}

.limitis .support{
	position:relative;
	background-color:#F9F9F9;
	border:1px solid #EAEAEA;
	color:#6D6D6D;
	font-size:13px;
	line-height:24px;
	margin-bottom:19px;
	padding:0 15px;
}

.limitis .support hr{border-color:#E5E5E5;}

.limitis .support a,
.limitis .support .hl{
	font-size:17px;	
	color:#4d4d4f;
	z-index:9999;
}

.limitis .support a:hover{
	color:#111111;
}

.limitis .support i{
	font-size:18px;	
	color:#999999;
	margin-right:10px;
}

.limitis .support p{
	width:100%;	
	font-weight:400;
	font-size:16px;
}



.limitis .support h3{color:#D53324;}

.limitis .support .support-ind{
	margin-left:26px;
	display:block;	
}



@media (max-width: 1200px){

	.limitis .support p{width:100%;}
	.limitis .support img{display:none;}

}

.limitis .infrastructure{
	background:url('../images/infrastructure2.jpg');
	opacity:0.8;
	border:1px solid #d6d6d6;
	padding:15px;
	position:relative;
}

.limitis .infrastructure:hover{
	opacity:1;
}

.limitis .infrastructure h3{
	color:#FFFFFF;
	font-weight:400;
	margin:0;
	font-size:22px;
}


  
.limitis .infrastructure h3:after{
    position: absolute;
	top:5px;
    right: 22px;
    content: "\f105";
    font-family: FontAwesome;
	font-size:40px;
	font-weight:600;
}


.limitis h2,
.clients h2{
	margin-top:0;
	margin-bottom:30px;	
	font-size:39px;
}


.limitis2{
	padding:10px 0 80px 0;
}


@media (min-width: 790px) and (max-width: 1200px){

	.limitis .infrastructure h3{
		font-size:17px;
	}
	
	.limitis .infrastructure h3:after{
		top:2px;	
	}

}

@media (max-width: 790px){

	.limitis .infrastructure h3{
		font-size:19px;
	}
	
	.limitis .infrastructure h3:after{
		top:3px;	
	}

}


.limitis .product{
	text-align:center;
	margin-top:23px;
}

.limitis .product:hover .product-text {
	color:#231F20;
}

.limitis .product:hover img {
	top:-4px;
}

.limitis .product img{
	width:100%;	
	position:relative;
}

.limitis .product-title{
	display:block;
	color:#D53324;
	font-weight:600;
	font-size:17px;
}

.limitis .product-text{
	display:block;
	font-weight:400;
	font-size:14px;
	line-height:18px;
	color:#848484;
}


.searchsupport{
	background-color:#EAEAEA;
	margin:30px 0 18px; 
	padding:9px 8px;
	}
	
.searchsupport .input-group{
	width:100%;
	background-color:none;	
}

.searchsupport h3{
	font-size:23px;
	margin:0;
	line-height:42px;
}

.searchsupport .form-control{height:40px;}

.searchsupport .btn{height:38px;}

.searchsupport .well{
	background-color: transparent;
	margin-bottom:0;
	padding:0;
}
@media(min-width:800px) and (max-width:1200px) {
	.searchsupport h3{
		font-size:21px;
		line-height:23px;
	}
}
@media(max-width:400px) {
	.searchsupport h3{
		font-size:21px;
		line-height:25px;
		margin-bottom:10px;
		text-align:center;
	}
}

/* ----- Agency & Webdesigner ----- */

#paralax {
	background-image: url('../images/paralax.jpg');
	background-attachment: fixed;
    background-position: 50% 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.paralax-content {
    height: 100%;
    position: relative;
}


.paralax-wrapper {
    background-color:rgba(215, 63, 48, 0.8);
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
}

.paralax-text {
    position: relative;
    text-align: center;
    padding: 75px 15px;
	color:#FFFFFF;
}

.paralax-content .heading{
	display:block;
	font-size:45px;
	margin-bottom:30px;
	line-height:50px;
}


#paralax .nr{
	display:block;
	font-size:46px;	
	margin-top:35px;
}

#paralax .nr:after{
	content: " ";
	display:block;
	border-bottom:5px solid #FFFFFF;
	width:20%;
	padding-top:45px;
	margin:0 auto;
}

#paralax .nrtext{
	display:block;
	margin:35px 0 34px;
	font-size:18px;
	line-height:25px;
}

@media (max-width: 910px){
				
	/* removing parallax on mobile devices */
	#paralax {
		background-attachment: scroll;
		background-position: center;

	}
	.paralax-content .text{
		margin-top:20px;
		display:block;
	}
	
}

/* ----- Kunden ----- */

.clients{
	margin-top:110px;	
	margin-bottom:110px;
}


/* ----- Karte ----- */
iframe{border:none;max-width:100%;}
.iframe{width:100%; height:450px; }
.iframe.pec{height:1300px;margin-top:30px;}
.iframe-map{width:100%; height:500px;}

/* ----- News ----- */

.blog .items-leading, article.item{margin-bottom:40px;}

.blog .well{margin-top:8px;}

.blog strong{font-weight:inherit;}

.blog h3{
    font-size: 28px;
    font-weight: 400;
    line-height: 1.1;
    margin-top: 2px;
	margin-bottom:10px;
}

.blog h3 a{
	color:#4d4d4f;	
}

.blog h3 a:hover{
	color:#666666;	
}

.blog article.item{
	display:block;	
}

.img-intro-left{
	max-width:40%; 
	margin:7px 18px 11px 0;
	float:left;
	}
	
@media (max-width:550px){
	.img-intro-left{
		max-width:100%; 
		margin-right:0;
		margin-left:0;
	}	

}
	
.img-intro-left img{
	max-width:100%; 
	float:left;
	}

.img-fulltext-left { 
	max-width:44%;
	}
	
.img-fulltext-left img {
	max-width:100%; 
	margin: 6px 22px 15px 0; 
	float:left;
	}
	
@media (max-width: 810px){
	
	/* default article image size */
	.img-fulltext-left {
		max-width: 100%;
	}

}


.pagenav{
	clear:both; 
	float:left; 
	width:100%;
	}
	
.pagenav li.next{
	float:right;
	}

.tag-category ol {
	padding:0 0 0 21px;
}

.tag-category ol li {
	font-size:24px;
}
	
	
.tags span a{
	margin-right:4px;
	background-color:#BFBDBD;	
	}
	
.tags span a:hover, .tags span a:focus{
	background-color:#CE2127 !important;
	}
	
	
.seefb {
  min-height: 15px;
  padding: 10px;
  text-align:center;
  font-size:15px;
  background-color: #F9F7F7;
  border: 1px solid #F1F1F1;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-top:5px;
  margin-bottom: 10px;
}

/* ----- social media buttons ----- */


.sharebuttons{
	display:block; 
	margin: 20px 0 5px 0; 
	clear:both;
	}


/* ----- Submenu ----- */


   
ul.nav-child li{
	background-color:#FFFFFF;
}

.navbar-header{
	z-index:999;
	position:relative;
	margin-top:55px;
}

@media(max-width:789px){
	.navbar-header{
		margin-top:0;
	}
}

.navbar-header .navbar{
	float:right;
}

.navbar-header ul.nav li.deeper ul{
	position:absolute;
	background-color:#FFFFFF;
	border: 1px solid #F1F1F1;
	-webkit-box-shadow: 0 6px 12px -12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px -12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
    z-index: 1000;
    float: right;
    min-width: 160px;
    padding:0;
    margin:0;
    font-size: 15px;
	border-top:3px solid #D53324;
	display:none;
	right:0;
}
  
  
 
.navbar-header ul.nav li.deeper ul li a{
	padding:17px 14px 15px 14px;
	display:inline-block;
	border-bottom:1px solid #E4E4E4;
	width:100%;
	color:#212322;
	text-decoration:none;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
	background-image:none;
	line-height:1em;
}
  
.navbar-header ul.nav li.deeper ul li a:hover{
	background-color:#F6F6F6;
	padding-left:20px;
}
  
.navbar-header ul.nav li.deeper ul li:last-child a{
	border-bottom:none;
}
   
.navbar-header .btn{margin-top:3px;}
  
/* Hover on parent item -> display submenu */
  
.navbar-header ul.nav li.deeper:hover ul{
	display: block;
}
  
.navbar-header ul.nav li.deeper ul li{
	list-style:none;
	font-size:14px;
	white-space:nowrap;
}
   
  
  
/* arrow on parent item */

.navbar a{
	font-weight:400;
}

.navbar li.deeper > a:after{
    content: "\f107";
    font-family: FontAwesome;
	color:#AAAAAA;
	padding-left:3px;
}

.navbar li.deeper:hover > a:after{
	color:#222222;
}



@media (min-width: 790px) and (max-width: 1000px){

   .navbar ul li a {
		padding-right: 2px;
	}
	
	.navbar li.deeper > a:after{
		font-size:12px;
	}
	
	.navbar-nav > li > a {
		font-size:16px;
		line-height:23px;
	}
}

 
 /* breadcrumbs and language  */
 
.lang-select{
	 margin:3px 0 0 10px;
	 font-size:12px;
	 }
	 
.lang-select li a{
	 color:#777777;
	 }	 
	 
.lang-select li a:hover{
	 color:#212322;
	 }	 	 
.lang-select li.lang-active a{
	 color:#999999;
	 }	 
 

.breadcrumbs{
	float:right;
}
 
@media (max-width:400px) {
	.breadcrumbs a:nth-child(3),
	.breadcrumbs a:nth-child(4),
	.breadcrumbs a:nth-child(5)
	{
		display:none;	
	}
	
	.breadcrumbs span:nth-child(2),
	.breadcrumbs span:nth-child(3),
	.breadcrumbs span:nth-child(4){
		display:none;	
	}

}

/* search form */


button.search {   
	border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
	


/* Über Limitis  */



.numbers{
	text-align:center; 
	margin:20px 0;
}

.numbers .nrtitle{
	font-size:23px;
	display:block;
	color:#212322;
	}

.nrCircle i{
	font-size:40px;
	}
	
.numbers .info{
	font-size:14px; 
	color:#212322; 
	font-weight:normal; 
	margin:13px 0 13px; 
	color:#919191;
}

.nrCircle{
	margin: 0 auto;
	display:block;
	
	font-size:28px;
	font-weight:500;
    border-radius: 50%;

    width: 90px;
    height: 90px;
	padding-top:25px;
	background-color:#F4F4F4;
    color:#CE2127;
	border:1px solid #DBDBDB;
}

.numbers:hover .nrCircle{
	background-color:#F1F1F1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* Call back */

.callback{
	position:fixed;
	right:0;
	bottom:0;
	font-size:19px;
	width:280px;
	z-index:9999;
}

.callback a:hover, .callback a:active, .callback a:focus, .callback a:link, .callback a:visited {
  outline: 0;
  outline-style:none;
}

.callback .cbheader{
	display:none;
	background-color:#D53324;
	color:#FFFFFF;
	padding:7px 13px;
	border-radius:7px 0 0 0;
	-moz-border-radius-topleft:9px;
	-webkit-border-top-left-radius:9px;
	font-size:18px;
	text-align:center;
	font-weight:400;
}

.callback .cbheader span{
	background:url('../images/tel.png') no-repeat;
	background-size:23px;
	background-position:5px 1px;
	display:block;
	margin-left:25px;
}

.callback a{
	text-decoration:none;
}

.callback .cbbody{
	display:none;
	background-color:#F7F7F7;
	padding:15px 15px 28px 15px;
}

.callback .cbbody .form-group label{
	font-size:16px;
}

.callback .cbbody .form-group input{
    font-size: 16px;
    height: 33px;
    padding: 5px 6px;
}

.callback .cbbody input[type="submit"]{
	background-color: #8E8E8E; 
    border: none;
    color: white;
    padding: 7px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	border-radius:3px;
	font-weight:bold;
    transition: all .1s linear;
}

.callback .cbbody input[type="submit"]:hover{
	background-color: #696a6d; 
}

.callback .privacy{
	font-size:12px;
	display:block;
	margin-top:16px;
	line-height:13px;
	color:#7C7C7C;
}

.callback input.error{
	border:1px solid #D53324;
}

@media screen and (max-width: 480px) {
    .callback {
        display:none !important;
    }
}

/* Kontaktformular */

.captcha205{display:none;} /* Spam protection */
#privacy-container{display:none;}

.privacy-container .form-control{
	font-size:12px;	
}



/* search result */

.result-created{
	margin-bottom:25px; 
	font-size:13px; 
	color:#C6C6C6;
}
	
.searchintro{
	margin-bottom:20px;
	}
	
.form-limit{
	margin-bottom:20px;
	}


.pagination {
  display: inline-block;
  padding-left:0;
  margin-top:20px;
}

.pagination ul {
	padding:0;
	margin:0;
}

.pagination ul li {
  float:left;
  list-style:none;
  margin-right:4px;
  background:none !important;
  padding-left:0 !important;
}
.pagination  li a,
.pagination  li span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
}

label.error{font-weight: normal;}
input.error, textarea.error{border-color:#CE2127;}
label.error[for=privacyagreed]{padding-left:0; margin-right:4px; color:#CE2127; display:block;}
label.error[for=privacy]{padding-left:0; margin-right:4px; color:#CE2127; display:block;}




/* Kontakt */
.privacy-container{display:none;font-size:13px; margin:6px 0 0 18px; color:#666666;}

.embed-responsive-16by9 img{width:100%; }

.embed-responsive-4by3 img{width:100%; }

.referenzen .embed-responsive-4by3 img{width:90%; }


/* Footer */
footer .col-sm-12 img{max-width:100%;}

/* Cookie banner*/


#cookiediv{
	position:fixed;
	width:100%;
	bottom:0;
	height:auto;	
	color: #ffffff;
    font-size: 14px;
    line-height: 15px;
 	background: rgba(0, 0, 0, 0.8);
	text-align:center;
	z-index:99999999;
	line-height:17px;
	padding:15px 20px;
}


@media (max-width: 1199px) {
    #cookiediv {
       text-align:left;
    }
}

#cookiediv a{
	font-weight:bold;
	color:#FFFFFF;
}

#cookiediv a:hover{
	color:#EFEFEF;
}

#cookiediv .cookietext{
	margin-right:70px;
}

#cookiediv .closediv{
    height: 50px;
    position: absolute;
    right: 5px;
    top: 8px;
    width: 70px;
	font-size:30px;
	height:100%;
	cursor: pointer; 
	text-align:center;
}

/* Google remarketing tag*/


.customgooglerm{
	display:none;	
}



#topcontrol{
	display:none;	
}

@media(max-width:900px){
	#livechat_online{
		display:none;
	}
	#topcontrol{
		display:block;	
	}
}