
/* fonts 
    @import "/assets/css/font.css" screen;
*/
    @font-face{font-family:"Circe-Bold";font-style:normal;font-weight:normal;src:url("../fonts/Circe-Bold.woff") format('woff');}
    @font-face{font-family:"Circe-ExtraBold";font-style:normal;font-weight:normal;src:url("../fonts/Circe-ExtraBold.woff") format('woff');}
    @font-face{font-family:"Circe-Regular";font-style:normal;font-weight:normal;src:url("../fonts/Circe-Regular.woff") format('woff');}
    @font-face{font-family:"Circe-Light";font-style:normal;font-weight:normal;src:url("../fonts/Circe-Light.woff") format('woff');}


/* default */
    *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;outline:0;border:none}
    *::selection{}
    :before,
    :after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
    html{-webkit-tap-highlight-color:rgba(0,0,0,0)}
    body{margin:0;padding:0;height:100%;background-color:#fff;color:#000;font-family:'Circe-Regular',Arial;font-size:14px;line-height:1.5;font-weight:normal;}
    li{list-style:none;}
    button{background-color:transparent;cursor:pointer;vertical-align:top;}
    strong{font-family:"Circe-Bold",Arial;}
    h1,
    h2,
    h3,
    p,
    ol,
    ul{margin:0;padding:0;}
    h1,
    h2,
    h3,
    input,
	button,
	select,
	textarea{font-family:inherit;font-size:inherit;font-weight:normal;line-height:inherit;}
    a{color:inherit;text-decoration:none}
    figure{margin:0}
    img{vertical-align:middle}
    hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}
    table{border-collapse:collapse;border-spacing:0;width:100%;}


/* bootstrap */
    .row{margin-left:-15px;margin-right:-15px;}
    .row:before,
    .row:after,
    .clearfix:before,
    .clearfix:after,
    .wrapper:before,
    .wrapper:after{content:" ";display:table}
    .row:after,
    .clearfix:after,
    .wrapper:after{clear:both}
    .center-block{display:block;margin-left:auto;margin-right:auto}
    .text-center{text-align:center;}
    .text-left{text-align:left;}
    .text-right{text-align:right;}
    .pull-right{float:right!important}
    .pull-left{float:left!important}
    .overflow{overflow:hidden;}
    .show{display:block!important}
    .invisible{visibility:hidden}
    .text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}
    .hidden{display:none!important}
    .affix{position:fixed}
    .wrapper{margin-right:auto;margin-left:auto;}
    .col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px;float:left}
	.row-responsive>.col-xs-1,.row-responsive>.col-sm-1,.row-responsive>.col-md-1,.row-responsive>.col-lg-1,.row-responsive>.col-xs-2,.row-responsive>.col-sm-2,.row-responsive>.col-md-2,.row-responsive>.col-lg-2,.row-responsive>.col-xs-3,.row-responsive>.col-sm-3,.row-responsive>.col-md-3,.row-responsive>.col-lg-3,.row-responsive>.col-xs-4,.row-responsive>.col-sm-4,.row-responsive>.col-md-4,.row-responsive>.col-lg-4,.row-responsive>.col-xs-5,.row-responsive>.col-sm-5,.row-responsive>.col-md-5,.row-responsive>.col-lg-5,.row-responsive>.col-xs-6,.row-responsive>.col-sm-6,.row-responsive>.col-md-6,.row-responsive>.col-lg-6,.row-responsive>.col-xs-7,.row-responsive>.col-sm-7,.row-responsive>.col-md-7,.row-responsive>.col-lg-7,.row-responsive>.col-xs-8,.row-responsive>.col-sm-8,.row-responsive>.col-md-8,.row-responsive>.col-lg-8,.row-responsive>.col-xs-9,.row-responsive>.col-sm-9,.row-responsive>.col-md-9,.row-responsive>.col-lg-9,.row-responsive>.col-xs-10,.row-responsive>.col-sm-10,.row-responsive>.col-md-10,.row-responsive>.col-lg-10,.row-responsive>.col-xs-11,.row-responsive>.col-sm-11,.row-responsive>.col-md-11,.row-responsive>.col-lg-11,.row-responsive>.col-xs-12,.row-responsive>.col-sm-12,.row-responsive>.col-md-12,.row-responsive>.col-lg-12{padding:0;}
	.row-responsive{margin:0;}
	
    .table{width:100%;max-width:100%;margin-bottom:20px;}
    .table>thead>tr>th,
    .table>tbody>tr>th,
    .table>tfoot>tr>th,
    .table>thead>tr>td,
    .table>tbody>tr>td,
    .table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #dddddd;}
    .table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #dddddd;}
    .table>caption+thead>tr:first-child>th,
    .table>colgroup+thead>tr:first-child>th,
    .table>thead:first-child>tr:first-child>th,
    .table>caption+thead>tr:first-child>td,
    .table>colgroup+thead>tr:first-child>td,
    .table>thead:first-child>tr:first-child>td{border-top:0;}
    .table>tbody+tbody{border-top:2px solid #dddddd;}
    .table .table{background-color: #ffffff;}
    table col[class*="col-"]{position:static;float:none;display:table-column;}
    table td[class*="col-"],
    table th[class*="col-"]{position:static;float:none;display:table-cell;}
    .table>thead>tr>td.active,
    .table>tbody>tr>td.active,
    .table>tfoot>tr>td.active,
    .table>thead>tr>th.active,
    .table>tbody>tr>th.active,
    .table>tfoot>tr>th.active,
    .table>thead>tr.active>td,
    .table>tbody>tr.active>td,
    .table>tfoot>tr.active>td,
    .table>thead>tr.active>th,
    .table>tbody>tr.active>th,
    .table>tfoot>tr.active>th{background-color: #f5f5f5;}
    .table>thead>tr>td.success,
    .table>tbody>tr>td.success,
    .table>tfoot>tr>td.success,
    .table>thead>tr>th.success,
    .table>tbody>tr>th.success,
    .table>tfoot>tr>th.success,
    .table>thead>tr.success>td,
    .table>tbody>tr.success>td,
    .table>tfoot>tr.success>td,
    .table>thead>tr.success>th,
    .table>tbody>tr.success>th,
    .table>tfoot>tr.success>th{background-color:#dff0d8;}
    .table>thead>tr>td.info,
    .table>tbody>tr>td.info,
    .table>tfoot>tr>td.info,
    .table>thead>tr>th.info,
    .table>tbody>tr>th.info,
    .table>tfoot>tr>th.info,
    .table>thead>tr.info>td,
    .table>tbody>tr.info>td,
    .table>tfoot>tr.info>td,
    .table>thead>tr.info>th,
    .table>tbody>tr.info>th,
    .table>tfoot>tr.info>th{background-color:#d9edf7;}
    .table>thead>tr>td.warning,
    .table>tbody>tr>td.warning,
    .table>tfoot>tr>td.warning,
    .table>thead>tr>th.warning,
    .table>tbody>tr>th.warning,
    .table>tfoot>tr>th.warning,
    .table>thead>tr.warning>td,
    .table>tbody>tr.warning>td,
    .table>tfoot>tr.warning>td,
    .table>thead>tr.warning>th,
    .table>tbody>tr.warning>th,
    .table>tfoot>tr.warning>th{background-color:#fcf8e3;}
    .table>thead>tr>td.danger,
    .table>tbody>tr>td.danger,
    .table>tfoot>tr>td.danger,
    .table>thead>tr>th.danger,
    .table>tbody>tr>th.danger,
    .table>tfoot>tr>th.danger,
    .table>thead>tr.danger>td,
    .table>tbody>tr.danger>td,
    .table>tfoot>tr.danger>td,
    .table>thead>tr.danger>th,
    .table>tbody>tr.danger>th,
    .table>tfoot>tr.danger>th{background-color:#f2dede;}
	
	
	

/* content */
    .link,
    .content a{color:#000;border-bottom:1px solid rgba(0,0,0,0.1);}
    .link:hover,
    .content a:hover{color:#333;}
    .content p{margin:5px 0 10px;}
    .content ol li,
    .content ul li{margin:0 0 1px;list-style:inherit;}
    .content ol,
    .content ul{margin:5px 0 15px 30px;}
    .h1,
    .content h1{font-size:40px;line-height:48px;font-weight:bold;margin:0 0 25px;}
    .content h2{font-size:26px;line-height:32px;font-weight:bold;margin:0 0 20px;}
    .content h3{font-size:20px;line-height:24px;font-weight:bold;margin:0 0 15px;}
    .content h4{font-size:16px;line-height:20px;font-weight:bold;margin:0 0 10px;}
    .content ul.dash li:before{content:"-";position:relative;left:-5px;}
    .content ul.inline{display:block;}
    .content ul.inline:before,
    .content ul.inline:after{display:table;content:'';clear:both;}
    .content ul.inline>li{float:left;min-height:1px;}
    .content .justifyfull{text-align:justify;}
    .content .ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
    .content .img-responsive{display:block;max-width:100%;height:auto}
	
	
/* form */
	.form textarea,
	.form select,
	.form input{width:100%;background-color:#fff;line-height:50px;height:50px;border:1px solid #dfdfdf;padding:0 15px;font-size:14px;margin:0 0 10px;}
	.form textarea:focus,
	.form select:focus,
	.form input:focus{border-color:#bbb;}
	.form label{font-size:13px;color:#999;}
	.form textarea{resize:vertical;height:100px;line-height:normal;padding:15px;}
		
	.form .checkbox{position:relative;}
	.form .checkbox input[type="checkbox"]{position:absolute;left:0;top:0;bottom:0;opacity:0;}
	.form .checkbox label:before{content:'';width:16px;height:16px;position:relative;top:0;vertical-align:top;display:inline-block;cursor:pointer;border-radius:2px;border:2px solid #d5d5d5;}
	.form .checkbox input[type="checkbox"]:empty+label:before{margin-right:10px;}
	.form .checkbox input[type="checkbox"]:disabled+label:before{background-color:#d5d5d5;}
	.form .checkbox input[type="checkbox"]:checked+label:before{background-image:url(http://nzkzn.ru/assets/img/checkbox.png);background-repeat:no-repeat;background-position:50% 50%;}
	
	.form .radio{position:relative;}
	.form .radio input[type="radio"]{position:absolute;left:0;top:0;bottom:0;opacity:0;}
	.form .radio label:before{content:'';width:16px;height:16px;position:relative;top:0;vertical-align:top;display:inline-block;cursor:pointer;border-radius:100%;border:2px solid #d5d5d5;}
	.form .radio input[type="radio"]:empty+label:before{margin-right:10px;}
	.form .radio input[type="radio"]:disabled+label:before{background-color:#d5d5d5;}
	.form .radio input[type="radio"]:checked+label:before{background-image:url(http://nzkzn.ru/assets/img/radio.png);background-repeat:no-repeat;background-position:50% 50%;}


/* breadcrumb */
	.breadcrumb{font-size:13px;font-style:italic;padding:25px 0;border-bottom:1px solid #eee;}
	.breadcrumb li{display:inline-block;}
	.breadcrumb a{font-size:13px;font-style:italic;position:relative;margin-right:20px;}
	.breadcrumb a:after{position:absolute;content:'/';right:-15px;color:#ccc;}


/* button */
	.button{display:inline-block;background-image:-moz-linear-gradient(0deg,rgb(244,192,11) 0%,rgb(255,217,85) 100%);background-image:-webkit-linear-gradient(0deg,rgb(244,192,11) 0%,rgb(255,217,85) 100%);background-image:-ms-linear-gradient(0deg,rgb(244,192,11) 0%,rgb(255,217,85) 100%);color:#292929;line-height:52px;padding:0 30px;cursor:pointer;position:relative;font-family:"Circe-ExtraBold",Arial;text-transform:uppercase;border-radius:24px;height:48px;letter-spacing:0.22em;font-size:12px;overflow:hidden;}
	.button:hover{background:#f4c00b;}
	.button--line{background-image:none;border:2px solid #f4c00b;line-height:48px;}
	.button--play{padding-right:63px;position:relative;}
	.button--play:after{content:'';position:absolute;right:5px;top:5px;height:38px;width:38px;background-image:url(../img/icon-play.png);}


/* notification */
    .notification{display:none;padding:25px;line-height:24px;background:rgba(0,0,0,0.65);position:fixed;right:25px;bottom:25px;max-width:340px;z-index:888;color:#fff;border-radius:3px;}
    .notification.active{display:block;}
    .notification .warning,
    .notification .error,
    .notification .success{padding:0 0 0 60px;position:relative;}
    .notification .warning:after,
    .notification .error:after,
    .notification .success:after{content:'';position:absolute;margin:-25px 0 0;top:50%;left:40px;height:50px;width:1px;background:rgba(255,255,255,0.2);}
    .notification .warning:before,
    .notification .error:before,
    .notification .success:before{content:'';position:absolute;margin:-7px 0 0;top:50%;left:0;}
    .notification .success:before{background:url(../img/n_success.png);height:14px;width:18px;}
    .notification .error:before{background:url(../img/n_error.png);height:18px;width:18px;}
    .notification .warning:before{background:url(../img/n_warning.png);height:20px;width:8px;left:11px;}
	
	
    .notification2{display:none;padding:25px; font-size:3em; line-height:24px;background:rgba(0,0,0,0.95);position:fixed;left:40%;top:45%;mix-width:340px;z-index:888;color:#fff;border-radius:3px;}
    .notification2.active{display:block;}
    .notification2 .warning,
    .notification2 .error,
    .notification2 .success{padding:0 0 0 60px;position:relative;}
    .notification2 .warning:after,
    .notification2 .error:after,
    .notification2 .success:after{content:'';position:absolute;margin:-25px 0 0;top:50%;left:40px;height:50px;width:1px;background:rgba(255,255,255,0.2);}
    .notification2 .warning:before,
    .notification2 .error:before,
    .notification2 .success:before{content:'';position:absolute;margin:-7px 0 0;top:50%;left:0;}
    .notification2 .success:before{background:url(../img/n_success.png);height:14px;width:18px;}
    .notification2 .error:before{background:url(../img/n_error.png);height:18px;width:18px;}
    .notification2 .warning:before{background:url(../img/n_warning.png);height:20px;width:8px;left:11px;}	

	
/* popup */
    .popup{display:none;max-width:350px;background-color:#fff;}
	.popup__title{font-size:22px;line-height:34px;color:#292929;font-family:"Circe-ExtraBold",Arial;padding-bottom:15px;}
	.popup__content-description{font-size:16px;line-height:24px;padding-bottom:15px;}
	
	
/* wrapper */
    .wrapper{max-width:1110px}


/* cleat bx-slider */
    .bx-wrapper{border:none;box-shadow:none;background:none;margin:0;background:none;}


/* nav */
	.nav>ul>li{display:inline-block;vertical-align:top;padding:0 15px;}
	.nav>ul>li>a{font-size:13px;display:block;color:#fed851;text-transform:uppercase;font-family:"Circe-Bold",Arial;}
	.nav>ul>li>a:hover,
	.nav>ul>li.active:not(:first-child) a{color:#fff;}







    .footer{background-color:#1e2b23;padding:60px 0 20px;}
    .footer__title{color:#fff;font-size:13px;line-height:13px;padding-bottom:32px;text-transform:uppercase;letter-spacing:0.24em;}
    .footer__copyright{padding:40px 0;margin-top:40px;border-top:1px solid rgba(255,255,255,0.1);color:#95aa9d;}
	.footer__phone{padding-top:37px;}
	.footer__phone-title{font-size:14px;color:#ffcf01;line-height:14px;padding-top:9px;}
	.footer__phone-number{color:#fff;font-size:28px;line-height:28px;text-transform:uppercase;font-family:"Circe-ExtraBold",Arial;}
	.footer__soc{float:right;}
	.footer__soc .soc__item{margin-left:14px;float:left;}
	.footer__soc .soc__item:first-child{margin-left:0;}






























/* responsive */
	@media (max-width: 9999px) {
        .col-lg-12{width:100%}
    	.col-lg-11{width:91.66666667%}
    	.col-lg-10{width:83.33333333%}
    	.col-lg-9{width:75%}
    	.col-lg-8{width:66.66666667%}
    	.col-lg-7{width:58.33333333%}
    	.col-lg-6{width:50%}
    	.col-lg-5{width:41.66666667%}
    	.col-lg-4{width:33.33333333%}
    	.col-lg-3{width:25%}
    	.col-lg-25{width:20%}
    	.col-lg-2{width:16.66666667%}
    	.col-lg-1{width:8.33333333%}
    	.col-lg-0{display:none;}
    	.col-lg-pull-12{right:100%}
    	.col-lg-pull-11{right:91.66666667%}
    	.col-lg-pull-10{right:83.33333333%}
    	.col-lg-pull-9{right:75%}
    	.col-lg-pull-8{right:66.66666667%}
    	.col-lg-pull-7{right:58.33333333%}
    	.col-lg-pull-6{right:50%}
    	.col-lg-pull-5{right:41.66666667%}
    	.col-lg-pull-4{right:33.33333333%}
    	.col-lg-pull-3{right:25%}
    	.col-lg-pull-25{right:20%;}
    	.col-lg-pull-2{right:16.66666667%}
    	.col-lg-pull-1{right:8.33333333%}
    	.col-lg-pull-0{right:auto}
    	.col-lg-push-12{left:100%}
    	.col-lg-push-11{left:91.66666667%}
    	.col-lg-push-10{left:83.33333333%}
    	.col-lg-push-9{left:75%}
    	.col-lg-push-8{left:66.66666667%}
    	.col-lg-push-7{left:58.33333333%}
    	.col-lg-push-6{left:50%}
    	.col-lg-push-5{left:41.66666667%}
    	.col-lg-push-4{left:33.33333333%}
    	.col-lg-push-3{left:25%}
    	.col-lg-push-25{left:20%}
    	.col-lg-push-2{left:16.66666667%}
    	.col-lg-push-1{left:8.33333333%}
    	.col-lg-push-0{left:auto}
    	.col-lg-offset-12{margin-left:100%}
    	.col-lg-offset-11{margin-left:91.66666667%}
    	.col-lg-offset-10{margin-left:83.33333333%}
    	.col-lg-offset-9{margin-left:75%}
    	.col-lg-offset-8{margin-left:66.66666667%}
    	.col-lg-offset-7{margin-left:58.33333333%}
    	.col-lg-offset-6{margin-left:50%}
    	.col-lg-offset-5{margin-left:41.66666667%}
    	.col-lg-offset-4{margin-left:33.33333333%}
    	.col-lg-offset-3{margin-left:25%}
    	.col-lg-offset-25{margin-left:20%}
    	.col-lg-offset-2{margin-left:16.66666667%}
    	.col-lg-offset-1{margin-left:8.33333333%}
    	.col-lg-offset-0{margin-left:0}
	}
	@media (max-width: 1199px) {
        .container{padding-left:20px;padding-right:20px;}
		.col-md-12{width:100%}
		.col-md-11{width:91.66666667%}
		.col-md-10{width:83.33333333%}
		.col-md-9{width:75%}
		.col-md-8{width:66.66666667%}
		.col-md-7{width:58.33333333%}
		.col-md-6{width:50%}
		.col-md-5{width:41.66666667%}
		.col-md-4{width:33.33333333%}
		.col-md-3{width:25%}
		.col-md-25{width:20%}
		.col-md-2{width:16.66666667%}
		.col-md-1{width:8.33333333%}
		.col-md-0{display:none;}
		.col-md-pull-12{right:100%}
		.col-md-pull-11{right:91.66666667%}
		.col-md-pull-10{right:83.33333333%}
		.col-md-pull-9{right:75%}
		.col-md-pull-8{right:66.66666667%}
		.col-md-pull-7{right:58.33333333%}
		.col-md-pull-6{right:50%}
		.col-md-pull-5{right:41.66666667%}
		.col-md-pull-4{right:33.33333333%}
		.col-md-pull-3{right:25%}
		.col-md-pull-25{right:20%}
		.col-md-pull-2{right:16.66666667%}
		.col-md-pull-1{right:8.33333333%}
		.col-md-pull-0{right:auto}
		.col-md-push-12{left:100%}
		.col-md-push-11{left:91.66666667%}
		.col-md-push-10{left:83.33333333%}
		.col-md-push-9{left:75%}
		.col-md-push-8{left:66.66666667%}
		.col-md-push-7{left:58.33333333%}
		.col-md-push-6{left:50%}
		.col-md-push-5{left:41.66666667%}
		.col-md-push-4{left:33.33333333%}
		.col-md-push-3{left:25%}
		.col-md-push-25{left:20%}
		.col-md-push-2{left:16.66666667%}
		.col-md-push-1{left:8.33333333%}
		.col-md-push-0{left:auto}
		.col-md-offset-12{margin-left:100%}
		.col-md-offset-11{margin-left:91.66666667%}
		.col-md-offset-10{margin-left:83.33333333%}
		.col-md-offset-9{margin-left:75%}
		.col-md-offset-8{margin-left:66.66666667%}
		.col-md-offset-7{margin-left:58.33333333%}
		.col-md-offset-6{margin-left:50%}
		.col-md-offset-5{margin-left:41.66666667%}
		.col-md-offset-4{margin-left:33.33333333%}
		.col-md-offset-3{margin-left:25%}
		.col-md-offset-25{margin-left:20%}
		.col-md-offset-2{margin-left:16.66666667%}
		.col-md-offset-1{margin-left:8.33333333%}
		.col-md-offset-0{margin-left:0}
	}
	@media (max-width: 991px) {
		.col-sm-12{width:100%}
		.col-sm-11{width:91.66666667%}
		.col-sm-10{width:83.33333333%}
		.col-sm-9{width:75%}
		.col-sm-8{width:66.66666667%}
		.col-sm-7{width:58.33333333%}
		.col-sm-6{width:50%}
		.col-sm-5{width:41.66666667%}
		.col-sm-4{width:33.33333333%}
		.col-sm-3{width:25%}
		.col-sm-25{width:20%}
		.col-sm-2{width:16.66666667%}
		.col-sm-1{width:8.33333333%}
		.col-sm-0{width:0;overflow:hidden;}
		.col-sm-pull-12{right:100%}
		.col-sm-pull-11{right:91.66666667%}
		.col-sm-pull-10{right:83.33333333%}
		.col-sm-pull-9{right:75%}
		.col-sm-pull-8{right:66.66666667%}
		.col-sm-pull-7{right:58.33333333%}
		.col-sm-pull-6{right:50%}
		.col-sm-pull-5{right:41.66666667%}
		.col-sm-pull-4{right:33.33333333%}
		.col-sm-pull-3{right:25%}
		.col-sm-pull-25{right:20%}
		.col-sm-pull-2{right:16.66666667%}
		.col-sm-pull-1{right:8.33333333%}
		.col-sm-pull-0{right:auto}
		.col-sm-push-12{left:100%}
		.col-sm-push-11{left:91.66666667%}
		.col-sm-push-10{left:83.33333333%}
		.col-sm-push-9{left:75%}
		.col-sm-push-8{left:66.66666667%}
		.col-sm-push-7{left:58.33333333%}
		.col-sm-push-6{left:50%}
		.col-sm-push-5{left:41.66666667%}
		.col-sm-push-4{left:33.33333333%}
		.col-sm-push-3{left:25%}
		.col-sm-push-25{left:20%}
		.col-sm-push-2{left:16.66666667%}
		.col-sm-push-1{left:8.33333333%}
		.col-sm-push-0{display:none}
		.col-sm-offset-12{margin-left:100%}
		.col-sm-offset-11{margin-left:91.66666667%}
		.col-sm-offset-10{margin-left:83.33333333%}
		.col-sm-offset-9{margin-left:75%}
		.col-sm-offset-8{margin-left:66.66666667%}
		.col-sm-offset-7{margin-left:58.33333333%}
		.col-sm-offset-6{margin-left:50%}
		.col-sm-offset-5{margin-left:41.66666667%}
		.col-sm-offset-4{margin-left:33.33333333%}
		.col-sm-offset-3{margin-left:25%}
		.col-sm-offset-25{margin-left:20%}
		.col-sm-offset-2{margin-left:16.66666667%}
		.col-sm-offset-1{margin-left:8.33333333%}
		.col-sm-offset-0{margin-left:0}
	}
	@media (max-width: 767px) {
	    table{overflow-x:auto;display:block;border-radius:1px;}
	    
    	.col-xs-12{width:100%}
    	.col-xs-11{width:91.66666667%}
    	.col-xs-10{width:83.33333333%}
    	.col-xs-9{width:75%}
    	.col-xs-8{width:66.66666667%}
    	.col-xs-7{width:58.33333333%}
    	.col-xs-6{width:50%}
    	.col-xs-5{width:41.66666667%}
    	.col-xs-4{width:33.33333333%}
    	.col-xs-3{width:25%}
    	.col-xs-25{width:20%}
    	.col-xs-2{width:16.66666667%}
    	.col-xs-1{width:8.33333333%}
    	.col-xs-0{display:none;}
    	.col-xs-pull-12{right:100%}
    	.col-xs-pull-11{right:91.66666667%}
    	.col-xs-pull-10{right:83.33333333%}
    	.col-xs-pull-9{right:75%}
    	.col-xs-pull-8{right:66.66666667%}
    	.col-xs-pull-7{right:58.33333333%}
    	.col-xs-pull-6{right:50%}
    	.col-xs-pull-5{right:41.66666667%}
    	.col-xs-pull-4{right:33.33333333%}
    	.col-xs-pull-3{right:25%}
    	.col-xs-pull-25{right:20%}
    	.col-xs-pull-2{right:16.66666667%}
    	.col-xs-pull-1{right:8.33333333%}
    	.col-xs-pull-0{right:auto}
    	.col-xs-push-12{left:100%}
    	.col-xs-push-11{left:91.66666667%}
    	.col-xs-push-10{left:83.33333333%}
    	.col-xs-push-9{left:75%}
    	.col-xs-push-8{left:66.66666667%}
    	.col-xs-push-7{left:58.33333333%}
    	.col-xs-push-6{left:50%}
    	.col-xs-push-5{left:41.66666667%}
    	.col-xs-push-4{left:33.33333333%}
    	.col-xs-push-3{left:25%}
    	.col-xs-push-25{left:20%}
    	.col-xs-push-2{left:16.66666667%}
    	.col-xs-push-1{left:8.33333333%}
    	.col-xs-push-0{left:auto}
    	.col-xs-offset-12{margin-left:100%}
    	.col-xs-offset-11{margin-left:91.66666667%}
    	.col-xs-offset-10{margin-left:83.33333333%}
    	.col-xs-offset-9{margin-left:75%}
    	.col-xs-offset-8{margin-left:66.66666667%}
    	.col-xs-offset-7{margin-left:58.33333333%}
    	.col-xs-offset-6{margin-left:50%}
    	.col-xs-offset-5{margin-left:41.66666667%}
    	.col-xs-offset-4{margin-left:33.33333333%}
    	.col-xs-offset-3{margin-left:25%}
    	.col-xs-offset-25{margin-left:20%}
    	.col-xs-offset-2{margin-left:16.66666667%}
    	.col-xs-offset-1{margin-left:8.33333333%}
    	.col-xs-offset-0{margin-left:0}
	}	
