123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230 |
- @import url("Sansation_Light/stylesheet.css");
- body{
- font-family: Verdana, Geneva, sans-serif;
- font-size: 14px;
- }
- a img {border: none;}
- a embed {border: none;}
- h1{font-weight:lighter;padding-top:10px;}
- /* Purple button */
- .btn-purple {
- background-color: #90298C;
- border: none;
- color: white;
- padding: 15px 32px;
- text-align: center;
- text-decoration: none;
- display: inline-block;
- font-size: 16px;
- margin: 4px 2px 4px 2px;
- cursor: pointer;
- -webkit-transition-duration: 0.4s;
- transition-duration: 0.4s;
- width: 100%;
- height: auto;
- }
- .btn-purple a {
- text-decoration: none;
- color: white;
- }
- .btn-purple:hover {
- background-color: #5F1B5B;
- }
- /* Green button */
- .btn-green {
- background-color: #00e600;
- border: none;
- color: white;
- padding: 15px 32px;
- text-align: center;
- text-decoration: none;
- display: inline-block;
- font-size: 16px;
- margin: 4px 2px;
- cursor: pointer;
- -webkit-transition-duration: 0.4s;
- transition-duration: 0.4s;
- width: 100%;
- height: auto;
- }
- .btn-green a {
- text-decoration: none;
- color: white;
- }
- .btn-green:hover {
- background-color: #00cc00;
- }
- /* Blue button */
- .btn-blue {
- background-color: #0099DB;
- border: none;
- color: white;
- padding: 15px 32px;
- text-align: center;
- text-decoration: none;
- display: inline-block;
- font-size: 16px;
- margin: 4px 2px;
- cursor: pointer;
- -webkit-transition-duration: 0.4s;
- transition-duration: 0.4s;
- width: 100%;
- height: auto;
- }
- .btn-blue a {
- text-decoration: none;
- color: white;
- }
- .btn-blue:hover {
- background-color: #006b99;
- }
- /* Button */
- .btn {
- background-color: #00e600;
- border: none;
- color: white;
- padding: 17px 32px;
- text-align: center;
- text-decoration: none;
- display: inline-block;
- font-size: 16px;
- margin: 4px 2px;
- cursor: pointer;
- -webkit-transition-duration: 0.4s;
- transition-duration: 0.4s;
- position: relative;
- }
- .btn a p{
- visibility: visible;
- color: white;
- text-decoration: none;
- }
- .btn:hover a p {
- visibility: hidden;
- }
- .btn:hover {
- background-image: url(../../img/evidence/at2.png) ;
- }
- /* Buttons for Evidence Page */
- /* Button - Assets Table */
- .btn-at {
- background-color: #00e600;
- border: none;
- color: white;
- text-align: center;
- text-decoration: none;
- display: inline-block;
- font-size: 16px;
- margin: 4px 2px;
- cursor: pointer;
- -webkit-transition-duration: 0.4s;
- transition-duration: 0.4s;
- position: relative;
- width: 100%;
- height: 50px;
- }
- .btn-at p{
- visibility: visible;
- color: white;
- text-decoration: none;
- }
- .btn-at:hover p {
- color: black;
- }
- .btn-at:hover {
- background-image: url(../../img/evidence/at.png);
- }
- /* Button - Demo Video Storyboard */
- .btn-dvs {
- background-color: #00e600;
- border: none;
- color: white;
- text-align: center;
- text-decoration: none;
- display: inline-block;
- font-size: 16px;
- margin: 4px 2px;
- cursor: pointer;
- -webkit-transition-duration: 0.4s;
- transition-duration: 0.4s;
- position: relative;
- width: 100%;
- height: 50px;
- }
- .btn-dvs p{
- visibility: visible;
- color: white;
- text-decoration: none;
- }
- .btn-dvs:hover p {
- color: black;
- }
- .btn-dvs:hover {
- background-image: url(../../img/evidence/dvs.png);
- color: black;
- }
- /* Button - End of Project Review */
- .btn-eop {
- background-color: #00e600;
- border: none;
- color: white;
- text-align: center;
- text-decoration: none;
- display: inline-block;
- font-size: 16px;
- margin: 4px 2px;
- cursor: pointer;
- -webkit-transition-duration: 0.4s;
- transition-duration: 0.4s;
- position: relative;
- width: 100%;
- height: 50px;
- }
- .btn-eop p{
- visibility: visible;
- color: white;
- text-decoration: none;
- }
- .btn-eop:hover p {
- color: black;
- }
- .btn-eop:hover {
- background-image: url(../../img/evidence/eop.png);
- color: black;
- }
- /* Button - Meet the Wizard Plan */
- .btn-mtwp {
- background-color: #00e600;
- border: none;
- color: white;
- text-align: center;
- text-decoration: none;
- display: inline-block;
- font-size: 16px;
- margin: 4px 2px;
- cursor: pointer;
- -webkit-transition-duration: 0.4s;
- transition-duration: 0.4s;
- position: relative;
- width: 100%;
- height: 50px;
- }
- .btn-mtwp p{
- visibility: visible;
- color: white;
- text-decoration: none;
- }
- .btn-mtwp:hover p {
- color: black;
- }
- .btn-mtwp:hover {
- background-image: url(../../img/evidence/mtwpl.png);
- color: black;
- }
- /* Button - Navigation Screen Plan */
- .btn-nsp {
- background-color: #00e600;
- border: none;
- color: white;
- text-align: center;
- text-decoration: none;
- display: inline-block;
- font-size: 16px;
- margin: 4px 2px;
- cursor: pointer;
- -webkit-transition-duration: 0.4s;
- transition-duration: 0.4s;
- position: relative;
- width: 100%;
- height: 50px;
- }
- .btn-nsp p{
- visibility: visible;
- color: white;
- text-decoration: none;
- }
- .btn-nsp:hover p {
- color: black;
- }
- .btn-nsp:hover {
- background-image: url(../../img/evidence/nsp.png);
- color: black;
- }
- /* Button - Proposal */
- .btn-ps {
- background-color: #00e600;
- border: none;
- color: white;
- padding: 17px 32px;
- text-align: center;
- text-decoration: none;
- display: inline-block;
- font-size: 15px;
- margin: 4px 2px;
- cursor: pointer;
- -webkit-transition-duration: 0.4s;
- transition-duration: 0.4s;
- position: relative;
- }
- .btn-ps p{
- visibility: visible;
- color: white;
- text-decoration: none;
- }
- .btn-ps:hover p {
- color: black;
- }
- .btn-ps:hover {
- background-image: url(../../img/evidence/ps.png);
- color: black;
- }
- /* Button - Proposal */
- .btn-qp {
- background-color: #00e600;
- border: none;
- color: white;
- padding: 17px 32px;
- text-align: center;
- text-decoration: none;
- display: inline-block;
- font-size: 15px;
- margin: 4px 2px;
- cursor: pointer;
- -webkit-transition-duration: 0.4s;
- transition-duration: 0.4s;
- position: relative;
- }
- .btn-qp p{
- visibility: visible;
- color: white;
- text-decoration: none;
- }
- .btn-qp:hover p {
- color: black;
- }
- .btn-qp:hover {
- background-image: url(../../img/evidence/qp.png);
- color: black;
- }
- /* Button - Wizard Plan */
- .btn-wp {
- background-color: #00e600;
- border: none;
- color: white;
- padding: 17px 32px;
- text-align: center;
- text-decoration: none;
- display: inline-block;
- font-size: 15px;
- margin: 4px 2px;
- cursor: pointer;
- -webkit-transition-duration: 0.4s;
- transition-duration: 0.4s;
- position: relative;
- }
- .btn-wp p{
- visibility: visible;
- color: white;
- text-decoration: none;
- }
- .btn-wp:hover p {
- color: black;
- }
- .btn-wp:hover {
- background-image: url(../../img/evidence/wp.png);
- color: black;
- }
- /* Button - Meet the Wizard Script */
- .btn-mtws {
- background-color: #00e600;
- border: none;
- color: white;
- padding: 9px 32px;
- text-align: center;
- text-decoration: none;
- display: inline-block;
- font-size: 14px;
- margin: 4px 2px;
- cursor: pointer;
- -webkit-transition-duration: 0.4s;
- transition-duration: 0.4s;
- position: relative;
- }
- .btn-mtws p{
- visibility: visible;
- color: white;
- text-decoration: none;
- }
- .btn-mtws:hover p {
- color: black;
- }
- .btn-mtws:hover {
- background-image: url(../../img/evidence/mtws.png);
- color: black;
- }
- /* Buttons for Products Page */
- /* Button - Navigation Screen */
- .btn-nav {
- background-color: #00e600;
- border: none;
- color: white;
- padding: 9px 32px;
- text-align: center;
- text-decoration: none;
- display: inline-block;
- font-size: 14px;
- margin: 4px 2px;
- cursor: pointer;
- -webkit-transition-duration: 0.4s;
- transition-duration: 0.4s;
- position: relative;
- }
- .btn-nav p{
- visibility: visible;
- color: white;
- text-decoration: none;
- }
- .btn-nav:hover p {
- color: black;
- }
- .btn-nav:hover {
- background-image: url(../../img/products/nav.png);
- color: black;
- }
- /* Button - Contact Us */
- .btn-cu {
- background-color: #00e600;
- border: none;
- color: white;
- padding: 18px 32px;
- text-align: center;
- text-decoration: none;
- display: inline-block;
- font-size: 14px;
- margin: 4px 2px;
- cursor: pointer;
- -webkit-transition-duration: 0.4s;
- transition-duration: 0.4s;
- position: relative;
- }
- .btn-cu p{
- visibility: visible;
- color: white;
- text-decoration: none;
- }
- .btn-cu:hover p {
- color: white;
- }
- .btn-cu:hover {
- background-image: url(../../img/products/cu.png);
- color: white;
- }
- /* Button - Splashscreen */
- .btn-ss {
- background-color: #00e600;
- border: none;
- color: white;
- padding: 18px 32px;
- text-align: center;
- text-decoration: none;
- display: inline-block;
- font-size: 14px;
- margin: 4px 2px;
- cursor: pointer;
- -webkit-transition-duration: 0.4s;
- transition-duration: 0.4s;
- position: relative;
- }
- .btn-ss p{
- visibility: visible;
- color: white;
- text-decoration: none;
- }
- .btn-ss:hover p {
- color: white;
- }
- .btn-ss:hover {
- background-image: url(../../img/products/ss.png);
- color: white;
- }
- /* Button - Meet the Wizard */
- .btn-mtw {
- background-color: #00e600;
- border: none;
- color: white;
- padding: 9px 32px;
- text-align: center;
- text-decoration: none;
- display: inline-block;
- font-size: 14px;
- margin: 4px 2px;
- cursor: pointer;
- -webkit-transition-duration: 0.4s;
- transition-duration: 0.4s;
- position: relative;
- }
- .btn-mtw p{
- visibility: visible;
- color: white;
- text-decoration: none;
- }
- .btn-mtw:hover p {
- color: black;
- }
- .btn-mtw:hover {
- background-image: url(../../img/products/mtwp.png);
- color: black;
- }
- /* Button - Quiz */
- .btn-qu {
- background-color: #00e600;
- border: none;
- color: white;
- padding: 18px 32px;
- text-align: center;
- text-decoration: none;
- display: inline-block;
- font-size: 14px;
- margin: 4px 2px;
- cursor: pointer;
- -webkit-transition-duration: 0.4s;
- transition-duration: 0.4s;
- position: relative;
- }
- .btn-qu p{
- visibility: visible;
- color: white;
- text-decoration: none;
- }
- .btn-qu:hover p {
- color: white;
- }
- .btn-qu:hover {
- background-image: url(../../img/products/qu.png);
- color: white;
- }
- /* Button - Demo Vid */
- .btn-dv {
- background-color: #00e600;
- border: none;
- color: white;
- padding: 18px 32px;
- text-align: center;
- text-decoration: none;
- display: inline-block;
- font-size: 14px;
- margin: 4px 2px;
- cursor: pointer;
- -webkit-transition-duration: 0.4s;
- transition-duration: 0.4s;
- position: relative;
- }
- .btn-dv p{
- visibility: visible;
- color: white;
- text-decoration: none;
- }
- .btn-dv:hover p {
- color: white;
- }
- .btn-dv:hover {
- background-image: url(../../img/products/dv.png);
- color: white;
- }
- .small {
- height: 51px;
- overflow:hidden;
- }
- .big {
- height: 100px;
- }
- .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;
- }
- .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
- float: left;
- }
- .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-2 {
- width: 16.66666667%;
- }
- .col-xs-1 {
- width: 8.33333333%;
- }
- .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-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-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-2 {
- margin-left: 16.66666667%;
- }
- .col-xs-offset-1 {
- margin-left: 8.33333333%;
- }
- .col-xs-offset-0 {
- margin-left: 0%;
- }
- @media (min-width: 768px) {
- .col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12 {
- float: left;
- }
- .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-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
- 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-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
- 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%;
- }
- }
|