body {
    background-color: #fff;
    color: #5d5d5d;
    font-size: 15px;
    margin: 0;
	/*overflow-x:hidden;*/
    padding: 0;
    line-height: 1.42857;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

* {
    font-family: "Open Sans",sans-serif;
}

a {
    text-decoration: none;
    transition: all 0.3s ease 0s;
    outline: medium none !important;
    
}

.floatleft {
	float: left;
}

a, a:hover, a:focus, a:active {
    color: #f27a24;
}

.clearboth {
    clear: both;
}

header {
    display: block;
    padding: 10px 0 10px;
    box-sizing: border-box;
}

.container {
    content: " ";
    display: table;
    clear: both;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    
}

.container2 {
    float:left;
    width: 50%;
}

.logo {
    margin: 17px 0;   
    float: left;
}

.szuro {
	background: #f9f9f9 none no-repeat scroll 0px 205px !important;
	background-image: url('https://kinatech.hu/assets/images/kinatech_hu_small2.png') !important;
}

.search-area {
    margin: 8px 0 0;
    width: 40%;
    float:left;
    font-family: "Open Sans",sans-serif;
    
}

/*-------------------------------------*/
    
.cf:before, .cf:after{
  content:"";
  display:table;
}

.cf:after{
  clear:both;
}

.cf{
  zoom:1;
}

/*-------------------------------------*/	

.form-wrapper {
    width: 450px;
    padding: 15px;
}

/* .form-wrapper input {
    width: 330px;
    height: 30px;
    padding: 10px 5px;
    float: left;    
    font: normal 15px "Open Sans", 'trebuchet MS', 'Tahoma';
    border: 0;
    background: #eee;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;      
}

.form-wrapper input:focus {
    outline: 0;
    background: #fff;
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
    box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}

.form-wrapper input::-webkit-input-placeholder {
   color: #999;
   font-weight: normal;
   font-style: italic;
}

.form-wrapper input:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.form-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}    
*/
.form-wrapper button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 50px;
    width: 110px;
    font: normal 15px/40px "Open Sans", 'trebuchet MS', 'Tahoma';
    color: #fff;
    text-transform: uppercase;
    background: #f27a24;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;      
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
}   

.form-wrapper button:hover{		
    background: #e54040;
}	

.form-wrapper button:active,
.form-wrapper button:focus{   
    background: #c42f2f;    
}

.form-wrapper button:before {
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #d83c3c transparent;
    top: 17px;
    left: -6px;
}

.form-wrapper button:hover:before{
    border-right-color: #e54040;
}

.form-wrapper button:focus:before{
    border-right-color: #c42f2f;
}    

.form-wrapper button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.social {
    float: right;
    height: 40px;
    padding: 25px;
}

.social a {
    width: 40px;
    height: 40px;       
    background-repeat: no-repeat;  
    display: block;
    margin-left: 15px;
    float: left;
}

.social a:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.social .social-facebook {
    background-image: url('/images/ikonok/facebook.png'); 
}

.social .social-twitter {
    background-image: url('/images/ikonok/twitter.png'); 
}

.social .social-googleplus {
    background-image: url('/images/ikonok/googleplus.png'); 
}

.social .social-tumblr {
    background-image: url('/images/ikonok/tumblr.png'); 
}

.social .social-youtube {
    background-image: url('/images/ikonok/youtube.png'); 
}


.social2 .social-facebook {
    background-image: url('/images/ikonok/facebook.png'); 
}

.social2 .social-twitter {
    background-image: url('/images/ikonok/twitter.png'); 
}

.social2 .social-googleplus {
    background-image: url('/images/ikonok/googleplus.png'); 
}

.social2 .social-tumblr {
    background-image: url('/images/ikonok/tumblr.png'); 
}

.social2 .social-youtube {
    background-image: url('/images/ikonok/youtube.png'); 
}

.social2 {
    height: 35px;
    padding: 10px;
	
}

.social2 a {
    width: 30px;
    height: 30px;       
    background-repeat: no-repeat;  
	background-size: 30px 30px;
    display: inline-block;
    margin-left: 15px; 

}

.social2 a:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



.navigation {
    background: #f27a24;
	min-width:1200px;
}

.toggleMenu {
    display:  none;
    background: #666;
    padding: 10px 15px;
    color: #fff;
}
.nav {
    display:inherit;
    padding:0px;
    margin:auto;
    list-style: none;
    *zoom: 1;
}
.nav:before,
.nav:after {
    content: ""; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
}
.nav a {
    padding: 10px 15px;
    color:#fff;
    *zoom: 1;
}
.nav > li {
    float: left;
    z-index: 200;
    border-right:1px solid #EA6C0F;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;    
}
.nav > li > a {
    display: block;
    padding: 18px 22px;
    font-weight: bold;
    text-transform: capitalize;
}

.nav > li:hover {
    background-color: #E54040;    
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.box {
    float:left;    
    width: 359px;
    padding: 10px 20px;
}

.boxbig {
    float:left;
    width: 570px;
    padding: 10px 0px 10px 20px;
}

.boxheader {
    background-color: #f27a24;
    border-radius: 5px 5px 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 0px 15px 45px;
    text-transform: uppercase;    
    border-bottom: 1px solid #636363;
}

.priceicon {
    background-image: url('/images/ikonok/ar.png');    
    background-position: 10px;    
    background-repeat: no-repeat;
}

.testicon {
    background-image: url('/images/ikonok/teszt.png');    
    background-position: 10px;    
    background-repeat: no-repeat;
}

.videoicon {
    background-image: url('/images/ikonok/video.png');    
    background-position: 10px;    
    background-repeat: no-repeat;
}

.specicon {
    background-image: url('/images/ikonok/video.png');    
    background-position: 10px;    
    background-repeat: no-repeat;
}

.popularicon {
    background-image: url('/images/ikonok/nepszeru.png');    
    background-position: 10px;    
    background-repeat: no-repeat;
}

.companyicon {
    background-image: url('/images/ikonok/gyarto.png');    
    background-position: 10px;    
    background-repeat: no-repeat;
}

.latesticon {
    background-image: url('/images/ikonok/telefon.png');    
    background-position: 10px;    
    background-repeat: no-repeat;
}

.newsicon {
    background-image: url('/images/ikonok/hirek.png');    
    background-position: 10px;    
    background-repeat: no-repeat;
}

.saleicon {
    background-image: url('/images/ikonok/akciok.png');    
    background-position: 10px;    
    background-repeat: no-repeat;
}




.boxbottom {
    background-color: #f27a24;
    border-radius: 0 0 5px 5px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 17px;
    text-align:right;
    clear:both;
}

.boxbottom a {
	color: #fff;
}

.boxbottom a:hover {
	color: #fff;
	text-decoration: underline;
}

.boxtop {
    background-color: #f27a24;
    border-radius: 5px 5px 0px 0px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 17px;
    text-transform: capitalize;  
    text-align:right;
    clear:both;
}

.telverzio {
	border: 1px solid;
    display: block;
    font-size: 10px;
    font-weight: normal;
    left: 70px;
    padding: 0 3px;
    position: absolute;
    top: 27px;
	border-radius: 4px;
}

.telverzio2 {
    font-size: 11px;
	display: block;
	border-top: 1px solid lightgrey;
	padding: 4px 0px;
	background: #f9f9f9;
}

.boxi {
	width:50px;
	display:inline-block;
}

.lista {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.lista > li { border: 1px solid #e0e0e0;
  border-top: 0;
  border-bottom: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.lista > li:hover {
    background: #FFC070 fixed;    
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.lista > li a {
     display: inline-block;
     color: #636363;
     font-weight: 600;
     padding: 12px 17px;
}

.lista .odd4 { 
	clear: both;
	height:30px;
	background: #CCFFCC;
	position:relative;
	border-bottom: 1px solid;
		
		
}

.lista .even, .lista .even2, .lista .even3, .even_gy{
    clear: both;
    background: linear-gradient(to right, white 30% ,#E6E6E3 70%);   
	position:relative;
}

.lista .odd, .lista .odd2, .lista .odd3, .lista .odd_Gy{
    clear: both;
	position:relative;
}

.lista .testsmall {
    display: block;
    font-size: 10px;
    left: 0;
    position: relative;
    text-align: center;
    top: -10px;
    width: 75px;
    cursor: pointer;
}

.lista button {
    border:none;
    background:none;    
    font-size: 12px;
    padding-top: 15px;
    width: 220px;
}

.videobutton {
    padding-top: 5px !important;
    padding-bottom: 5px;
    height: 40px;
}

.lista img {
    height: 35px;
    float: left;
    padding: 5px 20px 0px 10px;
}


.odd_gy img, .even_gy img {
    width: 45px;
    height: 30px;
    float: left;
    padding: 2px 20px 0px 0px;  
}

.odd_gy a, .even_gy a {
    padding: 7px 15px !important;
}

.odd2 img, .even2 img {
    width: 100px;
    /*height: 25px;*/
    float: left;
    padding: 8px 5px 0px 10px;    
}

.odd2 a, .even2 a {
    padding: 5px !important;
}

.pricetag {
    color: #407AC5;
    float: right;
    padding: 12px 17px;
}

/* Gyartok főoldalon */
.lista2 {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.lista2 > li { 
    border: 1px solid #e0e0e0;
    border-top: 0;
    border-bottom: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.lista2 > li:hover {
    background: #FFC070 fixed;    
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.lista2 > li a {
     display: inline-block;
     color: #636363;
     font-weight: 600;
     padding: 12px 17px;
}

.lista2 .even {
    clear: both;
    background-color: #F9F9F9;   
}

.lista2 .odd {
}

.news {
    border: 1px solid #f9f9f9;
    display: table;
	border-bottom: 1px solid #E54040;
}

.news h3 {
    font-size:16px;
    background:#f9f9f9;
    padding: 5px 20px;
    margin: 0;
    font-weight: normal;
    color: #666;
}

.news a:hover {
    text-decoration: underline;
}

.news a:hover img {
    opacity: 0.8;
}

.news img {
    width: 180px;
    float: left;
    padding: 5px !important;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75) !important;
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75) !important;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75) !important;
}


.newstext {
    height:110px;
    display: block;
    overflow: hidden;
    font-size: 14px;
	padding: 7px;
}

.footer {
    background: #999;
    text-align: center;
    padding: 20px;   
	min-width:1200px;
}

.footer a {
	color: black;
	font-size:14px;
}

.footer a:hover {
	text-decoration: underline;
}

.box70 {
    float: left;
    padding: 10px 20px;
    width: 65%;
}

.box70 input {
    width: 100%;
}

.box70 input[type=text], .box70 textarea{
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 1px solid lightgrey;
	background-color:#f9f9f9;
    border-radius: 4px;	
	font-size:16px;	
}

.box70 input[type=text]:focus, .box70 textarea:focus{
    border: 1px solid #555;
}

.box70 textarea {
	resize: none;
}

.box70 input[type=button], .box70 input[type=submit], .box70 input[type=reset] {
    background-color: #f27a24;
    border: 1px solid lightgrey;
	border-radius: 4px;	
    color: white;
    padding: 10px 16px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
}

.articlebox img {
	margin: 10px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	border: 0px;
}

.article_text {
	border-top: 1px solid #d3d3d3;
	padding-top: 5px;	
}


@media only screen and (max-width: 768px) {
	.article_text {
		font-size:24px;
	}
	
	.ar_box {
		font-size: 20px !important;
	}
	
	.ar_box a {
		font-size: 30px !important;
	}
	
}

.box70 h1 {
	font-size:24px;
}

.h1smaller {
	font-size:20px !important;
	line-height:34px;
}

.h1muchsmaller {
	font-size:15px !important;
	line-height:34px;
}

.box100 {
    float: left;
    padding: 10px 20px;
    width: 1160px;
}

.box100_2 {
	float: left;
    padding: 0px 20px 10px 20px;
    width: 1160px;
	margin-top:-10px;
}

.box30 {
    float: left;
    padding: 10px 10px;
    width: 25%;
}

.telinfo {
    
}

.telinfo img {
    padding: 24px 5px 24px 5px;
    border: 1px solid #e0e0e0;
    float: left;
}

.telinfo h1 {
    background: #e0e0e0;   
    overflow: auto;
    padding: 5px 5px 0px 10px;
    margin: 0px;
    border-radius: 0 5px 0 0;
}

.telinfo h2 {
    border-radius: 5px 5px 0 0;
    background: #f27a24;   
    overflow: auto;
    padding: 10px 5px 10px 60px;
    margin: 0px;
    font-size:16px;
    color: white;
    border-bottom: 1px #636363 solid;
    background-image: url('/images/ikonok/specifikacio.png');    
    background-position: 10px;    
    background-repeat: no-repeat;    
}

.gyartoleiras {
    padding: 10px;
    display: flex;
}

.smallinfo {
    display: block;
    font-size:12px;
    border-bottom: 1px solid #e0e0e0;
    overflow: auto;
    padding: 7px 0px;
    
}

.smallinfo b {
    padding-left: 30px;
}

.halfsize {
    width: 50%;
    float: left;
}



.infobox {
    padding: 10px 10px;
    font-size: 25px;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
    float: left;
    width: 135px;
	height: 67px;
}

.infobox_right {
    border-right: none;
}


.infobox small {
    font-size: 12px;
    display: block;
}

/* Telefon info felső része közötti vonalsáv */
.line {
    height: 5px;
    background: #e0e0e0;   
    overflow: auto;
}

.line3 {
    height: 27px;
    background: #e0e0e0;   
    overflow: auto;
}

.line2 {
    height: 10px;
    background: #e0e0e0;   
    overflow: auto;
	border-bottom: 1px solid black;
}

/* Telefon info - további verziók */
.verziok {
	
	padding-left: 15px;
	padding-bottom: 2px;
    background: #e0e0e0;   
    overflow: auto;
	font-size: 12px;
	border-bottom: 1px solid black;
	color: grey;
	line-height:1.2;
}

.verziok a {
	margin: 2px 5px;
	padding: 0px 5px;
	border: 1px solid grey;
	border-radius: 5px;
	color: grey;
	display: inline-block;
}

.verziok_non {
	font-weight: bold;
	margin: 0px 5px;
	padding: 0px 5px;
	color: grey;
	display: inline-block;
}

.verziok_non small {
	font-size:11px;
	display: block;
}

.verziok a > small {
	font-size:10px;
	display: block;
}
.verziok a:hover {
	border: 1px solid #f27a24;
	border-radius: 5px;
	color:#f27a24;
}

/* Telefon info további rész kategória címek */
.maincat {
    height: 21px;
    background: #e0e0e0;   
    overflow: hidden;
    padding: 10px 10px 5px 10px;
    font-weight: bold;
    clear: both;
    border-bottom: 1px #2E2E28 solid;
}

.margintop {
	margin-top:50px;
}

.telgallery {
    padding: 10px 20px 5px 20px;
    float: left;
    width: 740px;
}

.telgallery img {
    display: block;
    height: 100px;
}

/* Ár gomb */

.price-button {
    background-color: #7A5840;
    border: 1px solid #000000;
    border-radius: 6px;
    box-shadow: 0 1px 3px #7A5840, 5px 0 6px -5px #7A5840;
    color: #225eb9;
    cursor: pointer;
    display: inline-block;
    height: 33px;
    line-height: 100%;
    margin: 2px 8px 2px 25px;
    outline: 0 none;
    padding-left: 5px;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    width: 75px;
    color: #eee;
}

.price-button::after, .price-button::before {
    border-style: solid;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}
.price-button::after {
    border-color: transparent transparent transparent #7A5840;
    border-width: 13px 0 13px 7px;
    right: -7px;
    top: 3px;
}
.price-button::before {
    border-color: transparent transparent transparent #7A5840;
    border-width: 13px 0 13px 7px;
    right: -8px;
    top: 3px;
}
.price-button:hover {
    background-color: #E54040;
}
.price-button:hover::after {
    border-color: transparent transparent transparent #E54040;
}
.price-button:active {
    background-color: #E54040;
    box-shadow: none;
}
.price-button:active::after {
    border-color: transparent transparent transparent #E54040;
}

.price-button .smallprice {
    font-size:12px;
    font-weight: normal;
    display: block;
    text-align: right;
    padding: 3px 5px 2px 0px;
}

.garancia {
    width: 30px;
    height:25px; 
    background-repeat: no-repeat;   
    float: left;
    font-size:10px;
    padding: 13px 0 1px 25px;
    background-position: 2px center; 
}

.kod_telefon {
	text-align:center;
    width: 60px;
    height:42px; 
    float: left;
    font-size:12px;
    padding: 0px 0 1px 0px;
	margin-left: -5px;
}


.cn {    
    background-image:  url('/images/ikonok/CN_K.png');  
}

.eu {
    background-image:  url('/images/ikonok/EU_K.png');     
}

.cn-eu {
    background-image:  url('/images/ikonok/CN_EU_K.png');     
}

/* FŐOLDALI ELEMEK*/

.fo_ar {
    border-left: 1px solid lightgray;
    float: right;
    height: 30px;
    padding-left: 10px;
    padding-top: 5px
}

.fo_ar2 {
    border-left: 1px solid lightgray;
    float: right;
    height: 30px;
    padding-left: 10px;
   
	width: 100px;
}

.fo_ar3 {
    border-right: 1px solid lightgray;
    float: left;
    height: 30px;
    padding-right: 10px;
	width: 100px;
	margin-right:5px;
}

.odd3 a, .even3 a, .odd4 a {
    padding: 3px !important;
    width:95%;    
}
/* Telefon Boxok */

.telefonbox {
    width: 180px;   
	height:243px;
    float: left;
    text-align: center;
    border: 1px solid #e0e0e0;
    padding-bottom: 10px;
    margin-bottom: 10px;
	margin-top: 5px;
    margin-left: 10px;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.15);	
}

.telefonbox2 {
	margin: -5px 5px 15px 5px !important;
}

.telefonbox2 {
	height: 200px !important;
}

.telefonbox2 img {
    width: 100px !important;
	padding: 15px 5px 10px 5px !important;
}


.telefonbox .cim {
    display: block;
	background: #f9f9f9;
	padding: 2px 0;
	border-bottom: 1px solid lightgrey;
	font-weight: bold;
}

.blackandwhite img {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	opacity: 0.5;
    filter: alpha(opacity=50);
}

.verzio {
	color: grey;
    display: block;
    font-size: 11px;
    margin: auto;
    position: absolute;
    text-align: center;
    width: 180px;
	font-weight: normal;
}

.megjegyzes {
	color: grey;
    display: block;
    font-size: 10px;
    margin: auto;
    position: absolute;
    text-align: center;
    width: 180px;
	font-weight: normal;
	margin-top:-15px;
}

.boxgyar {
	height: 140px !important;
}

.boxaruhaz {
	height: 140px !important;
}

.boxaruhaz img {
	padding-top:40px !important;
	padding-bottom: 35px !important;
}

.telefonbox a:hover {
	text-decoration: underline;
}

.telefonbox img {
    width: 150px;
	padding: 15px 0px 5px 0px;
}


.telefonbox a:hover img {
    opacity: 0.8;
}

.telokbox {
    margin-top: 20px;
    margin-bottom: 10px;
    clear:both;
}

.nomargin {
    margin: 0px !important;
}

.telokbox h2 {
    border-radius: 5px 5px 0 0;
    background: #f27a24;   
    overflow: auto;
    padding: 10px 5px 10px 60px;
    margin: 0px;
    font-size:16px;
    color: white;
    border-bottom: 1px #636363 solid;
    background-position: 10px;    
    background-repeat: no-repeat;    
}



.telokbox p {
    border-radius: 5px 5px 0 0;
    background: #f27a24;   
    overflow: auto;
    padding: 10px 5px 10px 60px;
    margin: 0px;
    font-size:16px;
    color: white;
    border-bottom: 1px #636363 solid;
    background-position: 10px;    
    background-repeat: no-repeat;    
}

.price_small {
	border-top: 1px solid #F9BD91;
	margin:auto;
	padding:3px;
	font-size:14px;
	background: #f9f9f9;
	font-weight:bold;
}

.code_small {
	border-top: 1px solid #14D100;
	margin:auto;
	padding:3px;
	font-size:14px;
	background: #ffffff;
	font-weight:bold;
}


/* Kimenő linkek töltősávja */
.progress-bar {
	margin-top:20px;
    width: calc(100% - 6px);
    height: 20px;
    background: #e0e0e0;
    padding: 3px;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2);
}

.progress-bar-fill {
    display: block;
    height: 20px;
    background: #659cef;
    border-radius: 3px;
    /*transition: width 250ms ease-in-out;*/
    transition: width 3s ease-in-out;
}

.ar_box {
	background: #00CDAE none repeat scroll 0 0;
    border-radius: 2px;
    color: #005548;
	display:table;
    font-size: 12px;
    margin: auto;
    padding: 10px 50px;
    text-align: center;    
	border-right: 10px solid #00967F;
	border-left: 10px solid #00967F;
}

.ar_box a {	
    font-size: 20px;
    font-weight: bold;
	text-transform: uppercase;
	color: white;
	text-decoration: none;
	position:relative;
}

.ar_box a::before {	
    content:"\f054";
	font-family: 'FontAwesome', sans-serif;
	margin-right:5px;
	color:#00967F;
	width:20px;
	position:absolute;
	left:-30px;
	top:0px;
}

.ar_box a:hover:before {	
	color:white;
	-webkit-animation: bounceright .3s alternate ease infinite;
	animation: bounceright .3s alternate ease infinite;
	
}

.ar_box a:hover {
	color: white;
}

@-webkit-keyframes bounceright {
	from { -webkit-transform: translateX(0); }
	to   { -webkit-transform: translateX(3px); }
}

@keyframes bounceright {
	from { transform: translateX(0); }
	to   { transform: translateX(3px); }
}

/* RATE IT */
.rateit {
    display: -moz-inline-box;
    display: inline-block;
    position: relative;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
	float:right;
	text-align: right;
}

.ratedescr {
	font-size: 12px;
	
}

.rateit .rateit-range
{
    position: relative;
    display: -moz-inline-box;
    display: inline-block;
    background: url(star.gif);
    height: 16px;
    outline: none;
}

.rateit .rateit-range * {
    display:block;
}

/* for IE 6 */
* html .rateit, * html .rateit .rateit-range
{
    display: inline;
}

/* for IE 7 */
* + html .rateit, * + html .rateit .rateit-range
{
    display: inline;
}

.rateit .rateit-hover, .rateit .rateit-selected
{
    position: absolute;
    left: 0px;
}

.rateit .rateit-hover-rtl, .rateit .rateit-selected-rtl
{
    left: auto;
    right: 0px;
}

.rateit .rateit-hover
{
    background: url(star.gif) left -32px;
}

.rateit .rateit-hover-rtl
{
    background-position: right -32px;
}

.rateit .rateit-selected
{
    background: url(star.gif) left -16px;
}

.rateit .rateit-selected-rtl
{
    background-position: right -16px;
}

.rateit .rateit-preset
{
    background: url(star.gif) left -48px;
}

.rateit .rateit-preset-rtl
{
    background: url(star.gif) left -48px;
}

.rateit button.rateit-reset
{
    background: url(delete.gif) 0 0;
    width: 16px;
    height: 16px;
    display: -moz-inline-box;
    display: inline-block;
    float: left;
    outline: none;
    border:none;
    padding: 0;
}

.rateit button.rateit-reset:hover, .rateit button.rateit-reset:focus
{
    background-position: 0 -16px;
}


.box70 table {
   border: 1px solid black;
   font-size:12px;
   padding: 3px;
}

.box70 td {
   border: 1px solid black;
   font-size:12px;
   padding: 3px;
}

.box70 th {
   border: 1px solid black;
   font-size:12px;
   padding: 3px;
}

.box70 table {
	border-collapse: collapse;
}

.box70 table th {
	background-color: #f27a24;
	color: white;
}

.box70 table tr:nth-child(even) {
    background-color: #eee;
}
.box70 table tr:nth-child(odd) {
    background-color: #fff;
}

