/* Automatically included across all of c5 - use this file gingerly */
img.ccm-captcha-image {display: block}

/* clear and pagination styles */
*.ccm-spacer {clear: both; font-size:1px; line-height:1px; }
div.ccm-pagination { text-align:center; position: relative}
div.ccm-pagination span.ccm-page-right {position: absolute; top: 0px; right: 0px; margin-right: 0px !important}
div.ccm-pagination span.ccm-page-right span {margin-right: 0px}
div.ccm-pagination span.ccm-page-left {position: absolute; top: 0px; left: 0px}
div.ccm-pagination span {margin-right: 4px}
.ccm-ui div.ccm-pagination span {margin-right: 0px;}

/* Extra pagination styling to make code generated by C5 pagination helper look nice */
div.pagination ul strong, div.pagination ul span.ltgray {
	display:block;
	padding:0 14px;
	float:left;
	line-height:34px;
	border-right:1px solid #DDD;
	text-decoration:none;
}

/* Layout */ 
/*
.ccm-layout .ccm-layout-cell{ overflow:hidden; }
*/
.ccm-layout-table .ccm-layout-col {float:left}
.ccm-layout .first .ccm-layout-col-spacing { margin-left:0px !important } 
.ccm-layout .last .ccm-layout-col-spacing { margin-right:0px !important } 

/* global error styles */
.ccm-error {font-weight: bold; color: #f00}
.ccm-required {font-weight: bold; color: #3975AD}

div#ccm-overlay {
	position: fixed;
	z-index:99;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	height:100%;
	width:100%;
	display: none;
} 

.ccm-input-time-wrapper select {width: 55px !important; margin-right: 4px !important;}
.ccm-input-date {width: 80px !important; margin-right: 4px !important;}

/*@import url(http://fonts.googleapis.com/css?family=Open+Sans&subset=latin,latin-ext);*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600&subset=latin,latin-ext);
/*
 * Reseting
 */

a, abbr, address, article, aside, audio, b, blockquote, body, canvas,
caption, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset,
figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, main,
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, p, pre, q, samp, section, small, span, strong, summary,
table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
}

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

a, ins, del {
	text-decoration: none;
	color: inherit;
}

ul, ol {
	list-style: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

caption, th {
	text-align: left;
}

q::after, q::before {
	content: "";
}


/*
 * Defaults
 */

b, strong {
	font-weight: bold;
}

sup, sub {
	vertical-align: 0;
	position: relative;
	letter-spacing: 1px;
	font-size: 80%;
}

sup {
	bottom: 0.5em;
}

sub {
	top: 0.5em;
}

body {
	font-family: 'Segoe UI', Arial, sans-serif;
	font-size: 14px;
}

input[type=text], input[type=email], input[type=password], input[type=tel], input[type=file], textarea, select {
font-size:10pt;
font-family:Verdana,Tahoma,Arial;
padding:3px 7px;
border:1px solid #DDDDDD;
-webkit-box-shadow: inset 2px 2px 3px -1px rgba(0,0,0,0.10);
-moz-box-shadow: inset 2px 2px 3px -1px rgba(0,0,0,0.10);
box-shadow: inset 2px 2px 3px -1px rgba(0,0,0,0.10);
}
button[type=submit],
input[type=submit] {
font-size:10pt;
font-family:Verdana,Tahoma,Arial;
padding:3px 7px;
border:1px solid #333333;
background:#555555;
color:#FFF;
cursor:pointer;
min-width:16px;
-webkit-box-shadow: inset 3px 3px 10px -1px rgba(200,200,200,0.15);
-moz-box-shadow: inset 3px 3px 10px -1px rgba(200,200,200,0.15);
box-shadow: inset 3px 3px 10px -1px rgba(200,200,200,0.15);
}
input[type=submit]:hover {
background:#333333;
}

input:focus,textarea:focus, select:focus {
outline:none;
border-color:#999999;
}

.mobile-show {
	display: none;
}

.show-number {
	font-size: 0.8em;
	border: 1px solid #ddd;
	background: #eee;
	padding: 0px 4px 1px;
	position: relative;
	top: -1px;
}

.ccm-ui {
	font: inherit;
}

.ccm-ui .nav-tabs > li {
	list-style-type: none;
}

.ccm-ui .nav-tabs > li a {
	border-radius: 0;
}

.ccm-ui .nav-tabs > li a:hover {
	color: #222;
	background-color: #f6f6f6;
}

.ccm-ui .nav-tabs > li.active a {
	color: #888;
}

.ccm-ui .nav-tabs > li.active a:hover {
	background-color: #fff;
}


/*
 * Buttons
 */

.button, .ccm-input-button {
	display: inline-block;
	padding: 4px 10px;
	text-align: center;
	color: #505050 !important;
	border: 1px solid #ddd !important;
	background-color: #fafafa;
	cursor: pointer;
	outline: none;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}

.button:hover, .ccm-input-button:hover {
	background-color: #f4f4f4;
	border-color: #bbb !important;
	color: #222 !important;
}

.button.pdf {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAClUlEQVQ4T32SXUiTYRTH/9s7p2NbgWVSFIISXUkQiHkVXSSMSPADwfJCunAJK4ZSNnJjkKGmrUYGCQpGMvCjQCi1UUMIw4GJS7ooi1wXY5oFMufHvt7Oedg7FMoH/pxz3vc5v+ec8zwqpFe1w3FJLctHlfifNh73jXZ2ftv9T6UEVW1t5udO59NYMok4K5VCUpYhk3gtLCzgmdd7jRJ8L9rbl5Q81RzwwAA0S/SFaUlSghQnxUiSw4FssxmBQACXTSZU2WxNdMC7V93dAqL6DMgHyMkmqdOJ22S3SFHSJulwKASfz5ep/NHQkP371FS7AAQIcJAcLQOyspC/s4OfhYWILC8LwAbpeDiMBLXE7RiNRjQ5nZYJl+uJAHwkgJEcDVdRXIw8jwe/3W6E+/tFMkNOra0hlkgIiMFgQKPdfv2N290rAB8IQDMAz+AQ9ZqMxZDb2IgfNhtC09OihZL1dWzH4wKi0+tx1Wa78ba397EAUGeyjpz8ykoU9PQgMjOD7KIi5JC+ULxIOr+xIW6GIdqcHFxpabFO9/W5BeA1Abj88mAQ4fFxrHq9+DM/j8jKikjiCi5Go0hR/xxLWi2qLZbm9wMDDwXgJQHY4RZ4ccBXmUr7EbLVm5sCwJJo0CazuWV2cNAlAB56B7S5mRN2i0GsIqsVJR0dGYCGABcaGm76PZ4eAUgfjDO1tbfmhoe7UnxdDEu/QnEyfctUoNHgXH196/zIyP09gOKamtZPo6OdfNci+T8QiQBn6+puL46Nde0BnDSZ7nydmBCvaz+IWpJwuqKibWly8p4C4Fs0HikttazMztqVlsQM0pUolitTqdU4UVZ2d9Xv54cU4Rnkko7pCgrKodfnKYB9bTT6aysY9NKe0F8LFVw7Cm6E7wAAAABJRU5ErkJggg==');
	background-repeat: no-repeat;
	background-position: 11px 50%;
	padding-left: 40px;
}

.button.full {
	width: 100%;
	box-sizing: border-box;
}

.button.right {
	float: right;
}


/*
 * Article photos
 */

.article-photo {
	width: 40%;
	display: block;
	margin-top: 5px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}

a.article-photo:hover {
	-webkit-filter: brightness(130%);
}

.article-photo.right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
	text-align: right;
}

.article-photo img {
	display: block;
}

.article-photo span {
	color: #888;
	font-size: 0.786em;
	line-height: 1.4em;
	display: block;
	margin-top: 4px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}

.article-photo:hover span {
	color: #000;
}

.article-side-photo {
	width: 45%;
}


/*
 * Footer Silnet.pl 
 */

#silnet-copyright {
	float: left;
	overflow: hidden;
	display: inline-block;
	text-align: center;
}

#silnet-copyright img {
	max-width: 100%;
	height: auto;
	position: relative;
	display: block;
}

#silnet-copyright .silnet {
	width: 80px;
	position: relative;
	float: left;
	display: inline-block;
}

#silnet-copyright .silnet .normal {
	z-index: 1;
}

#silnet-copyright .silnet .hover {
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
	margin-top: -25%;
}

#silnet-copyright:hover .silnet .hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

#silnet-copyright:hover .silnet .normal {
	opacity: 0;
	filter: alpha(opacity=0);
}

#silnet-copyright .mobilne {
	width: 160px;
	position: relative;
	float: left;
	display: none;
}


/*
 * Formularze
 */

.miniSurveyView {
	margin-bottom: 0;
}

.miniSurveyView .formBlockSurveyTable {
	width: 100%;
}

.miniSurveyView #msg {
	background: #f8f8f8;
	padding: 20px;
	color: #444;
	border: 0;
	margin: 0 0 30px 0;
}

.miniSurveyView #msg .error {
	color: #aa0000;
	padding-left: 6px;
	margin-left: 10px;
}

.miniSurveyView .required {
	color: #ccc;
}

.miniSurveyView td {
	vertical-align: middle;
	padding: 4px 0;
}

.miniSurveyView td.question {
	width: 140px;
	text-align: right;
	vertical-align: top;
	padding-right: 15px;
	line-height: 1.8em;
}

.miniSurveyView td label {
	font-size: 0.929em;
}

.miniSurveyView input[type=text],
.miniSurveyView input[type=email],
.miniSurveyView input[type=tel],
.miniSurveyView input[type=file],
.ccm-search-block-form .ccm-search-block-text,
.miniSurveyView textarea {
	margin: 0;
	padding: 4px 11px;
	border: 1px solid #ccc;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #444;
	font-size: 0.929em;
	width: 250px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

.miniSurveyView input[type=text]:focus,
.miniSurveyView input[type=email]:focus,
.miniSurveyView input[type=tel]:focus,
.miniSurveyView input[type=file]:focus,
.ccm-search-block-form .ccm-search-block-text:focus,
.miniSurveyView textarea:focus,
.miniSurveyView input[type=text]:hover,
.miniSurveyView input[type=email]:hover,
.miniSurveyView input[type=tel]:hover,
.miniSurveyView input[type=file]:hover,
.ccm-search-block-form .ccm-search-block-text:hover,
.miniSurveyView textarea:hover {
	border-color: #999;
	outline: none;
}

.miniSurveyView input[type=file] {
	border: 0;
	padding: 0;
}

.miniSurveyView input[type=checkbox] {
	position: relative;
	top: 2px;
}

.miniSurveyView input[type=checkbox].right-label {
	margin: 0 5px 0 0;
}

.ccm-search-block-form .ccm-search-block-text {
	width: 60%;
}

.miniSurveyView textarea {
	margin-bottom: -4px;
	height: 70px;
}

.miniSurveyView select {
	padding: 4px 7px;
	border: 1px solid #ccc;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #444;
	font-size: 0.929em;
	width: 274px;
}

.miniSurveyView .formBlockSubmitButton,
.ccm-search-block-form .ccm-search-block-submit {
	padding: 6px 12px;
	margin-left: 0;
	margin-top: 10px;
}


/*
 * Deresponsify
 */
 
.deresponsify {
	display: none;
}

.responsify {
	display: none;
}

.responsify.show {
	display: block;
}

.silnet-gallery-container {
min-height:1em;
overflow:auto;
clear:both;
}
.silnet-gallery-container div {
float:left;
width:27%;
margin:1%;
text-align:center;
}
@media screen and (max-width: 480px) {

	/*
	 * Concrete5
	 */
	#ccm-page-controls-wrapper {
		display: none;
	}

	html {
		margin-top: 0 !important;
	}

	
	/*
	 * Defaults
	 */

	.mobile-show {
		display: block !important;
	}

	.mobile-hide {
		display: none !important;
	}


	/*
	 * Buttons
	 */

	.button, .ccm-input-button {
		width: 100% !important;
		box-sizing: border-box;
		font-size: 0.929em;
		padding: 7px 10px;
	}

	.miniSurveyView td {
		display: block;
		padding-top: 0;
		padding-bottom: 10px;
	}
	
	.miniSurveyView td.question {
		text-align: left;
		padding-bottom: 0;
	}

	.miniSurveyView td.question.empty {
		display: none;
	}

	.miniSurveyView tr:last-child td {
		padding-bottom: 0;
	}
	
	.miniSurveyView input[type=text],
	.miniSurveyView input[type=email],
	.miniSurveyView input[type=tel],
	.miniSurveyView input[type=file],
	.ccm-search-block-form .ccm-search-block-text,
	.miniSurveyView textarea {
		width: 95.5%;
		padding: 4px 2%;
	}
	
	.miniSurveyView select {
		width: 100%;
		background-color: #fff;
	}


	/*
	 * Footer Silnet.pl 
	 */

	#silnet-copyright {
		float: none;
		padding: 0;
		border: 0;
		margin: 0;
	}

	#silnet-copyright > * {
		padding: 0 10px;
		float: none !important;
	}

	#silnet-copyright .mobilne {
		display: inline-block;
	}


	/*
	 * Formularze
	 */

	.miniSurveyView td {
		display: block;
	}
	
	.miniSurveyView .question {
		text-align: left;
	}
	
	.miniSurveyView input[type=text],
	.miniSurveyView input[type=email],
	.miniSurveyView input[type=tel],
	.miniSurveyView input[type=file],
	.ccm-search-block-form .ccm-search-block-text,
	.miniSurveyView textarea {
		width: 95.5%;
		padding: 4px 2%;
	}
	
	.miniSurveyView select {
		width: 100%;
	}

	
	/*
	 * Concrete5 Layouts
	 */
	 
	.ccm-layout-col {
		width: auto !important;
		float: none !important;
		margin-bottom: 20px !important;
	}

	.ccm-layout-col:last-child {
		margin-bottom: 0 !important;
	}

	.ccm-layout-col .ccm-layout-col-spacing {
		margin: 0 !important;
	}
	

	/*
	 * Deresponsify
	 */
	
	.deresponsify {
		display: block;
	}
	
}
BODY {
    background:#FFFFFF url(../themes/telekomfort/images/bg-body.jpg) repeat-x 0 0;
    color:#444444;
    font-family: 'Open Sans', Arial, Tahoma, sans-serif;
    font-size:10pt;
    text-align:center;
    -webkit-text-stroke:0px;
    }
    
    
    A {
    color:#E20019;
    }
    A:hover {
    color:#880000;
    }
    A[href^='tel:'] {
    color:#333333;
    }
    
    
    
    
    #page {
    text-align:left;
    }
    
    
    
    
    
    #main-header-container {
    width:960px;
    height:112px;
    margin:0 auto;
    }
    #main-header {
    position:relative;
    display:block;
    height:110px;
    width:100%;
    }
    #main-header h1 {
    display:inline-block;
    float:left;
    margin-top:30px;
    }
    /* *** */
    #main-header-hotline {
    display:inline-block;
    float:right;
    color:#999999;
    font-size:1em;
    font-weight:bold;
    }
    #main-header-hotline div {
    display:inline-block;
    border-left:1px solid #DDD;
    padding:8px 15px;
    }
    #main-header-hotline div:first-child {
    border-left:0;
    }
    #main-header-hotline form {
    display:inline-block;
    margin-right:-15px;
    }
    #main-header-hotline input[type=text], #main-header-hotline input[type=password] {
    width:80px;
    margin:0 5px;
    }
    
    
    #main-menu-container {
    display:inline-block;
    position:absolute;
    right:0;
    bottom:-10px;
    height:35px;
    /*border-bottom:2px solid #DDDDDD;*/
    border-bottom:2px solid #9999AA;
    padding:0 16px 0 24px;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0NSUiIHN0b3AtY29sb3I9IiM1MTUxNTEiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSI0NiUiIHN0b3AtY29sb3I9IiM1MTUxNTEiIHN0b3Atb3BhY2l0eT0iMC4wMiIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNTE1MTUxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(left,  rgba(81,81,81,0) 45%, rgba(81,81,81,0.02) 46%, rgba(81,81,81,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(45%,rgba(81,81,81,0)), color-stop(46%,rgba(81,81,81,0.02)), color-stop(100%,rgba(81,81,81,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(81,81,81,0) 45%,rgba(81,81,81,0.02) 46%,rgba(81,81,81,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(81,81,81,0) 45%,rgba(81,81,81,0.02) 46%,rgba(81,81,81,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(81,81,81,0) 45%,rgba(81,81,81,0.02) 46%,rgba(81,81,81,1) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(81,81,81,0) 45%,rgba(81,81,81,0.02) 46%,rgba(81,81,81,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00515151', endColorstr='#515151',GradientType=1 ); /* IE6-8 */
    z-index:1;
    }
    #main-menu {
    display: inline-block;
    *display: inline;
    zoom: 1;
    height:35px;
    float:right;
    color:#FFFFFF;
    font-size:0.9em;
    background:#555555;
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    transform: skew(-25deg);
    }
    #main-menu li {
    display:inline-block;
    float:left;
    border-right:1px solid #999999;
    background:#555555;
    }
    #main-menu li:last-child {
    /*webkit-transform: skew(25deg);
    -moz-transform: skew(25deg);
    transform: skew(25deg);*/
    border-right:0;
    }
    #main-menu li:first-child {
    margin-left:-15px;
    background:#E3011A;
    }
    #main-menu a {
    display:block;
    float:left;
    padding:0 15px;
    line-height:35px;
    color:#FFF !important;
    webkit-transform: skew(25deg);
    -moz-transform: skew(25deg);
    transform: skew(25deg);
    }
    #main-menu li:hover {
    background:#333333;
    border-bottom:2px solid #E20019;
    }
    #main-menu li:hover a {
    }
    #main-menu-home span {
    display:none;
    }
    
    
    #main-splash-container {
    width:960px;
    height:440px;
    margin:0 auto;
    clear:both;
    }
    #main-splash-articles-container {
    height:440px;
    position:relative;
    }
    #main-splash-articles {
    float:left;
    height:90px;
    width:980px;
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    transform: skew(-15deg);
    }
    #main-splash article {
    display:inline-block;
    float:left;
    height:90px;
    width:162px;
    background:#555555;
    border-right:1px solid #999999;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    }
    #main-splash article.-act,
    #main-splash article:hover {
    background:#333333;
    border-bottom:2px solid #E20019;
    cursor:pointer;
    }
    #main-splash article img,
    #main-splash article h2,
    #main-splash article p {
    display:none;
    }
    #main-splash article a {
    display:block;
    color:#FFFFFF;
    font-size:1em;
    font-weight:bold;
    padding:15px;
    webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    transform: skew(15deg);
    position:relative;
    }
    #main-splash article:hover a img {
    display:block;
    position:absolute;
    top:-131px;
    right:-36px;
    }
    /* ********* */
    #main-splash-articles-container.-class-act-1 #main-articles-optymalizacja,
    #main-splash-articles-container.-class-act-2 #main-articles-optymalizacja,
    #main-splash-articles-container.-class-act-3 #main-articles-optymalizacja {
    display:block;
    }
    #main-splash-articles-container.-class-act-1 #main-articles-dyspozycyjnosc,
    #main-splash-articles-container.-class-act-2 #main-articles-dyspozycyjnosc,
    #main-splash-articles-container.-class-act-3 #main-articles-dyspozycyjnosc {
    display:none;
    }
    /* *** */
    #main-splash-articles-container.-class-act-4 #main-articles-optymalizacja,
    #main-splash-articles-container.-class-act-5 #main-articles-optymalizacja,
    #main-splash-articles-container.-class-act-6 #main-articles-optymalizacja,
    #main-splash-articles-container.-class-act-7 #main-articles-optymalizacja {
    display:none;
    }
    #main-splash-articles-container.-class-act-4 #main-articles-dyspozycyjnosc,
    #main-splash-articles-container.-class-act-5 #main-articles-dyspozycyjnosc,
    #main-splash-articles-container.-class-act-6 #main-articles-dyspozycyjnosc,
    #main-splash-articles-container.-class-act-7 #main-articles-dyspozycyjnosc {
    display:block;
    }
    /* ********* */
    #main-splash-nav-prev,
    #main-splash-nav-next {
    position:absolute;
    left:-39px;
    bottom:1px;
    background:#777777;
    display:block;
    height:90px;
    width:40px;
    color:#FFF;
    webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    transform: skew(-15deg);
    cursor:pointer;
    }
    #main-splash-nav-next {
    left:977px;
    }
    #main-splash-nav-prev span,
    #main-splash-nav-next span {
    display: block;
    line-height: 90px;
    font-size: 4em;
    font-weight: normal;
    text-align: center;
    }
    #main-splash-nav-prev:hover,
    #main-splash-nav-next:hover {
    background:#e3011a
    }
    /* ********* */
    #main-splash aside {
    position:relative;
    float:left;
    width:960px;
    height:349px;
    overflow:hidden;
    }
    #main-splash aside img {
    float:right;
    margiN:0;
    border:0;
    }
    #main-splash aside h3 {
    position:absolute;
    top:70px;
    left:5px;
    font-size:2em;
    font-weight:bold;
    width:325px;
    }
    #main-splash aside h3 span {
    display:block;
    clear:both;
    font-size:0.8em;
    font-weight:normal;
    margin-top:0.5em;
    }
    
    /* ********* */
    #main-splash-page-container {
    width:960px;
    height:120px;
    margin:0 auto;
    clear:both;
    overflow:hidden;
    border-bottom:1px solid #E3011A
    }
    #main-splash-page-container img {
    float:right;
    margin-right:-31px;
    }
    
    
    
    
    #main-content-container {
    width:960px;
    margin:0 auto;
    clear:both;
    min-height:100px;
    overflow: auto;
    }
    #main-content {
    margin:1.8em 0;
    min-height:100px;
    overflow: auto;
    }
    
    
    /* ********* */
    #main-breadcrumbs-container {
    width:960px;
    line-height:2.5em;
    font-size:0.8em;
    margin:0 auto;
    background:#EEEEEE;
    border-bottom:1px solid #E3011A;
    }
    #main-breadcrumbs {
    margin:0 15px;
    }
    
    
    
    /* ********* */
    #main-content-block {
    padding:0 5px;
    width:210px;
    float:left;
    }
    #main-content-banner ul,
    ul#main-content-banner {
    margin-left:0 !important;
    }
    #main-content-banner li {
    display:block;
    margin:10px 3px;
    background:#F0F0F0;
    overflow:hidden;
    position:relative;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    }
    #main-content-banner li:before {
    display:none !important;
    }
    #main-content-banner li:hover {
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    }
    #main-content-banner li a {
    display:block;
    position:absolute;
    top:0;
    left:0;
    color:#666;
    width:100%;
    height:100%;
    }
    #main-content-banner li:hover a {
    color:#550000;
    }
    #main-content-banner li a span {
    margin:15px;
    display:inline-block;
    width:100px;
    }
    #main-content-banner li a span strong {
    display:block;
    font-size:1.2em;
    margin-bottom:10px;
    }
    #main-content-banner-sklep {
    background:url(../themes/telekomfort/images/btn-1.gif) no-repeat 0 0 !important;
    width:210px;
    height:94px;
    }
    #main-content-banner-sklep a span {
    margin-top:20px !important;
    }
    #main-content-banner-nagrody {
    background:url(../themes/telekomfort/images/btn-2.gif) no-repeat 0 0 !important;
    width:210px;
    height:55px;
    }
    #main-content-banner-nagrody a span {
    margin-top:10px !important;
    }
    
    #main-content-page {
    width:700px;
    float:right;
    }
    
    
    
    
    /* ********* */
    #main-content h2,
    #main-content h3,
    #main-content h4 {
    font-size:1.4em;
    margin-bottom:1em;
    }
    #main-content h2 {
    position:relative;
    line-height:2.5em;
    margin-bottom:1.5em;
    border-bottom:1px solid #DDDDDD;
    font-size:1.6em;
    }
    #main-content h2:before {
    content:" ";
    position:absolute;
    right:15px;
    bottom:-5px;
    z-index:2;
    /*display:block;*/
    display:none;
    width:20px;
    height:20px;
    background:#DDDDDD;
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    transform: skew(-25deg);
    }
    #main-content h2:after {
    content:" ";
    position:absolute;
    right:10px;
    bottom:-10px;
    z-index:1;
    /*display:block;*/
    display:none;
    width:20px;
    height:20px;
    background:#BBBBBB;
    /*border-bottom:2px solid #FF0000;*/
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    transform: skew(-25deg);
    }
    #main-content h3 {
    margin-top:2em;
    }
    /*
    #main-content h3:before {
    content:"\f02b";
    color:#E3011A;
    display: inline-block;
    margin-right:0.5em;
    font: normal normal normal 14px/1 FontAwesome;
    font-size:0.8em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    }
    */
    
    /* *** */
    #main-content p {
    margin-bottom:1em;
    }
    /* *** */
    #main-content ul {
    margin:1em 1em 1em 35px;
    }
    #main-content ul li {
    position:relative;
    margin-bottom:0.8em;
    line-height:1.4em;
    }
    #main-content ul li:before {
    position:absolute;
    left:-16px;
    top:0.3em;
    /*content:"\f02c";*/
    content:"\f058";
    /*color:#E3011A;*/
    color:#666666;
    display: inline-block;
    margin-right:0.5em;
    font: normal normal normal 14px/1 FontAwesome;
    font-size:0.9em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    }
    /* *** */
    #main-content ol {
    margin:1em 1em 1em 45px;
    }
    #main-content ol li {
    list-style-type:decimal;
    }
    /* *** */
    #main-content q,
    #main-content cite,
    #main-content blockquote {
    webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    border-top:1px solid #DDDDDD;
    padding:1em 5%;
    border-bottom:1px solid #DDDDDD;
    margin:2em 10px;
    }
    #main-content q:before,
    #main-content cite:before,
    #main-content blockquote:before {
    content:"\f10e";
    color:#DFE0E1;
    /*display: inline-block;*/
    display:none;
    float:right;
    font: normal normal normal 14px/1 FontAwesome;
    font-size:3em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position:absolute;
    right:15px;
    top:-0.55em;
    }
    #main-content q p,
    #main-content cite p,
    #main-content blockquote p {
    margin:0;
    padding:0;
    }
    
    
    /* ********* */
    /*Formularz kontaktowy*/
    .formblock {
    min-height:50px;
    overflow:auto;
    padding-top:1em;
    margin-top:1em;
    /*border-top:1px solid #DDDDDD;*/
    }
    
    .formblock label {
    width:32%;
    margin-right:1%;
    display:block;
    float:left;
    text-align:right;
    }
    
    .field-checkboxlist > label {
    display:none;
    }
    
    .formblock .checkboxList label {
    width:100%;
    }
    
    .formblock .field-captcha {
        float: right;
    }
    
    .formblock .field-captcha label {
        display: none;
    }
    
    .formblock .field {
    overflow:visible;
    margin-bottom:0.8em;
    }
    .fields.-cols-2 {
    min-height:50px;
    overflow:auto;
    }
    .fields .-cols-2-1, .fields .-cols-2-2 {
    float:left;
    width:49%;
    }
    
    .submit {
    -webkit-appearance:none;
    -moz-appearance:none;
    display:block;
    background:#77B034;
    color:#FFFFFF;
    font-weight:bold;
    line-height:1.8em;
    border:0;
    padding:0.2em 1em;
    margin:0.8em 0;
    float:right;
    cursor:pointer;
    -webkit-transition:background 0.2s;
    -moz-transition:background 0.2s;
    -ms-transition:background 0.2s;
    transition:background 0.2s;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    border:1px solid #77B034;
    }
    .submit:hover {
    outline:none;
    background-color:#008800;
    }
    
    
    .formblock input[type=text], .formblock input[type=tel], .formblock input[type=email], .formblock textarea, .formblock select {
    outline:none;
    font-size:1em;
    padding:0.2em 0.5em;
    line-height:1.6em;
    background:#FCFCFC;
    color:#AAA;
    border:1px #ccc solid;
    }
    
    .formblock input[type=text]:hover, .formblock textarea:hover, .formblock input[type=tel]:hover, .formblock input[type=email]:hover {
    border-color:#909090;
    }
    
    .formblock input[type=text]:focus, .formblock textarea:focus, .formblock input[type=tel]:focus, .formblock input[type=email]:focus {
    border-color:#909090;
    color:#909090;
    }
    
    .formblock textarea {
    width:95%;
    height:100px;
    margin-left:2px;
    }
    
    /* Formularz 'Popro� o kompleksow� ofert�' */
    #formblock232.formblock {
    margin-top:0;
    padding-top:0;
    border:0;
    }
    #formblock232 textarea {
    height:200px;
    }
    
    .formblock .errors {
    padding: 20px;
    background: rgba(255, 0, 0, 0.1);
    border: 1px solid rgba(255, 0, 0, 0.3);
    margin: 15px 0;
    color: red;
    }

    .formblock .error-header {
        display: block;
        font-weight: bold;
        margin-bottom: 7px;
    }

    .formblock .form-info {
        margin-bottom: 20px;
    }
    
    .formblock .success {
    color:#007e18;
    padding: 20px;
    background: rgba(0, 126, 24, 0.1);
    border: 1px solid rgba(0, 126, 24, 0.3);
    font-weight: bold;
    }
    
    .formblock div.indicator {
    display:block;
    clear:both;
    padding:5px;
    border-top:1px solid #DDDDDD;
    border-bottom:1px solid #DDDDDD;
    margin:5px 0;
    font-size:11px;
    }
    .formblock .-note {
    border:1px solid #CCCCCC;
    background:#F0F0F0;
    padding:10px;
    }
    
    
    
    
    
    /* ********* */
    .main-page-news-list article {
    min-height:50px;
    overflow:auto;
    padding:5px 0;
    border-bottom:1px solid #DDDDDD;
    border-left:2px solid transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    }
    .main-page-news-list article:hover {
    border-left:2px solid #B60F1D;
    padding-left:10px;
    }
    .main-page-news-list article a {
    color:inherit;
    }
    .main-page-news-list article h3 {
    font-size:1.6em;
    margin:0 !important;
    }
    .main-page-news-list article img {
    float:right;
    display: block;
    width: 25%;
    max-width:150px;
    height: auto;
    margin: 5px;
    padding: 6px;
    border: 1px solid #DDDDDD;
    border-style: solid;
    border-width: 1px 1px;
    -moz-border-image: url(../themes/telekomfort/images/bg-img-border.png) 27 stretch;
    -webkit-border-image: url(../themes/telekomfort/images/bg-img-border.png) 27 stretch;
    -o-border-image: url(../themes/telekomfort/images/bg-img-border.png) 27 stretch;
    border-image: url(../themes/telekomfort/images/bg-img-border.png) 27 fill stretch;
    background: #EEEEEE;
    }
    .main-page-news-list article time {
    color:#AAAAAA;
    display:inline-block;
    margin-bottom:1em;
    }
    
    .main-page-news-list .ccm-pagination {
    margin:0.5em 0;
    line-height:2em;
    font-size:1.2em;
    }
    
    .main-page-news-list span.ccm-page-left span,
    .main-page-news-list span.ccm-page-right span {
    display:none;
    }
    
    
    
    
    
    .main-page-news-details article {
    min-height:50px;
    overflow:auto;
    padding:1em 0;
    border-bottom:1px solid #DDDDDD;
    }
    .main-page-news-details article h2 {
    font-size:1.6em;
    margin-bottom:0;
    }
    .main-page-news-details article img {
    float:right;
    display: block;
    width: 25%;
    max-width:150px;
    height: auto;
    margin: 5px;
    padding: 6px;
    border: 1px solid #DDDDDD;
    border-style: solid;
    border-width: 1px 1px;
    -moz-border-image: url(../themes/telekomfort/images/bg-img-border.png) 27 stretch;
    -webkit-border-image: url(../themes/telekomfort/images/bg-img-border.png) 27 stretch;
    -o-border-image: url(../themes/telekomfort/images/bg-img-border.png) 27 stretch;
    border-image: url(../themes/telekomfort/images/bg-img-border.png) 27 fill stretch;
    background: #EEEEEE;
    }
    .main-page-news-details article time {
    color:#AAAAAA;
    display:inline-block;
    margin-bottom:1em;
    }
    .main-page-news-details article time:before {
    content:"Dodano: ";
    }
    .main-page-news-details .-return {
    font-size:0.8em;
    padding:0.15em;
    text-align:right;
    }
    
    
    
    
    /* ********* */
    #main-content-block .-menu {
    background:#5F5F5;
    webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    border-top: 1px solid #DDDDDD;
    padding:0;
    border-bottom: 1px solid #DDDDDD;
    margin: 0 0 2em 0 !important;
    min-height:10px;
    overflow:auto;
    }
    #main-content-block .-menu h2 {
    font-size:1.1em;
    padding-left:20px;
    background: #666666;
    color: #FFFFFF;
    border-bottom:1px solid #E3011A;
    margin:0;
    }
    #main-content-block .-menu h2:before,
    #main-content-block .-menu h2:after {
    display:none;
    }
    #main-content-block .-menu ul {
    margin:0 10px;
    }
    #main-content-block .-menu ul li {
    border-bottom:1px solid #DDDDDD;
    line-height:1.8em;
    position:relative;
    padding:3px;
    padding-left:25px;
    margin:0;
    }
    #main-content-block .-menu ul li:last-child {
    border-bottom:0;
    }
    #main-content-block .-menu ul li:before {
    content:"\f101";
    position:absolute;
    left:10px;
    line-height:1.8em;
    }
    #main-content-block .-menu ul li a {
    display:block;
    color:#666666;
    }
    #main-content-block .-menu ul li:hover {
    background:#FFFFFF;
    }
    #main-content-block .-menu ul a:hover {
    color:#880000;
    }
    /* *** */
    #main-content-block .-menu.-html ul li a {
    display:inline;
    }
    
    
    table.-lista {
    border:0;
    border-collapse: collapse;
    font-size:0.9em;
    width:99%;
    }
    table.-lista thead tr {
    background:#555555;
    color:#FFFFFF;
    border-bottom:2px solid #E3011A;
    }
    table.-lista thead th,
    table.-lista thead td {
    padding:0.7em 10px;
    vertical-align:middle;
    valign:middle;
    font-weight:bold;
    }
    table.-lista tbody {
    background: rgb(253,253,253); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmRmZGZkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzclIiBzdG9wLWNvbG9yPSIjZmFmYWZhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ZjZmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(-45deg,  rgba(253,253,253,1) 0%, rgba(250,250,250,1) 37%, rgba(245,246,247,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(253,253,253,1)), color-stop(37%,rgba(250,250,250,1)), color-stop(100%,rgba(245,246,247,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  rgba(253,253,253,1) 0%,rgba(250,250,250,1) 37%,rgba(245,246,247,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  rgba(253,253,253,1) 0%,rgba(250,250,250,1) 37%,rgba(245,246,247,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  rgba(253,253,253,1) 0%,rgba(250,250,250,1) 37%,rgba(245,246,247,1) 100%); /* IE10+ */
    background: linear-gradient(135deg,  rgba(253,253,253,1) 0%,rgba(250,250,250,1) 37%,rgba(245,246,247,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f5f6f7',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
    }
    table.-lista tbody tr  {
    border-bottom:1px solid #DDDDDD;
    }
    table.-lista tbody th,
    table.-lista tbody td {
    padding:0.7em 10px;
    border-right:1px solid #EEE;
    }
    table.-lista tbody tr :last-child {
    border-right:0;
    }
    
    
    
    
    
    
    
    
    #main-footer-partners-container {
    width:960px;
    margin:0 auto;
    border-top:1px solid #CCCCCC;
    min-height: 47px;
    overflow: auto;
    }
    #main-footer-partners {
    position:relative;
    display:block;
    width:100%;
    font-size:0.8em;
    color:#CCCCCC;
    }
    #main-footer-partners h4 {
    width:10%;
    float:left;
    height:80px;
    line-height:80px;
    text-align:center;
    }
    #main-footer-partners p {
    width:85%;
    float:right;
    height:80px;
    line-height:80px;
    }
    /* *** */
    #main-footer-container {
    border-top:1px solid #DDD;
    background:#FFFFFF url(../themes/telekomfort/images/bg-body.jpg) repeat-x 0 -360px;
    }
    #main-footer {
    width:960px;
    margin:0 auto;
    margin-top:-5px;
    min-height:70px;
    overflow:auto;
    background:#555555;
    color:#BBBBBB;
    }
    #main-footer .-block {
    width:21%;
    margin:2%;
    float:left;
    }
    #main-footer h3 {
    color:#F0F0F0;
    font-size:1.2em;
    }
    #main-footer {
    font-size:0.8em;
    }
    #main-footer ul {
    list-style-type:none;
    margin:20px 5px;
    min-height: 10px;
    overflow: auto;
    }
    #main-footer li {
    float:left;
    clear:both;
    line-height:16px;
    position:relative;
    margin-left:10px;
    }
    #main-footer li:before {
    content:"\25b8";
    position:absolute;
    top:0;
    left:-10px;
    display:block;
    width:16px;
    line-height:16px;
    font-size:12px;
    
    }
    #main-footer li a {
    color:#BBBBBB;
    }
    #main-footer li a:hover {
    color:#FFFFFF;
    }
    /* *** */
    #main-footer-copyright-container {
    width:930px;
    margin:10px auto;
    font-size:0.9em;
    color:#AAAAAA;
    position:relative;
    }
    #main-footer-copyright {
    margin-left:15px;
    padding-left:15px;
    float:left;
    border-left:1px solid #DDDDDD;
    }
    #silnet-copyright {
    margin-top:5px;
    }
    #lnk-top {
    position:absolute;
    bottom:-10px;
    right:20px;
    display:block;
    line-height:40px;
    height:40px;
    width:45px;
    background:#888888;
    color:#FFFFFF;
    text-transform:uppercase;
    text-align:center;
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    transform: skew(-25deg);
    border-bottom:2px solid transparent;
    font-size:0.9em;
    }
    #lnk-top:hover {
    background:#333333;
    border-bottom:2px solid #E20019;
    }
    #lnk-top span {
    display:block;
    -webkit-transform: skew(25deg);
    -moz-transform: skew(25deg);
    transform: skew(25deg);
    }
@media screen and (max-width: 480px) {

	
	
}
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../themes/telekomfort/style/webfonts/fontawesome-webfont.eot?v=4.2.0');src:url('../themes/telekomfort/style/webfonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'),url('../themes/telekomfort/style/webfonts/fontawesome-webfont.woff?v=4.2.0') format('woff'),url('../themes/telekomfort/style/webfonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'),url('../themes/telekomfort/style/webfonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}
/*
	jQuery Touch Optimized Sliders "R"Us
	Core CSS
*/
.tos-noanimation {
  -webkit-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -o-transition-property: none !important;
  transition-property: none !important; }

.tos-fastanimation {
  -webkit-transition-duration: 0.2s !important;
  -moz-transition-duration: 0.2s !important;
  -ms-transition-duration: 0.2s !important;
  -o-transition-duration: 0.2s !important;
  transition-duration: 0.2s !important;
  -webkit-transition-timing-function: ease-out !important;
  -moz-transition-timing-function: ease-out !important;
  -ms-transition-timing-function: ease-out !important;
  -o-transition-timing-function: ease-out !important;
  transition-timing-function: ease-out !important; }

.tos-wrapper {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  display: none;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden; }
  .tos-wrapper.tos-opened {
    display: block; }
  .tos-wrapper.tos-opening {
    opacity: 1; }
  .tos-wrapper.tos-fixed {
    background-color: black;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000; }
  .tos-wrapper.tos-inline {
    position: relative; }

.tos-slider {
  white-space: nowrap;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative; }

.tos-wrapper.tos-fx-slide .tos-slider {
  left: 0;
  -webkit-transition: left 0.4s ease;
  -moz-transition: left 0.4s ease;
  -ms-transition: left 0.4s ease;
  -o-transition: left 0.4s ease;
  transition: left 0.4s ease; }
.tos-wrapper.tos-fx-slide.tos-fixed .tos-slider {
  position: absolute; }

.tos-wrapper.tos-fx-fade .tos-slider {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

.tos-uibg {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1; }

.tos-desktop .tos-wrapper:hover .tos-uibg,
.tos-touch .tos-wrapper.tos-hover .tos-uibg {
  opacity: 1; }

.tos-slide {
  -webkit-overflow-scrolling: touch;
  line-height: 1px;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative; }
  .tos-slide:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px; }
  .tos-slide.tos-loading > * {
    opacity: 0; }
  .tos-slide > * {
    opacity: 1;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -ms-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease; }

.tos-slide > * {
  vertical-align: middle;
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  box-sizing: border-box; }
.tos-slide.tos-html > div {
  -webkit-overflow-scrolling: touch;
  white-space: normal;
  text-align: left;
  line-height: 1.5; }
  .tos-slide.tos-html > div * {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none; }

.tos-wrapper.tos-fill .tos-slide.tos-image > img {
  max-height: none;
  max-width: none;
  min-height: 100%;
  min-width: 100%; }
.tos-wrapper.tos-fixed .tos-slide.tos-html > div {
  background-color: white;
  color: #333333;
  box-sizing: border-box;
  display: inline-block;
  padding: 40px;
  overflow: auto; }

.tos-desktop .tos-wrapper.tos-fixed {
  background-color: rgba(0, 0, 0, 0.85); }
  .tos-desktop .tos-wrapper.tos-fixed.tos-fit .tos-slide {
    padding: 20px; }

/*
	jQuery Touch Optimized Sliders "R"Us
	Buttons addon
*/
.tos-prev,
.tos-next,
.tos-close {
  background: black;
  border-radius: 3px;
  opacity: 0;
  display: block;
  width: 40px;
  position: absolute;
  z-index: 1;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

.tos-prev,
.tos-next {
  height: 80px;
  margin-top: -40px;
  top: 50%; }
  .tos-prev.tos-disabled,
  .tos-next.tos-disabled {
    cursor: default; }

.tos-prev {
  left: 20px; }

.tos-next {
  right: 20px; }

.tos-close {
  height: 40px;
  top: 20px;
  right: 20px; }

.tos-desktop .tos-wrapper:hover .tos-prev,
.tos-desktop .tos-wrapper:hover .tos-next,
.tos-desktop .tos-wrapper:hover .tos-close,
.tos-touch .tos-wrapper.tos-hover .tos-prev,
.tos-touch .tos-wrapper.tos-hover .tos-next,
.tos-touch .tos-wrapper.tos-hover .tos-close {
  opacity: 0.5; }
  .tos-desktop .tos-wrapper:hover .tos-prev:hover,
  .tos-desktop .tos-wrapper:hover .tos-next:hover,
  .tos-desktop .tos-wrapper:hover .tos-close:hover,
  .tos-touch .tos-wrapper.tos-hover .tos-prev:hover,
  .tos-touch .tos-wrapper.tos-hover .tos-next:hover,
  .tos-touch .tos-wrapper.tos-hover .tos-close:hover {
    opacity: 0.9; }
  .tos-desktop .tos-wrapper:hover .tos-prev.tos-disabled,
  .tos-desktop .tos-wrapper:hover .tos-next.tos-disabled,
  .tos-desktop .tos-wrapper:hover .tos-close.tos-disabled,
  .tos-touch .tos-wrapper.tos-hover .tos-prev.tos-disabled,
  .tos-touch .tos-wrapper.tos-hover .tos-next.tos-disabled,
  .tos-touch .tos-wrapper.tos-hover .tos-close.tos-disabled {
    opacity: 0.2; }

.tos-prev span,
.tos-next span,
.tos-close span:before,
.tos-close span:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  margin: -5px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.tos-close span:before,
.tos-close span:after {
  width: 6px;
  height: 6px;
  margin-top: -4px;
  margin-left: 0;
  margin-right: 0; }

.tos-prev span,
.tos-close span:before {
  border-bottom: 3px solid white;
  border-left: 3px solid white;
  left: 50%; }

.tos-next span,
.tos-close span:after {
  border-top: 3px solid white;
  border-right: 3px solid white;
  right: 50%; }

.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-prev .tos-slide, .tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-next .tos-slide, .tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-close .tos-slide {
  padding-left: 80px;
  padding-right: 80px; }

.tos-inline {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  display: inline-block;
  margin: 0;
  position: relative;
  top: auto;
  left: auto;
  right: auto; }
  .tos-inline.tos-prev {
    margin-right: -60px; }
  .tos-inline.tos-next {
    margin-left: -60px; }

.tos-loading .tos-inline {
  opacity: 0 !important; }

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-prev,
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-next,
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-close {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2); }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-prev,
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-next,
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-close {
  -webkit-transform: scale(3);
  -moz-transform: scale(3);
  -ms-transform: scale(3);
  -o-transform: scale(3);
  transform: scale(3); }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-prev, .tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-prev {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-next, .tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-next {
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-close, .tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-close {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top; }

/*
	jQuery Touch Optimized Sliders "R"Us
	Caption addon
*/
.tos-caption {
  color: white;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1; }
  .tos-caption:after {
    content: '';
    display: block;
    clear: both; }
  .tos-caption > div {
    box-sizing: border-box;
    padding: 0 20px;
    float: left; }
    .tos-caption > div:last-child {
      float: right;
      margin-right: -2px; }

.tos-desktop .tos-wrapper:hover .tos-caption,
.tos-touch .tos-wrapper.tos-hover .tos-caption {
  opacity: 1; }

.tos-wrapper .tos-caption {
  line-height: 20px;
  font-size: 15px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  bottom: 20px; }
.tos-wrapper.tos-has-caption .tos-uibg {
  height: 100px; }

.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-caption .tos-slide {
  padding-bottom: 60px; }

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-caption {
  line-height: 40px;
  font-size: 30px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
  bottom: 40px; }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-caption .tos-uibg {
  height: 200px; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-caption {
  line-height: 60px;
  font-size: 45px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.8);
  bottom: 60px; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-caption .tos-uibg {
  height: 300px; }

/*
	jQuery Touch Optimized Sliders "R"Us
	Drag addon
*/
.tos-wrapper.tos-fx-slide .tos-slider {
  -webkit-transition-property: left, margin;
  -moz-transition-property: left, margin;
  -ms-transition-property: left, margin;
  -o-transition-property: left, margin;
  transition-property: left, margin; }

/*
	jQuery Touch Optimized Sliders "R"Us
	Pagination addon
*/
.tos-pagination {
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1; }
  .tos-pagination a {
    display: inline-block; }
  .tos-pagination.tos-bullets a {
    background-color: rgba(255, 255, 255, 0.2); }
    .tos-pagination.tos-bullets a:hover {
      background-color: rgba(255, 255, 255, 0.5); }
    .tos-pagination.tos-bullets a.tos-selected {
      background-color: rgba(255, 255, 255, 0.9); }

.tos-desktop .tos-wrapper:hover .tos-pagination,
.tos-touch .tos-wrapper.tos-hover .tos-pagination {
  opacity: 1; }

.tos-wrapper .tos-pagination {
  padding: 0 0 20px 0; }
.tos-wrapper.tos-has-bullets .tos-pagination {
  height: 10px; }
  .tos-wrapper.tos-has-bullets .tos-pagination a {
    border-radius: 10px;
    width: 10px;
    height: 10px;
    margin: 0 5px; }
.tos-wrapper.tos-has-bullets .tos-caption {
  bottom: 40px; }
.tos-wrapper.tos-has-bullets .tos-uibg {
  height: 90px; }
.tos-wrapper.tos-has-bullets.tos-has-caption .tos-uibg {
  height: 130px; }
.tos-wrapper.tos-has-thumbnails .tos-pagination {
  height: 50px; }
  .tos-wrapper.tos-has-thumbnails .tos-pagination a {
    background-position: center center;
    background-size: cover;
    width: 50px;
    height: 50px;
    margin: 0 5px; }
.tos-wrapper.tos-has-thumbnails .tos-caption {
  bottom: 80px; }
.tos-wrapper.tos-has-thumbnails .tos-uibg {
  height: 130px; }
.tos-wrapper.tos-has-thumbnails.tos-has-caption .tos-uibg {
  height: 170px; }

.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-bullets .tos-slide {
  padding-bottom: 50px; }
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-bullets.tos-has-caption .tos-slide {
  padding-bottom: 80px; }
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-thumbnails .tos-slide {
  padding-bottom: 90px; }
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-thumbnails.tos-has-caption .tos-slide {
  padding-bottom: 120px; }

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-pagination {
  padding: 0 0 40px 0; }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination {
  height: 20px; }
  .tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination a {
    border-radius: 20px;
    width: 20px;
    height: 20px;
    margin: 0 10px; }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-caption {
  bottom: 80px; }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-uibg {
  height: 180px; }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets.tos-has-caption .tos-uibg {
  height: 260px; }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination {
  height: 100px; }
  .tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination a {
    background-position: center center;
    background-size: cover;
    width: 100px;
    height: 100px;
    margin: 0 10px; }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-caption {
  bottom: 160px; }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-uibg {
  height: 260px; }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails.tos-has-caption .tos-uibg {
  height: 340px; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-pagination {
  padding: 0 0 60px 0; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination {
  height: 30px; }
  .tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination a {
    border-radius: 30px;
    width: 30px;
    height: 30px;
    margin: 0 15px; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-caption {
  bottom: 120px; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-uibg {
  height: 270px; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets.tos-has-caption .tos-uibg {
  height: 390px; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination {
  height: 150px; }
  .tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination a {
    background-position: center center;
    background-size: cover;
    width: 150px;
    height: 150px;
    margin: 0 15px; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-caption {
  bottom: 240px; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-uibg {
  height: 390px; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails.tos-has-caption .tos-uibg {
  height: 510px; }

/*
	jQuery Touch Optimized Sliders "R"Us
	Html media
*/
.tos-slide .tos-html {
  -webkit-overflow-scrolling: touch; }

/*
	jQuery Touch Optimized Sliders "R"Us
	Youtube media
*/
.tos-play {
  background: black;
  opacity: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }
  .tos-play:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%; }

.tos-desktop .tos-wrapper:hover .tos-play,
.tos-touch .tos-wrapper.tos-hover .tos-play {
  opacity: 0.5; }
  .tos-desktop .tos-wrapper:hover .tos-play:hover,
  .tos-touch .tos-wrapper.tos-hover .tos-play:hover {
    opacity: 0.9; }

.tos-wrapper .tos-play {
  border-radius: 80px;
  width: 80px;
  height: 80px;
  margin: -40px; }
  .tos-wrapper .tos-play:after {
    border: 20px solid transparent;
    border-left-color: white;
    border-left-width: 30px;
    margin-top: -20px;
    margin-left: -10.5px; }

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-play {
  border-radius: 160px;
  width: 160px;
  height: 160px;
  margin: -80px; }
  .tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-play:after {
    border: 40px solid transparent;
    border-left-color: white;
    border-left-width: 60px;
    margin-top: -40px;
    margin-left: -21px; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-play {
  border-radius: 240px;
  width: 240px;
  height: 240px;
  margin: -120px; }
  .tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-play:after {
    border: 60px solid transparent;
    border-left-color: white;
    border-left-width: 90px;
    margin-top: -60px;
    margin-left: -31.5px; }

.-contact-tabs h3 {

}

.-contact-tabs ul {
webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
-moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
border-top: 1px solid #DDDDDD;
padding: 2%;
border-bottom: 1px solid #DDDDDD;
margin: 2em 5px !important;
min-height:10px;
overflow:auto;
}

.-contact-tabs ul li {
width:47%;
float:left;
}
.-contact-tabs ul li:before {
display:none !important;
}
.-contact-tabs ul li strong {
font-size:1.1em;
}
.-contact-tabs ul li strong:before {
content:"\f007";
color:#AAA;
margin-right:5px;
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}