article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a:active,
a:hover {
    outline: 0;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    height: 100%;
}
body {
    background: #f2f4f6;
    font-size: 14px;
    font-family: 'Open Sans', Tahoma, Arial, Verdana, sans-serif;
    margin: 0;
    height: 100%;
    color: #454545;
}
a {
    outline: none;
}
img {
    border: 0;
}
.clear {
    clear: both;
}
.content-padding {
    padding: 30px;
    min-height: 100%;
}
.content-page.login-page {
    bottom: 0;
    height: 282px;
    margin: auto;
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    left: 0;
}
.login-page a.forgotten_pass:hover {
    color: #BC3131;
}
.login-page .forma img {
    margin: 0px;
    vertical-align: bottom;
	width: 199px;
}
.login-page .forma {
    background: #fff;
    display: inline-block;
    vertical-align: middle;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
}
.login-page form {
    padding: 5px 0px 20px 0px;
    width: 540px;
}
.login-page form label {
    font-family: 'Open Sans';
    font-size: 14px;
}
.login-page .credits {
    display: inline-block;
}
.login-page .teztour-menu-sign {
    float: left;
    color: #7c7c7c;
	font-size: 12px;
}
.login-page .right-copyright {
    padding: 0;
    margin-top: 10px;
}
.login-page form {
    text-align: left;
}
.login-page form div {
   /* width: 47%;*/
}
.login-page form input {
    width: 95%;
}
h2.content-title {
    margin: 0;
    background: #333333;
    color: #fff;
    font-size: 16px;
    padding: 8px 14px;
	border-radius: 5px;
}
#header {
    background: #333333;
    height: 85px;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 18;
}
.logo-wrap {
	background: #c71d22;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#header .logo {
    margin: 0px 0px 0px 20px;
    padding: 10px 0px 0px 0px;
}
#header .logo img {
    width: 199px
}
.forma .logo {
	padding: 15px 0px 20px 0px;
}
#main {
    min-height: 100%;
    position: relative;
    padding-bottom: 70px;
}
#left-menu::before {
    background-color: inherit;
    border-color: inherit;
    border-style: inherit;
    border-width: inherit;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: inherit;
    z-index: -1;
}
#left-menu {
    background: #c71d22;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 125px 0 0;
    position: absolute;
    width: 265px;
}

.custom_dropdownmenu ul {
    margin: 0;
    padding: 0;
}
.custom_dropdownmenu > div > ul > li > div {
    left: 100%;
    top: 0%;
}
.custom_dropdownmenu ul li {
    display: block;
    position: relative;
    z-index: 1;
}
.custom_dropdownmenu li a {
    /*! background: #fff; */
    border-bottom: 1px solid #e96b6b;
    color: #fff;
    display: block;
    padding: 10px 46px 10px 58px;
    white-space: nowrap;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}
.custom_dropdownmenu .second-level-ul li a {
    padding: 10px 35px 10px 35px;
}
.custom_dropdownmenu li a.wrap-normal {
    white-space: normal;
}
.custom_dropdownmenu li:hover > a, .custom_dropdownmenu li:focus > a {
    background: #bc3131;
    color: #fff;
}
.custom_dropdownmenu .second-level-ul li a {
    background: #fff;
}
.custom_dropdownmenu .second-level-ul li:hover > a, .custom_dropdownmenu .second-level-ul li:focus > a {
    background: url('img/arr.gif') no-repeat 15px 15px #bc3131;
    border: none;
}
.custom_dropdownmenu .second-level-ul li a {
    border: none;
}
.custom_dropdownmenu li a:hover, .custom_dropdownmenu li a:focus {
    background: #b61313;
}
.custom_dropdownmenu ul div {
    display: none;
    left: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}
.custom_dropdownmenu li:hover > div {
    display: block;
}
.custom_dropdownmenu .label_menu {
    display: none;
}
.custom_dropdownmenu .menu-icon-box {
    display: absolute;
    display: inline-block;
    background: url('img/sprite.png') -2px -2px no-repeat transparent;
    /*border-radius: 50%;*/
    width: 29px;
    height: 29px;
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.custom_dropdownmenu .home-pos {
    background-position: -2px -2px;
}
.custom_dropdownmenu li:hover .home-pos {
    background-position: -42px -2px;
}
.custom_dropdownmenu .anchor-pos {
    background-position: -2px -33px;
}
.custom_dropdownmenu li:hover .anchor-pos {
    background-position: -42px -33px;
}
.custom_dropdownmenu .brief-pos {
    background-position: -2px -64px;
}
.custom_dropdownmenu li:hover .brief-pos {
    background-position: -42px -64px;
}
.custom_dropdownmenu .profile-pos {
    background-position: -2px -95px;
}
.custom_dropdownmenu li:hover .profile-pos {
    background-position: -42px -95px;
}
.custom_dropdownmenu .magnif-pos {
    background-position: -2px -126px;
}
.custom_dropdownmenu li:hover .magnif-pos {
    background-position: -42px -126px;
}
.custom_dropdownmenu .loc-pos {
    background-position: -2px -157px;
}
.custom_dropdownmenu li:hover .loc-pos {
    background-position: -42px -157px;
}
.custom_dropdownmenu .blank-pos {
    background-position: -2px -188px;
}
.custom_dropdownmenu li:hover .blank-pos {
    background-position: -42px -188px;
}
.custom_dropdownmenu .gears-pos {
    background-position: -2px -219px;
}
.custom_dropdownmenu li:hover .gears-pos {
    background-position: -42px -219px;
}
.custom_dropdownmenu .dir-pos {
    background-position: -2px -250px;
}
.custom_dropdownmenu li:hover .dir-pos {
    background-position: -42px -250px;
}
.custom_dropdownmenu .power-pos {
    background-position: -2px -281px;
}
.custom_dropdownmenu li:hover .power-pos {
    background-position: -42px -281px;
}
.custom_dropdownmenu .plet {
    background-position: -2px -312px;
}
.custom_dropdownmenu li:hover .plet {
    background-position: -42px -312px;
}
.custom_dropdownmenu .perc {
    background-position: -2px -343px;
}
.custom_dropdownmenu li:hover .perc {
    background-position: -42px -343px;
}
.custom_dropdownmenu .tezl {
    background-position: -2px -374px;
}
.custom_dropdownmenu li:hover .tezl {
    background-position: -42px -374px;
}
.login-page .teztour-menu-sign {
    position: static;
}
.teztour-menu-sign {
    /*! font-family: 'Open Sans'; */
    /*! font-weight: bold; */
    color: #fff;
    position: absolute;
    margin: 0 auto;
    bottom: 20px;
    left: 20px;
    z-index: 100;
    /*! font-size: 16px; */
	display: inline-block;
}
.content-page {
    margin: 0 0 0 265px;
    min-width: 1000px;
}
.content-page a {
    text-decoration: none;
    color: #bc3131;
}
.content-page a:hover {
    text-decoration: none;
    color: #bc3131;
}
.navigation-site {
    background: #fff;
	color: #BC3131;
    padding: 5px 0px 6px 18px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.navigation-site a {
    color: #BC3131;
    /*! font-size: 16px; */
    text-decoration: none;
}
.navigation-site a:hover {
    text-decoration: underline;
}
.navigation-site span {
    /*! color: #a0a0a0; */
    /*! font-size: 16px; */
}
.navigation-site img {
    margin: 0 12px;
}
.right-copyright {
    text-align: right;
    padding: 0 20px 15px 0;
}
.right-copyright a, .right-copyright span {
    font-size: 12px;
    color: #7c7c7c;
    text-decoration: none;
}
.right-copyright a:hover {
    text-decoration: none;
}
.right-copyright img {
    vertical-align: middle;
    padding-bottom: 2px;
}
#tabs {
    padding: 25px;
    border: none;
    border-radius: 0;
    width: 920px;
    margin: 50px auto 0;
}
#tabs a:hover {
    color: #222;
}
#footer {
    position: absolute;
    width: 100%;
    bottom: 0;
}
.ui-widget-header {
    border: none;
    border-radius: 0;
    background: none;
}
.ui-tabs-panel.ui-widget-content.ui-corner-bottom {
    border: 1px solid #cbcbcb;
}
.ui-tabs .ui-tabs-nav li {
    border-color: #ddd;
    margin: 1px 2px 0 0;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #454545;
}
.ui-tabs .ui-tabs-nav {
    padding: 0;
}
.ui-tabs .ui-tabs-panel {
    padding: 35px 15px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    border-color: #cbcbcb;
}
.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active, .ui-state-default.ui-corner-top {
    font-size: 18px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #f1f2f4;
}
.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active {
    background: #fff;
}
form {
    text-align: center;
}
form div {
    display: inline-block;
    vertical-align: bottom;
    text-align: left;
}
.login-page select ,input, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    border: 1px solid #dddddd;
    height: 40px;
    padding: 8px 4px;
    vertical-align: middle;
    font-size: 14px;
    font-family: 'Open Sans';
}
.login-page select, input, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button, label {
    /*margin: 0px 8px 0 8px;*/
}
.login-page select {
    width: 95%;
}
label {
    font-size: 16px;
    color: #454545;
    font-weight: bold;
    margin-bottom: 4px;
    display: inline-block;
}
.searchbox label {
    font-size: 14px;
    margin: 0;
}
input[type="checkbox"] {
    margin: 0;
}
input[type="submit"], input[type="button"], .tabs-produlji {
background-color: #c71d22;
	color: #fff;
	border: 0px solid #c71d22;
	font-size: 14px;
	padding: 10px 10px;
	font-weight: 600;
	transition: all 0.15s ease-out 0s;
	border-radius: 4px;
	outline: none;
	letter-spacing: 2px;
	display: inline-block;
    cursor: pointer;
}
input[type="submit"]:hover, input[type="button"]:hover, .tabs-produlji:hover {
background: #ff2727;
	color: #fff;
}
.tabs-produlji {
    display: inline-block;
    padding: 12px;
    text-decoration: none!important;
    margin-top: 20px;
    color: #BC3131!important;
}


.cbx {
    display: inline-block;
    min-width: 160px;
}
.ui-datepicker-trigger {
    vertical-align: middle;
}
.tableHeader {
    color: #BC3131;
    color: #fff;
}
.tabs-th-color th {
    color: #004F83;
    padding: 0;
}
.tableheader {
    background: #70C3EF;
    color: #fff;
}
.uppercase {
    text-transform: uppercase;
}
#days {
    width: 38px;
    height: 30px;
}
input[type="text"]:hover, input[type="password"]:hover {
    border-color: #c4c4c4;
    transition: 0.05s ease-in-out;
}
input[type="text"]:focus, input[type="password"]:focus {
    border-color: #c71d22;
}
/*input[type="submit"]:hover, input[type="button"]:hover, .tabs-produlji:hover  {
	color: #bc3131;
  background: #fff;
}*/
input.produlji {
    margin-top: 50px;
}
.custom_dropdownmenu .wrap-normal .span {
    font-size: 16px;
}
.bg-white {
    background: #fff;
    padding: 25px;
}

.zaqvka {
    background-color: #fff;
    font-size: 11px;
    cursor: pointer;	
}
.zaqvka td {
    padding: 0 5px;
}
.zaqvka-ne {
    background-color: #b30606;
    color: #fff;
    text-align: left;
    width: 100%;
}
.zaqvka-ne:hover {
    background-color: #fff;
    color: #7F8EC5;
}
.searchboxheader {
    margin-bottom: 10px;
}
.docstrue {
    background-image: url('img/docsready.gif');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}
.boldtext {
    font-weight: bold;
}
select {
    color: #506f80;
    padding: 2px 0;
}
.actionHeader {
    background-color: #585858;
    color: #fff;
    font-size: 16px;
    /*! font-weight: bold; */
    text-align: left;
}
.stopHotelfalse {
    background-color: #eee;
    color: #064497;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
}
#priceTable {
     border: 1px solid #1a8fdd;
}
#priceTable td {
     border: 1px solid #BC3131;
     font-weight: bold;
}
.rez_ceni #tabs {
    margin: 0;
    padding: 0;
    width: auto;
    font-size: 13px;
}
.rez_ceni #tabs .formtitle {
    color: #004f83;
}
.rez_ceni #tabs table tr td {
    text-align: left;
    padding: 0;
}
.rez_ceni input {
    height: auto;
    padding: 2px 4px;
    margin: 0;
}
.rez_ceni input[type="button"] {
    height: 40px;
    padding: 0 12px;
}
.rez_ceni select {
    height: auto;
    padding: 0;
    margin: 0;
}
.formtitle {
    background: #fff;
}
.boldtextwhite {
    color: #fff;
    font-weight: bold;
    padding: 3px 0!important;
    text-align: center!important;
    background-color: #70C3EF;
}
.actionRow {
    color: #BC3131;
    background-color: #fff;
}
.actionRow td {
    background-color: #fff;
}
.formtitleblack {
    font-weight: bold;
    background-color: #fff;
}
#spodclass, #spoaclass {
    font-size: 11px;
}
#txtHotelNotes {
    height: 60px;
    width: 450px;
}
td.immediateConfirmation_true a {
    color: #fff;
}
.immediateConfirmation_true {
    background-color: #99a66c;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    text-align: left;
}
.contentOrder {
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #5eaed8;
    color: #000;
    /*text-align: center;*/
}
#separator {
    background-color: #83a2b4;
    height: 1px;
    width: 100%;
}
.boldtextblue {
    color: #BC3131;
    font-family: arial,helvetica,sans-serif;
    font-weight: bold;
}
.orderWindowHeader {
    background-color: #BC3131;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    width: 200px;
}
.delete_button {
    background: #ffb400!important;
}
.delete_button:hover {
    background: #D25843!important;
    color: #fff;
}
#detailedSearch {
    display: none;
}
.open_details {
    display: block!important;
}
.boldtextorange {
    color: #ff9934;
}


.newRes_A, .newResH_A, .newResH_I {
    background-color: #0a6fa3;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
    padding: 5px 5px 10px;
    text-align: left;
    width: 100%;
}
.newRes_B, .newResH_B, .newResH_0 {
    background-color: #1ac2f3;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
    margin: 0;
    padding: 5px 5px 10px;
    text-align: left;
    width: 100%;
}
.newRes_Y, .newResH_Y {
    background-color: #0b8508;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
    margin: 0;
    padding: 5px 5px 10px;
    text-align: left;
    width: 100%;
}
.newRes_N, .newResH_N {
    background-color: #ff2929;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
    padding: 5px 5px 10px;
    text-align: left;
    width: 100%;
}
.newRes_W, .newResH_W {
    background-color: #ff9934;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
    padding: 5px 5px 10px;
    text-align: left;
    width: 100%;
}
.newRes_I {
    background-color: #E2E4E5;
    color: #666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
    padding: 5px 5px 10px;
    text-align: left;
    width: 100%;
}
.newRes_E, .newResH_E {
    background-color: #99a66c;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
    padding: 5px 5px 10px;
    text-align: left;
    width: 100%;
}
.newRes_D, .newResH_D {
    background-color: #000;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
    padding: 5px 5px 10px;
    text-align: left;
    width: 100%;
}
.newRes_C, .newResH_C {
    background-color: #000;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
    padding: 5px 5px 10px;
    text-align: left;
    width: 100%;
}
.newRes_S, .newResH_S {
    background-color: #9a5007;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
    padding: 5px 5px 10px;
    text-align: left;
    width: 100%;
}
.newRes_P, .newResH_P {
    background-color: #bb0aa8;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
    padding: 5px 5px 10px;
    text-align: left;
    width: 100%;
}
.newRes_M, .newResH_M {
    background-color: #fcfbed;
    color: #000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
    padding: 5px 5px 10px;
    text-align: left;
    width: 100%;
}
.newRes_Z, .newResH_Z {
    background-color: #585858;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
    padding: 5px 5px 10px;
    text-align: left;
    width: 100%;
}
.newRes_A:hover, .newRes_B:hover, .newRes_Y:hover, .newRes_N:hover, .newRes_W:hover, .newRes_I:hover, .newRes_E:hover, .newRes_D:hover, .newRes_S:hover, .newRes_P:hover, .newRes_C:hover, .newRes_Z:hover {
    background-color: #f5fbff;
    border-bottom: 1px solid #cacaca;
    color: #474747;
    cursor: pointer;
}
.newResH_A:hover, .newResH_B:hover, .newResH_Y:hover, .newResH_N:hover, .newResH_W:hover, .newResH_I:hover, .newResH_E:hover, .newResH_D:hover, .newResH_S:hover, .newResH_C:hover {
    background-color: #f5fbff;
    border-bottom: 1px solid #cacaca;
    color: #474747;
    cursor: pointer;
}
.antetka {
	text-transform:uppercase;
	font-size:18px;
	font-weight:bold;
	margin-bottom:5px;
	}

/* NOVI SLED 13.01.2017 */
  
  
.tabs-produlji2 {
background-color: #bc3131;
border: 1px solid #d52b2b;
border-radius: 4px;
padding: 8px 15px;
text-transform: uppercase;
    color: #fff!important;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
    padding: 12px;
    margin-top: 20px;
} 
.tabs-produlji2:hover  {
	color: #bc3131!important;
  background: #fff;
} 
  
.table-hotel-prices {
}
.table-hotel-prices table td, .table-hotel-prices table th {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    font-size: 14px;
    padding: 4px 10px;
    text-align: center;
}
.table-hotel-prices table .title {
    background-color: #f2f4f6;
    height: 60px;
}
.reservation-title {
    color: #d52b2b;
    margin-bottom: 20px;
}
.reservation-form {
    background-color: #f2f4f6;
    margin-bottom: 30px;
    padding: 30px;
    width:1000px;
}
.reservation-form .reservation-date {
    font-weight: bold;
}
.reservation-form .summary-table .title {
    font-weight: bold;
}
.reservation-form .summary-table td {
    border: 1px solid #dfdfdf;
    text-align: center;
}
.reservation-form input[type="text"], .reservation-form input[type="tel"], .reservation-form input[type="email"], .reservation-form input[type="number"], .reservation-form select, .reservation-form input[type="password"] {
    border: 1px solid #e1e1e1;
    display: block;
    padding: 6px 4px;
    width: 100%;
}
.reservation-form .submit:hover {
    background-color: #fff;
    border: 1px solid #bc3131;
    color: #bc3131;
}
.reservation-form .submit {
    background-color: #bc3131;
    border: 1px solid #bc3131;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    line-height: 100%;
    padding: 15px 35px;
    text-transform: uppercase;
}  
.reservation-form select,{
    border: 1px solid #e1e1e1;
    display: block;
    padding: 6px 4px;
    width: 100%;
}
.welcome-text {
	color: #fff;
	padding: 0px 20px 20px 20px;
}

.forma h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	margin: 0px;
	padding: 10px 20px;
	line-height: 100%;
}
.bial-fon {
	background: #fff;
	width: 100%;
	text-align: center;
	padding: 10px 0px;
}
 .bial-fon div {
	width: 48%;
	text-align: center;
} 
.bial-fon div label {
    text-align: left!important;
	width: 100%;
	padding-left: 10px;
}
.login-vhod-wrap {
	background: #3d3d3d;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	text-align: center;
	display: inline-block;
	
}  
.login-vhod {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	margin: 0px 0px 10px 0px;
}
.nav-site-wrap {
	background: #c71d22;
	padding: 20px 0px;
} 
  #logo {
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 130;
    width: 199px;
    height: 100px;
    line-height: 100%;
    transition: all 0.15s ease-out 0s;
    background-image: url(img/logo_podlojka_agent.png);
    background-repeat: no-repeat;
    background-size: 190px 115px:;
  }
  #logo img {
	  position:absolute;
width: 134px;
    top: 10px;
	  left: 30px;
  }

.zaobliane {
	border-top-left-radius: 5px;
	position: relative;
}
.zaobliane:before {
	content: "";
   background-color: #c71d22;
	width: 5px;
	height: 5px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	display: inline-block;
}
.zaobliane:after {
	content: "";
	border-top-left-radius: 5px;
   background-color: #f2f4f6;
	width: 5px;
	height: 5px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	display: inline-block;
}
.tel-box{
    display: block;
    margin:0 0px 0 0px;
    text-align: left;
	position: absolute;
  right: 0px;
  top: 30px;
}
.tel-box ul{
    margin:0;
    padding:0;
    list-style: none
}
.tel-box ul li{
    margin:0;
    padding:0;
    list-style: none;
    display: inline
}
.tel-box a {
	font-size: 16px;
    line-height: 16px;
	color: #ffffff;
    position: relative;
	padding: 0 0 0 22px;
    margin:0 9px 0 9px;
    font-weight: 400;
	text-decoration: none;
	transition: all 0.15s ease-out 0s;
}
.tel-box a:hover {
	color: #ff3333;
}
.tel-box a:before{
    font-style: normal;
    font-weight: normal;
    font-family: "icomoon";
    font-size: 17px;
    line-height:17px;
    content: "\e908";
    color: #FFFFFF;
    position: absolute;
    left:0;
    top:0;
    transition: all 0.15s ease-out 0s;
}
.tel-box a.email:before{
    font-style: normal;
    font-weight: normal;
    font-family: "icomoon";
    font-size: 13px;
    line-height:13px;
    content: "\e906";
    color: #FFFFFF;
    position: absolute;
    left:0;
    top:3px;
    transition: all 0.15s ease-out 0s;
}
.tel-box a:hover:before{
    color: #FFFFFF;
}