New module bootstrapTheme
pulled out bootstrap theme from blechreiz main module - to reuse
@@ -1,316 +0,0 @@
|
||||
#aboutus{
|
||||
margin-bottom: 90px;
|
||||
margin-top: 70px;
|
||||
}
|
||||
#aboutus .intro h6{
|
||||
font-size: 21px;
|
||||
font-style: italic;
|
||||
color: #252526;
|
||||
line-height: 29px;
|
||||
font-weight: normal;
|
||||
margin: 0 0 16px 0;
|
||||
}
|
||||
#aboutus .intro p{
|
||||
color: #3F3F3F;
|
||||
line-height: 24px;
|
||||
}
|
||||
#aboutus .flexslider{
|
||||
float: right;
|
||||
box-shadow: none;
|
||||
margin: 0;
|
||||
border:0 none;
|
||||
}
|
||||
#aboutus .flex-control-paging li a{
|
||||
background: #666666;
|
||||
box-shadow: none;
|
||||
width: 5px;
|
||||
height: 5px;
|
||||
border: 3px solid #E6E6E6;
|
||||
}
|
||||
#aboutus .flex-control-paging li a.flex-active{
|
||||
box-shadow: none;
|
||||
background: #2894DC;
|
||||
border-color: #2894DC;
|
||||
}
|
||||
#aboutus .flex-control-nav{
|
||||
bottom: -30px;
|
||||
}
|
||||
#team{
|
||||
padding: 35px 0 25px;
|
||||
margin: 0;
|
||||
background: #252528;
|
||||
margin-bottom: 90px;
|
||||
}
|
||||
#team .section_header{
|
||||
margin-bottom: 60px;
|
||||
}
|
||||
#team .section_header h3{
|
||||
color: #9D9D9E;
|
||||
border-color: #9D9D9E;
|
||||
margin: 0;
|
||||
}
|
||||
#team .people{
|
||||
margin: 0;
|
||||
}
|
||||
#team .people .row1{
|
||||
margin: 0 0 50px 0;
|
||||
}
|
||||
#team .people .bio_box{
|
||||
margin: 0;
|
||||
}
|
||||
#team .people .bio_boxr{
|
||||
float: right;
|
||||
}
|
||||
#team .people .bio_box img{
|
||||
float: left;
|
||||
}
|
||||
#team .people .bio_boxr img{
|
||||
margin-left: 38px;
|
||||
}
|
||||
#team .people .bio_box .info{
|
||||
float: left;
|
||||
margin: 38px 0 0 30px;
|
||||
}
|
||||
#team .people .bio_box .info p{
|
||||
margin-bottom: 0;
|
||||
}
|
||||
#team .people .bio_box .info p.name{
|
||||
color: #fff;
|
||||
font-style: italic;
|
||||
margin-bottom: 4px;
|
||||
font-size: 21px;
|
||||
}
|
||||
#team .people .bio_box .info p.area{
|
||||
color: #98989A;
|
||||
font-style: italic;
|
||||
font-style: 16px;
|
||||
margin-bottom: 18px;
|
||||
}
|
||||
#team .people .bio_box .info a {
|
||||
margin-right: 10px;
|
||||
}
|
||||
#team .people .bio_box .info a span{
|
||||
display: inline-block;
|
||||
width: 33px;
|
||||
height: 33px;
|
||||
}
|
||||
#team .people .bio_box .info span.ico1,
|
||||
#team .people .bio_box .info span.ico1h{
|
||||
background-position: 0px 0px;
|
||||
}
|
||||
#team .people .bio_box .info span.ico2,
|
||||
#team .people .bio_box .info span.ico2h{
|
||||
background-position: -37px 0px;
|
||||
}
|
||||
#team .people .bio_box .info span.ico3,
|
||||
#team .people .bio_box .info span.ico3h{
|
||||
background-position: -75px 0px;
|
||||
}
|
||||
#team .people .bio_box .info span.ico4,
|
||||
#team .people .bio_box .info span.ico4h{
|
||||
background-position: -112px -1px;
|
||||
}
|
||||
#team .people .bio_box .info span.ico5,
|
||||
#team .people .bio_box .info span.ico5h{
|
||||
background-position: -151px 0px;
|
||||
}
|
||||
#team .people .bio_box .info span.ico6,
|
||||
#team .people .bio_box .info span.ico6h{
|
||||
background-position: -188px -1px;
|
||||
}
|
||||
#team .people .bio_box .info span.ico7,
|
||||
#team .people .bio_box .info span.ico7h{
|
||||
background-position: -226px 0px;
|
||||
}
|
||||
#team .people .bio_box .info a:hover span.socialicons{
|
||||
display: none;
|
||||
}
|
||||
#team .people .bio_box .info a:hover span.socialicons_h{
|
||||
display: inline-block !important;
|
||||
}
|
||||
.socialicons{
|
||||
background: url('../img/socialicons.png') no-repeat;
|
||||
width: 265px;
|
||||
height: 36px;
|
||||
}
|
||||
.socialicons_h{
|
||||
background: url('../img/socialicons_h.png') no-repeat;
|
||||
width: 265px;
|
||||
height: 36px;
|
||||
display: none !important;
|
||||
}
|
||||
#process{
|
||||
min-height: 350px;
|
||||
}
|
||||
#process .section_header{
|
||||
margin-bottom: 60px;
|
||||
}
|
||||
#process .section_header h3{
|
||||
margin: 0;
|
||||
}
|
||||
#process .description{
|
||||
position: relative;
|
||||
}
|
||||
#process .description .text{
|
||||
position: absolute;
|
||||
display: none;
|
||||
}
|
||||
#process .description .text.active {
|
||||
display: block;
|
||||
}
|
||||
#process .description h4{
|
||||
font-size: 31px;
|
||||
line-height: 35px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
#process .description p{
|
||||
font-size: 15px;
|
||||
color: #3F3F3F;
|
||||
line-height: 26px;
|
||||
}
|
||||
#process .areas{
|
||||
margin-left: 0;
|
||||
float: right;
|
||||
}
|
||||
#process .areas .circle{
|
||||
height: 210px;
|
||||
cursor: pointer;
|
||||
float: left;
|
||||
margin-right: -45px;
|
||||
text-align: center;
|
||||
width: 210px;
|
||||
background: rgba(37, 37, 40, 0.9);
|
||||
border-radius: 100%;
|
||||
-webkit-transition: all .3s;
|
||||
-moz-transition: all .3s;
|
||||
-ms-transition: all .3s;
|
||||
transition: all .3s;
|
||||
}
|
||||
#process .areas .first{
|
||||
margin-left: 0;
|
||||
}
|
||||
#process .areas .circle img{
|
||||
margin-top: 56px;
|
||||
}
|
||||
#process .areas .circle span{
|
||||
font-weight: 700;
|
||||
font-size: 22px;
|
||||
color: #fff;
|
||||
display: block;
|
||||
margin-top: 21px;
|
||||
}
|
||||
#process .areas .circle:hover,
|
||||
#process .areas .circle.active {
|
||||
background: rgba(17, 137, 217, 1);
|
||||
}
|
||||
|
||||
/* Responsive
|
||||
-------------------------------------------------- */
|
||||
|
||||
/* Large desktop */
|
||||
@media (min-width: 1200px) {
|
||||
|
||||
}
|
||||
@media (min-width: 980px) {
|
||||
|
||||
}
|
||||
@media (max-width: 979px) {
|
||||
|
||||
}
|
||||
/* Portrait tablet to landscape and desktop */
|
||||
@media (min-width: 768px) and (max-width: 979px) {
|
||||
#team .people .bio_box{
|
||||
text-align: center;
|
||||
}
|
||||
#team .people .bio_box img{
|
||||
float: none;
|
||||
margin-bottom: 25px;
|
||||
margin-left: 0;
|
||||
}
|
||||
#process .areas{
|
||||
text-align: center;
|
||||
}
|
||||
#team .people .bio_box .info{
|
||||
margin: 0;
|
||||
float: none;
|
||||
}
|
||||
#process .areas .last_circle{
|
||||
float: none;
|
||||
display: inline-block;
|
||||
margin-left: -75px;
|
||||
margin-top: -54px;
|
||||
}
|
||||
}
|
||||
/* Landscape phone to portrait tablet */
|
||||
@media (max-width: 767px) {
|
||||
#team{
|
||||
margin-right: -20px;
|
||||
margin-left: -20px;
|
||||
}
|
||||
#team .container{
|
||||
padding: 0px 20px;
|
||||
}
|
||||
#team .people .row1{
|
||||
margin: 0;
|
||||
}
|
||||
#team .people .bio_box{
|
||||
overflow: hidden;
|
||||
margin-bottom: 35px;
|
||||
}
|
||||
#team .people .bio_boxr img{
|
||||
margin: 0;
|
||||
}
|
||||
#aboutus .intro{
|
||||
margin-bottom: 45px;
|
||||
}
|
||||
#aboutus{
|
||||
margin-bottom: 75px;
|
||||
}
|
||||
#process .areas{
|
||||
margin-top: 193px;
|
||||
margin-bottom: 0px;
|
||||
text-align: center;
|
||||
}
|
||||
#process .areas .circle{
|
||||
float: none;
|
||||
display: inline-block;
|
||||
margin: 0;
|
||||
}
|
||||
#process .areas .last_circle{
|
||||
margin-top: -23px;
|
||||
}
|
||||
}
|
||||
/* Landscape phones and down */
|
||||
@media (max-width: 480px) {
|
||||
#team .people .bio_box{
|
||||
text-align: center;
|
||||
}
|
||||
#team .people .bio_box img{
|
||||
float: none;
|
||||
margin-bottom: 18px;
|
||||
}
|
||||
#aboutus .intro{
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
#team .people .bio_box .info{
|
||||
float: none;
|
||||
margin: 0;
|
||||
}
|
||||
#process .areas{
|
||||
margin-top: 250px;
|
||||
}
|
||||
#process .areas .circle{
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
}
|
||||
#process .areas .last_circle{
|
||||
margin-top: 0;
|
||||
}
|
||||
#process .areas .circle img{
|
||||
margin-top: 22px;
|
||||
}
|
||||
#process .areas .circle span{
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,72 +0,0 @@
|
||||
#backgrounds{
|
||||
margin-top:70px;
|
||||
}
|
||||
#backgrounds .row{
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
#backgrounds .photo{
|
||||
position: relative;
|
||||
}
|
||||
#backgrounds .photo .circle{
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
border-radius: 100%;
|
||||
background: rgba(0,0,0,0.5);
|
||||
height: 82px;
|
||||
width: 82px;
|
||||
left: 41%;
|
||||
top: 25%;
|
||||
}
|
||||
#backgrounds .photo .circle span{
|
||||
font-size: 18px;
|
||||
font-style: italic;
|
||||
color: #fff;
|
||||
margin-top: 29px;
|
||||
display: inline-block;
|
||||
}
|
||||
#backgrounds .photo .circle span.doble{
|
||||
margin-top: 19px;
|
||||
}
|
||||
|
||||
/* Responsive
|
||||
-------------------------------------------------- */
|
||||
|
||||
/* Large desktop */
|
||||
@media (min-width: 1200px) {
|
||||
|
||||
}
|
||||
@media (min-width: 980px) {
|
||||
|
||||
}
|
||||
/* Portrait tablet to landscape and desktop */
|
||||
@media (min-width: 768px) and (max-width: 979px) {
|
||||
#backgrounds .photo .circle{
|
||||
top:12%;
|
||||
}
|
||||
}
|
||||
/* Landscape phone to portrait tablet */
|
||||
@media (max-width: 767px) {
|
||||
#backgrounds .row{
|
||||
margin-bottom: 0;
|
||||
}
|
||||
#backgrounds .photo{
|
||||
text-align: center;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
#backgrounds .photo .circle{
|
||||
top: 23%;
|
||||
}
|
||||
}
|
||||
/* Landscape phones and down */
|
||||
@media (max-width: 480px) {
|
||||
#backgrounds .row{
|
||||
margin-bottom: 0;
|
||||
}
|
||||
#backgrounds .photo{
|
||||
text-align: center;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
#backgrounds .photo .circle{
|
||||
top: 23%;
|
||||
}
|
||||
}
|
||||
@@ -1,240 +0,0 @@
|
||||
#blog{
|
||||
margin-top: 70px;
|
||||
}
|
||||
#blog .header{
|
||||
margin-left: 0;
|
||||
margin-bottom: 56px;
|
||||
margin-top: 30px;
|
||||
}
|
||||
#blog .section_header input[type="text"]{
|
||||
float: right;
|
||||
margin-top: 9px;
|
||||
background: url('../img/search.png') #fff no-repeat 5px;
|
||||
padding-left: 28px;
|
||||
width: 18%;
|
||||
border-radius: 5px;
|
||||
}
|
||||
#blog .post_row{
|
||||
margin-left: 0;
|
||||
margin-bottom: 40px;
|
||||
height: 495px;
|
||||
}
|
||||
#blog .lastpost_row{
|
||||
margin-bottom: 0;
|
||||
}
|
||||
#blog .post_row .post{
|
||||
background: #fff;
|
||||
margin-left: 0;
|
||||
margin-right: 20px;
|
||||
border-radius: 4px;
|
||||
box-shadow: 1px 1px 2px 0px #E0E0E0;
|
||||
}
|
||||
#blog .post_row .last{
|
||||
margin-right: 0;
|
||||
}
|
||||
#blog .post_row .post .img{
|
||||
position: relative;
|
||||
}
|
||||
#blog .post_row .post .img .date{
|
||||
background: #E8554E;
|
||||
position: absolute;
|
||||
padding: 2px 5px;
|
||||
top: 0;
|
||||
left: 11px;
|
||||
}
|
||||
#blog .post_row .post .img .date p{
|
||||
color: #fff;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
margin:0;
|
||||
}
|
||||
#blog .post_row .post .img img {
|
||||
min-height: 186px;
|
||||
}
|
||||
#blog .post_row .post .text{
|
||||
margin: 18px auto 0;
|
||||
width: 83%;
|
||||
}
|
||||
#blog .post_row .post .text h5 {
|
||||
margin: 0 0 8px 0;
|
||||
font-size: 20px;
|
||||
line-height: 23px;
|
||||
}
|
||||
#blog .post_row .post .text h5 a {
|
||||
color: #333;
|
||||
}
|
||||
#blog .post_row .post .text span.date{
|
||||
color: #9F9F9F;
|
||||
display: block;
|
||||
margin-bottom: 12px;
|
||||
font-style:italic;
|
||||
font-size: 13px;
|
||||
}
|
||||
#blog .post_row .post .text p{
|
||||
margin: 0;
|
||||
line-height: 21px;
|
||||
font-size: 14px;
|
||||
}
|
||||
#blog .post_row .post .author_box{
|
||||
margin: 12px auto 20px;
|
||||
border-top: 1px solid #EDEDED;
|
||||
overflow: hidden;
|
||||
text-align: left;
|
||||
width: 85%;
|
||||
padding-top: 12px;
|
||||
}
|
||||
#blog .post_row .post .author_box h6{
|
||||
margin: 0 0 3px 0;
|
||||
font-size: 13px;
|
||||
line-height: 15px;
|
||||
font-style: italic;
|
||||
font-weight: normal;
|
||||
color: #B2B2B2;
|
||||
}
|
||||
#blog .post_row .post .author_box p{
|
||||
color: #B2B2B2;
|
||||
font-style: italic;
|
||||
font-size: 13px;
|
||||
line-height: 14px;
|
||||
margin: 0;
|
||||
}
|
||||
#blog .post_row .post .author_box img{
|
||||
float: right;
|
||||
}
|
||||
#blog .post_row .post a.plus_wrapper{
|
||||
width: 99%;
|
||||
text-align: center;
|
||||
background: #fff;
|
||||
display: none;
|
||||
border-radius: 0px 0px 4px 4px;
|
||||
padding: 6px 0px 2px;
|
||||
margin: 0 auto 1px;
|
||||
}
|
||||
#blog .post_row .post a.plus_wrapper span{
|
||||
color: #1189D9;
|
||||
font-size: 30px;
|
||||
font-weight: bold;
|
||||
}
|
||||
/*#blog .post_row .post a.plus_wrapper,
|
||||
#blog .post_row .post a.plus_wrapper span{
|
||||
-webkit-transition: all .1s linear;
|
||||
-moz-transition: all .1s linear;
|
||||
-ms-transition: all .1s linear;
|
||||
-o-transition: all .1s linear;
|
||||
transition: all .1s linear;
|
||||
}*/
|
||||
#blog .post_row .post:hover a.plus_wrapper{
|
||||
display: block;
|
||||
}
|
||||
/*#blog .post_row .post a.plus_wrapper:hover{
|
||||
background: #1189D9;
|
||||
}
|
||||
#blog .post_row .post a.plus_wrapper:hover span{
|
||||
color: #fff;
|
||||
}*/
|
||||
#blog .post_row .post:hover{
|
||||
box-shadow: 0px 1px 5px 1px rgb(216, 216, 216);
|
||||
}
|
||||
#blog .post_row .post:hover .text h5 a{
|
||||
color: #1189D9;
|
||||
}
|
||||
/*pagination*/
|
||||
#blog .pagination {
|
||||
margin: 35px auto 0;
|
||||
width: 26%;
|
||||
}
|
||||
|
||||
/* Responsive
|
||||
-------------------------------------------------- */
|
||||
|
||||
/* Large desktop */
|
||||
@media (min-width: 1200px) {
|
||||
|
||||
}
|
||||
@media (min-width: 980px) {
|
||||
|
||||
}
|
||||
@media (max-width: 979px) {
|
||||
|
||||
}
|
||||
/* Portrait tablet to landscape and desktop */
|
||||
@media (min-width: 768px) and (max-width: 979px) {
|
||||
#blog .pagination{
|
||||
width: 36%;
|
||||
}
|
||||
#blog .post_row{
|
||||
height: 545px;
|
||||
}
|
||||
|
||||
}
|
||||
/* Landscape phone to portrait tablet */
|
||||
@media (max-width: 767px) {
|
||||
#blog .post_row{
|
||||
height: auto;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
#blog .post_row .post{
|
||||
width: 65%;
|
||||
margin: 0 auto;
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
#blog .post_row .post .img {
|
||||
float: left;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
#blog .post_row .post .author_box{
|
||||
display: none;
|
||||
}
|
||||
#blog .post_row .post .text {
|
||||
overflow: hidden;
|
||||
width: 81%;
|
||||
margin: 0 auto 20px;
|
||||
margin-top: 7px;
|
||||
}
|
||||
#blog .post_row .post a.plus_wrapper{
|
||||
display: inline-block;
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
}
|
||||
/*#blog .post_row .post:hover a.plus_wrapper{
|
||||
display: inline-block;
|
||||
background: #1189D9;
|
||||
}
|
||||
#blog .post_row .post:hover a.plus_wrapper span{
|
||||
color: #fff;
|
||||
}*/
|
||||
#blog .pagination {
|
||||
width: 55%;
|
||||
}
|
||||
}
|
||||
/* Landscape phones and down */
|
||||
@media (max-width: 480px) {
|
||||
#blog .post_row{
|
||||
height: auto;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
#blog .post_row .post{
|
||||
margin: 0 auto 50px;
|
||||
width: 72%;
|
||||
}
|
||||
#blog .post_row .post .img {
|
||||
float: none;
|
||||
margin: 0;
|
||||
}
|
||||
#blog .post_row .post .text {
|
||||
float: none;
|
||||
margin: 24px auto 0;
|
||||
width: 86%;
|
||||
}
|
||||
#blog .post_row .post .author_box {
|
||||
margin: 30px auto 15px;
|
||||
}
|
||||
#blog .post_row .post a.plus_wrapper{
|
||||
display: block;
|
||||
padding: 10px 0 8px;
|
||||
}
|
||||
#blog .pagination {
|
||||
width: 72%;
|
||||
}
|
||||
}
|
||||
@@ -1,293 +0,0 @@
|
||||
#blog_post{
|
||||
margin-top: 70px;
|
||||
}
|
||||
#blog_post .section_header input[type="text"]{
|
||||
float: right;
|
||||
margin-top: 9px;
|
||||
background: url('../img/search.png') #fff no-repeat 5px;
|
||||
padding-left: 28px;
|
||||
width: 18%;
|
||||
border-radius: 5px;
|
||||
}
|
||||
#blog_post .post_pic {
|
||||
border: 7px solid #fff;
|
||||
border-radius: 5px;
|
||||
box-shadow:1px 1px 2px 0px rgb(207, 207, 207);
|
||||
}
|
||||
#blog_post .post_content {
|
||||
margin-top: 40px;
|
||||
padding-bottom: 90px;
|
||||
border-bottom: 1px solid rgb(202, 202, 202);
|
||||
box-shadow: 0px 1px 0px 0px white;
|
||||
}
|
||||
#blog_post .post_content h2 {
|
||||
font-size: 32px;
|
||||
color: #3F3F3F;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
#blog_post .post_content span.date{
|
||||
width: 100%;
|
||||
font-size: 14px;
|
||||
font-style: italic;
|
||||
margin-bottom: 42px;
|
||||
display: block;
|
||||
color: #9C9C9C;
|
||||
}
|
||||
#blog_post .post_content p {
|
||||
line-height: 24px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
#blog_post .post_content .author_box {
|
||||
margin-top: 50px;
|
||||
}
|
||||
#blog_post .post_content .author_box .author {
|
||||
margin-top: 45px;
|
||||
font-weight: bold;
|
||||
font-size: 15px;
|
||||
color: #1189D9;
|
||||
}
|
||||
#blog_post .post_content .author_box .area {
|
||||
font-size: 15px;
|
||||
font-style: italic;
|
||||
margin-top: 5px;
|
||||
color: #9C9C9C;
|
||||
}
|
||||
#blog_post .comments {
|
||||
margin-top: 3px;
|
||||
/*padding-top: 50px;*/
|
||||
border-bottom: 1px solid rgb(202, 202, 202);
|
||||
box-shadow: 0px 1px 0px 0px white;
|
||||
padding-bottom: 3px;
|
||||
}
|
||||
#blog_post .comments h4{
|
||||
font-size: 23px;
|
||||
margin-top: 0;
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
#blog_post .comments .comment {
|
||||
margin-bottom: 30px;
|
||||
margin-top: 15px;
|
||||
}
|
||||
#blog_post .comments .comment.reply_to {
|
||||
margin-top: -10px;
|
||||
}
|
||||
#blog_post .comments .comment .author_pic {
|
||||
max-width: 55px;
|
||||
float: right;
|
||||
}
|
||||
#blog_post .comments .comment .name {
|
||||
font-weight: bold;
|
||||
color: #3F3F3F;
|
||||
font-size: 14px;
|
||||
}
|
||||
#blog_post .comments .comment a.reply {
|
||||
color: #1189D9;
|
||||
text-decoration: underline;
|
||||
margin-left: 20px;
|
||||
font-size: 14px;
|
||||
-webkit-transition: color .2s;
|
||||
-moz-transition: color .2s;
|
||||
-ms-transition: color .2s;
|
||||
transition: color .2s;
|
||||
}
|
||||
#blog_post .comments .comment a.reply:hover{
|
||||
color: #252528;
|
||||
}
|
||||
#blog_post .comments .comment .date {
|
||||
font-size: 13px;
|
||||
font-weight: bold;
|
||||
color: #747B85;
|
||||
}
|
||||
#blog_post .comments .comment .response {
|
||||
margin-top: 10px;
|
||||
line-height: 22px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
/* new comment */
|
||||
#blog_post .new_comment {
|
||||
padding-top: 30px;
|
||||
margin-top: 3px;
|
||||
}
|
||||
#blog_post .new_comment h4{
|
||||
font-size: 23px;
|
||||
color: #3F3F3F;
|
||||
}
|
||||
#blog_post .new_comment form {
|
||||
margin-top: 35px;
|
||||
}
|
||||
#blog_post .new_comment form input[type="text"] {
|
||||
height: 25px;
|
||||
border-radius: 3px;
|
||||
width: 97.9%;
|
||||
}
|
||||
#blog_post .new_comment form textarea {
|
||||
margin-top: 10px;
|
||||
width: 97.9%;
|
||||
}
|
||||
#blog_post .new_comment form input[type="submit"].send{
|
||||
float: right;
|
||||
color: #fff;
|
||||
border: 0 none;
|
||||
background: #187CCC;
|
||||
text-shadow: none;
|
||||
padding: 4px 15px 4px;
|
||||
box-shadow: none;
|
||||
text-transform: uppercase;
|
||||
font-size: 15px;
|
||||
font-weight: bold;
|
||||
margin-top: 8px;
|
||||
-webkit-transition: background linear .2s, box-shadow linear .2s;
|
||||
-moz-transition: background linear .2s, box-shadow linear .2s;
|
||||
-o-transition: background linear .2s, box-shadow linear .2s;
|
||||
transition: background linear .2s, box-shadow linear .2s;
|
||||
}
|
||||
#blog_post .new_comment form input[type="submit"].send:hover{
|
||||
background: #252528;
|
||||
}
|
||||
#blog_post .sidebar{
|
||||
margin: 0;
|
||||
padding: 40px 19px 40px 28px;
|
||||
background: #fff;
|
||||
border-radius: 4px;
|
||||
box-shadow:1px 1px 2px 0px rgb(207, 207, 207);
|
||||
float: right;
|
||||
}
|
||||
#blog_post .sidebar .box{
|
||||
padding-bottom: 30px;
|
||||
overflow: hidden;
|
||||
margin-bottom: 40px;
|
||||
border-bottom: 1px solid rgb(216, 216, 216);
|
||||
}
|
||||
#blog_post .sidebar .last{
|
||||
border: 0 none;
|
||||
padding: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
#blog_post .sidebar .box .recent{
|
||||
width: 100%;
|
||||
margin-bottom: 20px;
|
||||
float: left;
|
||||
}
|
||||
#blog_post .sidebar .box .recent span img{
|
||||
float: left;
|
||||
margin-right: 10px;
|
||||
}
|
||||
#blog_post .sidebar .box .recent p{
|
||||
margin: 0;
|
||||
line-height: 18px;
|
||||
font-size: 14px;
|
||||
}
|
||||
#blog_post .sidebar .sidebar_header {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
#blog_post .sidebar .sidebar_header h4{
|
||||
font-size: 19px;
|
||||
margin: 0;
|
||||
}
|
||||
#blog_post .sidebar .sidebar_menu {
|
||||
list-style-type: none;
|
||||
margin-left: 0px;
|
||||
}
|
||||
#blog_post .sidebar .sidebar_menu ul{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
}
|
||||
#blog_post .sidebar .sidebar_menu li {
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
#blog_post .sidebar .sidebar_menu li a {
|
||||
color: #333;
|
||||
font-size: 14px;
|
||||
-webkit-transition: color .2s;
|
||||
-moz-transition: color .2s;
|
||||
-ms-transition: color .2s;
|
||||
transition: color .2s;
|
||||
}
|
||||
#blog_post .sidebar .sidebar_menu li a:hover {
|
||||
color: #1187D8;
|
||||
}
|
||||
#blog_post .sidebar .recent_posts {
|
||||
list-style-type: none;
|
||||
margin-top: 30px;
|
||||
margin-left: 0px;
|
||||
}
|
||||
#blog_post .sidebar .recent_posts li {
|
||||
margin-bottom: 20px;
|
||||
font-size: 15px;
|
||||
}
|
||||
#blog_post .sidebar .recent_posts .thumb {
|
||||
border: 3px solid #fff;
|
||||
box-shadow: 0px 0px 1px 1px #bdbdbd;
|
||||
}
|
||||
#blog_post .sidebar .recent_posts a.link {
|
||||
color: #333;
|
||||
display: block;
|
||||
margin-top: 10px;
|
||||
}
|
||||
#blog_post .sidebar .recent_posts a:hover {
|
||||
color: #87a46e;
|
||||
text-decoration: underline;
|
||||
}
|
||||
#blog_post .sidebar ul.recent_photos{
|
||||
list-style-type: none;
|
||||
margin-left: 0px;
|
||||
padding-top: 18px;
|
||||
}
|
||||
#blog_post .sidebar ul.recent_photos li{
|
||||
list-style: none;
|
||||
display: inline-block;
|
||||
margin-right: 6px;
|
||||
margin-bottom: 11px;
|
||||
}
|
||||
#blog_post .sidebar ul.recent_photos li a img {
|
||||
max-width: 55px;
|
||||
margin-right: 9px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
/* Responsive
|
||||
-------------------------------------------------- */
|
||||
|
||||
/* Landscape phones and down */
|
||||
@media (max-width: 480px) {
|
||||
|
||||
}
|
||||
/* Landscape phone to portrait tablet */
|
||||
@media (max-width: 767px) {
|
||||
#blog_wrapper .header hr {
|
||||
width: 70%;
|
||||
}
|
||||
#blog_wrapper .post .main_pic {
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
}
|
||||
#blog_wrapper .sidebar .recent_posts .thumb {
|
||||
max-width: 100px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
#blog_wrapper .sidebar .search-query {
|
||||
width: 85%;
|
||||
}
|
||||
#blog_post .sidebar .box .recent p{
|
||||
font-size: 13px;
|
||||
}
|
||||
}
|
||||
/* Portrait tablet to landscape and desktop */
|
||||
@media (min-width: 768px) and (max-width: 979px) {
|
||||
}
|
||||
@media (max-width: 979px) {
|
||||
|
||||
}
|
||||
@media (min-width: 980px) {
|
||||
|
||||
}
|
||||
/* Large desktop */
|
||||
@media (min-width: 1200px) {
|
||||
#blog_wrapper .post .info {
|
||||
width: 420px;
|
||||
}
|
||||
}
|
||||
279
website/static/css/bootstrap-overrides.css
vendored
@@ -1,279 +0,0 @@
|
||||
/*
|
||||
Override .container and .span sizes on 1200px media query to be like a 980 screen size for design purposes.
|
||||
|
||||
This override is useful when changing the bootstrap files version instead of editing directly on the
|
||||
included bootstrap file.
|
||||
*/
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
.row {
|
||||
margin-left: -20px;
|
||||
*zoom: 1;
|
||||
}
|
||||
.row:before,
|
||||
.row:after {
|
||||
display: table;
|
||||
line-height: 0;
|
||||
content: "";
|
||||
}
|
||||
.row:after {
|
||||
clear: both;
|
||||
}
|
||||
[class*="span"] {
|
||||
float: left;
|
||||
min-height: 1px;
|
||||
margin-left: 20px;
|
||||
}
|
||||
.container,
|
||||
.navbar-static-top .container,
|
||||
.navbar-fixed-top .container,
|
||||
.navbar-fixed-bottom .container {
|
||||
width: 940px;
|
||||
}
|
||||
.span12 {
|
||||
width: 940px;
|
||||
}
|
||||
.span11 {
|
||||
width: 860px;
|
||||
}
|
||||
.span10 {
|
||||
width: 780px;
|
||||
}
|
||||
.span9 {
|
||||
width: 700px;
|
||||
}
|
||||
.span8 {
|
||||
width: 620px;
|
||||
}
|
||||
.span7 {
|
||||
width: 540px;
|
||||
}
|
||||
.span6 {
|
||||
width: 460px;
|
||||
}
|
||||
.span5 {
|
||||
width: 380px;
|
||||
}
|
||||
.span4 {
|
||||
width: 300px;
|
||||
}
|
||||
.span3 {
|
||||
width: 220px;
|
||||
}
|
||||
.span2 {
|
||||
width: 140px;
|
||||
}
|
||||
.span1 {
|
||||
width: 60px;
|
||||
}
|
||||
.offset12 {
|
||||
margin-left: 980px;
|
||||
}
|
||||
.offset11 {
|
||||
margin-left: 900px;
|
||||
}
|
||||
.offset10 {
|
||||
margin-left: 820px;
|
||||
}
|
||||
.offset9 {
|
||||
margin-left: 740px;
|
||||
}
|
||||
.offset8 {
|
||||
margin-left: 660px;
|
||||
}
|
||||
.offset7 {
|
||||
margin-left: 580px;
|
||||
}
|
||||
.offset6 {
|
||||
margin-left: 500px;
|
||||
}
|
||||
.offset5 {
|
||||
margin-left: 420px;
|
||||
}
|
||||
.offset4 {
|
||||
margin-left: 340px;
|
||||
}
|
||||
.offset3 {
|
||||
margin-left: 260px;
|
||||
}
|
||||
.offset2 {
|
||||
margin-left: 180px;
|
||||
}
|
||||
.offset1 {
|
||||
margin-left: 100px;
|
||||
}
|
||||
.row-fluid {
|
||||
width: 100%;
|
||||
*zoom: 1;
|
||||
}
|
||||
.row-fluid:before,
|
||||
.row-fluid:after {
|
||||
display: table;
|
||||
line-height: 0;
|
||||
content: "";
|
||||
}
|
||||
.row-fluid:after {
|
||||
clear: both;
|
||||
}
|
||||
.row-fluid [class*="span"] {
|
||||
display: block;
|
||||
float: left;
|
||||
width: 100%;
|
||||
min-height: 30px;
|
||||
margin-left: 2.127659574468085%;
|
||||
*margin-left: 2.074468085106383%;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.row-fluid [class*="span"]:first-child {
|
||||
margin-left: 0;
|
||||
}
|
||||
.row-fluid .controls-row [class*="span"] + [class*="span"] {
|
||||
margin-left: 2.127659574468085%;
|
||||
}
|
||||
.row-fluid .span12 {
|
||||
width: 100%;
|
||||
*width: 99.94680851063829%;
|
||||
}
|
||||
.row-fluid .span11 {
|
||||
width: 91.48936170212765%;
|
||||
*width: 91.43617021276594%;
|
||||
}
|
||||
.row-fluid .span10 {
|
||||
width: 82.97872340425532%;
|
||||
*width: 82.92553191489361%;
|
||||
}
|
||||
.row-fluid .span9 {
|
||||
width: 74.46808510638297%;
|
||||
*width: 74.41489361702126%;
|
||||
}
|
||||
.row-fluid .span8 {
|
||||
width: 65.95744680851064%;
|
||||
*width: 65.90425531914893%;
|
||||
}
|
||||
.row-fluid .span7 {
|
||||
width: 57.44680851063829%;
|
||||
*width: 57.39361702127659%;
|
||||
}
|
||||
.row-fluid .span6 {
|
||||
width: 48.93617021276595%;
|
||||
*width: 48.88297872340425%;
|
||||
}
|
||||
.row-fluid .span5 {
|
||||
width: 40.42553191489362%;
|
||||
*width: 40.37234042553192%;
|
||||
}
|
||||
.row-fluid .span4 {
|
||||
width: 31.914893617021278%;
|
||||
*width: 31.861702127659576%;
|
||||
}
|
||||
.row-fluid .span3 {
|
||||
width: 23.404255319148934%;
|
||||
*width: 23.351063829787233%;
|
||||
}
|
||||
.row-fluid .span2 {
|
||||
width: 14.893617021276595%;
|
||||
*width: 14.840425531914894%;
|
||||
}
|
||||
.row-fluid .span1 {
|
||||
width: 6.382978723404255%;
|
||||
*width: 6.329787234042553%;
|
||||
}
|
||||
.row-fluid .offset12 {
|
||||
margin-left: 104.25531914893617%;
|
||||
*margin-left: 104.14893617021275%;
|
||||
}
|
||||
.row-fluid .offset12:first-child {
|
||||
margin-left: 102.12765957446808%;
|
||||
*margin-left: 102.02127659574467%;
|
||||
}
|
||||
.row-fluid .offset11 {
|
||||
margin-left: 95.74468085106382%;
|
||||
*margin-left: 95.6382978723404%;
|
||||
}
|
||||
.row-fluid .offset11:first-child {
|
||||
margin-left: 93.61702127659574%;
|
||||
*margin-left: 93.51063829787232%;
|
||||
}
|
||||
.row-fluid .offset10 {
|
||||
margin-left: 87.23404255319149%;
|
||||
*margin-left: 87.12765957446807%;
|
||||
}
|
||||
.row-fluid .offset10:first-child {
|
||||
margin-left: 85.1063829787234%;
|
||||
*margin-left: 84.99999999999999%;
|
||||
}
|
||||
.row-fluid .offset9 {
|
||||
margin-left: 78.72340425531914%;
|
||||
*margin-left: 78.61702127659572%;
|
||||
}
|
||||
.row-fluid .offset9:first-child {
|
||||
margin-left: 76.59574468085106%;
|
||||
*margin-left: 76.48936170212764%;
|
||||
}
|
||||
.row-fluid .offset8 {
|
||||
margin-left: 70.2127659574468%;
|
||||
*margin-left: 70.10638297872339%;
|
||||
}
|
||||
.row-fluid .offset8:first-child {
|
||||
margin-left: 68.08510638297872%;
|
||||
*margin-left: 67.9787234042553%;
|
||||
}
|
||||
.row-fluid .offset7 {
|
||||
margin-left: 61.70212765957446%;
|
||||
*margin-left: 61.59574468085106%;
|
||||
}
|
||||
.row-fluid .offset7:first-child {
|
||||
margin-left: 59.574468085106375%;
|
||||
*margin-left: 59.46808510638297%;
|
||||
}
|
||||
.row-fluid .offset6 {
|
||||
margin-left: 53.191489361702125%;
|
||||
*margin-left: 53.085106382978715%;
|
||||
}
|
||||
.row-fluid .offset6:first-child {
|
||||
margin-left: 51.063829787234035%;
|
||||
*margin-left: 50.95744680851063%;
|
||||
}
|
||||
.row-fluid .offset5 {
|
||||
margin-left: 44.68085106382979%;
|
||||
*margin-left: 44.57446808510638%;
|
||||
}
|
||||
.row-fluid .offset5:first-child {
|
||||
margin-left: 42.5531914893617%;
|
||||
*margin-left: 42.4468085106383%;
|
||||
}
|
||||
.row-fluid .offset4 {
|
||||
margin-left: 36.170212765957444%;
|
||||
*margin-left: 36.06382978723405%;
|
||||
}
|
||||
.row-fluid .offset4:first-child {
|
||||
margin-left: 34.04255319148936%;
|
||||
*margin-left: 33.93617021276596%;
|
||||
}
|
||||
.row-fluid .offset3 {
|
||||
margin-left: 27.659574468085104%;
|
||||
*margin-left: 27.5531914893617%;
|
||||
}
|
||||
.row-fluid .offset3:first-child {
|
||||
margin-left: 25.53191489361702%;
|
||||
*margin-left: 25.425531914893618%;
|
||||
}
|
||||
.row-fluid .offset2 {
|
||||
margin-left: 19.148936170212764%;
|
||||
*margin-left: 19.04255319148936%;
|
||||
}
|
||||
.row-fluid .offset2:first-child {
|
||||
margin-left: 17.02127659574468%;
|
||||
*margin-left: 16.914893617021278%;
|
||||
}
|
||||
.row-fluid .offset1 {
|
||||
margin-left: 10.638297872340425%;
|
||||
*margin-left: 10.53191489361702%;
|
||||
}
|
||||
.row-fluid .offset1:first-child {
|
||||
margin-left: 8.51063829787234%;
|
||||
*margin-left: 8.404255319148938%;
|
||||
}
|
||||
}
|
||||
1109
website/static/css/bootstrap-responsive.css
vendored
6167
website/static/css/bootstrap.css
vendored
9
website/static/css/bootstrap.min.css
vendored
@@ -1,167 +0,0 @@
|
||||
#coming_soon {
|
||||
margin-top: -35px;
|
||||
}
|
||||
#coming_soon .head{
|
||||
/*background: url("../img/backgrounds/color-splash.jpg") no-repeat;*/
|
||||
display: block;
|
||||
padding-top: 160px;
|
||||
height: 288px;
|
||||
width: 100%;
|
||||
-webkit-background-size: cover;
|
||||
-moz-background-size: cover;
|
||||
-o-background-size: cover;
|
||||
background-size: cover;
|
||||
}
|
||||
#coming_soon .head .line{
|
||||
margin-left: 0;
|
||||
}
|
||||
#coming_soon .text h4{
|
||||
margin: 0 0 35px 0;
|
||||
/*color: #fff;*/
|
||||
font-size: 35px;
|
||||
font-weight: normal;
|
||||
line-height: 38px;
|
||||
text-shadow: 1px 1px 0px #2A284D;
|
||||
}
|
||||
#coming_soon .text p{
|
||||
/*color: #fff;*/
|
||||
font-size: 18px;
|
||||
font-style: italic;
|
||||
line-height: 24px;
|
||||
}
|
||||
#coming_soon .text p span{
|
||||
font-style: normal;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
#coming_soon .count{
|
||||
margin: 0;
|
||||
float: right;
|
||||
}
|
||||
#coming_soon .count .box{
|
||||
float: none;
|
||||
display: inline-block;
|
||||
|
||||
text-align: center;
|
||||
/*float: right;*/
|
||||
margin-left: -10px;
|
||||
}
|
||||
#coming_soon .count .first{
|
||||
margin: 0 0 0 90px;
|
||||
}
|
||||
#coming_soon .count .circle{
|
||||
height: 98px;
|
||||
width: 98px;
|
||||
text-align: center;
|
||||
border-radius: 100%;
|
||||
margin-bottom: 8px;
|
||||
background: rgba(0,0,0,0.5);
|
||||
}
|
||||
#coming_soon .count .circle span{
|
||||
color: #fff;
|
||||
display: inline-block;
|
||||
font-size: 33px;
|
||||
margin-top: 36px;
|
||||
font-weight: bold;
|
||||
}
|
||||
#coming_soon .count p{
|
||||
/*color: #fff;*/
|
||||
margin: 0;
|
||||
text-transform: uppercase;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
/* Responsive
|
||||
-------------------------------------------------- */
|
||||
|
||||
/* Large desktop */
|
||||
@media (min-width: 1200px) {
|
||||
}
|
||||
@media (min-width: 980px) {
|
||||
}
|
||||
@media (max-width: 979px) {
|
||||
}
|
||||
/* Portrait tablet to landscape and desktop */
|
||||
|
||||
@media (min-width: 768px) and (max-width: 979px) {
|
||||
#coming_soon .head{
|
||||
padding-top: 80px;
|
||||
height: 310px;
|
||||
}
|
||||
#coming_soon .count{
|
||||
text-align: center;
|
||||
width: 37%;
|
||||
}
|
||||
#coming_soon #clock {
|
||||
margin-top: 45px;
|
||||
}
|
||||
#coming_soon .count .circle{
|
||||
height: 73px;
|
||||
width: 73px;
|
||||
}
|
||||
#coming_soon .count p{
|
||||
font-size: 10px;
|
||||
}
|
||||
#coming_soon .count .circle span{
|
||||
margin-top: 26px;
|
||||
font-size: 30px;
|
||||
}
|
||||
#coming_soon .email_wrapp .wrapp input[type="text"]{
|
||||
width: 70%;
|
||||
}
|
||||
}
|
||||
/* Landscape phone to portrait tablet */
|
||||
@media (max-width: 768px) {
|
||||
#coming_soon .head{
|
||||
text-align: center;
|
||||
background: none;
|
||||
margin-bottom: 80px;
|
||||
padding-top: 70px;
|
||||
height: auto;
|
||||
}
|
||||
#coming_soon .text{
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
#coming_soon .text h4{
|
||||
color: #333;
|
||||
text-shadow:none;
|
||||
}
|
||||
#coming_soon .text p{
|
||||
color: #333;
|
||||
}
|
||||
#coming_soon .count .first{
|
||||
margin: 0;
|
||||
}
|
||||
#coming_soon .count .box{
|
||||
float: none;
|
||||
display: inline-block;
|
||||
}
|
||||
#coming_soon .count .circle{
|
||||
height: 73px;
|
||||
width: 73px;
|
||||
}
|
||||
#coming_soon .count p{
|
||||
font-size: 10px;
|
||||
}
|
||||
#coming_soon .count .circle span{
|
||||
margin-top: 26px;
|
||||
font-size: 30px;
|
||||
}
|
||||
|
||||
}
|
||||
/* Landscape phones and down */
|
||||
@media (max-width: 480px) {
|
||||
#coming_soon .count .circle{
|
||||
height: 73px;
|
||||
width: 73px;
|
||||
}
|
||||
#coming_soon .count p{
|
||||
font-size: 10px;
|
||||
}
|
||||
#coming_soon .count .circle span{
|
||||
margin-top: 26px;
|
||||
font-size: 30px;
|
||||
}
|
||||
#coming_soon .email_wrapp .wrapp input[type="text"]{
|
||||
width: 70%;
|
||||
}
|
||||
}
|
||||
@@ -1,183 +0,0 @@
|
||||
|
||||
#concert_route h4{
|
||||
margin: 0 0 10px 0;
|
||||
/*color: #fff;*/
|
||||
font-size: 25px;
|
||||
font-weight: normal;
|
||||
line-height: 38px;
|
||||
text-shadow: 1px 1px 0px #2A284D;
|
||||
}
|
||||
|
||||
#map{
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
height: 480px;
|
||||
}
|
||||
|
||||
#map img
|
||||
{
|
||||
max-width: none;
|
||||
}
|
||||
#map label
|
||||
{
|
||||
margin-bottom: 0px;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
#concert_route .map iframe{
|
||||
display: block;
|
||||
}
|
||||
#concert_route .map .box_wrapp{
|
||||
position: absolute;
|
||||
margin: 0;
|
||||
box-shadow: 0 0 7px 0 rgba(26, 26, 26, 0.4);
|
||||
padding: 33px 0 33px;
|
||||
background: white;
|
||||
top: 62%;
|
||||
border-radius: 4px;
|
||||
}
|
||||
#concert_route .map .box_wrapp .box_cont{
|
||||
margin: 0 auto;
|
||||
width: 76%;
|
||||
}
|
||||
#concert_route .map .box_wrapp .head{
|
||||
width: 100%;
|
||||
margin-bottom: 17px;
|
||||
overflow: hidden;
|
||||
}
|
||||
#concert_route .map .box_wrapp .head h6{
|
||||
font-size: 24px;
|
||||
margin: 0;
|
||||
font-style: italic;
|
||||
float: left;
|
||||
padding-bottom: 2px;
|
||||
border-bottom: 1px solid;
|
||||
font-weight: normal;
|
||||
}
|
||||
#concert_route .map .box_wrapp ul.street{
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding:0;
|
||||
}
|
||||
#concert_route .map .box_wrapp ul.street li{
|
||||
color: #777777;
|
||||
font-size: 14px;
|
||||
}
|
||||
#concert_route .map .box_wrapp ul.street li.icon{
|
||||
margin-top: 3px;
|
||||
}
|
||||
#concert_route .map .box_wrapp ul.street li.icon span.ico1{
|
||||
float: left;
|
||||
height: 20px;
|
||||
}
|
||||
#concert_route .map .box_wrapp ul.street li.icon span.ico2{
|
||||
float: left;
|
||||
height: 20px;
|
||||
background-position: 0px -23px;
|
||||
}
|
||||
#concert_route .map .box_wrapp ul.street li.icon .text{
|
||||
font-size: 15px;
|
||||
color: #777777;
|
||||
margin-left: 6px;
|
||||
}
|
||||
#concert_route .map .box_wrapp ul.street li.icon a:hover{
|
||||
color: #187CCC;
|
||||
-webkit-transition: all .2s;
|
||||
-moz-transition: all .2s;
|
||||
-ms-transition: all .2s;
|
||||
transition: all .2s;
|
||||
}
|
||||
#concert_route .map .box_wrapp ul.street li.icontop{
|
||||
margin-top: 13px;
|
||||
}
|
||||
#concert_route .map .box_wrapp .headbottom{
|
||||
margin-top: 42px;
|
||||
}
|
||||
#concert_route .map .box_wrapp p{
|
||||
color: #777777;
|
||||
font-size: 14px;
|
||||
margin-bottom: 32px;
|
||||
}
|
||||
#concert_route .map .box_wrapp a.btn{
|
||||
text-transform: uppercase;
|
||||
color: #fff;
|
||||
font-size: 15px;
|
||||
background: #187CCC;
|
||||
text-shadow: none;
|
||||
padding: 6px 0 6px;
|
||||
font-weight: bold;
|
||||
border: 0 none;
|
||||
box-shadow: none;
|
||||
border-radius: 3px;
|
||||
margin: 0 auto;
|
||||
margin-top: 20px;
|
||||
display: block;
|
||||
width: 56%;
|
||||
-webkit-transition: background linear .2s, box-shadow linear .2s;
|
||||
-moz-transition: background linear .2s, box-shadow linear .2s;
|
||||
-o-transition: background linear .2s, box-shadow linear .2s;
|
||||
transition: background linear .2s, box-shadow linear .2s;
|
||||
}
|
||||
#concert_route .map .box_wrapp a.btn:hover{
|
||||
background: #252528;
|
||||
}
|
||||
.concert_routeicos{
|
||||
background: url('../img/concert_route_icos.png') no-repeat;
|
||||
width: 24px;
|
||||
height: 44px;
|
||||
}
|
||||
|
||||
/* Responsive
|
||||
-------------------------------------------------- */
|
||||
|
||||
/* Large desktop */
|
||||
@media (min-width: 1200px) {
|
||||
|
||||
}
|
||||
@media (min-width: 980px) {
|
||||
|
||||
}
|
||||
@media (max-width: 979px) {
|
||||
|
||||
}
|
||||
/* Portrait tablet to landscape and desktop */
|
||||
@media (min-width: 768px) and (max-width: 979px) {
|
||||
|
||||
}
|
||||
/* Landscape phone to portrait tablet */
|
||||
@media (max-width: 767px) {
|
||||
#concert_route .map .box_wrapp{
|
||||
width: 90%;
|
||||
position: relative;
|
||||
margin: 0 auto 80px;
|
||||
}
|
||||
#concert_route .map .box_wrapp .box_cont{
|
||||
}
|
||||
#concert_route .map iframe{
|
||||
display: none;
|
||||
}
|
||||
#concert_route .map .box_wrapp a.btn{
|
||||
width: 65%;
|
||||
}
|
||||
#map {
|
||||
visibility:hidden;
|
||||
height: 2px;
|
||||
width : 2px;
|
||||
}
|
||||
#route_info_box
|
||||
{
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
|
||||
#route_info_box a.btn
|
||||
{
|
||||
visibility:hidden;
|
||||
}
|
||||
}
|
||||
/* Landscape phones and down */
|
||||
@media (max-width: 480px) {
|
||||
#concert_route .map .box_wrapp{
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
@@ -1,481 +0,0 @@
|
||||
/*!
|
||||
* Datepicker for Bootstrap
|
||||
*
|
||||
* Copyright 2012 Stefan Petre
|
||||
* Improvements by Andrew Rowls
|
||||
* Licensed under the Apache License v2.0
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
*/
|
||||
.datepicker {
|
||||
padding: 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
direction: ltr;
|
||||
/*.dow {
|
||||
border-top: 1px solid #ddd !important;
|
||||
}*/
|
||||
|
||||
}
|
||||
.datepicker-inline {
|
||||
width: 220px;
|
||||
}
|
||||
.datepicker.datepicker-rtl {
|
||||
direction: rtl;
|
||||
}
|
||||
.datepicker.datepicker-rtl table tr td span {
|
||||
float: right;
|
||||
}
|
||||
.datepicker-dropdown {
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
.datepicker-dropdown:before {
|
||||
content: '';
|
||||
display: inline-block;
|
||||
border-left: 7px solid transparent;
|
||||
border-right: 7px solid transparent;
|
||||
border-bottom: 7px solid #ccc;
|
||||
border-top: 0;
|
||||
border-bottom-color: rgba(0, 0, 0, 0.2);
|
||||
position: absolute;
|
||||
}
|
||||
.datepicker-dropdown:after {
|
||||
content: '';
|
||||
display: inline-block;
|
||||
border-left: 6px solid transparent;
|
||||
border-right: 6px solid transparent;
|
||||
border-bottom: 6px solid #ffffff;
|
||||
border-top: 0;
|
||||
position: absolute;
|
||||
}
|
||||
.datepicker-dropdown.datepicker-orient-left:before {
|
||||
left: 6px;
|
||||
}
|
||||
.datepicker-dropdown.datepicker-orient-left:after {
|
||||
left: 7px;
|
||||
}
|
||||
.datepicker-dropdown.datepicker-orient-right:before {
|
||||
right: 6px;
|
||||
}
|
||||
.datepicker-dropdown.datepicker-orient-right:after {
|
||||
right: 7px;
|
||||
}
|
||||
.datepicker-dropdown.datepicker-orient-top:before {
|
||||
top: -7px;
|
||||
}
|
||||
.datepicker-dropdown.datepicker-orient-top:after {
|
||||
top: -6px;
|
||||
}
|
||||
.datepicker-dropdown.datepicker-orient-bottom:before {
|
||||
bottom: -7px;
|
||||
border-bottom: 0;
|
||||
border-top: 7px solid #999;
|
||||
}
|
||||
.datepicker-dropdown.datepicker-orient-bottom:after {
|
||||
bottom: -6px;
|
||||
border-bottom: 0;
|
||||
border-top: 6px solid #ffffff;
|
||||
}
|
||||
.datepicker > div {
|
||||
display: none;
|
||||
}
|
||||
.datepicker.days div.datepicker-days {
|
||||
display: block;
|
||||
}
|
||||
.datepicker.months div.datepicker-months {
|
||||
display: block;
|
||||
}
|
||||
.datepicker.years div.datepicker-years {
|
||||
display: block;
|
||||
}
|
||||
.datepicker table {
|
||||
margin: 0;
|
||||
-webkit-touch-callout: none;
|
||||
-webkit-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.datepicker td,
|
||||
.datepicker th {
|
||||
text-align: center;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
-webkit-border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
border: none;
|
||||
}
|
||||
.table-striped .datepicker table tr td,
|
||||
.table-striped .datepicker table tr th {
|
||||
background-color: transparent;
|
||||
}
|
||||
.datepicker table tr td.day:hover {
|
||||
background: #eeeeee;
|
||||
cursor: pointer;
|
||||
}
|
||||
.datepicker table tr td.old,
|
||||
.datepicker table tr td.new {
|
||||
color: #999999;
|
||||
}
|
||||
.datepicker table tr td.disabled,
|
||||
.datepicker table tr td.disabled:hover {
|
||||
background: none;
|
||||
color: #999999;
|
||||
cursor: default;
|
||||
}
|
||||
.datepicker table tr td.today,
|
||||
.datepicker table tr td.today:hover,
|
||||
.datepicker table tr td.today.disabled,
|
||||
.datepicker table tr td.today.disabled:hover {
|
||||
background-color: #fde19a;
|
||||
background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
|
||||
background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
|
||||
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
|
||||
background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
|
||||
background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
|
||||
background-image: linear-gradient(top, #fdd49a, #fdf59a);
|
||||
background-repeat: repeat-x;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
|
||||
border-color: #fdf59a #fdf59a #fbed50;
|
||||
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
||||
color: #000;
|
||||
}
|
||||
.datepicker table tr td.today:hover,
|
||||
.datepicker table tr td.today:hover:hover,
|
||||
.datepicker table tr td.today.disabled:hover,
|
||||
.datepicker table tr td.today.disabled:hover:hover,
|
||||
.datepicker table tr td.today:active,
|
||||
.datepicker table tr td.today:hover:active,
|
||||
.datepicker table tr td.today.disabled:active,
|
||||
.datepicker table tr td.today.disabled:hover:active,
|
||||
.datepicker table tr td.today.active,
|
||||
.datepicker table tr td.today:hover.active,
|
||||
.datepicker table tr td.today.disabled.active,
|
||||
.datepicker table tr td.today.disabled:hover.active,
|
||||
.datepicker table tr td.today.disabled,
|
||||
.datepicker table tr td.today:hover.disabled,
|
||||
.datepicker table tr td.today.disabled.disabled,
|
||||
.datepicker table tr td.today.disabled:hover.disabled,
|
||||
.datepicker table tr td.today[disabled],
|
||||
.datepicker table tr td.today:hover[disabled],
|
||||
.datepicker table tr td.today.disabled[disabled],
|
||||
.datepicker table tr td.today.disabled:hover[disabled] {
|
||||
background-color: #fdf59a;
|
||||
}
|
||||
.datepicker table tr td.today:active,
|
||||
.datepicker table tr td.today:hover:active,
|
||||
.datepicker table tr td.today.disabled:active,
|
||||
.datepicker table tr td.today.disabled:hover:active,
|
||||
.datepicker table tr td.today.active,
|
||||
.datepicker table tr td.today:hover.active,
|
||||
.datepicker table tr td.today.disabled.active,
|
||||
.datepicker table tr td.today.disabled:hover.active {
|
||||
background-color: #fbf069 \9;
|
||||
}
|
||||
.datepicker table tr td.today:hover:hover {
|
||||
color: #000;
|
||||
}
|
||||
.datepicker table tr td.today.active:hover {
|
||||
color: #fff;
|
||||
}
|
||||
.datepicker table tr td.range,
|
||||
.datepicker table tr td.range:hover,
|
||||
.datepicker table tr td.range.disabled,
|
||||
.datepicker table tr td.range.disabled:hover {
|
||||
background: #eeeeee;
|
||||
-webkit-border-radius: 0;
|
||||
-moz-border-radius: 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
.datepicker table tr td.range.today,
|
||||
.datepicker table tr td.range.today:hover,
|
||||
.datepicker table tr td.range.today.disabled,
|
||||
.datepicker table tr td.range.today.disabled:hover {
|
||||
background-color: #f3d17a;
|
||||
background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
|
||||
background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
|
||||
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
|
||||
background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
|
||||
background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
|
||||
background-image: linear-gradient(top, #f3c17a, #f3e97a);
|
||||
background-repeat: repeat-x;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
|
||||
border-color: #f3e97a #f3e97a #edde34;
|
||||
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
||||
-webkit-border-radius: 0;
|
||||
-moz-border-radius: 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
.datepicker table tr td.range.today:hover,
|
||||
.datepicker table tr td.range.today:hover:hover,
|
||||
.datepicker table tr td.range.today.disabled:hover,
|
||||
.datepicker table tr td.range.today.disabled:hover:hover,
|
||||
.datepicker table tr td.range.today:active,
|
||||
.datepicker table tr td.range.today:hover:active,
|
||||
.datepicker table tr td.range.today.disabled:active,
|
||||
.datepicker table tr td.range.today.disabled:hover:active,
|
||||
.datepicker table tr td.range.today.active,
|
||||
.datepicker table tr td.range.today:hover.active,
|
||||
.datepicker table tr td.range.today.disabled.active,
|
||||
.datepicker table tr td.range.today.disabled:hover.active,
|
||||
.datepicker table tr td.range.today.disabled,
|
||||
.datepicker table tr td.range.today:hover.disabled,
|
||||
.datepicker table tr td.range.today.disabled.disabled,
|
||||
.datepicker table tr td.range.today.disabled:hover.disabled,
|
||||
.datepicker table tr td.range.today[disabled],
|
||||
.datepicker table tr td.range.today:hover[disabled],
|
||||
.datepicker table tr td.range.today.disabled[disabled],
|
||||
.datepicker table tr td.range.today.disabled:hover[disabled] {
|
||||
background-color: #f3e97a;
|
||||
}
|
||||
.datepicker table tr td.range.today:active,
|
||||
.datepicker table tr td.range.today:hover:active,
|
||||
.datepicker table tr td.range.today.disabled:active,
|
||||
.datepicker table tr td.range.today.disabled:hover:active,
|
||||
.datepicker table tr td.range.today.active,
|
||||
.datepicker table tr td.range.today:hover.active,
|
||||
.datepicker table tr td.range.today.disabled.active,
|
||||
.datepicker table tr td.range.today.disabled:hover.active {
|
||||
background-color: #efe24b \9;
|
||||
}
|
||||
.datepicker table tr td.selected,
|
||||
.datepicker table tr td.selected:hover,
|
||||
.datepicker table tr td.selected.disabled,
|
||||
.datepicker table tr td.selected.disabled:hover {
|
||||
background-color: #9e9e9e;
|
||||
background-image: -moz-linear-gradient(top, #b3b3b3, #808080);
|
||||
background-image: -ms-linear-gradient(top, #b3b3b3, #808080);
|
||||
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
|
||||
background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
|
||||
background-image: -o-linear-gradient(top, #b3b3b3, #808080);
|
||||
background-image: linear-gradient(top, #b3b3b3, #808080);
|
||||
background-repeat: repeat-x;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
|
||||
border-color: #808080 #808080 #595959;
|
||||
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
||||
color: #fff;
|
||||
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
||||
}
|
||||
.datepicker table tr td.selected:hover,
|
||||
.datepicker table tr td.selected:hover:hover,
|
||||
.datepicker table tr td.selected.disabled:hover,
|
||||
.datepicker table tr td.selected.disabled:hover:hover,
|
||||
.datepicker table tr td.selected:active,
|
||||
.datepicker table tr td.selected:hover:active,
|
||||
.datepicker table tr td.selected.disabled:active,
|
||||
.datepicker table tr td.selected.disabled:hover:active,
|
||||
.datepicker table tr td.selected.active,
|
||||
.datepicker table tr td.selected:hover.active,
|
||||
.datepicker table tr td.selected.disabled.active,
|
||||
.datepicker table tr td.selected.disabled:hover.active,
|
||||
.datepicker table tr td.selected.disabled,
|
||||
.datepicker table tr td.selected:hover.disabled,
|
||||
.datepicker table tr td.selected.disabled.disabled,
|
||||
.datepicker table tr td.selected.disabled:hover.disabled,
|
||||
.datepicker table tr td.selected[disabled],
|
||||
.datepicker table tr td.selected:hover[disabled],
|
||||
.datepicker table tr td.selected.disabled[disabled],
|
||||
.datepicker table tr td.selected.disabled:hover[disabled] {
|
||||
background-color: #808080;
|
||||
}
|
||||
.datepicker table tr td.selected:active,
|
||||
.datepicker table tr td.selected:hover:active,
|
||||
.datepicker table tr td.selected.disabled:active,
|
||||
.datepicker table tr td.selected.disabled:hover:active,
|
||||
.datepicker table tr td.selected.active,
|
||||
.datepicker table tr td.selected:hover.active,
|
||||
.datepicker table tr td.selected.disabled.active,
|
||||
.datepicker table tr td.selected.disabled:hover.active {
|
||||
background-color: #666666 \9;
|
||||
}
|
||||
.datepicker table tr td.active,
|
||||
.datepicker table tr td.active:hover,
|
||||
.datepicker table tr td.active.disabled,
|
||||
.datepicker table tr td.active.disabled:hover {
|
||||
background-color: #006dcc;
|
||||
background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
|
||||
background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
|
||||
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
|
||||
background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
|
||||
background-image: -o-linear-gradient(top, #0088cc, #0044cc);
|
||||
background-image: linear-gradient(top, #0088cc, #0044cc);
|
||||
background-repeat: repeat-x;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
|
||||
border-color: #0044cc #0044cc #002a80;
|
||||
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
||||
color: #fff;
|
||||
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
||||
}
|
||||
.datepicker table tr td.active:hover,
|
||||
.datepicker table tr td.active:hover:hover,
|
||||
.datepicker table tr td.active.disabled:hover,
|
||||
.datepicker table tr td.active.disabled:hover:hover,
|
||||
.datepicker table tr td.active:active,
|
||||
.datepicker table tr td.active:hover:active,
|
||||
.datepicker table tr td.active.disabled:active,
|
||||
.datepicker table tr td.active.disabled:hover:active,
|
||||
.datepicker table tr td.active.active,
|
||||
.datepicker table tr td.active:hover.active,
|
||||
.datepicker table tr td.active.disabled.active,
|
||||
.datepicker table tr td.active.disabled:hover.active,
|
||||
.datepicker table tr td.active.disabled,
|
||||
.datepicker table tr td.active:hover.disabled,
|
||||
.datepicker table tr td.active.disabled.disabled,
|
||||
.datepicker table tr td.active.disabled:hover.disabled,
|
||||
.datepicker table tr td.active[disabled],
|
||||
.datepicker table tr td.active:hover[disabled],
|
||||
.datepicker table tr td.active.disabled[disabled],
|
||||
.datepicker table tr td.active.disabled:hover[disabled] {
|
||||
background-color: #0044cc;
|
||||
}
|
||||
.datepicker table tr td.active:active,
|
||||
.datepicker table tr td.active:hover:active,
|
||||
.datepicker table tr td.active.disabled:active,
|
||||
.datepicker table tr td.active.disabled:hover:active,
|
||||
.datepicker table tr td.active.active,
|
||||
.datepicker table tr td.active:hover.active,
|
||||
.datepicker table tr td.active.disabled.active,
|
||||
.datepicker table tr td.active.disabled:hover.active {
|
||||
background-color: #003399 \9;
|
||||
}
|
||||
.datepicker table tr td span {
|
||||
display: block;
|
||||
width: 23%;
|
||||
height: 54px;
|
||||
line-height: 54px;
|
||||
float: left;
|
||||
margin: 1%;
|
||||
cursor: pointer;
|
||||
-webkit-border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.datepicker table tr td span:hover {
|
||||
background: #eeeeee;
|
||||
}
|
||||
.datepicker table tr td span.disabled,
|
||||
.datepicker table tr td span.disabled:hover {
|
||||
background: none;
|
||||
color: #999999;
|
||||
cursor: default;
|
||||
}
|
||||
.datepicker table tr td span.active,
|
||||
.datepicker table tr td span.active:hover,
|
||||
.datepicker table tr td span.active.disabled,
|
||||
.datepicker table tr td span.active.disabled:hover {
|
||||
background-color: #006dcc;
|
||||
background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
|
||||
background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
|
||||
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
|
||||
background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
|
||||
background-image: -o-linear-gradient(top, #0088cc, #0044cc);
|
||||
background-image: linear-gradient(top, #0088cc, #0044cc);
|
||||
background-repeat: repeat-x;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
|
||||
border-color: #0044cc #0044cc #002a80;
|
||||
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
||||
color: #fff;
|
||||
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
||||
}
|
||||
.datepicker table tr td span.active:hover,
|
||||
.datepicker table tr td span.active:hover:hover,
|
||||
.datepicker table tr td span.active.disabled:hover,
|
||||
.datepicker table tr td span.active.disabled:hover:hover,
|
||||
.datepicker table tr td span.active:active,
|
||||
.datepicker table tr td span.active:hover:active,
|
||||
.datepicker table tr td span.active.disabled:active,
|
||||
.datepicker table tr td span.active.disabled:hover:active,
|
||||
.datepicker table tr td span.active.active,
|
||||
.datepicker table tr td span.active:hover.active,
|
||||
.datepicker table tr td span.active.disabled.active,
|
||||
.datepicker table tr td span.active.disabled:hover.active,
|
||||
.datepicker table tr td span.active.disabled,
|
||||
.datepicker table tr td span.active:hover.disabled,
|
||||
.datepicker table tr td span.active.disabled.disabled,
|
||||
.datepicker table tr td span.active.disabled:hover.disabled,
|
||||
.datepicker table tr td span.active[disabled],
|
||||
.datepicker table tr td span.active:hover[disabled],
|
||||
.datepicker table tr td span.active.disabled[disabled],
|
||||
.datepicker table tr td span.active.disabled:hover[disabled] {
|
||||
background-color: #0044cc;
|
||||
}
|
||||
.datepicker table tr td span.active:active,
|
||||
.datepicker table tr td span.active:hover:active,
|
||||
.datepicker table tr td span.active.disabled:active,
|
||||
.datepicker table tr td span.active.disabled:hover:active,
|
||||
.datepicker table tr td span.active.active,
|
||||
.datepicker table tr td span.active:hover.active,
|
||||
.datepicker table tr td span.active.disabled.active,
|
||||
.datepicker table tr td span.active.disabled:hover.active {
|
||||
background-color: #003399 \9;
|
||||
}
|
||||
.datepicker table tr td span.old,
|
||||
.datepicker table tr td span.new {
|
||||
color: #999999;
|
||||
}
|
||||
.datepicker th.datepicker-switch {
|
||||
width: 145px;
|
||||
}
|
||||
.datepicker thead tr:first-child th,
|
||||
.datepicker tfoot tr th {
|
||||
cursor: pointer;
|
||||
}
|
||||
.datepicker thead tr:first-child th:hover,
|
||||
.datepicker tfoot tr th:hover {
|
||||
background: #eeeeee;
|
||||
}
|
||||
.datepicker .cw {
|
||||
font-size: 10px;
|
||||
width: 12px;
|
||||
padding: 0 2px 0 5px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.datepicker thead tr:first-child th.cw {
|
||||
cursor: default;
|
||||
background-color: transparent;
|
||||
}
|
||||
.input-append.date .add-on i,
|
||||
.input-prepend.date .add-on i {
|
||||
display: block;
|
||||
cursor: pointer;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
.input-daterange input {
|
||||
text-align: center;
|
||||
}
|
||||
.input-daterange input:first-child {
|
||||
-webkit-border-radius: 3px 0 0 3px;
|
||||
-moz-border-radius: 3px 0 0 3px;
|
||||
border-radius: 3px 0 0 3px;
|
||||
}
|
||||
.input-daterange input:last-child {
|
||||
-webkit-border-radius: 0 3px 3px 0;
|
||||
-moz-border-radius: 0 3px 3px 0;
|
||||
border-radius: 0 3px 3px 0;
|
||||
}
|
||||
.input-daterange .add-on {
|
||||
display: inline-block;
|
||||
width: auto;
|
||||
min-width: 16px;
|
||||
height: 18px;
|
||||
padding: 4px 5px;
|
||||
font-weight: normal;
|
||||
line-height: 18px;
|
||||
text-align: center;
|
||||
text-shadow: 0 1px 0 #ffffff;
|
||||
vertical-align: middle;
|
||||
background-color: #eeeeee;
|
||||
border: 1px solid #ccc;
|
||||
margin-left: -5px;
|
||||
margin-right: -5px;
|
||||
}
|
||||
@@ -1,232 +0,0 @@
|
||||
#features .subtitle h2{
|
||||
margin: 0;
|
||||
font-style: italic;
|
||||
font-size: 24px;
|
||||
font-weight: normal;
|
||||
margin-bottom: 70px;
|
||||
line-height: 35px;
|
||||
text-align: center;
|
||||
}
|
||||
/* features */
|
||||
#features {
|
||||
margin-top: 70px;
|
||||
}
|
||||
#features .section_header h3 span{
|
||||
font-size: 18px;
|
||||
line-height: 20px;
|
||||
}
|
||||
#features .option1{
|
||||
margin-bottom: 70px;
|
||||
}
|
||||
#features .option1 .feature {
|
||||
border-bottom: 1px solid #e0e0e0;
|
||||
margin-bottom: 65px;
|
||||
}
|
||||
#features .option1 .feature .info h3 {
|
||||
font-size: 21px;
|
||||
margin-top: 35px;
|
||||
}
|
||||
#features .option1 .feature.ss h3 {
|
||||
margin-top: 45px;
|
||||
}
|
||||
#features .option1 .feature .info h3 img {
|
||||
margin-right: 18px;
|
||||
position: relative;
|
||||
top: -10px;
|
||||
}
|
||||
#features .option1 .feature .info p {
|
||||
margin-top: 15px;
|
||||
}
|
||||
#features .option2{
|
||||
margin-bottom: 70px;
|
||||
}
|
||||
#features .option2 .feature {
|
||||
margin-bottom: 70px;
|
||||
}
|
||||
#features .option2 .feature .box{
|
||||
text-align: center;
|
||||
float: left;
|
||||
width: 16%;
|
||||
height: 77px;
|
||||
}
|
||||
#features .option2 .feature .box img.one{
|
||||
margin-top: 18px;
|
||||
}
|
||||
#features .option2 .feature .box img.two{
|
||||
margin-top: 20px;
|
||||
}
|
||||
#features .option2 .feature .text{
|
||||
float: left;
|
||||
width: 76%;
|
||||
margin-top: 17px;
|
||||
margin-left: 23px;
|
||||
}
|
||||
#features .option2 .feature .text h6{
|
||||
margin: 0 0 8px 0;
|
||||
font-size: 20px;
|
||||
}
|
||||
#features .option2 .feature .text p{
|
||||
margin: 0;
|
||||
font-size: 14px;
|
||||
line-height: 23px;
|
||||
}
|
||||
#features .option2 .right{
|
||||
float: right;
|
||||
}
|
||||
#features .option3 .feature{
|
||||
padding-bottom: 38px;
|
||||
background: white;
|
||||
box-shadow: 1px 1px 2px 0px #E0E0E0;
|
||||
border-radius: 4px;
|
||||
cursor: pointer;
|
||||
/*border:1px solid #fff;*/
|
||||
}
|
||||
#features .option3 .feature .img{
|
||||
text-align: center;
|
||||
margin: 42px auto 37px;
|
||||
}
|
||||
#features .option3 .feature .text{
|
||||
margin: 0 auto;
|
||||
width: 87%;
|
||||
}
|
||||
#features .option3 .feature .text h6{
|
||||
margin: 0 0 9px 0;
|
||||
font-size: 20px;
|
||||
text-align: center;
|
||||
}
|
||||
#features .option3 .feature .text p{
|
||||
margin: 0 auto;
|
||||
font-size: 14px;
|
||||
line-height: 23px;
|
||||
text-align: center;
|
||||
width: 90%;
|
||||
margin-top: 18px;
|
||||
}
|
||||
#features .option3 .feature:hover{
|
||||
border-color: #B1B1B1;
|
||||
box-shadow: 0px 0px 6px -1px #B4B4B4;
|
||||
-webkit-transition: all .2s ease;
|
||||
-moz-transition: all .2s ease;
|
||||
-ms-transition: all .2s ease;
|
||||
-o-transition: all .2s ease;
|
||||
transition: all .2s ease;
|
||||
}
|
||||
#features .option1 .last{
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
/* Responsive
|
||||
-------------------------------------------------- */
|
||||
|
||||
/* Large desktop */
|
||||
@media (min-width: 1200px) {
|
||||
|
||||
}
|
||||
@media (min-width: 980px) {
|
||||
|
||||
}
|
||||
@media (max-width: 979px) {
|
||||
#features .features_op1_row .feature .img_box span.circle{
|
||||
top: 35%;
|
||||
}
|
||||
}
|
||||
/* Portrait tablet to landscape and desktop */
|
||||
@media (min-width: 768px) and (max-width: 979px) {
|
||||
|
||||
}
|
||||
/* Landscape phone to portrait tablet */
|
||||
@media (max-width: 767px) {
|
||||
#features .features_op1_row .feature {
|
||||
margin-bottom: 60px;
|
||||
}
|
||||
#features .features_op1_row .last{
|
||||
margin-bottom: 0;
|
||||
}
|
||||
#features .features_op1_row .feature .img_box{
|
||||
text-align: center;
|
||||
}
|
||||
#features .features_op1_row .feature .text{
|
||||
|
||||
}
|
||||
#features .features_op1_row .feature .text h6{
|
||||
text-align: center;
|
||||
}
|
||||
#features .features_op1_row .feature .img_box span.circle{
|
||||
top: 38%;
|
||||
left: 48%;
|
||||
}
|
||||
#features .features_op1_row .feature:hover .img_box{
|
||||
box-shadow:none;
|
||||
}
|
||||
#features .option2 {
|
||||
margin-bottom: 60px;
|
||||
}
|
||||
#features .option2 .feature {
|
||||
float: left;
|
||||
width: 100%;
|
||||
margin-bottom: 60px;
|
||||
}
|
||||
#features .option2 .right{
|
||||
/*margin-bottom: 0;*/
|
||||
}
|
||||
#features .option2 .feature .text{
|
||||
margin-top: 0;
|
||||
}
|
||||
#features .option3 .feature {
|
||||
margin-bottom: 60px;
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
/* Landscape phones and down */
|
||||
@media (max-width: 480px) {
|
||||
#features .subtitle h2 {
|
||||
font-size: 22px;
|
||||
line-height: 30px;
|
||||
}
|
||||
#features .features_op1_row .feature {
|
||||
margin-bottom: 60px;
|
||||
}
|
||||
#features .features_op1_row .last{
|
||||
margin-bottom: 0;
|
||||
}
|
||||
#features .features_op1_row .feature .img_box{
|
||||
text-align: center;
|
||||
}
|
||||
#features .features_op1_row .feature .text{
|
||||
|
||||
}
|
||||
#features .features_op1_row .feature .text h6{
|
||||
text-align: left;
|
||||
}
|
||||
#features .features_op1_row .feature .img_box span.circle{
|
||||
left: 44%;
|
||||
}
|
||||
#features .features_op1_row .feature:hover .img_box{
|
||||
box-shadow:none;
|
||||
}
|
||||
#features .option2 {
|
||||
margin-bottom: 60px;
|
||||
}
|
||||
#features .option2 .feature {
|
||||
float: left;
|
||||
width: 100%;
|
||||
margin-bottom: 60px;
|
||||
}
|
||||
#features .option2 .right{
|
||||
/*margin-bottom: 0;*/
|
||||
}
|
||||
#features .option2 .feature .text{
|
||||
margin-top: 0;
|
||||
}
|
||||
#features .last {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
#features .option3 .feature {
|
||||
margin-bottom: 60px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,629 +0,0 @@
|
||||
/* Main Slider
|
||||
-------------------------------------------------- */
|
||||
#feature_slider {
|
||||
height:720px;
|
||||
height: 480px;
|
||||
background: #262626;
|
||||
z-index: 1;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
#feature_slider h1 {
|
||||
font-weight: 100;
|
||||
color: #ccc;
|
||||
font-size: 60px;
|
||||
line-height: 66px;
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
top: 180px;
|
||||
width: 100%;
|
||||
}
|
||||
#feature_slider h1 strong {
|
||||
text-transform: uppercase;
|
||||
font-size: 14px;
|
||||
margin: 0 0 20px;
|
||||
}
|
||||
#pagination {
|
||||
position: absolute;
|
||||
top: 505px;
|
||||
z-index: 3;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
display: none;
|
||||
list-style-type: none;
|
||||
}
|
||||
#pagination li {
|
||||
text-indent: -99999em;
|
||||
float: left;
|
||||
padding: 0 6px;
|
||||
cursor: pointer;
|
||||
}
|
||||
#pagination li a {
|
||||
width: 7px;
|
||||
height: 7px;
|
||||
box-shadow: 0px 0px 1px 2px #ccc;
|
||||
background: rgb(156, 156, 156);
|
||||
border-radius: 10px;
|
||||
display: block;
|
||||
/*border: 1px solid #fff;*/
|
||||
opacity: .7;
|
||||
-webkit-transition: opacity .1s linear;
|
||||
-moz-transition: opacity .1s linear;
|
||||
transition: opacity .1s linear;
|
||||
}
|
||||
#pagination li.active a {
|
||||
background: rgb(196, 16, 16);
|
||||
box-shadow: none;
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
}
|
||||
|
||||
#pagination li:hover a {
|
||||
opacity: 1;
|
||||
}
|
||||
.slide {
|
||||
width: 100%;
|
||||
/*height: 720px;*/
|
||||
height: 480px;
|
||||
position: absolute;
|
||||
display: none;
|
||||
overflow: hidden;
|
||||
z-index: 1;
|
||||
-webkit-background-size: cover !important;
|
||||
-moz-background-size: cover !important;
|
||||
-o-background-size: cover !important;
|
||||
background-size: cover !important;
|
||||
}
|
||||
.slide.previous {
|
||||
z-index: 1;
|
||||
}
|
||||
.slide.active {
|
||||
z-index: 2;
|
||||
}
|
||||
.slide.hiddden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Custom styles for each slide */
|
||||
|
||||
/* Slide 1 */
|
||||
.slide#showcasing .info {
|
||||
position: absolute;
|
||||
top: 160px;
|
||||
left: 13%;
|
||||
width: 30%;
|
||||
display: none;
|
||||
z-index: 10;
|
||||
}
|
||||
.slide#showcasing .info h2 {
|
||||
font-size: 50px;
|
||||
font-weight: normal;
|
||||
line-height: 56px;
|
||||
text-shadow: 1px 1px 1px rgb(49, 57, 61);
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Slide 2 */
|
||||
.slide#ideas .info {
|
||||
position: relative;
|
||||
top: 110px;
|
||||
text-align: center;
|
||||
}
|
||||
.slide#ideas .info h2 {
|
||||
color: #fff;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
/* Slide 3 */
|
||||
.slide#tour .info {
|
||||
position: absolute;
|
||||
top: 150px;
|
||||
right: 6%;
|
||||
width: 24%;
|
||||
}
|
||||
.slide#tour .info h2 {
|
||||
color: rgb(18,18,18);
|
||||
font-size: 45px;
|
||||
font-weight: normal;
|
||||
text-shadow: 1px 1px 1px #3b3262;
|
||||
line-height: 57px;
|
||||
}
|
||||
.slide#tour .info a {
|
||||
color: #fff;
|
||||
font-weight: bold;
|
||||
background-color: rgba(18,18,18,0.6);
|
||||
padding: 13px 30px;
|
||||
font-size: 19px;
|
||||
border-radius: 5px;
|
||||
margin-top: 40px;
|
||||
display: inline-block;
|
||||
-webkit-transition: opacity .1s linear;
|
||||
-moz-transition: opacity .1s linear;
|
||||
transition: opacity .1s linear;
|
||||
}
|
||||
.slide#tour .info a:hover { }
|
||||
|
||||
/* Slide 4 */
|
||||
.slide#responsive .info {
|
||||
position: absolute;
|
||||
top: 170px;
|
||||
right: 9%;
|
||||
width: 25%;
|
||||
}
|
||||
.slide#responsive .info h2 {
|
||||
color: #fff;
|
||||
font-size: 47px;
|
||||
font-weight: normal;
|
||||
text-shadow: 1px 1px 1px #3b3262;
|
||||
line-height: 56px;
|
||||
}
|
||||
.slide#responsive .info h2 strong {
|
||||
font-size: 42px;
|
||||
}
|
||||
|
||||
.slide .info h2 { }
|
||||
.slide .info {
|
||||
display: none;
|
||||
z-index: 10;
|
||||
}
|
||||
.slide .info a:hover {
|
||||
opacity: .8;
|
||||
}
|
||||
.asset,
|
||||
.fade {
|
||||
position: absolute;
|
||||
display: none;
|
||||
}
|
||||
#slide-left,
|
||||
#slide-right {
|
||||
width: 31px;
|
||||
height: 37px;
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 250px;
|
||||
left: 0;
|
||||
background: url(../img/leftright-arrows.png) no-repeat;
|
||||
opacity: .5;
|
||||
-webkit-transition: opacity .1s linear;
|
||||
-moz-transition: opacity .1s linear;
|
||||
transition: opacity .1s linear;
|
||||
display: none;
|
||||
z-index: 2;
|
||||
}
|
||||
#slide-right {
|
||||
left: auto;
|
||||
right: 0;
|
||||
background-position: -31px 0;
|
||||
}
|
||||
#slide-left:hover,
|
||||
#slide-right:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
|
||||
/* Showcase services
|
||||
-------------------------------------------------- */
|
||||
#showcase {
|
||||
margin-top: 70px;
|
||||
}
|
||||
#showcase .container {
|
||||
/*width: 980px;*/
|
||||
}
|
||||
#showcase .image img {
|
||||
box-shadow: 3px 3px 5px 0px #B7B6B7;
|
||||
}
|
||||
#showcase .info {
|
||||
margin-top: 30px;
|
||||
}
|
||||
#showcase .info h4 {
|
||||
font-size: 17px;
|
||||
}
|
||||
#showcase .info p {
|
||||
color: #333333;
|
||||
line-height: 21px;
|
||||
font-size: 13px;
|
||||
}
|
||||
#showcase .features_op1_row .last{
|
||||
margin-right: 0;
|
||||
}
|
||||
#showcase .features_op1_row .feature .text{
|
||||
margin: 32px auto 0;
|
||||
width: 87%;
|
||||
}
|
||||
#showcase .features_op1_row .feature .text h6{
|
||||
margin: 0 0 14px 0;
|
||||
font-size: 20px;
|
||||
}
|
||||
#showcase .features_op1_row .feature .text p{
|
||||
margin: 0;
|
||||
font-size: 14px;
|
||||
line-height: 23px;
|
||||
}
|
||||
#showcase .features_op1_row .feature .img_box{
|
||||
position: relative;
|
||||
border-radius: 5px;
|
||||
}
|
||||
#showcase .features_op1_row .feature .img_box img {
|
||||
border-radius: 5px;
|
||||
max-width: 95%;
|
||||
margin: 0 auto;
|
||||
display: block;
|
||||
}
|
||||
#showcase .features_op1_row .feature .img_box span.circle{
|
||||
background: rgba(17, 137, 217, 0.8);
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
display: none;
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
top: 36%;
|
||||
left: 42%;
|
||||
border-radius: 100%;
|
||||
}
|
||||
#showcase .features_op1_row .feature .img_box span.circle span.plus{
|
||||
display: inline-block;
|
||||
margin-top: 13px;
|
||||
font-weight: bold;
|
||||
color: white;
|
||||
font-size: 32px;
|
||||
}
|
||||
#showcase .features_op1_row .feature .img_box:hover span.circle{
|
||||
display: block;
|
||||
}
|
||||
#showcase .features_op1_row .feature .img_box:hover .img_box{
|
||||
box-shadow: 0px 0px 1px 100px black inset;
|
||||
}
|
||||
#showcase .features_op1_row .feature .img_box:hover img{
|
||||
box-shadow: 1px 1px 6px 0px #888;
|
||||
border-radius: 5px;
|
||||
opacity: 0.9;
|
||||
filter:alpha(opacity=90);
|
||||
}
|
||||
|
||||
/* Features
|
||||
-------------------------------------------------- */
|
||||
#features {
|
||||
margin-top: 70px;
|
||||
margin-bottom: -20px;
|
||||
}
|
||||
#features .feature {
|
||||
border-bottom: 1px solid #e0e0e0;
|
||||
margin-bottom: 65px;
|
||||
}
|
||||
#features .feature .info h3 {
|
||||
font-size: 21px;
|
||||
margin-top: 35px;
|
||||
}
|
||||
#features .feature.ss h3 {
|
||||
margin-top: 45px;
|
||||
}
|
||||
#features .feature .info h3 img {
|
||||
margin-right: 18px;
|
||||
position: relative;
|
||||
top: -10px;
|
||||
}
|
||||
#features .feature .info p {
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
/* Pricing charts
|
||||
-------------------------------------------------- */
|
||||
|
||||
#in_pricing{
|
||||
margin-top: 30px;
|
||||
margin-bottom: 100px;
|
||||
}
|
||||
#in_pricing .head h6{
|
||||
font-size: 18px;
|
||||
margin: 0;
|
||||
color: #8E8E8F;
|
||||
font-weight: normal;
|
||||
}
|
||||
#in_pricing .charts_wrapp{
|
||||
margin-left: -20px;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
#in_pricing .charts_wrapp .plan{
|
||||
border-radius: 6px;
|
||||
box-shadow: 2px 2px 2px -1px rgb(214, 214, 214);
|
||||
background-color: #fff;
|
||||
width: 95%;
|
||||
position: relative;
|
||||
}
|
||||
#in_pricing .plan .wrapper{
|
||||
padding: 33px 30px 26px 30px;
|
||||
}
|
||||
#in_pricing .plan h3{
|
||||
color: rgb(83, 83, 83);
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
font-size: 28px;
|
||||
margin: 0 0 5px 0;
|
||||
line-height: 25px;
|
||||
}
|
||||
#in_pricing .plan .price{
|
||||
font-size: 17px;
|
||||
color: #1189D9;
|
||||
margin-top: 16px;
|
||||
}
|
||||
#in_pricing .plan .price span.dollar{
|
||||
font-size: 32px;
|
||||
position: relative;
|
||||
top: -6px;
|
||||
margin-right: 3px;
|
||||
}
|
||||
#in_pricing .plan .price span.qty{
|
||||
font-size: 47px;
|
||||
margin-right:4px;
|
||||
position: relative;
|
||||
top: 2px;
|
||||
}
|
||||
#in_pricing .plan .price span.month{
|
||||
font-style: italic;
|
||||
font-weight: 300;
|
||||
font-size: 15px;
|
||||
}
|
||||
#in_pricing .plan .features{
|
||||
margin-top: 30px;
|
||||
}
|
||||
#in_pricing .plan .features p{
|
||||
color: #838385;
|
||||
margin-bottom: 5px;
|
||||
font-size: 14px;
|
||||
}
|
||||
#in_pricing .plan a.order{
|
||||
background-color: #2190DB;
|
||||
text-align: center;
|
||||
margin: 25px auto 0;
|
||||
width: 48%;
|
||||
display: block;
|
||||
padding: 3px 0;
|
||||
color: #fff;
|
||||
font-size: 13px;
|
||||
font-weight: bold;
|
||||
border-radius: 5px;
|
||||
-webkit-transition: all .2s linear;
|
||||
-moz-transition: all .2s linear;
|
||||
}
|
||||
#in_pricing .plan a.order:hover,
|
||||
#in_pricing2 .plan a.order:hover{
|
||||
background: #252528;
|
||||
}
|
||||
#in_pricing .pro .plan{
|
||||
width: 100%;
|
||||
top: -20px;
|
||||
box-shadow: 0px 0px 7px -1px rgb(214, 214, 214);
|
||||
border: 1px solid #d9d9d9;
|
||||
}
|
||||
#in_pricing .pro .plan .wrapper{
|
||||
padding:36px 30px 35px 30px;
|
||||
}
|
||||
#in_pricing .pro .plan img.ribbon{
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
}
|
||||
#in_pricing .pro .plan a.order{
|
||||
margin-top: 35px;
|
||||
}
|
||||
#in_pricing .standar .plan{
|
||||
float: right;
|
||||
}
|
||||
#in_pricing .start{
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
#in_pricing .start p{
|
||||
font-size: 24px;
|
||||
display: inline-block;
|
||||
color: #5B5B5D;
|
||||
font-style: italic;
|
||||
line-height: 26px;
|
||||
margin: 0 18px 0 0;
|
||||
}
|
||||
#in_pricing .start a{
|
||||
text-transform: uppercase;
|
||||
color: #fff;
|
||||
font-weight: bold;
|
||||
border-radius: 4px;
|
||||
padding: 7px 17px;
|
||||
font-size: 17px;
|
||||
background: #252528;
|
||||
-webkit-transition: all .2s linear;
|
||||
-moz-transition: all .2s linear;
|
||||
}
|
||||
#in_pricing .start a:hover{
|
||||
background: #2190DB;
|
||||
}
|
||||
|
||||
/* Call to Action
|
||||
-------------------------------------------------- */
|
||||
#call_action {
|
||||
margin-top: 50px;
|
||||
text-align: center;
|
||||
}
|
||||
#call_action p {
|
||||
font-size: 24px;
|
||||
color: #3F3F3F;
|
||||
font-style: italic;
|
||||
display: inline-block;
|
||||
}
|
||||
#call_action a {
|
||||
background-color: #282828;
|
||||
color: #fff;
|
||||
padding: 9px 17px;
|
||||
font-weight: bold;
|
||||
border-radius: 4px;
|
||||
font-size: 17px;
|
||||
margin-left: 20px;
|
||||
position: relative;
|
||||
top: -5px;
|
||||
-webkit-transition: background-color .2s linear;
|
||||
-moz-transition: background-color .2s linear;
|
||||
}
|
||||
#call_action a:hover {
|
||||
background-color: rgb(103, 118, 177);
|
||||
}
|
||||
#call_action a:active {
|
||||
box-shadow: rgba(255,255,255,0.2) 0 1px 0,inset rgba(0,0,0,0.95) 0 1px 4px;
|
||||
}
|
||||
|
||||
/* Clients
|
||||
-------------------------------------------------- */
|
||||
#clients {
|
||||
margin-top: 75px;
|
||||
}
|
||||
#clients .client .img {
|
||||
height: 76px;
|
||||
width: 138px;
|
||||
}
|
||||
#clients .client .client1 {
|
||||
background: url('../img/client1.png') 0 -75px;
|
||||
}
|
||||
#clients .client .client1:hover {
|
||||
background-position: 1px 0px;
|
||||
}
|
||||
#clients .client .client2 {
|
||||
background: url('../img/client2.png') 0 -75px;
|
||||
}
|
||||
#clients .client .client2:hover {
|
||||
background-position: -1px 0px;
|
||||
}
|
||||
#clients .client .client3 {
|
||||
background: url('../img/client3.png') 0 -76px;
|
||||
}
|
||||
#clients .client .client3:hover {
|
||||
background-position: 0px 0px;
|
||||
}
|
||||
#clients .client .img{
|
||||
cursor: pointer;
|
||||
-webkit-transition: box-shadow .1s linear;
|
||||
-moz-transition: box-shadow .1s linear;
|
||||
transition: box-shadow .1s linear;
|
||||
}
|
||||
#clients .client .img:hover{
|
||||
cursor: pointer;
|
||||
/*box-shadow: 0px 0px 2px 0px rgb(155, 155, 155);*/
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
|
||||
/* Responsive
|
||||
-------------------------------------------------- */
|
||||
|
||||
/* Large desktop */
|
||||
@media (min-width: 1200px) {
|
||||
|
||||
}
|
||||
@media (min-width: 980px) {
|
||||
|
||||
}
|
||||
@media (max-width: 979px) {
|
||||
#showcase .features_op1_row .feature .img_box span.circle{
|
||||
top: 35%;
|
||||
}
|
||||
}
|
||||
/* Portrait tablet to landscape and desktop */
|
||||
@media (min-width: 768px) and (max-width: 979px) {
|
||||
#in_pricing .plan a.order{
|
||||
width: 64%;
|
||||
}
|
||||
.slide .info h2,
|
||||
.slide .info h2 * {
|
||||
font-size: 30px !important;
|
||||
}
|
||||
.slide#responsive .info {
|
||||
position: absolute;
|
||||
top: 170px;
|
||||
right: 6%;
|
||||
width: 25%;
|
||||
}
|
||||
.slide#responsive .info
|
||||
.slide#tour .info a {
|
||||
font-size: 15px;
|
||||
}
|
||||
}
|
||||
/* Landscape phone to portrait tablet */
|
||||
@media (max-width: 767px) {
|
||||
#partner-slider,
|
||||
#feature_slider {
|
||||
display: none;
|
||||
}
|
||||
#showcase .features_op1_row .feature {
|
||||
margin-bottom: 60px;
|
||||
}
|
||||
#showcase .features_op1_row .last{
|
||||
margin-bottom: 0;
|
||||
}
|
||||
#showcase .features_op1_row .feature .img_box{
|
||||
text-align: center;
|
||||
}
|
||||
#showcase .features_op1_row .feature .text h6{
|
||||
text-align: center;
|
||||
}
|
||||
#showcase .features_op1_row .feature .img_box span.circle{
|
||||
top: 38%;
|
||||
left: 48%;
|
||||
}
|
||||
#showcase .features_op1_row .feature:hover .img_box{
|
||||
box-shadow:none;
|
||||
}
|
||||
#in_pricing .charts_wrapp{
|
||||
margin-left: 0;
|
||||
}
|
||||
#in_pricing .charts_wrapp .plan{
|
||||
margin: 0 auto 30px;
|
||||
width: 95%;
|
||||
}
|
||||
#in_pricing .plan .wrapper{
|
||||
margin: 0 auto;
|
||||
text-align: center;
|
||||
}
|
||||
#in_pricing .pro .plan{
|
||||
top: 0;
|
||||
width:95%;
|
||||
}
|
||||
#in_pricing .standar .plan{
|
||||
float: none;
|
||||
}
|
||||
#in_pricing .start p{
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
#in_pricing .start a{
|
||||
display: block;
|
||||
width: 50%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
#clients .row{
|
||||
text-align: center;
|
||||
}
|
||||
#clients .client{
|
||||
text-align: center;
|
||||
margin-bottom: 15px;
|
||||
display: inline-block;
|
||||
margin-right: 10px;
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
/* Landscape phones and down */
|
||||
@media (max-width: 480px) {
|
||||
#showcase .features_op1_row .feature {
|
||||
margin-bottom: 60px;
|
||||
}
|
||||
#showcase .features_op1_row .last{
|
||||
margin-bottom: 0;
|
||||
}
|
||||
#showcase .features_op1_row .feature .img_box{
|
||||
text-align: center;
|
||||
}
|
||||
#showcase .features_op1_row .feature .text h6{
|
||||
text-align: left;
|
||||
}
|
||||
#showcase .features_op1_row .feature .img_box span.circle{
|
||||
left: 44%;
|
||||
}
|
||||
#showcase .features_op1_row .feature:hover .img_box{
|
||||
box-shadow:none;
|
||||
}
|
||||
}
|
||||
|
||||
566
website/static/css/jquery-ui-1.8.21.custom.css
vendored
@@ -1,566 +0,0 @@
|
||||
/*!
|
||||
* jQuery UI CSS Framework 1.8.21
|
||||
*
|
||||
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
|
||||
* Dual licensed under the MIT or GPL Version 2 licenses.
|
||||
* http://jquery.org/license
|
||||
*
|
||||
* http://docs.jquery.com/UI/Theming/API
|
||||
*/
|
||||
|
||||
/* Layout helpers
|
||||
----------------------------------*/
|
||||
.ui-helper-hidden { display: none; }
|
||||
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
|
||||
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
|
||||
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
|
||||
.ui-helper-clearfix:after { clear: both; }
|
||||
.ui-helper-clearfix { zoom: 1; }
|
||||
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
|
||||
|
||||
|
||||
/* Interaction Cues
|
||||
----------------------------------*/
|
||||
.ui-state-disabled { cursor: default !important; }
|
||||
|
||||
|
||||
/* Icons
|
||||
----------------------------------*/
|
||||
|
||||
/* states and ../img */
|
||||
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
|
||||
|
||||
|
||||
/* Misc visuals
|
||||
----------------------------------*/
|
||||
|
||||
/* Overlays */
|
||||
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
|
||||
|
||||
|
||||
/*!
|
||||
* jQuery UI CSS Framework 1.8.21
|
||||
*
|
||||
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
|
||||
* Dual licensed under the MIT or GPL Version 2 licenses.
|
||||
* http://jquery.org/license
|
||||
*
|
||||
* http://docs.jquery.com/UI/Theming/API
|
||||
*
|
||||
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
|
||||
*/
|
||||
|
||||
|
||||
/* Component containers
|
||||
----------------------------------*/
|
||||
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
|
||||
.ui-widget .ui-widget { font-size: 1em; }
|
||||
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
|
||||
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(../img/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
|
||||
.ui-widget-content a { color: #222222; }
|
||||
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(../img/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
|
||||
.ui-widget-header a { color: #222222; }
|
||||
|
||||
/* Interaction states
|
||||
----------------------------------*/
|
||||
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(../img/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }
|
||||
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
|
||||
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada url(../img/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
|
||||
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
|
||||
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(../img/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
|
||||
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
|
||||
.ui-widget :active { outline: none; }
|
||||
|
||||
/* Interaction Cues
|
||||
----------------------------------*/
|
||||
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #fcefa1; background: #fbf9ee url(../img/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
|
||||
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
|
||||
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(../img/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
|
||||
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
|
||||
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
|
||||
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
|
||||
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
|
||||
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
|
||||
|
||||
/* Icons
|
||||
----------------------------------*/
|
||||
|
||||
/* states and ../img */
|
||||
.ui-icon { width: 16px; height: 16px; background-image: url(../img/ui-icons_222222_256x240.png); }
|
||||
.ui-widget-content .ui-icon {background-image: url(../img/ui-icons_222222_256x240.png); }
|
||||
.ui-widget-header .ui-icon {background-image: url(../img/ui-icons_222222_256x240.png); }
|
||||
.ui-state-default .ui-icon { background-image: url(../img/ui-icons_888888_256x240.png); }
|
||||
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(../img/ui-icons_454545_256x240.png); }
|
||||
.ui-state-active .ui-icon {background-image: url(../img/ui-icons_454545_256x240.png); }
|
||||
.ui-state-highlight .ui-icon {background-image: url(../img/ui-icons_2e83ff_256x240.png); }
|
||||
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(../img/ui-icons_cd0a0a_256x240.png); }
|
||||
|
||||
/* positioning */
|
||||
.ui-icon-carat-1-n { background-position: 0 0; }
|
||||
.ui-icon-carat-1-ne { background-position: -16px 0; }
|
||||
.ui-icon-carat-1-e { background-position: -32px 0; }
|
||||
.ui-icon-carat-1-se { background-position: -48px 0; }
|
||||
.ui-icon-carat-1-s { background-position: -64px 0; }
|
||||
.ui-icon-carat-1-sw { background-position: -80px 0; }
|
||||
.ui-icon-carat-1-w { background-position: -96px 0; }
|
||||
.ui-icon-carat-1-nw { background-position: -112px 0; }
|
||||
.ui-icon-carat-2-n-s { background-position: -128px 0; }
|
||||
.ui-icon-carat-2-e-w { background-position: -144px 0; }
|
||||
.ui-icon-triangle-1-n { background-position: 0 -16px; }
|
||||
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
|
||||
.ui-icon-triangle-1-e { background-position: -32px -16px; }
|
||||
.ui-icon-triangle-1-se { background-position: -48px -16px; }
|
||||
.ui-icon-triangle-1-s { background-position: -64px -16px; }
|
||||
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
|
||||
.ui-icon-triangle-1-w { background-position: -96px -16px; }
|
||||
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
|
||||
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
|
||||
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
|
||||
.ui-icon-arrow-1-n { background-position: 0 -32px; }
|
||||
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
|
||||
.ui-icon-arrow-1-e { background-position: -32px -32px; }
|
||||
.ui-icon-arrow-1-se { background-position: -48px -32px; }
|
||||
.ui-icon-arrow-1-s { background-position: -64px -32px; }
|
||||
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
|
||||
.ui-icon-arrow-1-w { background-position: -96px -32px; }
|
||||
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
|
||||
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
|
||||
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
|
||||
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
|
||||
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
|
||||
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
|
||||
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
|
||||
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
|
||||
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
|
||||
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
|
||||
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
|
||||
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
|
||||
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
|
||||
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
|
||||
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
|
||||
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
|
||||
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
|
||||
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
|
||||
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
|
||||
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
|
||||
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
|
||||
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
|
||||
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
|
||||
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
|
||||
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
|
||||
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
|
||||
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
|
||||
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
|
||||
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
|
||||
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
|
||||
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
|
||||
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
|
||||
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
|
||||
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
|
||||
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
|
||||
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
|
||||
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
|
||||
.ui-icon-arrow-4 { background-position: 0 -80px; }
|
||||
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
|
||||
.ui-icon-extlink { background-position: -32px -80px; }
|
||||
.ui-icon-newwin { background-position: -48px -80px; }
|
||||
.ui-icon-refresh { background-position: -64px -80px; }
|
||||
.ui-icon-shuffle { background-position: -80px -80px; }
|
||||
.ui-icon-transfer-e-w { background-position: -96px -80px; }
|
||||
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
|
||||
.ui-icon-folder-collapsed { background-position: 0 -96px; }
|
||||
.ui-icon-folder-open { background-position: -16px -96px; }
|
||||
.ui-icon-document { background-position: -32px -96px; }
|
||||
.ui-icon-document-b { background-position: -48px -96px; }
|
||||
.ui-icon-note { background-position: -64px -96px; }
|
||||
.ui-icon-mail-closed { background-position: -80px -96px; }
|
||||
.ui-icon-mail-open { background-position: -96px -96px; }
|
||||
.ui-icon-suitcase { background-position: -112px -96px; }
|
||||
.ui-icon-comment { background-position: -128px -96px; }
|
||||
.ui-icon-person { background-position: -144px -96px; }
|
||||
.ui-icon-print { background-position: -160px -96px; }
|
||||
.ui-icon-trash { background-position: -176px -96px; }
|
||||
.ui-icon-locked { background-position: -192px -96px; }
|
||||
.ui-icon-unlocked { background-position: -208px -96px; }
|
||||
.ui-icon-bookmark { background-position: -224px -96px; }
|
||||
.ui-icon-tag { background-position: -240px -96px; }
|
||||
.ui-icon-home { background-position: 0 -112px; }
|
||||
.ui-icon-flag { background-position: -16px -112px; }
|
||||
.ui-icon-calendar { background-position: -32px -112px; }
|
||||
.ui-icon-cart { background-position: -48px -112px; }
|
||||
.ui-icon-pencil { background-position: -64px -112px; }
|
||||
.ui-icon-clock { background-position: -80px -112px; }
|
||||
.ui-icon-disk { background-position: -96px -112px; }
|
||||
.ui-icon-calculator { background-position: -112px -112px; }
|
||||
.ui-icon-zoomin { background-position: -128px -112px; }
|
||||
.ui-icon-zoomout { background-position: -144px -112px; }
|
||||
.ui-icon-search { background-position: -160px -112px; }
|
||||
.ui-icon-wrench { background-position: -176px -112px; }
|
||||
.ui-icon-gear { background-position: -192px -112px; }
|
||||
.ui-icon-heart { background-position: -208px -112px; }
|
||||
.ui-icon-star { background-position: -224px -112px; }
|
||||
.ui-icon-link { background-position: -240px -112px; }
|
||||
.ui-icon-cancel { background-position: 0 -128px; }
|
||||
.ui-icon-plus { background-position: -16px -128px; }
|
||||
.ui-icon-plusthick { background-position: -32px -128px; }
|
||||
.ui-icon-minus { background-position: -48px -128px; }
|
||||
.ui-icon-minusthick { background-position: -64px -128px; }
|
||||
.ui-icon-close { background-position: -80px -128px; }
|
||||
.ui-icon-closethick { background-position: -96px -128px; }
|
||||
.ui-icon-key { background-position: -112px -128px; }
|
||||
.ui-icon-lightbulb { background-position: -128px -128px; }
|
||||
.ui-icon-scissors { background-position: -144px -128px; }
|
||||
.ui-icon-clipboard { background-position: -160px -128px; }
|
||||
.ui-icon-copy { background-position: -176px -128px; }
|
||||
.ui-icon-contact { background-position: -192px -128px; }
|
||||
.ui-icon-image { background-position: -208px -128px; }
|
||||
.ui-icon-video { background-position: -224px -128px; }
|
||||
.ui-icon-script { background-position: -240px -128px; }
|
||||
.ui-icon-alert { background-position: 0 -144px; }
|
||||
.ui-icon-info { background-position: -16px -144px; }
|
||||
.ui-icon-notice { background-position: -32px -144px; }
|
||||
.ui-icon-help { background-position: -48px -144px; }
|
||||
.ui-icon-check { background-position: -64px -144px; }
|
||||
.ui-icon-bullet { background-position: -80px -144px; }
|
||||
.ui-icon-radio-off { background-position: -96px -144px; }
|
||||
.ui-icon-radio-on { background-position: -112px -144px; }
|
||||
.ui-icon-pin-w { background-position: -128px -144px; }
|
||||
.ui-icon-pin-s { background-position: -144px -144px; }
|
||||
.ui-icon-play { background-position: 0 -160px; }
|
||||
.ui-icon-pause { background-position: -16px -160px; }
|
||||
.ui-icon-seek-next { background-position: -32px -160px; }
|
||||
.ui-icon-seek-prev { background-position: -48px -160px; }
|
||||
.ui-icon-seek-end { background-position: -64px -160px; }
|
||||
.ui-icon-seek-start { background-position: -80px -160px; }
|
||||
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
|
||||
.ui-icon-seek-first { background-position: -80px -160px; }
|
||||
.ui-icon-stop { background-position: -96px -160px; }
|
||||
.ui-icon-eject { background-position: -112px -160px; }
|
||||
.ui-icon-volume-off { background-position: -128px -160px; }
|
||||
.ui-icon-volume-on { background-position: -144px -160px; }
|
||||
.ui-icon-power { background-position: 0 -176px; }
|
||||
.ui-icon-signal-diag { background-position: -16px -176px; }
|
||||
.ui-icon-signal { background-position: -32px -176px; }
|
||||
.ui-icon-battery-0 { background-position: -48px -176px; }
|
||||
.ui-icon-battery-1 { background-position: -64px -176px; }
|
||||
.ui-icon-battery-2 { background-position: -80px -176px; }
|
||||
.ui-icon-battery-3 { background-position: -96px -176px; }
|
||||
.ui-icon-circle-plus { background-position: 0 -192px; }
|
||||
.ui-icon-circle-minus { background-position: -16px -192px; }
|
||||
.ui-icon-circle-close { background-position: -32px -192px; }
|
||||
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
|
||||
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
|
||||
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
|
||||
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
|
||||
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
|
||||
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
|
||||
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
|
||||
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
|
||||
.ui-icon-circle-zoomin { background-position: -176px -192px; }
|
||||
.ui-icon-circle-zoomout { background-position: -192px -192px; }
|
||||
.ui-icon-circle-check { background-position: -208px -192px; }
|
||||
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
|
||||
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
|
||||
.ui-icon-circlesmall-close { background-position: -32px -208px; }
|
||||
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
|
||||
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
|
||||
.ui-icon-squaresmall-close { background-position: -80px -208px; }
|
||||
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
|
||||
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
|
||||
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
|
||||
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
|
||||
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
|
||||
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
|
||||
|
||||
|
||||
/* Misc visuals
|
||||
----------------------------------*/
|
||||
|
||||
/* Corner radius */
|
||||
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
|
||||
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
|
||||
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
|
||||
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
|
||||
|
||||
/* Overlays */
|
||||
.ui-widget-overlay { background: #aaaaaa url(../img/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
|
||||
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(../img/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*!
|
||||
* jQuery UI Resizable 1.8.21
|
||||
*
|
||||
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
|
||||
* Dual licensed under the MIT or GPL Version 2 licenses.
|
||||
* http://jquery.org/license
|
||||
*
|
||||
* http://docs.jquery.com/UI/Resizable#theming
|
||||
*/
|
||||
.ui-resizable { position: relative;}
|
||||
.ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; }
|
||||
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
|
||||
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
|
||||
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
|
||||
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
|
||||
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
|
||||
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
|
||||
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
|
||||
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
|
||||
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*!
|
||||
* jQuery UI Selectable 1.8.21
|
||||
*
|
||||
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
|
||||
* Dual licensed under the MIT or GPL Version 2 licenses.
|
||||
* http://jquery.org/license
|
||||
*
|
||||
* http://docs.jquery.com/UI/Selectable#theming
|
||||
*/
|
||||
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
|
||||
/*!
|
||||
* jQuery UI Accordion 1.8.21
|
||||
*
|
||||
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
|
||||
* Dual licensed under the MIT or GPL Version 2 licenses.
|
||||
* http://jquery.org/license
|
||||
*
|
||||
* http://docs.jquery.com/UI/Accordion#theming
|
||||
*/
|
||||
/* IE/Win - Fix animation bug - #4615 */
|
||||
.ui-accordion { width: 100%; }
|
||||
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
|
||||
.ui-accordion .ui-accordion-li-fix { display: inline; }
|
||||
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
|
||||
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
|
||||
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
|
||||
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
|
||||
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
|
||||
.ui-accordion .ui-accordion-content-active { display: block; }
|
||||
/*!
|
||||
* jQuery UI Autocomplete 1.8.21
|
||||
*
|
||||
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
|
||||
* Dual licensed under the MIT or GPL Version 2 licenses.
|
||||
* http://jquery.org/license
|
||||
*
|
||||
* http://docs.jquery.com/UI/Autocomplete#theming
|
||||
*/
|
||||
.ui-autocomplete { position: absolute; cursor: default; }
|
||||
|
||||
/* workarounds */
|
||||
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
|
||||
|
||||
/*
|
||||
* jQuery UI Menu 1.8.21
|
||||
*
|
||||
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
|
||||
* Dual licensed under the MIT or GPL Version 2 licenses.
|
||||
* http://jquery.org/license
|
||||
*
|
||||
* http://docs.jquery.com/UI/Menu#theming
|
||||
*/
|
||||
.ui-menu {
|
||||
list-style:none;
|
||||
padding: 2px;
|
||||
margin: 0;
|
||||
display:block;
|
||||
float: left;
|
||||
}
|
||||
.ui-menu .ui-menu {
|
||||
margin-top: -3px;
|
||||
}
|
||||
.ui-menu .ui-menu-item {
|
||||
margin:0;
|
||||
padding: 0;
|
||||
zoom: 1;
|
||||
float: left;
|
||||
clear: left;
|
||||
width: 100%;
|
||||
}
|
||||
.ui-menu .ui-menu-item a {
|
||||
text-decoration:none;
|
||||
display:block;
|
||||
padding:.2em .4em;
|
||||
line-height:1.5;
|
||||
zoom:1;
|
||||
}
|
||||
.ui-menu .ui-menu-item a.ui-state-hover,
|
||||
.ui-menu .ui-menu-item a.ui-state-active {
|
||||
font-weight: normal;
|
||||
margin: -1px;
|
||||
}
|
||||
/*!
|
||||
* jQuery UI Button 1.8.21
|
||||
*
|
||||
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
|
||||
* Dual licensed under the MIT or GPL Version 2 licenses.
|
||||
* http://jquery.org/license
|
||||
*
|
||||
* http://docs.jquery.com/UI/Button#theming
|
||||
*/
|
||||
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
|
||||
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
|
||||
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
|
||||
.ui-button-icons-only { width: 3.4em; }
|
||||
button.ui-button-icons-only { width: 3.7em; }
|
||||
|
||||
/*button text element */
|
||||
.ui-button .ui-button-text { display: block; line-height: 1.4; }
|
||||
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
|
||||
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
|
||||
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
|
||||
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
|
||||
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
|
||||
/* no icon support for input elements, provide padding by default */
|
||||
input.ui-button { padding: .4em 1em; }
|
||||
|
||||
/*button icon element(s) */
|
||||
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
|
||||
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
|
||||
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
|
||||
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
|
||||
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
|
||||
|
||||
/*button sets*/
|
||||
.ui-buttonset { margin-right: 7px; }
|
||||
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }
|
||||
|
||||
/* workarounds */
|
||||
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
|
||||
/*!
|
||||
* jQuery UI Dialog 1.8.21
|
||||
*
|
||||
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
|
||||
* Dual licensed under the MIT or GPL Version 2 licenses.
|
||||
* http://jquery.org/license
|
||||
*
|
||||
* http://docs.jquery.com/UI/Dialog#theming
|
||||
*/
|
||||
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
|
||||
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative; }
|
||||
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; }
|
||||
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
|
||||
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
|
||||
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
|
||||
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
|
||||
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
|
||||
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
|
||||
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
|
||||
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
|
||||
.ui-draggable .ui-dialog-titlebar { cursor: move; }
|
||||
/*!
|
||||
* jQuery UI
|
||||
1.8.21
|
||||
*
|
||||
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
|
||||
* Dual licensed under the MIT or GPL Version 2 licenses.
|
||||
* http://jquery.org/license
|
||||
*
|
||||
* http://docs.jquery.com/UI/Slider#theming
|
||||
*/
|
||||
.ui-slider { position: relative; text-align: left; }
|
||||
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
|
||||
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }
|
||||
|
||||
.ui-slider-horizontal { height: .8em; }
|
||||
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
|
||||
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
|
||||
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
|
||||
.ui-slider-horizontal .ui-slider-range-max { right: 0; }
|
||||
|
||||
.ui-slider-vertical { width: .8em; height: 100px; }
|
||||
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
|
||||
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
|
||||
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
|
||||
.ui-slider-vertical .ui-slider-range-max { top: 0; }/*!
|
||||
* jQuery UI Tabs 1.8.21
|
||||
*
|
||||
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
|
||||
* Dual licensed under the MIT or GPL Version 2 licenses.
|
||||
* http://jquery.org/license
|
||||
*
|
||||
* http://docs.jquery.com/UI/Tabs#theming
|
||||
*/
|
||||
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
|
||||
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
|
||||
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
|
||||
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
|
||||
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
|
||||
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
|
||||
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
|
||||
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
|
||||
.ui-tabs .ui-tabs-hide { display: none !important; }
|
||||
/*!
|
||||
* jQuery UI Datepicker 1.8.21
|
||||
*
|
||||
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
|
||||
* Dual licensed under the MIT or GPL Version 2 licenses.
|
||||
* http://jquery.org/license
|
||||
*
|
||||
* http://docs.jquery.com/UI/Datepicker#theming
|
||||
*/
|
||||
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
|
||||
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
|
||||
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
|
||||
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
|
||||
.ui-datepicker .ui-datepicker-prev { left:2px; }
|
||||
.ui-datepicker .ui-datepicker-next { right:2px; }
|
||||
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
|
||||
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
|
||||
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; }
|
||||
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
|
||||
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
|
||||
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
|
||||
.ui-datepicker select.ui-datepicker-month,
|
||||
.ui-datepicker select.ui-datepicker-year { width: 49%;}
|
||||
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
|
||||
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; }
|
||||
.ui-datepicker td { border: 0; padding: 1px; }
|
||||
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
|
||||
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
|
||||
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
|
||||
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
|
||||
|
||||
/* with multiple calendars */
|
||||
.ui-datepicker.ui-datepicker-multi { width:auto; }
|
||||
.ui-datepicker-multi .ui-datepicker-group { float:left; }
|
||||
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
|
||||
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
|
||||
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
|
||||
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
|
||||
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
|
||||
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
|
||||
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
|
||||
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }
|
||||
|
||||
/* RTL support */
|
||||
.ui-datepicker-rtl { direction: rtl; }
|
||||
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
|
||||
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
|
||||
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
|
||||
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
|
||||
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
|
||||
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
|
||||
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
|
||||
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
|
||||
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
|
||||
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
|
||||
|
||||
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
|
||||
.ui-datepicker-cover {
|
||||
display: none; /*sorry for IE5*/
|
||||
display/**/: block; /*sorry for IE5*/
|
||||
position: absolute; /*must have*/
|
||||
z-index: -1; /*must have*/
|
||||
filter: mask(); /*must have*/
|
||||
top: -4px; /*must have*/
|
||||
left: -4px; /*must have*/
|
||||
width: 200px; /*must have*/
|
||||
height: 200px; /*must have*/
|
||||
}/*!
|
||||
* jQuery UI Progressbar 1.8.21
|
||||
*
|
||||
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
|
||||
* Dual licensed under the MIT or GPL Version 2 licenses.
|
||||
* http://jquery.org/license
|
||||
*
|
||||
* http://docs.jquery.com/UI/Progressbar#theming
|
||||
*/
|
||||
.ui-progressbar { height:2em; text-align: left; overflow: hidden; }
|
||||
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
|
||||
@@ -1,105 +0,0 @@
|
||||
|
||||
/* CORE STYLES */
|
||||
|
||||
/* noty bar */
|
||||
.noty_bar {
|
||||
position: fixed;
|
||||
display: none;
|
||||
z-index: 9999999;
|
||||
}
|
||||
|
||||
/* noty_message */
|
||||
.noty_bar .noty_message {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* noty close button */
|
||||
.noty_bar .noty_close {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* noty modal */
|
||||
.noty_modal {
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: #000;
|
||||
z-index: 10000;
|
||||
opacity: 0.6;
|
||||
display: none;
|
||||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
/* noty container for noty_layout_topLeft & noty_layout_topRight */
|
||||
ul.noty_cont {
|
||||
position: fixed;
|
||||
z-index: 10000000;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
list-style: none;
|
||||
width: 300px;
|
||||
}
|
||||
ul.noty_cont li {
|
||||
position: relative;
|
||||
float: left;
|
||||
clear: both;
|
||||
list-style: none;
|
||||
padding: 0px;
|
||||
margin: 10px 0 0 0;
|
||||
width: 300px; /* Fix for: http://bugs.jquery.com/ticket/2278 */
|
||||
}
|
||||
ul.noty_cont.noty_layout_topLeft {left:20px; top:20px;}
|
||||
ul.noty_cont.noty_layout_topRight {right:40px; top:20px;}
|
||||
ul.noty_cont.noty_layout_bottomLeft {left:20px; bottom:20px}
|
||||
ul.noty_cont.noty_layout_bottomRight {right:40px; bottom:20px}
|
||||
ul.noty_cont.noty_layout_topRight li {float:right}
|
||||
|
||||
/* LAYOUTS */
|
||||
|
||||
/* noty_layout_top */
|
||||
.noty_bar.noty_layout_top {
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
-webkit-border-radius: 0px;
|
||||
-moz-border-radius: 0px;
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
/* noty_layout_bottom */
|
||||
.noty_bar.noty_layout_bottom {
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
-webkit-border-radius: 0px;
|
||||
-moz-border-radius: 0px;
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
/* noty_layout_center */
|
||||
.noty_bar.noty_layout_center {
|
||||
top: 40%;
|
||||
}
|
||||
|
||||
/* noty_layout_topLeft & noty_layout_topRight */
|
||||
.noty_bar.noty_layout_topLeft,
|
||||
.noty_bar.noty_layout_topRight,
|
||||
.noty_bar.noty_layout_bottomLeft,
|
||||
.noty_bar.noty_layout_bottomRight {
|
||||
width: 100%;
|
||||
clear: both;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.noty_bar.noty_layout_topLeft .noty_message,
|
||||
.noty_bar.noty_layout_topRight .noty_message,
|
||||
.noty_bar.noty_layout_bottomLeft .noty_message,
|
||||
.noty_bar.noty_layout_bottomRight .noty_message {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
/* noty_layout_topCenter */
|
||||
.noty_bar.noty_layout_topCenter {
|
||||
top: 20px;
|
||||
}
|
||||
3275
website/static/css/lib/animate.css
vendored
@@ -1,76 +0,0 @@
|
||||
/*
|
||||
* jQuery FlexSlider v2.0
|
||||
* http://www.woothemes.com/flexslider/
|
||||
*
|
||||
* Copyright 2012 WooThemes
|
||||
* Free to use under the GPLv2 license.
|
||||
* http://www.gnu.org/licenses/gpl-2.0.html
|
||||
*
|
||||
* Contributing author: Tyler Smith (@mbmufffin)
|
||||
*/
|
||||
|
||||
|
||||
/* Browser Resets */
|
||||
.flex-container a:active,
|
||||
.flexslider a:active,
|
||||
.flex-container a:focus,
|
||||
.flexslider a:focus {outline: none;}
|
||||
.slides,
|
||||
.flex-control-nav,
|
||||
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
|
||||
|
||||
/* FlexSlider Necessary Styles
|
||||
*********************************/
|
||||
.flexslider {margin: 0; padding: 0;}
|
||||
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
|
||||
.flexslider .slides img {width: 100%; display: block;}
|
||||
.flex-pauseplay span {text-transform: capitalize;}
|
||||
|
||||
/* Clearfix for the .slides element */
|
||||
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
|
||||
html[xmlns] .slides {display: block;}
|
||||
* html .slides {height: 1%;}
|
||||
|
||||
/* No JavaScript Fallback */
|
||||
/* If you are not using another script, such as Modernizr, make sure you
|
||||
* include js that eliminates this class on page load */
|
||||
.no-js .slides > li:first-child {display: block;}
|
||||
|
||||
|
||||
/* FlexSlider Default Theme
|
||||
*********************************/
|
||||
.flexslider {margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; box-shadow: 0 1px 4px rgba(0,0,0,.2); -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1;}
|
||||
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
|
||||
.loading .flex-viewport {max-height: 300px;}
|
||||
.flexslider .slides {zoom: 1;}
|
||||
|
||||
.carousel li {margin-right: 5px}
|
||||
|
||||
|
||||
/* Direction Nav */
|
||||
.flex-direction-nav {*height: 0;}
|
||||
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(../../img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
|
||||
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
|
||||
.flex-direction-nav .flex-prev {left: -36px;}
|
||||
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
|
||||
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
|
||||
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
|
||||
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}
|
||||
|
||||
/* Control Nav */
|
||||
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
|
||||
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
|
||||
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
|
||||
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
|
||||
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }
|
||||
|
||||
.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
|
||||
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
|
||||
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
|
||||
.flex-control-thumbs img:hover {opacity: 1;}
|
||||
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
|
||||
|
||||
@media screen and (max-width: 860px) {
|
||||
.flex-direction-nav .flex-prev {opacity: 1; left: 0;}
|
||||
.flex-direction-nav .flex-next {opacity: 1; right: 0;}
|
||||
}
|
||||
@@ -1,62 +0,0 @@
|
||||
/**** Isotope Filtering ****/
|
||||
|
||||
.isotope-item {
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.isotope-hidden.isotope-item {
|
||||
pointer-events: none;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
/**** Isotope CSS3 transitions ****/
|
||||
|
||||
.isotope,
|
||||
.isotope .isotope-item {
|
||||
-webkit-transition-duration: 0.8s;
|
||||
-moz-transition-duration: 0.8s;
|
||||
-ms-transition-duration: 0.8s;
|
||||
-o-transition-duration: 0.8s;
|
||||
transition-duration: 0.8s;
|
||||
}
|
||||
|
||||
.isotope {
|
||||
-webkit-transition-property: height, width;
|
||||
-moz-transition-property: height, width;
|
||||
-ms-transition-property: height, width;
|
||||
-o-transition-property: height, width;
|
||||
transition-property: height, width;
|
||||
}
|
||||
|
||||
.isotope .isotope-item {
|
||||
-webkit-transition-property: -webkit-transform, opacity;
|
||||
-moz-transition-property: -moz-transform, opacity;
|
||||
-ms-transition-property: -ms-transform, opacity;
|
||||
-o-transition-property: -o-transform, opacity;
|
||||
transition-property: transform, opacity;
|
||||
}
|
||||
|
||||
/**** disabling Isotope CSS3 transitions ****/
|
||||
|
||||
.isotope.no-transition,
|
||||
.isotope.no-transition .isotope-item,
|
||||
.isotope .isotope-item.no-transition {
|
||||
-webkit-transition-duration: 0s;
|
||||
-moz-transition-duration: 0s;
|
||||
-ms-transition-duration: 0s;
|
||||
-o-transition-duration: 0s;
|
||||
transition-duration: 0s;
|
||||
}
|
||||
|
||||
/* End: Recommended Isotope styles */
|
||||
|
||||
|
||||
|
||||
/* disable CSS transitions for containers with infinite scrolling*/
|
||||
.isotope.infinite-scrolling {
|
||||
-webkit-transition: none;
|
||||
-moz-transition: none;
|
||||
-ms-transition: none;
|
||||
-o-transition: none;
|
||||
transition: none;
|
||||
}
|
||||
@@ -1,240 +0,0 @@
|
||||
|
||||
/* CORE STYLES*/
|
||||
|
||||
/* noty bar */
|
||||
.noty_bar.noty_theme_default {
|
||||
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAoCAYAAAAPOoFWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPZJREFUeNq81tsOgjAMANB2ov7/7ypaN7IlIwi9rGuT8QSc9EIDAsAznxvY4pXPKr05RUE5MEVB+TyWfCEl9LZApYopCmo9C4FKSMtYoI8Bwv79aQJU4l6hXXCZrQbokJEksxHo9KMOgc6w1atHXM8K9DVC7FQnJ0i8iK3QooGgbnyKgMDygBWyYFZoqx4qS27KqLZJjA1D0jK6QJcYEQEiWv9PGkTsbqxQ8oT+ZtZB6AkdsJnQDnMoHXHLGKOgDYuCWmYhEERCI5gaamW0bnHdA3k2ltlIN+2qKRyCND0bhqSYCyTB3CAOc4WusBEIpkeBuPgJMAAX8Hs1NfqHRgAAAABJRU5ErkJggg==') repeat-x scroll left top #fff;
|
||||
}
|
||||
|
||||
/* if you use noty with customContainer you can access noty with this way
|
||||
* .noty_custom_container noty will add automaticly this class to your customContainer
|
||||
* .noty_theme_default your theme
|
||||
* .noty_layout_inline your layout
|
||||
*/
|
||||
|
||||
/* custom container */
|
||||
.noty_custom_container.noty_theme_default.noty_layout_inline {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
/* custom growl container */
|
||||
.noty_custom_container.noty_theme_default.noty_layout_inline .noty_cont.noty_layout_inline {
|
||||
position: static;
|
||||
}
|
||||
/* custom noty bar */
|
||||
.noty_custom_container.noty_theme_default.noty_layout_inline .noty_bar {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
position: static;
|
||||
-webkit-border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.noty_custom_container.noty_theme_default.noty_layout_inline .noty_bar .noty_message {
|
||||
font-size: 13px;
|
||||
padding: 4px;
|
||||
}
|
||||
.noty_custom_container.noty_theme_default.noty_layout_inline .noty_bar .noty_message .noty_buttons {
|
||||
margin-top: -1px;
|
||||
}
|
||||
|
||||
/* noty_message */
|
||||
.noty_bar.noty_theme_default .noty_message {
|
||||
padding: 8px 14px;
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
width: auto;
|
||||
}
|
||||
.noty_bar.noty_theme_default.noty_closable .noty_message {
|
||||
padding: 8px 34px 8px 14px;
|
||||
}
|
||||
|
||||
/* noty_buttons */
|
||||
.noty_bar.noty_theme_default .noty_message .noty_buttons {
|
||||
float: right;
|
||||
font-size: 13px;
|
||||
margin-top: -4px;
|
||||
margin-left: 4px;
|
||||
}
|
||||
|
||||
/* noty_button */
|
||||
.noty_bar.noty_theme_default .noty_message .noty_buttons button {
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
/* noty close button */
|
||||
.noty_bar.noty_theme_default .noty_close {
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
right: 10px;
|
||||
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAORJREFUeNq0lU0OgjAQhRm5gUl3rLyBB3BDQjwI4TDcgmu4NqwNJGxdueqWA4zzCJoxtvxoeckLzbz2C5ShEDNHDiXis/gkPooPY/0uvomv4ov48bUSQGUSF+Ka51WPc0kzNGwvLnm9ynHtB5B+hGkoaWDB/6t4AZOFe7ZkTxMAc1dqreU0TbnrunetbVvOsmzIPMoBrFwJYGgCY8wAgjFGDZlHFYCNK9EAXPUYmUcNgL0v1dAFMKjfRSsVx/H0hC0eOfhLmWwbfTcYozbXNsEbO/int8nhEPz4CnbAUuhfwFOAAQAA48KKOuexjwAAAABJRU5ErkJggg==');
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
/* noty modal */
|
||||
.noty_modal.noty_theme_default {
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
/* LAYOUTS */
|
||||
|
||||
/* noty_layout_top */
|
||||
.noty_bar.noty_theme_default.noty_layout_top {
|
||||
border-bottom: 3px solid #eee;
|
||||
}
|
||||
|
||||
/* noty_layout_bottom */
|
||||
.noty_bar.noty_theme_default.noty_layout_bottom {
|
||||
border-top: 3px solid #eee;
|
||||
}
|
||||
|
||||
.noty_bar.noty_theme_default.noty_layout_center .noty_close {
|
||||
top: 8px;
|
||||
}
|
||||
|
||||
.noty_bar.noty_theme_default.noty_layout_center .noty_message .noty_buttons {
|
||||
margin-top: -2px
|
||||
}
|
||||
|
||||
/* noty_layout_topLeft & noty_layout_topRight */
|
||||
.noty_bar.noty_theme_default.noty_layout_center,
|
||||
.noty_bar.noty_theme_default.noty_layout_topLeft,
|
||||
.noty_bar.noty_theme_default.noty_layout_topRight,
|
||||
.noty_bar.noty_theme_default.noty_layout_bottomLeft,
|
||||
.noty_bar.noty_theme_default.noty_layout_bottomRight {
|
||||
border: 1px solid #eee;
|
||||
-webkit-border-radius: 5px;
|
||||
-moz-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.noty_bar.noty_theme_default.noty_layout_center .noty_message,
|
||||
.noty_bar.noty_theme_default.noty_layout_topLeft .noty_message,
|
||||
.noty_bar.noty_theme_default.noty_layout_topRight .noty_message,
|
||||
.noty_bar.noty_theme_default.noty_layout_bottomLeft .noty_message,
|
||||
.noty_bar.noty_theme_default.noty_layout_bottomRight .noty_message {
|
||||
font-size: 13px;
|
||||
font-weight: normal;
|
||||
}
|
||||
.noty_bar.noty_theme_default.noty_layout_topLeft .noty_message .noty_buttons,
|
||||
.noty_bar.noty_theme_default.noty_layout_topRight .noty_message .noty_buttons,
|
||||
.noty_bar.noty_theme_default.noty_layout_bottomLeft .noty_message .noty_buttons,
|
||||
.noty_bar.noty_theme_default.noty_layout_bottomRight .noty_message .noty_buttons {
|
||||
float: none;
|
||||
border-top: 1px solid #ccc;
|
||||
margin-left: 0;
|
||||
margin-top: 10px;
|
||||
padding-top: 10px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
/* noty_layout_topCenter */
|
||||
.noty_bar.noty_theme_default.noty_layout_topCenter {
|
||||
-webkit-border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.noty_bar.noty_theme_default.noty_layout_topCenter .noty_message {
|
||||
font-weight: normal;
|
||||
font-size: 13px;
|
||||
}
|
||||
.noty_bar.noty_theme_default.noty_layout_topCenter .noty_close {
|
||||
top: 50%;
|
||||
margin-top: -10px;
|
||||
-webkit-border-radius: 10px;
|
||||
-moz-border-radius: 10px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
.noty_bar.noty_theme_default.noty_layout_topCenter.noty_success {
|
||||
border: 1px solid #50C24E;
|
||||
}
|
||||
.noty_bar.noty_theme_default.noty_layout_topCenter .noty_message .noty_buttons {
|
||||
margin-left: 15px;
|
||||
margin-top: 0px
|
||||
}
|
||||
|
||||
/* NOTIFICATION TYPES */
|
||||
|
||||
/* noty_notification */
|
||||
.noty_bar.noty_theme_default.noty_notification {
|
||||
background-color: #fff;
|
||||
border-color: #ccc;
|
||||
color: #555;
|
||||
}
|
||||
.noty_bar.noty_theme_default.noty_notification.noty_layout_topLeft .noty_message .noty_buttons,
|
||||
.noty_bar.noty_theme_default.noty_notification.noty_layout_topRight .noty_message .noty_buttons,
|
||||
.noty_bar.noty_theme_default.noty_notification.noty_layout_bottomLeft .noty_message .noty_buttons,
|
||||
.noty_bar.noty_theme_default.noty_notification.noty_layout_bottomRight .noty_message .noty_buttons {
|
||||
border-color: #ccc;
|
||||
}
|
||||
|
||||
/* noty_warning */
|
||||
.noty_bar.noty_theme_default.noty_warning {
|
||||
background-color: #FFEAA8;
|
||||
border-color: #FFC237;
|
||||
color: #826200;
|
||||
}
|
||||
.noty_bar.noty_theme_default.noty_warning.noty_layout_topLeft .noty_message .noty_buttons,
|
||||
.noty_bar.noty_theme_default.noty_warning.noty_layout_topRight .noty_message .noty_buttons,
|
||||
.noty_bar.noty_theme_default.noty_warning.noty_layout_bottomLeft .noty_message .noty_buttons,
|
||||
.noty_bar.noty_theme_default.noty_warning.noty_layout_bottomRight .noty_message .noty_buttons {
|
||||
border-color: #FFC237;
|
||||
}
|
||||
|
||||
/* noty_alert */
|
||||
.noty_bar.noty_theme_default.noty_alert {
|
||||
background-color: #fff;
|
||||
border-color: #ccc;
|
||||
}
|
||||
.noty_bar.noty_theme_default.noty_alert.noty_layout_topLeft .noty_message .noty_buttons,
|
||||
.noty_bar.noty_theme_default.noty_alert.noty_layout_topRight .noty_message .noty_buttons,
|
||||
.noty_bar.noty_theme_default.noty_alert.noty_layout_bottomLeft .noty_message .noty_buttons,
|
||||
.noty_bar.noty_theme_default.noty_alert.noty_layout_bottomRight .noty_message .noty_buttons {
|
||||
border-color: #ccc;
|
||||
}
|
||||
|
||||
/* noty_error */
|
||||
.noty_bar.noty_theme_default.noty_error {
|
||||
background-color: red;
|
||||
color: #fff;
|
||||
border-color: darkred;
|
||||
}
|
||||
.noty_bar.noty_theme_default.noty_error .noty_message {
|
||||
font-weight: bold;
|
||||
}
|
||||
.noty_bar.noty_theme_default.noty_error.noty_layout_topLeft .noty_message .noty_buttons,
|
||||
.noty_bar.noty_theme_default.noty_error.noty_layout_topRight .noty_message .noty_buttons,
|
||||
.noty_bar.noty_theme_default.noty_error.noty_layout_bottomLeft .noty_message .noty_buttons,
|
||||
.noty_bar.noty_theme_default.noty_error.noty_layout_bottomRight .noty_message .noty_buttons {
|
||||
border-color: darkred;
|
||||
}
|
||||
|
||||
/* noty_success */
|
||||
.noty_bar.noty_theme_default.noty_success {
|
||||
background-color: lightgreen;
|
||||
color: darkgreen;
|
||||
border-color: #50C24E;
|
||||
}
|
||||
.noty_bar.noty_theme_default.noty_success.noty_layout_topLeft .noty_message .noty_buttons,
|
||||
.noty_bar.noty_theme_default.noty_success.noty_layout_topRight .noty_message .noty_buttons,
|
||||
.noty_bar.noty_theme_default.noty_success.noty_layout_bottomLeft .noty_message .noty_buttons,
|
||||
.noty_bar.noty_theme_default.noty_success.noty_layout_bottomRight .noty_message .noty_buttons {
|
||||
border-color: #50C24E;
|
||||
}
|
||||
|
||||
/* noty_information */
|
||||
.noty_bar.noty_theme_default.noty_information {
|
||||
background-color: #57B7E2;
|
||||
border-color: #0B90C4;
|
||||
color: #fff;
|
||||
}
|
||||
.noty_bar.noty_theme_default.noty_information.noty_layout_topLeft .noty_message .noty_buttons,
|
||||
.noty_bar.noty_theme_default.noty_information.noty_layout_topRight .noty_message .noty_buttons,
|
||||
.noty_bar.noty_theme_default.noty_information.noty_layout_bottomLeft .noty_message .noty_buttons,
|
||||
.noty_bar.noty_theme_default.noty_information.noty_layout_bottomRight .noty_message .noty_buttons {
|
||||
border-color: #0B90C4;
|
||||
}
|
||||
|
||||
@@ -1,513 +0,0 @@
|
||||
/* Higher than 1200 (desktop devices)
|
||||
====================================================================== */
|
||||
@media (min-width: 1200px) {
|
||||
|
||||
#content {
|
||||
-webkit-box-shadow: -3px -1px 2px rgba(0,0,0,0.95);
|
||||
-moz-box-shadow: -3px -1px 2px rgba(0,0,0,0.95);
|
||||
box-shadow: -3px -1px 2px rgba(0,0,0,0.95);
|
||||
background: url(../img/bg.jpg) repeat;
|
||||
filter: none;
|
||||
padding: 25px 0px 25px 40px;
|
||||
margin: -25px -4px;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
min-height: 100%;
|
||||
|
||||
}
|
||||
|
||||
.sidebar-nav > ul{
|
||||
margin: 20px 0px 0px -20px;
|
||||
border-top: 1px solid #0a0c0e !important;
|
||||
border-bottom: 1px solid #212121 !important;
|
||||
border-left: none;
|
||||
border-right: none;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
|
||||
.sidebar-nav > ul > li > ul {
|
||||
margin: 0px;
|
||||
padding: 5px 0px 5px 25px;
|
||||
background: rgba(0,0,0,.45);
|
||||
list-style: none;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.sidebar-nav > ul > li > ul > li {
|
||||
padding: 5px 0px 5px 0px;
|
||||
}
|
||||
|
||||
.sidebar-nav > ul > li > ul > li > a:hover {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.nav-tabs.nav-stacked > li > a {
|
||||
margin: 1px 0px 0px 0px;
|
||||
padding-left: 20px;
|
||||
color: #ddd;
|
||||
border-top: 1px solid #212121;
|
||||
border-bottom: 1px solid #0a0c0e;
|
||||
border-left: none;
|
||||
border-right: none;
|
||||
background: transparent;
|
||||
filter: none;
|
||||
text-shadow: 0px 1px 1px #000;
|
||||
-webkit-border-radius: 0px;
|
||||
-moz-border-radius: 0px;
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
.nav-tabs.nav-stacked > li > a > i {
|
||||
opacity: .4;
|
||||
}
|
||||
|
||||
.nav-tabs.nav-stacked > li > a:hover > i {
|
||||
opacity: .8;
|
||||
}
|
||||
|
||||
.nav-tabs.nav-stacked > li > a:hover {
|
||||
margin: 1px 0px 0px 0px;
|
||||
color: #fff;
|
||||
border-top: 1px solid transparent;
|
||||
border-bottom: 1px solid #0a0c0e;
|
||||
border-left: none;
|
||||
border-right: none;
|
||||
background: rgba(0,0,0,.25);
|
||||
filter: none;
|
||||
text-shadow: 0px 1px 1px #000;
|
||||
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.45), inset 0 0px 1px rgba(0,0,0,0.25);
|
||||
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.45), inset 0 0px 1px rgba(0,0,0,0.25);
|
||||
box-shadow: inset 0 1px 1px rgba(0,0,0,0.45), inset 0 0px 1px rgba(0,0,0,0.25);
|
||||
-webkit-border-radius: 0px;
|
||||
-moz-border-radius: 0px;
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
.nav-tabs.nav-stacked > li.active > a {
|
||||
margin: 1px 0px 0px 0px;
|
||||
border-top: 1px solid transparent;
|
||||
border-bottom: 1px solid #0a0c0e;
|
||||
border-left: none;
|
||||
border-right: none;
|
||||
color: #fff;
|
||||
background: rgba(0,0,0,.45);
|
||||
text-shadow: 0px 1px 1px #000;
|
||||
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.45), inset 0 0px 1px rgba(0,0,0,0.25);
|
||||
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.45), inset 0 0px 1px rgba(0,0,0,0.25);
|
||||
box-shadow: inset 0 1px 1px rgba(0,0,0,0.45), inset 0 0px 1px rgba(0,0,0,0.25);
|
||||
-webkit-border-radius: 0px;
|
||||
-moz-border-radius: 0px;
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
.nav-tabs.nav-stacked > li:first-child > a {
|
||||
margin: 0px 0px 0px 0px;
|
||||
-webkit-border-radius: 0px;
|
||||
-moz-border-radius: 0px;
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
.nav-tabs.nav-stacked > li:last-child > a {
|
||||
-webkit-border-radius: 0px;
|
||||
-moz-border-radius: 0px;
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
|
||||
footer {
|
||||
margin: -20px -20px 0px -20px;
|
||||
padding: 10px 20px;
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/* Higher than 960 (desktop devices)
|
||||
====================================================================== */
|
||||
@media only screen and (min-width: 980px) and (max-width: 1199px){
|
||||
|
||||
#content {
|
||||
-webkit-box-shadow: -3px -1px 2px rgba(0,0,0,0.95);
|
||||
-moz-box-shadow: -3px -1px 2px rgba(0,0,0,0.95);
|
||||
box-shadow: -3px -1px 2px rgba(0,0,0,0.95);
|
||||
background: url(../img/bg.jpg) repeat;
|
||||
filter: none;
|
||||
padding: 25px 0px 25px 40px;
|
||||
margin: -25px -4px;
|
||||
position: relative;
|
||||
z-index: 1px;
|
||||
|
||||
}
|
||||
|
||||
.sidebar-nav > ul {
|
||||
margin: 20px 0px 0px -20px;
|
||||
border-top: 1px solid #0a0c0e !important;
|
||||
border-bottom: 1px solid #212121 !important;
|
||||
border-left: none;
|
||||
border-right: none;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
|
||||
.sidebar-nav > ul > li > ul {
|
||||
margin: 0px;
|
||||
padding: 5px 0px 5px 25px;
|
||||
background: rgba(0,0,0,.45);
|
||||
list-style: none;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.sidebar-nav > ul > li > ul > li {
|
||||
padding: 5px 0px 5px 0px;
|
||||
}
|
||||
|
||||
.sidebar-nav > ul > li > ul > li > a:hover {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.nav-tabs.nav-stacked > li > a {
|
||||
margin: 1px 0px 0px 0px;
|
||||
padding-left: 20px;
|
||||
color: #ddd;
|
||||
border-top: 1px solid #212121;
|
||||
border-bottom: 1px solid #0a0c0e;
|
||||
border-left: none;
|
||||
border-right: none;
|
||||
background: transparent;
|
||||
text-shadow: 0px 1px 1px #000;
|
||||
-webkit-border-radius: 0px;
|
||||
-moz-border-radius: 0px;
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
.nav-tabs.nav-stacked > li > a > i {
|
||||
opacity: .4;
|
||||
}
|
||||
|
||||
.nav-tabs.nav-stacked > li > a:hover > i {
|
||||
opacity: .8;
|
||||
}
|
||||
|
||||
.nav-tabs.nav-stacked > li > a:hover {
|
||||
margin: 1px 0px 0px 0px;
|
||||
color: #fff;
|
||||
border-top: 1px solid transparent;
|
||||
border-bottom: 1px solid #0a0c0e;
|
||||
border-left: none;
|
||||
border-right: none;
|
||||
background: rgba(0,0,0,.25);
|
||||
filter: none;
|
||||
text-shadow: 0px 1px 1px #000;
|
||||
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.45), inset 0 0px 1px rgba(0,0,0,0.25);
|
||||
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.45), inset 0 0px 1px rgba(0,0,0,0.25);
|
||||
box-shadow: inset 0 1px 1px rgba(0,0,0,0.45), inset 0 0px 1px rgba(0,0,0,0.25);
|
||||
-webkit-border-radius: 0px;
|
||||
-moz-border-radius: 0px;
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
.nav-tabs.nav-stacked > li.active > a {
|
||||
margin: 1px 0px 0px 0px;
|
||||
border-top: 1px solid transparent;
|
||||
border-bottom: 1px solid #0a0c0e;
|
||||
border-left: none;
|
||||
border-right: none;
|
||||
color: #fff;
|
||||
background: rgba(0,0,0,.45);
|
||||
text-shadow: 0px 1px 1px #000;
|
||||
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.45), inset 0 0px 1px rgba(0,0,0,0.25);
|
||||
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.45), inset 0 0px 1px rgba(0,0,0,0.25);
|
||||
box-shadow: inset 0 1px 1px rgba(0,0,0,0.45), inset 0 0px 1px rgba(0,0,0,0.25);
|
||||
-webkit-border-radius: 0px;
|
||||
-moz-border-radius: 0px;
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
.nav-tabs.nav-stacked > li:first-child > a {
|
||||
margin: 0px 0px 0px 0px;
|
||||
-webkit-border-radius: 0px;
|
||||
-moz-border-radius: 0px;
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
.nav-tabs.nav-stacked > li:last-child > a {
|
||||
-webkit-border-radius: 0px;
|
||||
-moz-border-radius: 0px;
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
.sparkLineStats li .number {
|
||||
font-size: 16px;
|
||||
font-weight: 700;
|
||||
padding:0 5px;
|
||||
color: #FA5833;
|
||||
}
|
||||
|
||||
|
||||
footer {
|
||||
margin: -20px -20px 0px -20px;
|
||||
padding: 10px 20px;
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
/* Tablet Portrait (devices and browsers)
|
||||
====================================================================== */
|
||||
@media only screen and (min-width: 768px) and (max-width: 979px) {
|
||||
|
||||
#content {
|
||||
-webkit-box-shadow: -2px -1px 2px rgba(0,0,0,0.95);
|
||||
-moz-box-shadow: -2px -1px 2px rgba(0,0,0,0.95);
|
||||
box-shadow: -2px -1px 2px rgba(0,0,0,0.95);
|
||||
background: url(../img/bg.jpg) repeat;
|
||||
filter: none;
|
||||
padding: 25px 0px 25px 40px;
|
||||
margin: -25px -4px;
|
||||
position: relative;
|
||||
z-index: 1px;
|
||||
}
|
||||
|
||||
.noMargin {
|
||||
margin-left: 0px !important;
|
||||
}
|
||||
|
||||
.btn-navbar {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.nav-collapse,
|
||||
.nav-collapse.collapse {
|
||||
height: auto !important;
|
||||
overflow: visible !important;
|
||||
margin-left: -20px !important;
|
||||
}
|
||||
|
||||
.sidebar-nav{
|
||||
padding:0;
|
||||
margin-bottom:0;
|
||||
}
|
||||
|
||||
.sidebar-nav > ul{
|
||||
margin: 20px 0px 0px -20px;
|
||||
border-top: 1px solid #0a0c0e !important;
|
||||
border-bottom: 1px solid #212121 !important;
|
||||
border-left: none;
|
||||
border-right: none;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
|
||||
.sidebar-nav > ul > li > ul {
|
||||
margin: 0px;
|
||||
padding: 0px 0px 0px 20px;
|
||||
background: rgba(0,0,0,.45);
|
||||
list-style: none;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.sidebar-nav > ul > li > ul > li {
|
||||
padding: 5px 0px 5px 0px;
|
||||
}
|
||||
|
||||
.sidebar-nav > ul > li > ul > li > a:hover {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.nav-tabs.nav-stacked > li > a {
|
||||
margin: 1px 0px 0px 0px;
|
||||
padding-left: 20px;
|
||||
color: #ddd;
|
||||
border-top: 1px solid #212121;
|
||||
border-bottom: 1px solid #0a0c0e;
|
||||
border-left: none;
|
||||
border-right: none;
|
||||
background: transparent;
|
||||
text-shadow: 0px 1px 1px #000;
|
||||
-webkit-border-radius: 0px;
|
||||
-moz-border-radius: 0px;
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
.nav-tabs.nav-stacked > li > a > i {
|
||||
opacity: .4;
|
||||
}
|
||||
|
||||
.nav-tabs.nav-stacked > li > a:hover > i {
|
||||
opacity: .8;
|
||||
}
|
||||
|
||||
.nav-tabs.nav-stacked > li > a:hover {
|
||||
margin: 1px 0px 0px 0px;
|
||||
color: #fff;
|
||||
border-top: 1px solid transparent;
|
||||
border-bottom: 1px solid #0a0c0e;
|
||||
border-left: none;
|
||||
border-right: none;
|
||||
background: rgba(0,0,0,.25);
|
||||
filter: none;
|
||||
text-shadow: 0px 1px 1px #000;
|
||||
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.45), inset 0 0px 1px rgba(0,0,0,0.25);
|
||||
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.45), inset 0 0px 1px rgba(0,0,0,0.25);
|
||||
box-shadow: inset 0 1px 1px rgba(0,0,0,0.45), inset 0 0px 1px rgba(0,0,0,0.25);
|
||||
-webkit-border-radius: 0px;
|
||||
-moz-border-radius: 0px;
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
.nav-tabs.nav-stacked > li.active > a {
|
||||
margin: 1px 0px 0px 0px;
|
||||
border-top: 1px solid transparent;
|
||||
border-bottom: 1px solid #0a0c0e;
|
||||
border-left: none;
|
||||
border-right: none;
|
||||
color: #fff;
|
||||
background: rgba(0,0,0,.45);
|
||||
text-shadow: 0px 1px 1px #000;
|
||||
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.45), inset 0 0px 1px rgba(0,0,0,0.25);
|
||||
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.45), inset 0 0px 1px rgba(0,0,0,0.25);
|
||||
box-shadow: inset 0 1px 1px rgba(0,0,0,0.45), inset 0 0px 1px rgba(0,0,0,0.25);
|
||||
-webkit-border-radius: 0px;
|
||||
-moz-border-radius: 0px;
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
.nav-tabs.nav-stacked > li:first-child > a {
|
||||
margin: 0px 0px 0px 0px;
|
||||
-webkit-border-radius: 0px;
|
||||
-moz-border-radius: 0px;
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
.nav-tabs.nav-stacked > li:last-child > a {
|
||||
-webkit-border-radius: 0px;
|
||||
-moz-border-radius: 0px;
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
.box-small-link {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.sparkLineStats li .number {
|
||||
font-size: 14px;
|
||||
font-weight: 700;
|
||||
padding:0 5px;
|
||||
color: #FA5833;
|
||||
}
|
||||
|
||||
footer {
|
||||
margin: -20px -20px 0px -20px;
|
||||
padding: 10px 20px;
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
/* All Mobile Sizes (devices and browser)
|
||||
====================================================================== */
|
||||
@media only screen and (max-width: 767px) {
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
/* Mobile Landscape Size to Tablet Portrait (devices and browsers)
|
||||
====================================================================== */
|
||||
@media only screen and (min-width: 480px) and (max-width: 767px) {
|
||||
|
||||
body {
|
||||
background: url(../img/bg.jpg) repeat;
|
||||
}
|
||||
|
||||
#overlay ul {
|
||||
margin: 150px auto 0;
|
||||
}
|
||||
|
||||
#content {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.quick-button,
|
||||
.quick-button-small {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.pull-right {
|
||||
width: 100%;
|
||||
margin: 10px auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.fc-button-today,
|
||||
.fc-button-month,
|
||||
.fc-button-agendaWeek,
|
||||
.fc-button-agendaDay {
|
||||
display: none;
|
||||
}
|
||||
|
||||
footer {
|
||||
padding: 10px 20px;
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers)
|
||||
=================================================================== */
|
||||
@media only screen and (max-width: 479px) {
|
||||
|
||||
|
||||
#overlay ul {
|
||||
margin: 150px auto 0;
|
||||
}
|
||||
|
||||
body {
|
||||
background: url(../img/bg.jpg) repeat;
|
||||
}
|
||||
|
||||
#content {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.quick-button,
|
||||
.quick-button-small {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.pull-right {
|
||||
width: 100%;
|
||||
margin: 10px auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.fc-button-today,
|
||||
.fc-button-month,
|
||||
.fc-button-agendaWeek,
|
||||
.fc-button-agendaDay {
|
||||
display: none;
|
||||
}
|
||||
|
||||
table,
|
||||
.pagination {
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
.pagination {
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
footer {
|
||||
padding: 10px 20px;
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,110 +0,0 @@
|
||||
#portfolio_tem{
|
||||
margin-top: 70px;
|
||||
}
|
||||
#portfolio_tem .left_box{
|
||||
margin-left: 0;
|
||||
}
|
||||
#portfolio_tem .left_box .big{
|
||||
margin-bottom: 40px;
|
||||
position: relative;
|
||||
height: 431px;
|
||||
}
|
||||
#portfolio_tem .left_box .big img{
|
||||
position: absolute;
|
||||
border-radius: 5px;
|
||||
}
|
||||
#portfolio_tem .thumbs .thumb{
|
||||
float: left;
|
||||
position: relative;
|
||||
margin-right: 30px;
|
||||
cursor: pointer;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
#portfolio_tem .thumbs .thumb.last{
|
||||
margin: 0;
|
||||
}
|
||||
#portfolio_tem .thumbs .thumb:hover .mask {
|
||||
display: block;
|
||||
opacity: 1;
|
||||
filter: alpha(opacity = 100);
|
||||
}
|
||||
#portfolio_tem .thumbs .thumb .mask {
|
||||
position: absolute;
|
||||
opacity: 0;
|
||||
filter: alpha(opacity = 0);
|
||||
box-shadow: 0px 1px 6px 2px #b1b1b1;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
border-radius: 5px;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
background: rgba(17, 137, 217, 0.5);
|
||||
-webkit-transition: opacity .25s ease-in-out;
|
||||
-moz-transition: opacity .25s ease-in-out;
|
||||
transition: opacity .25s ease-in-out;
|
||||
}
|
||||
#portfolio_tem .thumbs .thumb .mask .more {
|
||||
color: #fff;
|
||||
font-size: 30px;
|
||||
font-weight: bold;
|
||||
position: absolute;
|
||||
bottom: 40%;
|
||||
left: 43%;
|
||||
}
|
||||
#portfolio_tem .right_box{
|
||||
float: right;
|
||||
margin-top: 14px;
|
||||
}
|
||||
#portfolio_tem .right_box h2{
|
||||
font-size: 28px;
|
||||
line-height: 27px;
|
||||
margin: 0 0 25px 0;
|
||||
}
|
||||
#portfolio_tem .right_box p{
|
||||
font-size: 14px;
|
||||
line-height: 24px;
|
||||
margin-bottom: 18px;
|
||||
color: #3F3F3F;
|
||||
}
|
||||
|
||||
/* Responsive
|
||||
-------------------------------------------------- */
|
||||
|
||||
/* Large desktop */
|
||||
@media (min-width: 1200px) {
|
||||
|
||||
}
|
||||
@media (min-width: 980px) {
|
||||
|
||||
}
|
||||
@media (max-width: 979px) {
|
||||
|
||||
}
|
||||
/* Portrait tablet to landscape and desktop */
|
||||
@media (min-width: 768px) and (max-width: 979px) {
|
||||
#portfolio_tem .left_box .big{
|
||||
height: 372px;
|
||||
}
|
||||
}
|
||||
/* Landscape phone to portrait tablet */
|
||||
@media (max-width: 767px) {
|
||||
#portfolio_tem .left_box{
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
#portfolio_tem .left_box .thumbs{
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
/* Landscape phones and down */
|
||||
@media (max-width: 480px) {
|
||||
#portfolio_tem .left_box .big {
|
||||
max-height: 350px;
|
||||
}
|
||||
#portfolio_tem .left_box .big img {
|
||||
margin-bottom: 10px;
|
||||
max-height: 350px;
|
||||
}
|
||||
#portfolio_tem .thumbs .thumb{
|
||||
margin-right: 5px;
|
||||
}
|
||||
}
|
||||
@@ -1,122 +0,0 @@
|
||||
#portfolio {
|
||||
margin-top: 60px;
|
||||
}
|
||||
#portfolio #filters {
|
||||
list-style-type: none;
|
||||
height: 30px;
|
||||
margin-bottom: 40px;
|
||||
text-align: center;
|
||||
margin-top: -20px;
|
||||
}
|
||||
#portfolio #filters li {
|
||||
display: inline-block;
|
||||
font-size: 20px;
|
||||
margin: 0px 6px;
|
||||
}
|
||||
#portfolio #filters li.separator {
|
||||
color: #c0c0c0;
|
||||
font-weight: lighter;
|
||||
}
|
||||
#portfolio #filters li a {
|
||||
color: #3f3f3f;
|
||||
font-style: italic;
|
||||
-webkit-transition: color .2s;
|
||||
-moz-transition: color .2s;
|
||||
-ms-transition: color .2s;
|
||||
transition: color .2s;
|
||||
}
|
||||
#portfolio #filters li a:hover,
|
||||
#portfolio #filters li a.active {
|
||||
color: #1189d9;
|
||||
}
|
||||
#portfolio #gallery_container {
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
#portfolio #gallery_container .photo {
|
||||
width: 285px;
|
||||
margin: 5px;
|
||||
float: left;
|
||||
position: relative;
|
||||
}
|
||||
#portfolio #gallery_container .photo:hover .mask {
|
||||
display: block;
|
||||
opacity: 1;
|
||||
filter: alpha(opacity = 100);
|
||||
}
|
||||
|
||||
#portfolio #gallery_container .photo img { }
|
||||
|
||||
#portfolio #gallery_container .photo .mask {
|
||||
position: absolute;
|
||||
opacity: 0;
|
||||
filter: alpha(opacity = 0);
|
||||
box-shadow: 0px 1px 6px 2px #b1b1b1;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
border-radius: 5px;
|
||||
height: 100%;
|
||||
padding: 0px 20px;
|
||||
width: 245px;
|
||||
background: rgba(17, 137, 217, 0.5);
|
||||
-webkit-transition: opacity .25s ease-in-out;
|
||||
-moz-transition: opacity .25s ease-in-out;
|
||||
transition: opacity .25s ease-in-out;
|
||||
}
|
||||
#portfolio #gallery_container .photo .mask h3 {
|
||||
color: #fff;
|
||||
font-size: 22px;
|
||||
position: relative;
|
||||
top: 39%;
|
||||
}
|
||||
#portfolio #gallery_container .photo .mask small {
|
||||
color: rgb(240, 240, 240);
|
||||
font-size: 15px;
|
||||
font-style: italic;
|
||||
position: relative;
|
||||
top: 35%;
|
||||
display: block;
|
||||
}
|
||||
#portfolio #gallery_container .photo .mask .more {
|
||||
color: #fff;
|
||||
font-size: 30px;
|
||||
font-weight: bold;
|
||||
position: absolute;
|
||||
bottom: 7%;
|
||||
left: 47%;
|
||||
}
|
||||
|
||||
/* Responsive
|
||||
-------------------------------------------------- */
|
||||
|
||||
/* Large desktop */
|
||||
@media (min-width: 1200px) {
|
||||
|
||||
}
|
||||
@media (min-width: 980px) {
|
||||
|
||||
}
|
||||
@media (max-width: 979px) {
|
||||
|
||||
}
|
||||
/* Portrait tablet to landscape and desktop */
|
||||
@media (min-width: 768px) and (max-width: 979px) {
|
||||
|
||||
}
|
||||
/* Landscape phone to portrait tablet */
|
||||
@media (max-width: 767px) {
|
||||
|
||||
}
|
||||
/* Landscape phones and down */
|
||||
@media (max-width: 480px) {
|
||||
#portfolio #filters li{
|
||||
margin: 0px 4px;
|
||||
}
|
||||
#portfolio #filters li a{
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
#portfolio #gallery_container .photo img{
|
||||
left: 10%;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,285 +0,0 @@
|
||||
/*Pricing Option 1*/
|
||||
#in_pricing{
|
||||
margin-bottom: 100px;
|
||||
margin-top: 70px;
|
||||
}
|
||||
#in_pricing .head{
|
||||
text-align: center;
|
||||
margin-bottom: 70px;
|
||||
}
|
||||
#in_pricing .head h3{
|
||||
font-size: 35px;
|
||||
font-style: italic;
|
||||
font-weight: normal;
|
||||
margin: 0 0 20px 0;
|
||||
color: #252528;
|
||||
}
|
||||
#in_pricing .head h6{
|
||||
font-size: 18px;
|
||||
margin: 0;
|
||||
color: #8E8E8F;
|
||||
font-weight: normal;
|
||||
}
|
||||
#in_pricing .charts_wrapp,
|
||||
#in_pricing2 .charts_wrapp{
|
||||
margin-left: -20px;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
#in_pricing .charts_wrapp .plan,
|
||||
#in_pricing2 .charts_wrapp .plan{
|
||||
border-radius: 6px;
|
||||
box-shadow: 2px 2px 2px -1px rgb(214, 214, 214);
|
||||
background-color: #fff;
|
||||
width: 95%;
|
||||
position: relative;
|
||||
}
|
||||
#in_pricing .plan .wrapper,
|
||||
#in_pricing2 .plan .wrapper{
|
||||
padding: 33px 30px 26px 30px;
|
||||
}
|
||||
#in_pricing .plan h3,
|
||||
#in_pricing2 .plan h3 {
|
||||
color: rgb(83, 83, 83);
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
font-size: 28px;
|
||||
margin: 0 0 5px 0;
|
||||
line-height: 25px;
|
||||
}
|
||||
#in_pricing .plan .price,
|
||||
#in_pricing2 .plan .price {
|
||||
font-size: 17px;
|
||||
color: #1189D9;
|
||||
margin-top: 16px;
|
||||
}
|
||||
#in_pricing .plan .price span.dollar,
|
||||
#in_pricing2 .plan .price span.dollar {
|
||||
font-size: 32px;
|
||||
position: relative;
|
||||
top: -6px;
|
||||
margin-right: 3px;
|
||||
}
|
||||
#in_pricing .plan .price span.qty,
|
||||
#in_pricing2 .plan .price span.qty {
|
||||
font-size: 47px;
|
||||
margin-right:4px;
|
||||
position: relative;
|
||||
top: 2px;
|
||||
}
|
||||
#in_pricing .plan .price span.month{
|
||||
font-style: italic;
|
||||
font-weight: 300;
|
||||
font-size: 15px;
|
||||
}
|
||||
#in_pricing .plan .features,
|
||||
#in_pricing2 .plan .features {
|
||||
margin-top: 30px;
|
||||
}
|
||||
#in_pricing .plan .features p,
|
||||
#in_pricing2 .plan .features p {
|
||||
color: #838385;
|
||||
margin-bottom: 5px;
|
||||
font-size: 14px;
|
||||
}
|
||||
#in_pricing .plan a.order,
|
||||
#in_pricing2 .plan a.order {
|
||||
background-color: #2190DB;
|
||||
text-align: center;
|
||||
margin: 25px auto 0;
|
||||
width: 48%;
|
||||
display: block;
|
||||
padding: 3px 0;
|
||||
color: #fff;
|
||||
font-size: 13px;
|
||||
font-weight: bold;
|
||||
border-radius: 5px;
|
||||
-webkit-transition: all .2s linear;
|
||||
-moz-transition: all .2s linear;
|
||||
}
|
||||
#in_pricing .plan a.order:hover,
|
||||
#in_pricing2 .plan a.order:hover{
|
||||
background: #252528;
|
||||
}
|
||||
#in_pricing .pro .plan{
|
||||
width: 100%;
|
||||
top: -20px;
|
||||
box-shadow: 0px 0px 7px -1px rgb(214, 214, 214);
|
||||
border: 1px solid #d9d9d9;
|
||||
}
|
||||
#in_pricing .pro .plan .wrapper{
|
||||
padding:36px 30px 35px 30px;
|
||||
}
|
||||
#in_pricing .pro .plan img.ribbon{
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
}
|
||||
#in_pricing .pro .plan a.order{
|
||||
margin-top: 35px;
|
||||
}
|
||||
#in_pricing .standar .plan{
|
||||
float: right;
|
||||
}
|
||||
#in_pricing .start{
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
#in_pricing .start p{
|
||||
font-size: 24px;
|
||||
display: inline-block;
|
||||
color: #5B5B5D;
|
||||
font-style: italic;
|
||||
line-height: 26px;
|
||||
margin: 0 18px 0 0;
|
||||
}
|
||||
#in_pricing .start a{
|
||||
text-transform: uppercase;
|
||||
color: #fff;
|
||||
font-weight: bold;
|
||||
border-radius: 4px;
|
||||
padding: 7px 17px;
|
||||
font-size: 17px;
|
||||
background: #252528;
|
||||
-webkit-transition: all .2s linear;
|
||||
-moz-transition: all .2s linear;
|
||||
}
|
||||
#in_pricing .start a:hover{
|
||||
background: #2190DB;
|
||||
}
|
||||
/*Frequent Questions*/
|
||||
#faq{
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
#faq .block .box{
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
#faq .block .box p.title{
|
||||
font-size: 20px;
|
||||
margin-bottom: 10px;
|
||||
font-style: italic;
|
||||
}
|
||||
#faq .block .box p.answ{
|
||||
font-size: 14px;
|
||||
line-height: 22px;
|
||||
}
|
||||
#faq .right{
|
||||
float: right;
|
||||
}
|
||||
/* Pricing Option 2 */
|
||||
#in_pricing2{
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
#in_pricing2 .section_header h3 span{
|
||||
font-size: 18px;
|
||||
line-height: 20px;
|
||||
}
|
||||
#in_pricing2 .charts_wrapp .plan{
|
||||
width: 100%;
|
||||
}
|
||||
#in_pricing2 .plan a.order{
|
||||
width: 66%;
|
||||
}
|
||||
#in_pricing2 .plan .price span.month{
|
||||
font-weight: bold;
|
||||
font-size: 17px;
|
||||
}
|
||||
#in_pricing2 .ultra .plan{
|
||||
top: -13px;
|
||||
box-shadow: 0px 0px 7px -1px rgb(214, 214, 214);
|
||||
border: 1px solid #d9d9d9;
|
||||
}
|
||||
#in_pricing2 .ultra .plan .wrapper img.ribbon{
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
}
|
||||
#in_pricing2 .black .plan{
|
||||
background: #252528;
|
||||
box-shadow: none;
|
||||
}
|
||||
#in_pricing2 .black .plan .wrapper{
|
||||
padding: 38px 30px 31px 30px;
|
||||
}
|
||||
#in_pricing2 .black .plan h3{
|
||||
color: #fff;
|
||||
}
|
||||
#in_pricing2 .black .plan h6{
|
||||
color: #fff;
|
||||
font-size: 20px;
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
}
|
||||
#in_pricing2 .black .plan p{
|
||||
font-size: 16px;
|
||||
color: rgb(173, 173, 173);
|
||||
margin: 20px 0 38px;
|
||||
line-height: 23px;
|
||||
}
|
||||
#in_pricing2 .black a.order{
|
||||
background: #535356;
|
||||
color: #fff;
|
||||
width: 87%;
|
||||
padding: 6px 0;
|
||||
}
|
||||
#in_pricing2 .black a.order:hover{
|
||||
background: #2190DB;
|
||||
}
|
||||
|
||||
/* Responsive
|
||||
-------------------------------------------------- */
|
||||
|
||||
/* Large desktop */
|
||||
@media (min-width: 1200px) {
|
||||
}
|
||||
@media (min-width: 980px) {
|
||||
}
|
||||
@media (max-width: 979px) {
|
||||
}
|
||||
/* Portrait tablet to landscape and desktop */
|
||||
@media (min-width: 768px) and (max-width: 979px) {
|
||||
#in_pricing .plan a.order, #in_pricing2 .plan a.order{
|
||||
width: 64%;
|
||||
}
|
||||
}
|
||||
/* Landscape phone to portrait tablet */
|
||||
@media (max-width: 767px) {
|
||||
#in_pricing .charts_wrapp, #in_pricing2 .charts_wrapp{
|
||||
margin-left: 0;
|
||||
}
|
||||
#in_pricing .charts_wrapp .plan, #in_pricing2 .charts_wrapp .plan{
|
||||
margin: 0 auto 30px;
|
||||
width: 95%;
|
||||
}
|
||||
#in_pricing .plan .wrapper,
|
||||
#in_pricing2 .plan .wrapper{
|
||||
margin: 0 auto;
|
||||
text-align: center;
|
||||
}
|
||||
#in_pricing .pro .plan{
|
||||
top: 0;
|
||||
width:95%;
|
||||
}
|
||||
#in_pricing .standar .plan{
|
||||
float: none;
|
||||
}
|
||||
#in_pricing .start p{
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
#in_pricing .start a{
|
||||
display: block;
|
||||
width: 50%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
#in_pricing2 .ultra .plan{
|
||||
top: 0;
|
||||
}
|
||||
}
|
||||
/* Landscape phones and down */
|
||||
@media (max-width: 480px) {
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,100 +0,0 @@
|
||||
.reset_page .box_wrapper p.already{
|
||||
text-align: center;
|
||||
font-style: 15px;
|
||||
color: #454B52;
|
||||
}
|
||||
.reset_page .box_wrapper p.already a{
|
||||
color: #454B52;
|
||||
margin-left: 3px;
|
||||
}
|
||||
.reset_page .box{
|
||||
background-color: white;
|
||||
border-radius: 6px;
|
||||
float: none;
|
||||
margin: 60px auto 0;
|
||||
padding-bottom: 26px;
|
||||
width: 38%;
|
||||
margin-bottom: 25px;
|
||||
box-shadow: 2px 2px 3px 0px #DEDDDD;
|
||||
}
|
||||
.reset_page .box .head{
|
||||
background-color: #faf9f9;
|
||||
border-radius: 4px 4px 1px 0;
|
||||
display: inline-block;
|
||||
margin-bottom: 37px;
|
||||
padding: 25px 0 25px;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
box-shadow: inset 2px 2px 3px 0px white;
|
||||
}
|
||||
.reset_page .box .head h4{
|
||||
color: #333;
|
||||
font-size: 16px;
|
||||
margin: 0px;
|
||||
text-shadow: 1px 1px 1px white;
|
||||
}
|
||||
.reset_page .box .head .line {
|
||||
height: 3px;
|
||||
border-top: 1px solid #ebebeb;
|
||||
border-bottom: 1px solid #ebebeb;
|
||||
position: relative;
|
||||
top: 30px;
|
||||
}
|
||||
.reset_page .box .form{
|
||||
margin: 0 auto;
|
||||
text-align: center;
|
||||
width: 83%;
|
||||
}
|
||||
.reset_page .box .form input[type="text"]{
|
||||
border-color: #DBDBDB #EAEAEA #EAEAEA #DBDBDB;
|
||||
border-left: 1px solid #DBDBDB;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
font-size: 16px;
|
||||
height: 30px;
|
||||
margin-bottom: 35px;
|
||||
width: 95%;
|
||||
}
|
||||
.reset_page .box .form input[type="submit"]{
|
||||
border-color: #CCCCCC;
|
||||
border-radius: 7px 7px 7px 7px;
|
||||
color: #394350;
|
||||
font-size: 15px;
|
||||
font-weight: bold;
|
||||
padding: 5px 18px;
|
||||
}
|
||||
.reset_page form{
|
||||
margin: 0px;
|
||||
}
|
||||
.reset_page .already a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
/* Portrait tablet to landscape and desktop */
|
||||
@media (min-width: 768px) and (max-width: 979px) {
|
||||
.reset_page .box{
|
||||
width: 54%;
|
||||
}
|
||||
}
|
||||
@media (max-width: 979px) {
|
||||
.reset_page .box{
|
||||
width: 48%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 980px) {
|
||||
.reset_page .box{
|
||||
width: 40%;
|
||||
}
|
||||
}
|
||||
@media (max-width: 480px) {
|
||||
.reset_page .box{
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,265 +0,0 @@
|
||||
/*Service Option 1*/
|
||||
#service_1{
|
||||
margin-top: 70px;
|
||||
margin-bottom: 115px;
|
||||
}
|
||||
#service_1 .section_header h3 span,
|
||||
#service_2 .section_header h3 span{
|
||||
font-size: 18px;
|
||||
line-height: 20px;
|
||||
}
|
||||
#service_1 .service_wrapper .feature{
|
||||
margin-right: 0px;
|
||||
}
|
||||
#service_1 .service_wrapper .last{
|
||||
margin-right: 0;
|
||||
}
|
||||
#service_1 .service_wrapper .feature .text{
|
||||
margin: 23px auto 0;
|
||||
width: 92%;
|
||||
}
|
||||
#service_1 .service_wrapper .feature .text h6{
|
||||
color: #3F3F3F;
|
||||
margin: 0 0 14px 0;
|
||||
font-size: 20px;
|
||||
}
|
||||
#service_1 .service_wrapper .feature .text p{
|
||||
margin: 0;
|
||||
font-size: 14px;
|
||||
line-height: 22px;
|
||||
}
|
||||
#service_1 .service_wrapper .feature .img_box{
|
||||
position: relative;
|
||||
border-radius: 5px;
|
||||
}
|
||||
#service_1 .service_wrapper .feature .img_box img {
|
||||
border-radius: 6px;
|
||||
position: relative;
|
||||
}
|
||||
#service_1 .service_wrapper .feature .img_box span.circle{
|
||||
background: rgba(17, 137, 217, 0.8);
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
display: none;
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
top: 37%;
|
||||
left: 43%;
|
||||
border-radius: 100%;
|
||||
}
|
||||
#service_1 .service_wrapper .feature .img_box span.circle span.plus{
|
||||
display: inline-block;
|
||||
margin-top: 13px;
|
||||
font-weight: bold;
|
||||
color: white;
|
||||
font-size: 32px;
|
||||
}
|
||||
#service_1 .service_wrapper .feature:hover span.circle{
|
||||
display: block;
|
||||
}
|
||||
#service_1 .service_wrapper .feature:hover .img_box{
|
||||
box-shadow: 0px 0px 1px 100px black inset;
|
||||
}
|
||||
#service_1 .service_wrapper .feature:hover img{
|
||||
box-shadow: 1px 1px 6px 0px #888;
|
||||
border-radius: 5px;
|
||||
opacity: 0.9;
|
||||
filter:alpha(opacity=90);
|
||||
}
|
||||
|
||||
/*Service Option 2*/
|
||||
#service_2{
|
||||
margin: 40px 0 115px;
|
||||
}
|
||||
#service_2 .perk{
|
||||
margin-bottom: 82px;
|
||||
margin-left: 0;
|
||||
}
|
||||
#service_2 .circle{
|
||||
background: #1189D9;
|
||||
text-align: center;
|
||||
border-radius: 100%;
|
||||
margin: 14px 0 0 0;
|
||||
width: 136px;
|
||||
height: 136px;
|
||||
box-shadow: 1px 1px 2px 0px #E0E0E0;
|
||||
}
|
||||
#service_2 .circle img{
|
||||
margin-top: 42px;
|
||||
}
|
||||
#service_2 .circle1 img{
|
||||
margin-top:49px;
|
||||
}
|
||||
#service_2 .description_wrapper{
|
||||
float: right;
|
||||
}
|
||||
#service_2 .description_wrapper h5{
|
||||
font-size: 20px;
|
||||
margin: 5px 0 10px 0;
|
||||
}
|
||||
#service_2 .description_wrapper p{
|
||||
font-size: 14px;
|
||||
line-height: 24px;
|
||||
color: #3F3F3F;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
#service_2 .last{
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
/*Service Option 3*/
|
||||
#process{
|
||||
min-height: 350px;
|
||||
}
|
||||
#process .section_header h3{
|
||||
margin:0;
|
||||
}
|
||||
#process .description{
|
||||
position: relative;
|
||||
}
|
||||
#process .description .text{
|
||||
position: absolute;
|
||||
display: none;
|
||||
}
|
||||
#process .description .text.active {
|
||||
display: block;
|
||||
}
|
||||
#process .description h4{
|
||||
font-size: 32px;
|
||||
line-height: 35px;
|
||||
font-weight: normal;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
#process .description p{
|
||||
font-size: 15px;
|
||||
color: #3F3F3F;
|
||||
line-height: 26px;
|
||||
}
|
||||
#process .areas{
|
||||
margin-left: 0;
|
||||
float: right;
|
||||
}
|
||||
#process .areas .circle{
|
||||
height: 210px;
|
||||
cursor: pointer;
|
||||
float: left;
|
||||
margin-right: -45px;
|
||||
text-align: center;
|
||||
width: 210px;
|
||||
background: rgba(37, 37, 40, 0.9);
|
||||
border-radius: 100%;
|
||||
-webkit-transition: all .3s;
|
||||
-moz-transition: all .3s;
|
||||
-ms-transition: all .3s;
|
||||
transition: all .3s;
|
||||
}
|
||||
#process .areas .first{
|
||||
margin-left: 0;
|
||||
}
|
||||
#process .areas .circle img{
|
||||
margin-top: 56px;
|
||||
}
|
||||
#process .areas .circle span{
|
||||
font-weight: 700;
|
||||
font-size: 22px;
|
||||
color: #fff;
|
||||
display: block;
|
||||
margin-top: 21px;
|
||||
}
|
||||
#process .areas .circle:hover,
|
||||
#process .areas .circle.active {
|
||||
background: rgba(17, 137, 217, 1);
|
||||
}
|
||||
|
||||
/* Responsive
|
||||
-------------------------------------------------- */
|
||||
|
||||
/* Large desktop */
|
||||
@media (min-width: 1200px) {
|
||||
}
|
||||
@media (min-width: 980px) {
|
||||
}
|
||||
@media (max-width: 979px) {
|
||||
}
|
||||
/* Portrait tablet to landscape and desktop */
|
||||
@media (min-width: 768px) and (max-width: 979px) {
|
||||
#service_2 .description_wrapper{
|
||||
width: 77%;
|
||||
}
|
||||
#process .areas{
|
||||
text-align: center;
|
||||
}
|
||||
#team .people .bio_box .info{
|
||||
margin: 0;
|
||||
float: none;
|
||||
}
|
||||
#process .areas .last_circle{
|
||||
float: none;
|
||||
display: inline-block;
|
||||
margin-left: -75px;
|
||||
margin-top: -54px;
|
||||
}
|
||||
}
|
||||
/* Landscape phone to portrait tablet */
|
||||
@media (max-width: 767px) {
|
||||
#service_1 .service_wrapper .feature .img_box{
|
||||
text-align: center;
|
||||
}
|
||||
#service_1 .service_wrapper .feature:hover .img_box{
|
||||
box-shadow: none;
|
||||
}
|
||||
#service_1 .service_wrapper .feature{
|
||||
text-align: center;
|
||||
margin-bottom: 60px;
|
||||
}
|
||||
#service_2 .perk{
|
||||
text-align: center;
|
||||
margin-bottom: 70px;
|
||||
}
|
||||
#service_2 .circle{
|
||||
float: none;
|
||||
margin-bottom: 20px;
|
||||
display: inline-block;
|
||||
}
|
||||
#service_2 .description_wrapper h5{
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
#process .areas{
|
||||
margin-top: 193px;
|
||||
margin-bottom: 0px;
|
||||
text-align: center;
|
||||
}
|
||||
#process .areas .circle{
|
||||
float: none;
|
||||
display: inline-block;
|
||||
margin: 0;
|
||||
}
|
||||
#process .areas .last_circle{
|
||||
margin-top: -23px;
|
||||
}
|
||||
}
|
||||
/* Landscape phones and down */
|
||||
@media (max-width: 480px) {
|
||||
#service_1 .service_wrapper .feature .img_box{
|
||||
width: 100%;
|
||||
}
|
||||
#service_1 .service_wrapper .feature .text p{
|
||||
text-align: left;
|
||||
}
|
||||
#process .areas{
|
||||
margin-top: 250px;
|
||||
}
|
||||
#process .areas .circle{
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
}
|
||||
#process .areas .last_circle{
|
||||
margin-top: 0;
|
||||
}
|
||||
#process .areas .circle img{
|
||||
margin-top: 22px;
|
||||
}
|
||||
#process .areas .circle span{
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
@@ -1,264 +0,0 @@
|
||||
/* Sign In Option 1 */
|
||||
#sign_in{
|
||||
background: url("../img/backgrounds/beige.jpg") no-repeat;
|
||||
display: block;
|
||||
height: 380px;
|
||||
margin-top: -35px;
|
||||
-webkit-background-size: cover;
|
||||
-moz-background-size: cover;
|
||||
-o-background-size: cover;
|
||||
background-size: cover;
|
||||
}
|
||||
#sign_in .header{
|
||||
text-align: center;
|
||||
margin: 0;
|
||||
color: rgb(51,51,51);
|
||||
margin-top: 85px;
|
||||
padding-left: 20px;
|
||||
}
|
||||
#sign_in .header h4{
|
||||
font-size: 38px;
|
||||
margin-top: 0;
|
||||
margin-bottom: 25px;
|
||||
line-height: 38px;
|
||||
font-weight: 500;
|
||||
color: rgb(51,51,51);
|
||||
text-shadow: 1px 1px 0px #143C4E;
|
||||
}
|
||||
#sign_in .header p{
|
||||
font-style: italic;
|
||||
font-size: 17px;
|
||||
margin: 0 0 40px 0;
|
||||
}
|
||||
#sign_in .division{
|
||||
margin: 0 auto 50px;
|
||||
float: none;
|
||||
left: -6px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
text-align: center;
|
||||
}
|
||||
#sign_in .division .line{
|
||||
border-top: 1px solid rgb(104, 167, 196);
|
||||
width: 34%;
|
||||
top: 10px;
|
||||
position: absolute;
|
||||
}
|
||||
#sign_in .division .l{
|
||||
left: 0;
|
||||
}
|
||||
#sign_in .division .r{
|
||||
right: 0;
|
||||
}
|
||||
#sign_in .division span{
|
||||
color: #fff;
|
||||
font-size: 17px;
|
||||
}
|
||||
#sign_in .proof{
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
margin: 0 auto;
|
||||
width: 78%;
|
||||
float: none;
|
||||
}
|
||||
#sign_in .footer{
|
||||
text-align: center;
|
||||
margin-left: 0;
|
||||
}
|
||||
#sign_in .footer form{
|
||||
margin: 0 0 46px 0;
|
||||
}
|
||||
#sign_in .footer input[type="text"],
|
||||
#sign_in .footer input[type="password"] {
|
||||
border-radius: 3px;
|
||||
font-size: 16px;
|
||||
height: 25px;
|
||||
margin: 0 10px 0px 0;
|
||||
color: black;
|
||||
width: 31%;
|
||||
}
|
||||
#sign_in .footer input[type="submit"]{
|
||||
text-transform: uppercase;
|
||||
color: #fff;
|
||||
background: #a60303;
|
||||
font-size: 15px;
|
||||
padding: 8px 18px;
|
||||
border: 0 none;
|
||||
border-radius: 3px;
|
||||
-webkit-transition: background linear .2s, box-shadow linear .2s;
|
||||
-moz-transition: background linear .2s, box-shadow linear .2s;
|
||||
-o-transition: background linear .2s, box-shadow linear .2s;
|
||||
transition: background linear .2s, box-shadow linear .2s;
|
||||
}
|
||||
#sign_in .footer input[type="submit"]:hover{
|
||||
background: #da0404;
|
||||
}
|
||||
#sign_in .remember{
|
||||
margin: 0;
|
||||
}
|
||||
#sign_in .remember label.checkbox{
|
||||
float: left;
|
||||
width: 30%;
|
||||
font-size: 14px;
|
||||
}
|
||||
#sign_in .remember a{
|
||||
color: #fff;
|
||||
font-size: 14px;
|
||||
border-bottom: 1px solid white;
|
||||
font-weight: bold;
|
||||
-webkit-transition: all .2s;
|
||||
-moz-transition: all .2s;
|
||||
-ms-transition: all .2s;
|
||||
transition: all .2s;
|
||||
}
|
||||
#sign_in .dosnt{
|
||||
text-align: center;
|
||||
|
||||
float: right;
|
||||
font-size: 14px;
|
||||
margin: 0 18px 0 0;
|
||||
}
|
||||
#sign_in .dosnt span{
|
||||
margin-right: 8px;
|
||||
}
|
||||
#sign_in .dosnt a{
|
||||
-webkit-transition: all .2s;
|
||||
-moz-transition: all .2s;
|
||||
-ms-transition: all .2s;
|
||||
transition: all .2s;
|
||||
color: rgb(51,51,51);
|
||||
}
|
||||
#sign_in .dosnt a:hover,
|
||||
#sign_in .remember a:hover{
|
||||
color:#252528;
|
||||
border-color: #252528;
|
||||
}
|
||||
|
||||
|
||||
|
||||
#sign_in input[type="text"]:focus,
|
||||
#sign_in input[type="password"]:focus,
|
||||
#sign_in .uneditable-input:focus {
|
||||
border-color: rgba(166, 4, 4, 0.65);
|
||||
outline: 0;
|
||||
outline: thin dotted \9;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/* Responsive
|
||||
-------------------------------------------------- */
|
||||
|
||||
/* Large desktop */
|
||||
@media (min-width: 1200px) {
|
||||
|
||||
}
|
||||
@media (min-width: 980px) {
|
||||
|
||||
}
|
||||
@media (max-width: 979px) {
|
||||
|
||||
}
|
||||
/* Portrait tablet to landscape and desktop */
|
||||
@media (min-width: 768px) and (max-width: 979px) {
|
||||
#sign_in .header .social{
|
||||
width: 35%;
|
||||
}
|
||||
#sign_in .footer input[type="text"],
|
||||
#sign_in .footer input[type="password"]{
|
||||
width: 25%;
|
||||
}
|
||||
#sign_in .remember{
|
||||
width: 60%;
|
||||
}
|
||||
#sign_in .dosnt{
|
||||
width: auto;
|
||||
}
|
||||
#sign_in2 .left_box .perk_box .perk .icos{
|
||||
height: 66px;
|
||||
}
|
||||
#sign_in2 .signin_box .box .social a.circle{
|
||||
margin-right: 10px;
|
||||
}
|
||||
}
|
||||
/* Landscape phone to portrait tablet */
|
||||
@media (max-width: 767px) {
|
||||
#sign_in{
|
||||
background: none;
|
||||
height: auto;
|
||||
}
|
||||
#sign_in .header h4{
|
||||
color: rgb(51,51,51);
|
||||
line-height: 35px;
|
||||
text-shadow:none;
|
||||
}
|
||||
#sign_in .header p{
|
||||
line-height: 24px;
|
||||
}
|
||||
#sign_in .header p,
|
||||
#sign_in .division span{
|
||||
color: #333;
|
||||
}
|
||||
#sign_in .division .line{
|
||||
border-color: #333;
|
||||
}
|
||||
#sign_in .footer input[type="text"],
|
||||
#sign_in .footer input[type="password"]{
|
||||
font-size: 13px;
|
||||
width: 97%;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
#sign_in .footer input[type="submit"]{
|
||||
margin: 10px auto 0;
|
||||
display: block;
|
||||
}
|
||||
#sign_in .proof{
|
||||
width: 100%;
|
||||
}
|
||||
#sign_in .remember{
|
||||
width: 60%;
|
||||
overflow: hidden;
|
||||
margin: 0 0 12px 0;
|
||||
}
|
||||
#sign_in .remember a{
|
||||
color: #333;
|
||||
float: left;
|
||||
border-color: #333;
|
||||
}
|
||||
#sign_in .remember label.checkbox{
|
||||
margin-right: 15px;
|
||||
color: #333;
|
||||
margin-bottom: 0;
|
||||
width: 100px;
|
||||
}
|
||||
#sign_in .dosnt{
|
||||
float: left;
|
||||
margin: 0 0 0 22px;
|
||||
}
|
||||
#sign_in .dosnt span{
|
||||
margin-left: 0;
|
||||
margin-right: 20px;
|
||||
}
|
||||
#sign_in .dosnt span,
|
||||
#sign_in .dosnt a{
|
||||
color: #333;
|
||||
border-color: #333;
|
||||
float: left;
|
||||
}
|
||||
#sign_in .dosnt a{
|
||||
float: left;
|
||||
}
|
||||
#sign_in .dosnt a:hover{
|
||||
color: #187CCC;
|
||||
border-color: #187CCC;
|
||||
}
|
||||
|
||||
}
|
||||
/* Landscape phones and down */
|
||||
@media (max-width: 480px) {
|
||||
#sign_in .remember{
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
@@ -1,462 +0,0 @@
|
||||
/* Sign Up Option 1 */
|
||||
#sign_up1{
|
||||
background: url("../img/backgrounds/ocean.jpg") no-repeat;
|
||||
display: block;
|
||||
height: 540px;
|
||||
margin-bottom: 90px;
|
||||
margin-top: -35px;
|
||||
-webkit-background-size: cover;
|
||||
-moz-background-size: cover;
|
||||
-o-background-size: cover;
|
||||
background-size: cover;
|
||||
}
|
||||
#sign_up1 .header{
|
||||
text-align: center;
|
||||
margin: 0;
|
||||
color: #fff;
|
||||
margin-top: 85px;
|
||||
padding-left: 20px;
|
||||
}
|
||||
#sign_up1 .header h4{
|
||||
font-size: 38px;
|
||||
margin-top: 0;
|
||||
margin-bottom: 25px;
|
||||
line-height: 38px;
|
||||
font-weight: 300;
|
||||
text-shadow: 1px 1px 0px #143C4E;
|
||||
}
|
||||
#sign_up1 .header p{
|
||||
font-style: italic;
|
||||
font-size: 17px;
|
||||
margin: 0 0 40px 0;
|
||||
}
|
||||
#sign_up1 .header .social{
|
||||
margin: 0 auto 28px;
|
||||
float: none;
|
||||
text-align: center;
|
||||
}
|
||||
#sign_up1 .header .social a.circle{
|
||||
text-align: center;
|
||||
width: 56px;
|
||||
height: 56px;
|
||||
border-radius: 100%;
|
||||
margin-right: 25px;
|
||||
display: inline-block;
|
||||
-webkit-transition: border-color ease-in .1s;
|
||||
-moz-transition: border-color ease-in .1s;
|
||||
-o-transition: border-color ease-in .1s;
|
||||
transition: border-color ease-in .1s;
|
||||
}
|
||||
#sign_up1 .header .social a.circle img{
|
||||
display: inline-block;
|
||||
margin-top: 15px;
|
||||
}
|
||||
#sign_up1 .header .social a.facebook{
|
||||
border:2px solid #233678;
|
||||
background: #233678;
|
||||
}
|
||||
#sign_up1 .header .social a.twitter{
|
||||
border:2px solid #54AEE1;
|
||||
background: #54AEE1;
|
||||
}
|
||||
#sign_up1 .header .social a.gplus{
|
||||
border:2px solid #292929;
|
||||
background: #292929;
|
||||
margin: 0;
|
||||
}
|
||||
#sign_up1 .header .social a.circle:hover{
|
||||
border-color: rgb(255, 255, 255);
|
||||
}
|
||||
#sign_up1 .division{
|
||||
margin: 0 auto 50px;
|
||||
float: none;
|
||||
left: -6px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
text-align: center;
|
||||
}
|
||||
#sign_up1 .division .line{
|
||||
border-top: 1px solid rgb(104, 167, 196);
|
||||
width: 34%;
|
||||
top: 10px;
|
||||
position: absolute;
|
||||
}
|
||||
#sign_up1 .division .l{
|
||||
left: 0;
|
||||
}
|
||||
#sign_up1 .division .r{
|
||||
right: 0;
|
||||
}
|
||||
#sign_up1 .division span{
|
||||
color: #fff;
|
||||
font-size: 17px;
|
||||
}
|
||||
#sign_up1 .footer form{
|
||||
margin: 0 0 46px 0;
|
||||
}
|
||||
#sign_up1 .footer input[type="text"],
|
||||
#sign_up1 .footer input[type="password"] {
|
||||
border-radius: 3px;
|
||||
font-size: 16px;
|
||||
height: 25px;
|
||||
margin: 0 10px 0px 0;
|
||||
color: black;
|
||||
width: 27%;
|
||||
}
|
||||
#sign_up1 .footer input[type="submit"]{
|
||||
text-transform: uppercase;
|
||||
color: #fff;
|
||||
background: #187CCC;
|
||||
font-size: 15px;
|
||||
padding: 8px 18px;
|
||||
border: 0 none;
|
||||
border-radius: 3px;
|
||||
-webkit-transition: background linear .2s, box-shadow linear .2s;
|
||||
-moz-transition: background linear .2s, box-shadow linear .2s;
|
||||
-o-transition: background linear .2s, box-shadow linear .2s;
|
||||
transition: background linear .2s, box-shadow linear .2s;
|
||||
}
|
||||
#sign_up1 .footer input[type="submit"]:hover{
|
||||
background: #252528;
|
||||
}
|
||||
#sign_up1 .remember label.checkbox{
|
||||
float: left;
|
||||
font-weight: bold;
|
||||
width: 30%;
|
||||
font-size: 14px;
|
||||
color: #fff;
|
||||
}
|
||||
#sign_up1 .remember a{
|
||||
color: #fff;
|
||||
font-size: 14px;
|
||||
border-bottom: 1px solid white;
|
||||
font-weight: bold;
|
||||
}
|
||||
#sign_up1 .dosnt{
|
||||
text-align: center;
|
||||
color: #fff;
|
||||
font-size: 14px;
|
||||
}
|
||||
#sign_up1 .dosnt span{
|
||||
margin-right: 8px;
|
||||
}
|
||||
#sign_up1 .dosnt a{
|
||||
color: #fff;
|
||||
border-bottom: 1px solid white;
|
||||
}
|
||||
#sign_up1 .dosnt a:hover,
|
||||
#sign_up1 .remember a:hover{
|
||||
color:#252528;
|
||||
border-color: #252528;
|
||||
-webkit-transition: all .2s;
|
||||
-moz-transition: all .2s;
|
||||
-ms-transition: all .2s;
|
||||
transition: all .2s;
|
||||
}
|
||||
|
||||
/* Sign Up Option 2 */
|
||||
#sign_up2 .section_header{
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
#sign_up2 .section_header h3{
|
||||
margin: 0;
|
||||
}
|
||||
#sign_up2 .section_header h3 span{
|
||||
font-size: 18px;
|
||||
line-height: 20px;
|
||||
}
|
||||
#sign_up2 .left_box{
|
||||
color: #252527;
|
||||
}
|
||||
#sign_up2 .left_box h4{
|
||||
margin: 20px 0 40px 0;
|
||||
line-height: 43px;
|
||||
font-size: 40px;
|
||||
font-weight: 300;
|
||||
}
|
||||
#sign_up2 .left_box .perk_box{
|
||||
float: left;
|
||||
width: 100%;
|
||||
}
|
||||
#sign_up2 .left_box .perk_box .perk{
|
||||
width: 100%;
|
||||
color: #727276;
|
||||
margin-bottom: 31px;
|
||||
}
|
||||
#sign_up2 .left_box .perk_box .perk .icos{
|
||||
float: left;
|
||||
margin-right: 16px;
|
||||
width: 28px;
|
||||
height: 46px;
|
||||
}
|
||||
#sign_up2 .left_box .perk_box .perk .ico1{
|
||||
background-position: 4px 6px;
|
||||
}
|
||||
#sign_up2 .left_box .perk_box .perk .ico2{
|
||||
background-position: -35px 14px;
|
||||
}
|
||||
#sign_up2 .left_box .perk_box .perk .ico3{
|
||||
background-position: -69px 7px;
|
||||
}
|
||||
#sign_up2 .left_box .perk_box .perk p{
|
||||
font-size: 15px;
|
||||
}
|
||||
#sign_up2 .left_box .perk_box .perk p strong{
|
||||
color: #333;
|
||||
}
|
||||
#sign_up2 a.btn_sign{
|
||||
text-transform: uppercase;
|
||||
color: #FDFDFD;
|
||||
font-size: 15px;
|
||||
border-radius: 4px;
|
||||
background: #333333;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
margin: 0 auto;
|
||||
width: 25%;
|
||||
display: block;
|
||||
padding: 6px 0 6px;
|
||||
-webkit-transition: background linear .2s, box-shadow linear .2s;
|
||||
-moz-transition: background linear .2s, box-shadow linear .2s;
|
||||
-o-transition: background linear .2s, box-shadow linear .2s;
|
||||
transition: background linear .2s, box-shadow linear .2s;
|
||||
}
|
||||
#sign_up2 a.btn_sign:hover{
|
||||
background: #252528;
|
||||
}
|
||||
#sign_up2 .icos{
|
||||
background: url('../img/signin_icos.png') no-repeat;
|
||||
width: 96px;
|
||||
height: 30px;
|
||||
}
|
||||
#sign_up2 .signin_box{
|
||||
float: right;
|
||||
}
|
||||
#sign_up2 .signin_box .box{
|
||||
float: right;
|
||||
box-shadow: 0 0 5px 0 rgb(238, 238, 238);
|
||||
background: white;
|
||||
border:1px solid #DFDFDF;
|
||||
border-radius: 5px;
|
||||
width: 90%;
|
||||
padding: 35px 0 30px;
|
||||
}
|
||||
#sign_up2 .signin_box .box .box_cont{
|
||||
margin: 0 auto;
|
||||
width: 77%;
|
||||
}
|
||||
#sign_up2 .signin_box .box .social{
|
||||
margin: 0 auto 20px;
|
||||
float: none;
|
||||
text-align: center;
|
||||
}
|
||||
#sign_up2 .signin_box .box .social a.circle{
|
||||
text-align: center;
|
||||
width: 56px;
|
||||
height: 56px;
|
||||
border-radius: 100%;
|
||||
margin-right:34px;
|
||||
display: inline-block;
|
||||
-webkit-transition: border-color ease-in .1s;
|
||||
-moz-transition: border-color ease-in .1s;
|
||||
-o-transition: border-color ease-in .1s;
|
||||
transition: border-color ease-in .1s;
|
||||
}
|
||||
#sign_up2 .signin_box .box .social a.circle img{
|
||||
display: inline-block;
|
||||
margin-top: 15px;
|
||||
}
|
||||
#sign_up2 .signin_box .box .social a.facebook{
|
||||
background: #233678;
|
||||
border:2px solid #233678;
|
||||
}
|
||||
#sign_up2 .signin_box .box .social a.twitter{
|
||||
background: #54AEE1;
|
||||
border:2px solid #54AEE1;
|
||||
}
|
||||
#sign_up2 .signin_box .box .social a.gplus{
|
||||
background: #292929;
|
||||
border:2px solid #292929;
|
||||
margin: 0;
|
||||
}
|
||||
#sign_up2 .signin_box .box .social a.circle:hover{
|
||||
border-color: rgba(0,0,0,0.7);
|
||||
}
|
||||
#sign_up2 .signin_box .box .division{
|
||||
margin: 0 auto 18px;
|
||||
float: none;
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
position: relative;
|
||||
text-align: center;
|
||||
}
|
||||
#sign_up2 .signin_box .box .division .line{
|
||||
border-top: 1px solid #DFDFDF;
|
||||
width: 34%;
|
||||
top: 10px;
|
||||
position: absolute;
|
||||
}
|
||||
#sign_up2 .signin_box .box .division .l{
|
||||
left: 0;
|
||||
}
|
||||
#sign_up2 .signin_box .box .division .r{
|
||||
right: 0;
|
||||
}
|
||||
#sign_up2 .signin_box .box .division span{
|
||||
color: rgb(66, 66, 66);
|
||||
font-size: 17px;
|
||||
}
|
||||
#sign_up2 .signin_box .box .form form{
|
||||
margin: 0;
|
||||
}
|
||||
#sign_up2 .signin_box .box .form input[type="text"]{
|
||||
border-radius: 3px;
|
||||
font-size: 16px;
|
||||
width: 96%;
|
||||
margin-bottom: 16px;
|
||||
height: 27px;
|
||||
color: black;
|
||||
}
|
||||
#sign_up2 .signin_box .box .form .forgot{
|
||||
margin-left: 0;
|
||||
margin-bottom: 20px;
|
||||
width: 100%;
|
||||
color: #797979;
|
||||
text-align: center;
|
||||
overflow: hidden;
|
||||
}
|
||||
#sign_up2 .signin_box .box .form .forgot span{
|
||||
margin-right: 5px;
|
||||
}
|
||||
#sign_up2 .signin_box .box .form .forgot a{
|
||||
color: #797979;
|
||||
font-size: 13px;
|
||||
border-bottom: 1px solid #797979;
|
||||
font-weight: bold;
|
||||
-webkit-transition: all .2s;
|
||||
-moz-transition: all .2s;
|
||||
-ms-transition: all .2s;
|
||||
transition: all .2s;
|
||||
}
|
||||
#sign_up2 .signin_box .box .form .forgot a:hover{
|
||||
color: #187CCC;
|
||||
border-color: #187CCC;
|
||||
}
|
||||
#sign_up2 .signin_box .box .form input[type="submit"]{
|
||||
text-transform: uppercase;
|
||||
color: #fff;
|
||||
background: #187CCC;
|
||||
font-size: 15px;
|
||||
margin: 0 auto;
|
||||
display: block;
|
||||
padding: 6px 19px;
|
||||
border: 0 none;
|
||||
border-radius: 3px;
|
||||
-webkit-transition: background linear .2s, box-shadow linear .2s;
|
||||
-moz-transition: background linear .2s, box-shadow linear .2s;
|
||||
-o-transition: background linear .2s, box-shadow linear .2s;
|
||||
transition: background linear .2s, box-shadow linear .2s;
|
||||
}
|
||||
#sign_up2 .signin_box .box .form input[type="submit"]:hover{
|
||||
background: #252528;
|
||||
}
|
||||
|
||||
/* Responsive
|
||||
-------------------------------------------------- */
|
||||
|
||||
/* Large desktop */
|
||||
@media (min-width: 1200px) {
|
||||
|
||||
}
|
||||
@media (min-width: 980px) {
|
||||
|
||||
}
|
||||
@media (max-width: 979px) {
|
||||
|
||||
}
|
||||
/* Portrait tablet to landscape and desktop */
|
||||
@media (min-width: 768px) and (max-width: 979px) {
|
||||
#sign_up1 .header .social{
|
||||
width: 35%;
|
||||
}
|
||||
#sign_up1 .footer input[type="text"],
|
||||
#sign_up1 .footer input[type="password"]{
|
||||
width: 25%;
|
||||
}
|
||||
#sign_up2 .left_box .perk_box .perk .icos{
|
||||
height: 66px;
|
||||
}
|
||||
#sign_up2 .signin_box .box .social a.circle{
|
||||
margin-right: 10px;
|
||||
}
|
||||
}
|
||||
/* Landscape phone to portrait tablet */
|
||||
@media (max-width: 767px) {
|
||||
#sign_up1{
|
||||
background: none;
|
||||
height: auto;
|
||||
}
|
||||
#sign_up1 .header h4{
|
||||
color: #333;
|
||||
line-height: 35px;
|
||||
text-shadow:none;
|
||||
}
|
||||
#sign_up1 .header p{
|
||||
line-height: 24px;
|
||||
}
|
||||
#sign_up1 .header p,
|
||||
#sign_up1 .division span{
|
||||
color: #333;
|
||||
}
|
||||
#sign_up1 .division .line{
|
||||
border-color: #333;
|
||||
}
|
||||
#sign_up1 .footer input[type="text"],
|
||||
#sign_up1 .footer input[type="password"]{
|
||||
font-size: 13px;
|
||||
width: 97%;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
#sign_up1 .footer input[type="submit"]{
|
||||
margin: 10px auto 0;
|
||||
display: block;
|
||||
}
|
||||
#sign_up1 .dosnt{
|
||||
float: left;
|
||||
}
|
||||
#sign_up1 .dosnt span{
|
||||
margin-left: 0;
|
||||
}
|
||||
#sign_up1 .dosnt span,
|
||||
#sign_up1 .dosnt a{
|
||||
color: #333;
|
||||
border-color: #333;
|
||||
float: left;
|
||||
}
|
||||
#sign_up1 .dosnt a{
|
||||
float: left;
|
||||
}
|
||||
#sign_up1 .dosnt a:hover{
|
||||
color: #187CCC;
|
||||
border-color: #187CCC;
|
||||
}
|
||||
#sign_up2 .left_box h4{
|
||||
text-align: center;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
#sign_up2 .left_box{
|
||||
overflow: hidden;
|
||||
margin-bottom: 70px;
|
||||
}
|
||||
#sign_up2 .signin_box{
|
||||
float: none;
|
||||
}
|
||||
#sign_up2 .signin_box .box{
|
||||
float: none;
|
||||
margin: 0 auto;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
/* Landscape phones and down */
|
||||
@media (max-width: 480px) {
|
||||
}
|
||||
@@ -1,465 +0,0 @@
|
||||
html {
|
||||
margin: 0;
|
||||
}
|
||||
body {
|
||||
position: relative;
|
||||
background: #DDDCE2 url(../img/body_bg.jpg) repeat left top;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
font-family: 'Lato', sans-serif !important;
|
||||
padding-top: 107px;
|
||||
}
|
||||
@media (max-width: 979px) {
|
||||
body { padding-top: 0 !important; }
|
||||
}
|
||||
a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
input[type="text"],
|
||||
input[type="password"],
|
||||
input[type="submit"],
|
||||
textarea {
|
||||
font-family: 'Lato', Helvetica;
|
||||
}
|
||||
|
||||
/* Navbar
|
||||
-------------------------------------------------- */
|
||||
body.pull_top {
|
||||
padding-top: 0px !important;
|
||||
}
|
||||
header {
|
||||
background: rgba(0,0,0,.6) !important;
|
||||
}
|
||||
.navbar.navbar-static-top {
|
||||
margin-bottom: 35px;
|
||||
}
|
||||
.navbar.transparent.navbar-inverse .navbar-inner {
|
||||
background: rgba(0,0,0,0.4);
|
||||
border-bottom: 1px solid rgb(88, 88, 88);
|
||||
}
|
||||
.navbar.transparent.navbar-inverse .navbar-inner .container {
|
||||
/*margin-top: 10px;
|
||||
margin-bottom: 10px;*/
|
||||
-webkit-transition: margin .2s ease-in-out;
|
||||
-moz-transition: margin .2s ease-in-out;
|
||||
transition: margin .2s ease-in-out;
|
||||
}
|
||||
.navbar.navbar-inverse .navbar-inner {
|
||||
padding: 10px 0px 10px 0px;
|
||||
background: #252528;
|
||||
}
|
||||
.navbar.navbar-inverse .navbar-inner.sticky {
|
||||
background: rgba(0,0,0,0.8);
|
||||
border-bottom: 1px solid #252525;
|
||||
}
|
||||
.navbar-inverse .navbar-inner.sticky .container {
|
||||
margin-top: 0px !important;
|
||||
margin-bottom: 0px !important;
|
||||
}
|
||||
.navbar-inverse .brand {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.navbar .brand {
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.navbar-inverse .nav > li > a {
|
||||
/*color: rgb(177, 177, 177);*/
|
||||
font-size: 18px;
|
||||
padding-top: 23px;
|
||||
font-weight: bold;
|
||||
color: #fff;
|
||||
text-shadow: 0 1px 0 rgba(0,0,0,.5);
|
||||
opacity: .6;
|
||||
filter: alpha(opacity=60);
|
||||
-webkit-transition: all .2s linear;
|
||||
-moz-transition: all .2s linear;
|
||||
transition: all .2s linear;
|
||||
}
|
||||
.navbar-inverse .nav > li > a:hover,
|
||||
.navbar-inverse .nav > li > a.active {
|
||||
color: #fff;
|
||||
opacity: 1;
|
||||
filter: alpha(opacity=100);
|
||||
}
|
||||
.navbar-inverse .dropdown-menu {
|
||||
background: #252528;
|
||||
}
|
||||
.navbar-inverse .nav > li > .dropdown-menu::after {
|
||||
border-bottom: 6px solid #252528;
|
||||
}
|
||||
.navbar-inverse .dropdown-menu li > a {
|
||||
color: #fff;
|
||||
}
|
||||
.dropdown-menu li > a:hover,
|
||||
.dropdown-menu li > a:focus,
|
||||
.dropdown-submenu:hover > a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.section_header {
|
||||
width: 100%;
|
||||
margin-bottom: 60px;
|
||||
}
|
||||
.section_header h3 {
|
||||
color: rgb(100, 100, 100);
|
||||
font-weight: 300;
|
||||
font-style: italic;
|
||||
font-size: 27px;
|
||||
border-bottom: 1px solid #b3b3b3;
|
||||
padding-bottom: 0px;
|
||||
display: inline-block;
|
||||
margin:0;
|
||||
}
|
||||
|
||||
/* Footer
|
||||
-------------------------------------------------- */
|
||||
#footer {
|
||||
min-height: 80px;
|
||||
background-color: #252528;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#footer .footer_header {
|
||||
color: rgb(196, 196, 196);
|
||||
font-style: italic;
|
||||
font-weight: 300;
|
||||
font-size: 25px;
|
||||
margin-bottom: 40px;
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
||||
/* recent posts */
|
||||
#footer .recent_posts {
|
||||
margin-left: 0px;
|
||||
}
|
||||
#footer .recent_posts .post {
|
||||
margin-bottom: 70px;
|
||||
width: 93%;
|
||||
}
|
||||
#footer .recent_posts .post img {
|
||||
float: left;
|
||||
margin-right: 20px;
|
||||
}
|
||||
#footer .recent_posts .post .date {
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
}
|
||||
#footer .recent_posts .post .title {
|
||||
display: block;
|
||||
color: #b5b5b6;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
/* testimonials */
|
||||
#footer .testimonials .wrapper {
|
||||
margin: 0 auto;
|
||||
width: 82%;
|
||||
}
|
||||
#footer .testimonials .footer_header {
|
||||
margin-left: 30px;
|
||||
}
|
||||
#footer .testimonials .quote {
|
||||
color: rgb(191, 191, 192);
|
||||
}
|
||||
#footer .testimonials .quote span {
|
||||
font-size: 32px;
|
||||
font-style: italic;
|
||||
position: relative;
|
||||
top: 5px;
|
||||
font-family: Georgia !important;
|
||||
float: left;
|
||||
margin-right: 8px;
|
||||
}
|
||||
#footer .testimonials .author {
|
||||
margin-top: 40px;
|
||||
}
|
||||
#footer .testimonials .author img {
|
||||
float: left;
|
||||
margin-right: 15px;
|
||||
position: relative;
|
||||
top: -6px;
|
||||
}
|
||||
#footer .testimonials .name {
|
||||
font-size: 13px;
|
||||
font-weight: bold;
|
||||
}
|
||||
#footer .testimonials .info {
|
||||
font-style: italic;
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
/* contact */
|
||||
#footer .contact {
|
||||
text-align: right;
|
||||
margin-left: 35px;
|
||||
}
|
||||
#footer .contact .footer_header {
|
||||
text-align: left;
|
||||
margin-left: 35px;
|
||||
}
|
||||
#footer .contact input[type="text"],
|
||||
#footer .contact textarea {
|
||||
border: none;
|
||||
background-color: #1f1f21;
|
||||
padding: 8px 20px;
|
||||
border-radius: 3px;
|
||||
font-size: 14px;
|
||||
font-family: Lato !important;
|
||||
width: 80%;
|
||||
-webkit-transition: background-color .2s linear;
|
||||
-moz-transition: background-color .2s linear;
|
||||
}
|
||||
#footer .contact input[type="text"]:focus,
|
||||
#footer .contact textarea:focus {
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
background-color: #000;
|
||||
}
|
||||
#footer .contact input[type="text"]:-moz-placeholder,
|
||||
#footer .contact textarea:-moz-placeholder {
|
||||
color: #868687;
|
||||
}
|
||||
#footer .contact input[type="text"]::-webkit-input-placeholder,
|
||||
#footer .contact textarea::-webkit-input-placeholder {
|
||||
color: #868687;
|
||||
}
|
||||
#footer .contact input[type="text"]:-ms-input-placeholder,
|
||||
#footer .contact textarea:-ms-input-placeholder {
|
||||
color: #868687;
|
||||
}
|
||||
#footer .contact input[type="submit"] {
|
||||
background-color: #3e3e40;
|
||||
border: none;
|
||||
color: #fff;
|
||||
border-radius: 4px;
|
||||
padding: 5px 20px;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
-webkit-transition: background-color .2s linear;
|
||||
-moz-transition: background-color .2s linear;
|
||||
}
|
||||
#footer .contact input[type="submit"]:hover {
|
||||
background-color:#2190DB;
|
||||
}
|
||||
#footer .credits {
|
||||
border-top: 1px solid #343437;
|
||||
padding: 10px 0px 60px 0px;
|
||||
}
|
||||
#footer .credits .social {
|
||||
margin-top: 30px;
|
||||
text-align: center;
|
||||
}
|
||||
#footer .credits .social a {
|
||||
margin: 10px;
|
||||
}
|
||||
#footer .credits .copyright {
|
||||
color: #a6a6a7;
|
||||
font-style: italic;
|
||||
text-align: center;
|
||||
margin-top: 30px;
|
||||
}
|
||||
#footer .credits .social a {
|
||||
margin: 10px;
|
||||
}
|
||||
#footer .credits .social a span{
|
||||
display: inline-block;
|
||||
width: 33px;
|
||||
height: 33px;
|
||||
}
|
||||
#footer .credits .social span.ico1,
|
||||
#footer .credits .social span.ico1h{
|
||||
background-position: 0px 0px;
|
||||
}
|
||||
#footer .credits .social span.ico2,
|
||||
#footer .credits .social span.ico2h{
|
||||
background-position: -37px 0px;
|
||||
}
|
||||
#footer .credits .social span.ico3,
|
||||
#footer .credits .social span.ico3h{
|
||||
background-position: -75px 0px;
|
||||
}
|
||||
#footer .credits .social span.ico4,
|
||||
#footer .credits .social span.ico4h{
|
||||
background-position: -112px -1px;
|
||||
}
|
||||
#footer .credits .social span.ico5,
|
||||
#footer .credits .social span.ico5h{
|
||||
background-position: -151px 0px;
|
||||
}
|
||||
#footer .credits .social span.ico6,
|
||||
#footer .credits .social span.ico6h{
|
||||
background-position: -188px -1px;
|
||||
}
|
||||
#footer .credits .social span.ico7,
|
||||
#footer .credits .social span.ico7h{
|
||||
background-position: -226px 0px;
|
||||
}
|
||||
#footer .credits .social a:hover span.socialicons{
|
||||
display: none;
|
||||
}
|
||||
#footer .credits .social a:hover span.socialicons_h{
|
||||
display: inline-block !important;
|
||||
}
|
||||
#footer .credits .social span.socialicons_h{
|
||||
display: none;
|
||||
}
|
||||
.socialicons{
|
||||
background: url('../img/socialicons.png') no-repeat;
|
||||
width: 265px;
|
||||
height: 36px;
|
||||
}
|
||||
.socialicons_h{
|
||||
background: url('../img/socialicons_h.png') no-repeat;
|
||||
width: 265px;
|
||||
height: 36px;
|
||||
}
|
||||
|
||||
/*Inner Footer*/
|
||||
#footer .info{
|
||||
margin-bottom: 10px;
|
||||
margin-left: 0;
|
||||
}
|
||||
#footer .info .residence{
|
||||
margin-left: 0;
|
||||
}
|
||||
#footer .info ul{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
#footer .info ul li{
|
||||
list-style: none;
|
||||
font-size: 16px;
|
||||
color: #777E83;
|
||||
line-height: 23px;
|
||||
}
|
||||
#footer .info ul a{
|
||||
color: #777E83;
|
||||
-webkit-transition: color .2s;
|
||||
-moz-transition: color .2s;
|
||||
-ms-transition: color .2s;
|
||||
transition: color .2s;
|
||||
}
|
||||
#footer .info ul a:hover{
|
||||
color: #A9B4BB;
|
||||
}
|
||||
#footer .info .touch{
|
||||
float: right;
|
||||
}
|
||||
#footer .info .touch ul li{
|
||||
display: inline-block;
|
||||
margin-left: 30px;
|
||||
}
|
||||
|
||||
/* Global
|
||||
-------------------------------------------------- */
|
||||
.page_header {
|
||||
background-color: #000;
|
||||
color: #fff;
|
||||
font-size: 23px;
|
||||
display: inline-block;
|
||||
padding: 0px 18px;
|
||||
}
|
||||
.social_icon{
|
||||
background: url("../img/social_icons.png") no-repeat;
|
||||
width: 110px;
|
||||
height: 18px;
|
||||
}
|
||||
.contact_social{
|
||||
background: url("../img/contact_social.png") no-repeat;
|
||||
width: 180px;
|
||||
height: 34px;
|
||||
}
|
||||
|
||||
/* Responsive
|
||||
-------------------------------------------------- */
|
||||
|
||||
/* Large desktop */
|
||||
@media (min-width: 1200px) {
|
||||
#footer .sections .contact > *{
|
||||
/*margin-left: 80px;*/
|
||||
}
|
||||
}
|
||||
@media (min-width: 980px) {
|
||||
|
||||
}
|
||||
@media (max-width: 979px) {
|
||||
.navbar.transparent.navbar-fixed-top,
|
||||
.navbar.home.navbar-fixed-top{
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
.navbar.transparent.navbar-inverse .navbar-inner {
|
||||
background: #252528;
|
||||
}
|
||||
.navbar-inverse .nav-collapse .nav > li > a,
|
||||
.navbar-inverse .nav-collapse .dropdown-menu a {
|
||||
color: #fff;
|
||||
opacity: 0.7;
|
||||
}
|
||||
}
|
||||
/* Portrait tablet to landscape and desktop */
|
||||
@media (min-width: 768px) and (max-width: 979px) {
|
||||
.navbar.transparent.navbar-fixed-top,
|
||||
.navbar.home.navbar-fixed-top{
|
||||
margin-bottom: -70px;
|
||||
position: relative;
|
||||
top: 999;
|
||||
}
|
||||
}
|
||||
/* Landscape phone to portrait tablet */
|
||||
@media (max-width: 767px) {
|
||||
footer {
|
||||
margin-right: -20px;
|
||||
margin-left: -20px;
|
||||
}
|
||||
#footer{
|
||||
margin-right: -20px;
|
||||
margin-left: -20px;
|
||||
}
|
||||
#footer .container{
|
||||
padding: 0px 20px;
|
||||
}
|
||||
/*Index Footer*/
|
||||
#footer .footer_header {
|
||||
margin-left: 0;
|
||||
}
|
||||
#footer .footer_header h3{
|
||||
margin-left: 0;
|
||||
}
|
||||
#footer .testimonials{
|
||||
overflow: hidden;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
#footer .testimonials .footer_header{
|
||||
margin-left: 0;
|
||||
}
|
||||
#footer .testimonials .wrapper{
|
||||
float: left;
|
||||
width: 100%;
|
||||
}
|
||||
#footer .contact{
|
||||
margin: 0;
|
||||
}
|
||||
#footer .contact .footer_header{
|
||||
margin-left: 0;
|
||||
}
|
||||
#footer .contact input[type="text"], #footer .contact textarea{
|
||||
float: left;
|
||||
width: 92%;
|
||||
}
|
||||
/*Inner Footer*/
|
||||
#footer .info .touch ul li{
|
||||
margin: 0 30px 0 0;
|
||||
}
|
||||
#footer .info .touch ul{
|
||||
margin:15px 0 15px;
|
||||
}
|
||||
}
|
||||
/* Landscape phones and down */
|
||||
@media (max-width: 480px) {
|
||||
|
||||
}
|
||||
|
||||
/* Icons
|
||||
-------------------------------------------------- */
|
||||
|
||||
@@ -1,121 +0,0 @@
|
||||
/*!
|
||||
* Timepicker Component for Twitter Bootstrap
|
||||
*
|
||||
* Copyright 2013 Joris de Wit
|
||||
*
|
||||
* Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
.bootstrap-timepicker {
|
||||
position: relative;
|
||||
}
|
||||
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
|
||||
left: auto;
|
||||
right: 0;
|
||||
}
|
||||
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
|
||||
left: auto;
|
||||
right: 12px;
|
||||
}
|
||||
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
|
||||
left: auto;
|
||||
right: 13px;
|
||||
}
|
||||
.bootstrap-timepicker .add-on {
|
||||
cursor: pointer;
|
||||
}
|
||||
.bootstrap-timepicker .add-on i {
|
||||
display: inline-block;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
.bootstrap-timepicker-widget.dropdown-menu {
|
||||
padding: 2px 3px 2px 2px;
|
||||
}
|
||||
.bootstrap-timepicker-widget.dropdown-menu.open {
|
||||
display: inline-block;
|
||||
}
|
||||
.bootstrap-timepicker-widget.dropdown-menu:before {
|
||||
border-bottom: 7px solid rgba(0, 0, 0, 0.2);
|
||||
border-left: 7px solid transparent;
|
||||
border-right: 7px solid transparent;
|
||||
content: "";
|
||||
display: inline-block;
|
||||
left: 9px;
|
||||
position: absolute;
|
||||
top: -7px;
|
||||
}
|
||||
.bootstrap-timepicker-widget.dropdown-menu:after {
|
||||
border-bottom: 6px solid #FFFFFF;
|
||||
border-left: 6px solid transparent;
|
||||
border-right: 6px solid transparent;
|
||||
content: "";
|
||||
display: inline-block;
|
||||
left: 10px;
|
||||
position: absolute;
|
||||
top: -6px;
|
||||
}
|
||||
.bootstrap-timepicker-widget a.btn,
|
||||
.bootstrap-timepicker-widget input {
|
||||
border-radius: 4px;
|
||||
}
|
||||
.bootstrap-timepicker-widget table {
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
}
|
||||
.bootstrap-timepicker-widget table td {
|
||||
text-align: center;
|
||||
height: 30px;
|
||||
margin: 0;
|
||||
padding: 2px;
|
||||
}
|
||||
.bootstrap-timepicker-widget table td:not(.separator) {
|
||||
min-width: 30px;
|
||||
}
|
||||
.bootstrap-timepicker-widget table td span {
|
||||
width: 100%;
|
||||
}
|
||||
.bootstrap-timepicker-widget table td a {
|
||||
border: 1px transparent solid;
|
||||
width: 100%;
|
||||
display: inline-block;
|
||||
margin: 0;
|
||||
padding: 8px 0;
|
||||
outline: 0;
|
||||
color: #333;
|
||||
}
|
||||
.bootstrap-timepicker-widget table td a:hover {
|
||||
text-decoration: none;
|
||||
background-color: #eee;
|
||||
-webkit-border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
border-color: #ddd;
|
||||
}
|
||||
.bootstrap-timepicker-widget table td a i {
|
||||
margin-top: 2px;
|
||||
}
|
||||
.bootstrap-timepicker-widget table td input {
|
||||
width: 25px;
|
||||
margin: 0;
|
||||
text-align: center;
|
||||
}
|
||||
.bootstrap-timepicker-widget .modal-content {
|
||||
padding: 4px;
|
||||
}
|
||||
@media (min-width: 767px) {
|
||||
.bootstrap-timepicker-widget.modal {
|
||||
width: 200px;
|
||||
margin-left: -100px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
.bootstrap-timepicker {
|
||||
width: 100%;
|
||||
}
|
||||
.bootstrap-timepicker .dropdown-menu {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 59 KiB |
|
Before Width: | Height: | Size: 44 KiB |
|
Before Width: | Height: | Size: 287 B |
|
Before Width: | Height: | Size: 370 KiB |
|
Before Width: | Height: | Size: 42 KiB |
|
Before Width: | Height: | Size: 536 KiB |
|
Before Width: | Height: | Size: 56 KiB |
|
Before Width: | Height: | Size: 29 KiB |
|
Before Width: | Height: | Size: 338 KiB |
|
Before Width: | Height: | Size: 27 KiB |
|
Before Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 301 KiB |
|
Before Width: | Height: | Size: 27 KiB |
|
Before Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 354 KiB |
|
Before Width: | Height: | Size: 37 KiB |
|
Before Width: | Height: | Size: 388 KiB |
|
Before Width: | Height: | Size: 43 KiB |
|
Before Width: | Height: | Size: 25 KiB |
|
Before Width: | Height: | Size: 25 KiB |
|
Before Width: | Height: | Size: 374 KiB |
|
Before Width: | Height: | Size: 40 KiB |
|
Before Width: | Height: | Size: 348 KiB |
|
Before Width: | Height: | Size: 635 KiB |
|
Before Width: | Height: | Size: 55 KiB |
|
Before Width: | Height: | Size: 359 KiB |
|
Before Width: | Height: | Size: 39 KiB |
|
Before Width: | Height: | Size: 379 KiB |
|
Before Width: | Height: | Size: 42 KiB |
|
Before Width: | Height: | Size: 89 KiB |
|
Before Width: | Height: | Size: 90 KiB |
|
Before Width: | Height: | Size: 340 KiB |
|
Before Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 383 KiB |
|
Before Width: | Height: | Size: 42 KiB |
|
Before Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 140 B |
|
Before Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 104 KiB |
|
Before Width: | Height: | Size: 88 KiB |
|
Before Width: | Height: | Size: 128 KiB |
|
Before Width: | Height: | Size: 206 KiB |
|
Before Width: | Height: | Size: 8.6 KiB |
|
Before Width: | Height: | Size: 349 B |
|
Before Width: | Height: | Size: 3.3 KiB |
|
Before Width: | Height: | Size: 5.0 KiB |
|
Before Width: | Height: | Size: 3.9 KiB |
|
Before Width: | Height: | Size: 664 B |
|
Before Width: | Height: | Size: 762 B |
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 479 B |
|
Before Width: | Height: | Size: 730 B |
|
Before Width: | Height: | Size: 852 B |
|
Before Width: | Height: | Size: 401 B |
|
Before Width: | Height: | Size: 759 B |
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 617 B |
|
Before Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 271 KiB |
|
Before Width: | Height: | Size: 372 KiB |
|
Before Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 483 B |
|
Before Width: | Height: | Size: 529 B |
|
Before Width: | Height: | Size: 481 B |
|
Before Width: | Height: | Size: 8.6 KiB |
|
Before Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 772 B |
|
Before Width: | Height: | Size: 400 B |