.homepage{
	width: 100%;
    height: 100%;
	position: absolute;
	right:0px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	}
.homepage .pag0{
	width: 100%;
	min-height: 800px;
    height: 100%;
    background-image:url('../img/homepage/wall.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    overflow:hidden;
	}
.homepage .menuHP{
	position:fixed;
	top:25px;
	right:0px;
	width:100%;
	color:#000;
	background:#fff;
	-webkit-background-clip: content; 
	-moz-background-clip: content;     
	background-clip: content-box; 
  	border-top:10px solid rgba(0,0,0,0.5);
	border-bottom:10px solid rgba(0,0,0,0.5);
	height:45px;
	z-index:987;
	font-size:14px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	}
.homepage li.dontShowLi{
	position: fixed;
	bottom: -100px;
	opacity: 0;
	}
.homepage .divBckgMenu{
	 display:inline;
	 color:#999;
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	-o-transition:0.5s ease;
	transition:0.5s ease;
	}	
.homepage .divTextCont{
	margin: 0px;
	font-size: 13px;
	font-weight: bold;
	height: 45px;
	text-align: left;
	line-height: 13px;
	padding-top: 16px;
	text-transform: uppercase;
	box-sizing: border-box;
	}
.homepage .imgLogo{
	background-image:url('../img/loghi/0.png');
	background-position:center;
	background-size:contain;
	background-color:#fff;
	background-repeat:no-repeat;
	min-height: 45px;
	width: 45px;
	display: inline-block;
	}	
.homepage .imgLogo.scritta{
	background-image:url('../img/scritta.png');
	background-size: auto 25px;
	width: 120px;
	}
.homepage .pagCont{
	height:calc(100% - 90px);
	margin-top:90px;
	left:0px;
	width:100%;
	position:relative;
	}
.homepage .pagCont.cont1{
	display:inline-flex;
	flex-direction: row;
	flex-wrap: wrap;
	}

.homepage .slogan{
	position:absolute;
	top: 20%;
	left: 0px;
	width: 100%;
	height: 50%;
	color:#fff;
	text-shadow: 0px 0px 10px #000;
	z-index:1;
	font-size:14px;
	box-sizing:border-box;
	text-align:left;
	padding-left:10%;
	overflow:auto;
	}
.homepage .slogan .crea{
	font-size: 45px;
	line-height: 45px;
	font-weight:bold;
	}
.homepage .slogan .fat{
	font-size: 25px;
	line-height: 25px;
	font-weight:bold;
	}
.homepage .slogan .eur2{
	display:inline-block;
	}
.homepage .slogan .eur{
	font-size: 120px;
	line-height: 120px;
	font-weight:bold;
	}
.homepage .yel{
	color: #ffd42f;
	}
.homepage .red{
	color: #f00;
	}
.homepage .blu{
	color: #8dacff;
	}
.homepage .gre{
	color: #daff52;
	}
.homepage .slogan .mese{
	font-size: 15px;
	line-height: 15px;
	font-weight:bold;
	}

.homepage .promo{
	position:absolute;
	top: 80%;
	left: 0px;
	width: 100%;
	height: 10%;
	color:#fff;
	background:rgba(0,0,0,0.7);
	z-index:1;
	font-size:14px;
	box-sizing:border-box;
	text-align:left;
	padding-left:10%;
	overflow:auto;
	}
.homepage .promo::before{
	content: "";
	vertical-align: middle;
	display: inline-block;
	line-height:10px;
	height: 100%;
	}
.homepage .promo .present{
	background-image:url('../img/homepage/pacchetto.png');
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
	min-height: 36px;
	width: 5%;
	display:inline-block;
	vertical-align:middle;
	}	
.homepage .promo .anno{
	font-size: 45px;
	line-height: 45px;
	font-size: 3vw;
	line-height: 3vw;
	font-weight:bold;
	width: 37%;
	display:inline-block;
	vertical-align:middle;
	text-transform:uppercase;
	margin:0px  0.5%;
	white-space: nowrap;
	}	
.homepage .promo .descrizione{
	font-size: 12px;
	line-height: 12px;
	font-size: 1vw;
	line-height: 1vw;
	width: 46%;
	font-weight:bold;
	display:inline-block;
	vertical-align:middle;
	text-transform:uppercase;
	margin:0px  0.5%;
	}	
.homepage .promo .sei{
	font-size: 50px;
	line-height: 50px;
	}
.homepage .button{
	font-size: 16px;
	line-height: 16px;
	font-weight:bold;
	display:inline-block;
	text-transform:uppercase;
	margin-right:2px;
	border:2px solid #fff;
	padding:3px;
	border-radius:3px;
	cursor:pointer;
	color: #fff;
	}	
.homepage .contAst{
	font-size: 12px;
	color: #fff;
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 1px;
	box-sizing:border-box;
	text-align:left;
	padding-left:10%;
	width: 100%;
	}
.homepage .contAst .ast{
	font-size: 15px;
	}
	
	
.homepage .pag1{
	width: 100%;
	min-height: 800px;
    height: 100%;
    z-index: 1;
	}
.pag1 h2{
	color:#111;
	}
.pag1 .cell{
	width:33.333%;
	height:33.333%;
	min-height:33.333%;
	overflow:auto;
	padding:10px;
	box-sizing:border-box;
	display:flex;
	align-items:center;
	}
.pag1 .cell .icon{
	font-size:50px;
	padding:0px 2px;
	width:80px;
	text-align: center;
	color:#ccc;
	}
.pag1 .cell	.qrCode{
	background-image:url('../img/homepage/qrCode.png');
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
	min-height:100%;
	opacity: 0.3;
	}
.pag1 .cell .testo{
	font-size:13px;
	line-height:25px;
	padding-left:20px;
	width: 100%;
	height: 100%;
	}	
.pag1 .cell.p5{
	background-image:url('../img/loghi/0.png');
	background-position:center;
	background-size:contain;
	background-color:#fff;
	background-repeat:no-repeat;
    -webkit-animation: benefici 6s infinite linear;
    animation: benefici 6s infinite linear;
	}	
	
	
.homepage .pag2{
	width: 100%;
	min-height: 800px;
    height: 100%;
    z-index: 1;
    overflow:hidden;
	}
.pag2 .screenshots{
	position:absolute;
	top: 0%;
	left: 0px;
	width: 100%;
	color:#fff;
	background:rgba(0,0,0,0.4);
	z-index:1;
	font-size:24px;
	box-sizing:border-box;
	text-align:center;
	padding:10px;
	overflow:auto;
	}

.homepage .pag4{
	width: 100%;
	min-height: 800px;
    height: 100%;
    background-image:url('../img/homepage/bracci.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    overflow:hidden;
	}
.pag4 .slogan{
	text-align:center;
	padding-left:0%;
	height: auto;
	z-index: 2;
	overflow: visible;
	}
.pag4 .promo{
	text-align:center;
	padding-left:0%;
	bottom:0%;
	top:initial;
	min-height: initial;
	}
	
.pag4 .promo .descrizione{
	width: 97%;
	}	

.pag4 .iphmac{
	width: 50%;
    min-height: 80%;
    height: 80%;
    bottom:10%;
    position:absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    overflow:hidden;
    display:inline-block;
    background-position: center bottom;
	}
.pag4 .iph{
    background-image:url('../img/homepage/iphone.png');
    left:0%;	}
.pag4 .mac{
    background-image:url('../img/homepage/macbook.png');
    right:0%;
	}


.homepage .pag5{
	width: 100%;
	min-height: 800px;
    height: 100%;
    background-image:url('../img/homepage/sarto.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    overflow:hidden;
	}	
.pag5 .slogan{
	z-index: 2;
	padding-top: 10px;
	padding-bottom: 10px;
	}
.pag5 .slogan .crea{
	line-height:70px;
	}
.pag5 .slogan .pers{
	font-size: 90px
	}
.pag5 .slogan .interr{
	font-size: 130px;
	line-height:140px;
	}
.pag5 .slogan .mail{
	font-size: 130px;
	line-height: 140px;
	margin-left: 40px;
	vertical-align: middle;
	color:#fff;
	}
.pag5 .promo{
	text-align:center;
	padding-left:0%;
	bottom:0%;
	top:initial;
	min-height: initial;
	}
	
.pag5 .promo .descrizione{
	width: 97%;
	line-height: 1.5vw;
	}	
	

.homepage .pag7{
	width: 100%;
	min-height: 800px;
    height: 100%;
    background-image:url('../img/homepage/import.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    overflow:hidden;
	}	
.pag7 .slogan{
	z-index: 2;
	padding-top: 10px;
	padding-bottom: 10px;
	top:0%;
	}
.pag7 .slogan .crea{
	line-height:90px;
	}
.pag7 .slogan .mail{
	font-size: 130px;
	line-height: 140px;
	margin-left: 40px;
	vertical-align: middle;
	color:#fff;
	}

.pag7 .promo{
	text-align:center;
	padding-left:0%;
	bottom:0%;
	top:initial;
	min-height: initial;
	}
.pag7 .promo .descrizione{
	width: 97%;
	line-height: 1.5vw;
	}	


.homepage .pag6{
	width: 100%;
	min-height: 800px;
    height: 100%;
    background-image:url('../img/homepage/business.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    z-index: 1;
    overflow:hidden;
	}	
.pag6 .slogan{
	z-index: 2;
	padding-top: 10px;
	padding-bottom: 10px;
	}
.pag6 .slogan .crea{
	line-height:60px;
	}
.pag6 .promo{
	text-align:center;
	padding-left:0%;
	bottom:0%;
	top:initial;
	min-height: initial;
	}
	
.pag6 .promo .descrizione{
	width: 97%;
	line-height: 1.5vw;
	}	
.pag6 .slogan .redd{
	font-size: 70px;
	}



	
.homepage .pag3{
	width: 100%;
    z-index: 1;
    overflow:hidden;
    position:relative;
    font-size:12px;
	}
.pag3 .icon{
	font-size:50px;
	padding:30px 20px;
	display: inline-block;
	width:80px;
	text-align: center;
	color:#ccc;
	cursor:pointer;
	}
.pag3 .linea{
	margin-top: 5px;
	width:100%;
	min-height:3px;
	background: rgb(195,50,38); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(195,50,38,1) 0%, rgba(195,50,38,1) 16%, rgba(255,255,255,1) 18%, rgba(247,182,48,1) 20%, rgba(247,182,48,1) 36%, rgba(255,255,255,1) 38%, rgba(24,158,73,1) 40%, rgba(24,158,73,1) 56%, rgba(255,255,255,1) 58%, rgba(61,145,206,1) 60%, rgba(61,145,206,1) 76%, rgba(255,255,255,1) 78%, rgba(153,52,147,1) 80%, rgba(153,52,147,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(195,50,38,1) 0%,rgba(195,50,38,1) 16%,rgba(255,255,255,1) 18%,rgba(247,182,48,1) 20%,rgba(247,182,48,1) 36%,rgba(255,255,255,1) 38%,rgba(24,158,73,1) 40%,rgba(24,158,73,1) 56%,rgba(255,255,255,1) 58%,rgba(61,145,206,1) 60%,rgba(61,145,206,1) 76%,rgba(255,255,255,1) 78%,rgba(153,52,147,1) 80%,rgba(153,52,147,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(195,50,38,1) 0%,rgba(195,50,38,1) 16%,rgba(255,255,255,1) 18%,rgba(247,182,48,1) 20%,rgba(247,182,48,1) 36%,rgba(255,255,255,1) 38%,rgba(24,158,73,1) 40%,rgba(24,158,73,1) 56%,rgba(255,255,255,1) 58%,rgba(61,145,206,1) 60%,rgba(61,145,206,1) 76%,rgba(255,255,255,1) 78%,rgba(153,52,147,1) 80%,rgba(153,52,147,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	}
.pag3 .made{
	border-top: 1px solid #aaa;
	text-align:center;
	font-size:14px;
	line-height:14px;
	text-transform:uppercase;
	padding:18px;
	}
.pag3 .italia{
	width:40px;
	min-height:14px;
	display:inline-block;
	margin-left:20px;
	vertical-align: top;
	background: rgb(24,158,73); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(24,158,73,1) 0%, rgba(24,158,73,1) 32%, rgba(24,158,73,1) 32%, rgba(255,255,255,1) 33%, rgba(255,255,255,1) 65%, rgba(195,50,38,1) 66%, rgba(195,50,38,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(24,158,73,1) 0%,rgba(24,158,73,1) 32%,rgba(24,158,73,1) 32%,rgba(255,255,255,1) 33%,rgba(255,255,255,1) 65%,rgba(195,50,38,1) 66%,rgba(195,50,38,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(24,158,73,1) 0%,rgba(24,158,73,1) 32%,rgba(24,158,73,1) 32%,rgba(255,255,255,1) 33%,rgba(255,255,255,1) 65%,rgba(195,50,38,1) 66%,rgba(195,50,38,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	}
.pag3 a{
	font-size:12px;
	}
.pag3 .versione{
	cursor:pointer;
	}
.subPage .versioneDesc{
	margin-bottom:30px;
	}
#d2DIV_1 {
	box-sizing: border-box ;
	padding: 10px;
    color: rgb(51, 51, 51);
    height: 62px;
    text-decoration: none solid rgb(51, 51, 51);
    text-size-adjust: 100%;
    width: 100%;
    column-rule-color: rgb(51, 51, 51);
    perspective-origin: 264px 32px;
    transform-origin: 264px 32px;
    caret-color: rgb(51, 51, 51);
    border: 1px solid rgb(204, 204, 204);
    font: normal normal normal normal 11px / normal Montserrat, sans-serif;
	margin:10px 0px 20px;
    outline: rgb(51, 51, 51) none 0px;
    overflow: auto;
}/*#d2DIV_1*/

#d2DIV_2 {
	text-align: left ;
    color: rgb(51, 51, 51);
    height: 182px;
    text-decoration: none solid rgb(51, 51, 51);
    text-size-adjust: 100%;
    width: 100%;
    column-rule-color: rgb(51, 51, 51);
    perspective-origin: 263px 91px;
    transform-origin: 263px 91px;
    caret-color: rgb(51, 51, 51);
    border: 0px none rgb(51, 51, 51);
    font: normal normal normal normal 11px / normal Montserrat, sans-serif;
    outline: rgb(51, 51, 51) none 0px;
}/*#d2DIV_2*/

#d2BR_3, #d2BR_4, #d2A_6 {
    color: rgb(51, 51, 51);
    text-decoration: none solid rgb(51, 51, 51);
    text-size-adjust: 100%;
    column-rule-color: rgb(51, 51, 51);
    caret-color: rgb(51, 51, 51);
    border: 0px none rgb(51, 51, 51);
    font: normal normal normal normal 11px / normal Montserrat, sans-serif;
    outline: rgb(51, 51, 51) none 0px;
}/*#d2BR_3, #d2BR_4, #d2A_6*/

#d2BR_5 {
    color: rgb(51, 51, 51);
    text-decoration: none solid rgb(51, 51, 51);
    text-size-adjust: 100%;
    column-rule-color: rgb(51, 51, 51);
    caret-color: rgb(51, 51, 51);
    border: 0px none rgb(51, 51, 51);
    font: normal normal normal normal 11px / normal Montserrat, sans-serif;
    outline: rgb(51, 51, 51) none 0px;
}/*#d2BR_5*/

.contabilitaBanner{
	position: absolute ;
	right: 80px;
	top: 80px;
	width: 120px;
	height:180px;
	background-color:#fff;
	display:block;
	padding: 0;
	z-index: 2;
	-webkit-transition-timing-function: ease-in, ease-in-out;
	transition-timing-function: ease-in, ease-in-out;
	-webkit-transition-duration: .2s, .2s;
	transition-duration: .2s, .2s;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	-webkit-transform: translateY(5px) scale(0.99);
	-ms-transform: translateY(5px) scale(0.99);
	transform: translateY(5px) scale(0.99);
	opacity: 0;
	border-radius: 0 0 3px 3px;
	}
.contabilitaBanner:hover{
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.35)
	}
.contabilitaBanner.open{
	-webkit-transform: translateY(0) scale(1);
	-ms-transform: translateY(0) scale(1);
	transform: translateY(0) scale(1);
	opacity: 1
	}

.contabilitaBanner .discountbanner--redsquare{
	background: #e21111;
	position: absolute;
	top: 10px;
	left: -8px;
	right: auto;
	padding: 15px 17px 12px;
	z-index: 10;
	color: #fff;
	border-radius: 3px 6px 6px 0;
	-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.32);
	box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.32);
	text-transform: uppercase;
	text-align: center;
	font-size: 12px;
	line-height: 1.3;
	}
.contabilitaBanner .discountbanner--redsquare:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: -8px;
	width: 0;
	height: 0;
	border: 4px solid #e21111;
	border-bottom-color: transparent;
	border-left-color: transparent;
	z-index: -1;
	white-space: normal;
	}
.contabilitaBanner .novita{
	font-size: 22px;
	line-height: 20px;
	font-weight: bold;
	direction: ltr;
	display: block;
	}

.contabilitaBanner .dealImg{
	width: 100%;
	min-height: 130px;
    background-image:url('../img/homepage/ny.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    overflow:hidden;
	}
.contabilitaBanner .dealCard{
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	color: #595959;
	line-height: 20px;
	box-sizing: border-box;
	text-align: center ;
	padding: 5px 0px 0px;
	}
.contabilitaBanner .dealStars{
	font-size: 16px;
	font-weight: bold;
	color: #febb02;
	line-height: 16px;
	box-sizing: border-box;
	text-align: center ;
	}
@media screen and (max-width: 600px) {
	.contabilitaBanner{	
		right: initial;
		top: initial;
		bottom:50px;
		left:80px;
		width: 220px;
		height:120px;
		}
	.contabilitaBanner .dealImg{
		width: 50%;
		min-height: 120px;
		background-image:url('../img/homepage/ny.jpg');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		z-index: 1;
		overflow:hidden;
		display:inline-block;
		vertical-align:top;
		}
	.contabilitaBanner .dealCard{
		width: 50%;
		min-height: 120px;
		font-size: 16px;
		font-weight: bold;
		color: #595959;
		line-height: 20px;
		box-sizing: border-box;
		text-align: center ;
		padding: 5px 0px 0px;
		display:inline-block;
		vertical-align:top;
		}
	}	

section.topic-testo-bianco,
section.topic h3,
section.topic-testo-bianco h3,
section.topic h4,
section.topic-testo-bianco h4,
section.topic a,
section.topic-testo-bianco a {
	color:#fff;
}
section.topic-testo-bianco *{
	box-sizing:border-box;
	}

.container {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
div.contents p{
	text-align:center;
	}
.row {
    margin-right: -15px;
    margin-left: -15px
}
.row:before {
display: table;
content: " ";
}
.row div{
	vertical-align: top;
	}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3,
.col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1,
.col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4,
.col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10,
.col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5,
.col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10,
.col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5,
.col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}


@media (min-width:768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3,
    .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        display:inline-block;
    }

    .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-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .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-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-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.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-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3,
    .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }

    .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-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .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-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-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-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3,
    .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }

    .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-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .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-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-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-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}




	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
