Team:UST Beijing/css/theme

/*

01. GENERAL STYLING 02. MENU 03. INDEX PAGES 04. PAGES 0I: TEAM II: ABOUT III:SERVICES IV: TESTIMONIALS V: BLOG VI: CONTACT VII:FOOTER 05: PORTFOLIO, CAROUSEL & THUMB CAROUSELS 06: 404 PAGE, PRICING TABLE, SKILLS BAR, ACCORDIAN, TABS, TOOLTIPS 07. CSS3 ANIMATIONS 08. MEDIA QUERIES

  • /

/*-----------------------------------------------------------------------------------*/ /* 01: GENERAL STYLING /*-----------------------------------------------------------------------------------*/

body { margin:0; padding:0; font:13px/22px 'Lato', sans-serif; color:#555; background: #f0f0f0; -webkit-backface-visibility:hidden; overflow-x:hidden; text-rendering:optimizeLegibility; }

/**** PAGE CONTAINERS ****/ .header { padding:0 0; background:#323A45; margin:0 auto; min-height: 86px; width: 100%; z-index: 1000; } .inner_content { padding:20px 0 0 0; } .wrapper { margin:0px auto; padding:0 0 60px;}

  1. banner { background:#e9e6e1; width: 100%; }

.intro_wrapper { margin:0 auto; padding:0 0 40px;} .intro_wrapper2 { margin:-6px auto 0; padding:0 0 40px;} .intro_wrapper3 { margin:-20px auto 0; padding:0 0 40px;} .copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;} /**** GENERAL ****/ a, input, select, textarea {outline:none; text-decoration:none; } a, li { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } a, a:visited { text-decoration: none!important; }

focus {outline: 0!important;}

ul {list-style-type:none; } a:hover, a:active, a:focus { outline: 0!important;}

-moz-selection{ color:#fff; background:#19C1C3; }
selection { color:#fff; background:#19C1C3; }

p {margin-bottom:15px; } span { font-weight:700; } small { letter-spacing:0.2em; font-size:11px; } .clear { height:0; clear: both; font-size:0; } .normal { font-weight: normal; } .pull-right { margin-left:12px; } .pull-left { margin-right:12px; } .center { text-align:center; margin: 0 auto; } .right { text-align:right; margin: 0 auto; } hr { border-top:1px solid #ccc;border-bottom:0; } blockquote { border-left:3px solid #2BA6CB; } .popover{ text-align:left; } .zocial:hover, .zocial:focus{ background: #19C1C3; } .zocial{ border-radius:4px; padding:2px;} .media img { margin-top:5px; } .media-body a { color:#888; } .media-body a:hover { color:#777; } .big {font-size:100px; } .myslider{ display:none; }

.well { background-color:#D3CDC4; border:0px none; margin-top:10px; -webkit-box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow:none; -moz-box-shadow: none; box-shadow: none; }

/* Icons List */ .fa-li { margin-left:-8px; padding-top:2px; }

/* Colours */ .hue {color:#19C1C3; } .white { color:#fff; } .magnolia{color:#E9E6E1;} .grey { color:#999; } .grey2 { color:#69767F; } .asphalt {color:#34495E; } .colour {color:#2BA6CB; } .hue_block { background-color:#19C1C3; color: #fff; padding:0px 4px 2px; } .hue_block:hover { background-color:#2BA6CB; }

/* Padding */ .pad90 { padding-top:90px; } .pad45 { padding-top:45px; } .pad30 { padding-top:30px; } .pad25 { padding-top:25px; } .pad15 { padding-top:15px; } .pad10 { padding-top:10px; } .pad5 { padding-top:5px; }

/* Margins */ .marg-bottom5 { margin-bottom:5px; } .marg-left5 { margin-left:5px; } .marg-right5 { margin-right:5px; } .but_marg { margin-left:3px; }

/* Video */ .vendor{ position:relative; padding-bottom:56.25%;

   padding-top:0px; 

height:0; margin:0 0; } .vendor iframe { position: absolute; top:0; left:0;

   width:100%;

height:100%; } iframe { border:0; width:100%; height:100%; } video { width:100%; height:auto; } .soundcloud{ width:100%; height:166px; }

/**** LINKS ****/ a { color:#19C1C3; text-decoration:none; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; outline:none; } a:hover {color: #555; text-decoration: none; }


/**** IMAGES ****/ img { vertical-align:top; ms-interpolation-mode:bicubic; opacity:1.0;} /* Image Hover Colour */ .hover_img:hover, .hover_colour { position:relative; background:#C0392B url(T--UST_Beijing--zoom.png) no-repeat 50% 50%; -webkit-box-shadow: inset 0 0 0 7px rgba(255,255,255,0.15); -moz-box-shadow: inset 0 0 0 7px rgba(255,255,255,0.15);

   box-shadow: inset 0 0 0 7px rgba(255,255,255,0.15); 

}

/* Image Rotate */ .rotate{

   -webkit-transition-duration: 0.8s;
   -moz-transition-duration: 0.8s;
   -o-transition-duration: 0.8s;
   transition-duration: 0.8s;
   -webkit-transition-property: -webkit-transform;
   -moz-transition-property: -moz-transform;
   -o-transition-property: -o-transform;
   transition-property: transform;
   overflow:hidden;

} .rotate:hover {

   -webkit-transform:rotate(360deg);
   -moz-transform:rotate(360deg);
   -o-transform:rotate(360deg);

}

/**** BUTTONS ****/ .btn{ border:0; -webkit-transition:background-color .4s ease-in;

   -moz-transition:background-color .4s ease-in;
   -o-transition:background-color .4s ease-in;
   transition:background-color .4s ease-in;

} .btn-custom{ font-size:14px; padding:12px 15px 14px; margin-top:10px; } .btn-rounded{ -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .btn-primary { background-color:#2BA6CB; border:0;} .btn-primary:hover { background-color:#323A45;} .btn-inverse { background-color:#323A45;} .btn-inverse:hover { background-color:#3e4957;} .btn:visited, .btn:focus { color:#fff; } .label, .badge {text-shadow: none; } .portfolio-links i { background-color:#3E4957; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .portfolio-links a { margin-right:5px!important; } .portfolio-links a:hover i { background-color:#323A45;}

/**** TYPOGRAPHY ****/ h1,h2,h3,h4,h5,h6 { font-weight:300; letter-spacing:-0.25px; } h1.title { font-size:40px; line-height:35px; font-weight:700; margin-bottom:35px; text-align:left;} h1 { font-size: 24px; line-height:40px; } h2 { font-size: 21px; line-height:28px; } h3 { font-size: 18px; line-height:25px; } h4 { font-size: 16px; line-height:25px; margin-bottom:10px; } h5 { font-size: 15px; line-height:22px; margin-bottom:10px; } h6 { font-size: 14px; line-height:22px; margin-bottom:10px; } h1.intro { line-height:40px; font-weight:300;} .lead { font-size:18px; line-height:24px; }

/* Welcome Text */ .welcome_index { width:80%; font: 32px/50px 'Lato', sans-serif; padding:55px 0 30px; font-weight:300; margin:0 auto; color:#69767F; text-align:center; }

/**** DROP CAPS ****/ .dropcap, .dropcap2 {

   font-weight: 700;
   display: block;
   float: left;
   font-size: 45px;
   padding: 0;

margin: 10px 8px 0 0;

   text-transform: uppercase;

} .dropcap2 { color:#2BA6CB; }

/**** DRIBBBLE ****/ .shotList img {width: 32.08%; padding: 0 0.4% 15px 0; margin-left: 10px; } .shotList img:hover {

 opacity: 0.9;

-webkit-transition: all 0.3s ease-in-out;

   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;

} @media screen and (min-width: 769px) and (max-width: 1024px){ .shotList img {width: 49%!important; padding: 0 6px 6px 0; margin: 0 auto!important; } } @media screen and (min-width: 481px) and (max-width: 768px){ .shotList img {width: 48%!important; padding: 0 3% 5px 0; margin: 0 auto!important; margin-left: -10px!important; } } @media only screen and (max-width: 480px) { .shotList img {width: 100%!important; padding: 0 0 20px 0; margin: 0 auto!important; margin-left: -10px!important; } }

/*-----------------------------------------------------------------------------------*/ /* 02: MENU /*-----------------------------------------------------------------------------------*/ /**** LOGO****/ .logo a{

	float:left; 

margin:26px 0px 0 0; webkit-transition:all 0.3s ease-in;

   -moz-transition:all 0.3s ease-in;  
   -o-transition:all 0.3s ease-in;  
   transition:all 0.3s ease-in;

} .logo a:hover{ opacity: .80; }

  1. main_menu {float:right; margin:22px 0 0 0;}

.nav{ padding:0; margin:0; }

.nav-pills > li{ list-style: none; float: left; margin: 0; position: relative; padding: 0 0; display: inline-block; } .nav-pills > li > a { font-weight: 400; color: #bbb; letter-spacing: 2px; font-size: 13px; display: block; padding:24px 22px 22px 25px; text-align: center!important; text-transform: uppercase; }

.nav-pills > li.active{ background: #2980B9; color:#fff; webkit-border-radius: 4px 4px 0px 0px;

   -moz-border-radius: 4px 4px 0px 0px;
   border-radius: 4px 4px 0px 0px;

} .nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus { background: transparent; } .nav-pills > li > a:hover { background: transparent; color: #fff; }

.dropdown-menu { background: #fff; display: none; left:-25px; padding:0; position:absolute; top:80px; width:170px; z-index:300; -webkit-border-radius: 4px;

   -moz-border-radius: 4px;
   border-radius: 4px;

background:#323A45;

   box-shadow:none !important;

border:none; } .dropdown-menu > li > a { border: 0; color: #bbb; display: block; font-size: 13px; padding: 8px 20px !important; text-align: left; text-transform: none; } .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a { text-decoration:none; color: #fff; background:transparent!important; } .dropdown-menu > li:first-child { margin-top:4px;} .dropdown-menu > li:last-child { margin-bottom:6px;} .nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > li.dropdown.open.active > a:hover, .nav > li.dropdown.open.active > a:focus{ background-color:transparent; border:0px; }

.dropdown-menu .sub-menu { visibility: hidden; left:175px; } .dropdown-menu li:hover .sub-menu { visibility: visible; } .dropdown-menu .sub-menu a {

-o-transition-property: none !important;
-moz-transition-property: none !important;
-ms-transition-property: none !important;
-webkit-transition-property: none !important;
transition-property: none !important;

}

.btn-navbar { display:none; position:absolute; top:23px; right:18px; color: #2980B9; font-size:20px; border:0px; background-color: #252525; background-image:none !important; width:40px; height:40px; border-radius:5px; }

.btn-navbar i { font-size:20px; } .btn-navbar > .btn { display:inherit; padding: inherit; margin-bottom: 0; font-size: inherit; line-height: inherit; color: inherit; text-shadow: none; vertical-align: left; cursor: pointer; background-color: transparent; background-image: none; border: 0px solid #cccccc; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius:0px; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; box-shadow: none !important; } .btn-navbar > .btn:hover, .btn-navbar > .btn:focus { color: #white; text-decoration: none; background-image:none !important; } .btn-navbar:hover { color: #252525; background-color: #2980B9; } .nav-collapse .nav>li>a:hover, .nav-collapse .nav>li>a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus{ background-color: transparent; }

/*-----------------------------------------------------------------------------------*/ /* 03: INDEX PAGES /*-----------------------------------------------------------------------------------*/ /*************************************************** SLIDER REVOLUTION - index

                                                                                                      • /

.fullwidthbanner-container { width: 100%!important; max-height: 550px!important; position: relative; padding: 0; overflow: hidden!important; margin:0px 0 0px; } .fullscreenvideo iframe{ max-height: 550px!important; } .fullwidthbanner p{ line-height:24px; font-size:14px; } .fullwidthbanner a{ color:#fff!important; } .fullwidthbanner ul { visibility: hidden; margin: 0; list-style: none; } .rev-text { color: #fff; margin: 40px; } .rev-title { margin: 0px; color: #fff; } .rev-left { margin-left: 20px; } .rev-right { margin-right: 20px; } .rev-title.big{ font-size: 40px; line-height: 46px; } .rev-title-sub{ font-size: 30px; color: #fff; letter-spacing: 3px; font-weight: 400;} .rev-title.bold{ font-size: 60px!important;

   line-height: 1;
   font-weight: 700!important;
   text-transform: uppercase;
   color: #eee;

letter-spacing: 6px; padding: 8px 15px!important; } .rev-title2.bold{ font-size: 60px!important;

   line-height: 1;
   font-weight: 700!important;
   text-transform: none;
   color: #eee;

letter-spacing: 2px; } .tp-caption.bg { background: #323A45; padding: 18px 22px 22px; } .big_white{ color:#eee; font-size: 18px!important; background:#323A45; padding:20px!important; }

.tp-leftarrow.default, .tp-rightarrow.default { height: 48px!important; width: auto!important; line-height: 45px; top: 50% !important; padding: 0px 10px; font-size: 30px; color: #bbb; } .tparrows:before {

   font-family: 'FontAwesome';
   font-style: normal;
   font-weight: normal;
   speak: none;
   display: inline-block;
   text-decoration: inherit;
   text-align: center;

} .tp-leftarrow.default:before { content: '\f060'; } .tp-rightarrow.default:before { content: '\f061'; } .tparrows:hover { opacity: 0.7; } .tp-bannertimer.tp-bottom {

   width: 100%;
   height: 10px;
   background: url(T--UST_Beijing--timer.png);
   position: absolute;
   z-index: 200;

} .tp-loader { width: 50px; height: 50px; margin-left: 0px; margin-top: -50px; position: absolute; top: 50%; left: 50%; border-radius: 10px; background: url(../img/preload_img.gif) center no-repeat!important; z-index:10000; }

/*************************************************** NIVO SLIDER

                                                                                                      • /

/* Index Nivo SLider */

.nivo { margin-top:0px; padding-top:0px; }

/* Nivo SLider */

.nivoSlider {

position:relative; width:100%; height:auto; overflow hidden; } .nivoSlider img { position absolute; top:0px; left:0px; max-width:none; } .nivo-main-image { display: block !important; position: relative !important; width: 100% !important; } /* If an image is wrapped in a link */ .nivoSlider a.nivo-imageLink { position: absolute; top:0px; left:0px; width:100%; height:100%; border:0; padding:0; margin:0; z-index:6; display:none; } /* The slices and boxes in the Slider */ .nivo-slice { display:block; position:absolute; z-index:5; height:100%; top:0; } .nivo-box { display:block; position:absolute; z-index:5; overflow:hidden; } .nivo-box img { display:block; } .nivo-html-caption { display:none; } .nivo-controlNav {display: none; } .nivo-box {width: 10px; }

.slider-wrapper { position:relative; margin:0 auto 20px auto; } .nivoSlider { position:relative; background:transparent url(../img/ajax-loader.gif) no-repeat 50% 50%;

   margin: 0 auto 0 auto;

} .nivoSlider img { position:absolute; top:0px; left:0; display:none; } .nivoSlider a { border:0; display:block; } .nivo-controlNav a {display:none; }

.nivo-directionNav a { display:block;

   position: absolute !important;
   z-index:10;
   cursor:pointer;
   top auto; left:auto;
   bottom:0px; right:0px;
   width: 33px !important;
   height: 33px !important;
   text-indent: -9999px;
   background: url("T--UST_Beijing--slidernav.png") no-repeat 0 0;
   opacity: 0.6;

}

a.nivo-nextNav:hover,  .nivo-prevNav:hover  { opacity: 1; }
a.nivo-nextNav { background-position: -33px 0px; right:0px; }
a.nivo-prevNav { right:33px; }

.nivo-caption {

   display:block;
   position:absolute;
   z-index:8;
   top:auto;
   left:auto;
   bottom:0px;
   right:66px;
   line-height:23px;
   padding:5px 15px;
   font-size:13px;

width:auto !important;

   max-width:500px;
   background-color:rgba(11,11,11,0.6);

color:#FFF; }

/*************************************************** INDEX INTRO BOXES

***************************************************/

/* Index Boxes */ .tile { background-color: #e3e1e1; -webkit-border-radius: 6px;

   -moz-border-radius: 6px;
   border-radius: 6px;

padding: 14px; position: relative; text-align: center; margin-bottom:25px; } .tile.tile-hot:before {

   background: url("T--UST_Beijing--ribbon.png") 0 0 no-repeat;
   background-size: 82px 82px;
   content: "";
   height: 82px;
   position: absolute;
   right: -4px;
   top: -4px;
   width: 82px;

} .tile p { margin: 10px 0 22px 0; } .tile-image {

 height: 100px;
 margin: 25px 0 15px;
 vertical-align: bottom;

} .tile-image.big-illustration {

   height: 111px;
   margin-top: 10px;
   width: 112px;

} .tile-title { font-size: 18px; margin: 0; }

/* Index Box Icons */

.intro-icon { text-align:center; margin:0 auto; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .intro-icon-disc.cont-large { padding:15px; text-align:center; width:40px; height:40px; margin:0 auto; } .intro-icon-large:before{ font-size:38px; padding-left:0px; margin-left:3px; color: #2980B9; } .intro-icon-disc { webkit-transition: border .5s; -moz-transition: border .5s; -o-transition: border .5s; -ms-transition: border .5s; transition: border .5s; -webkit-border-radius: 50%;

   -moz-border-radius: 50%;
   border-radius:50%;

-webkit-box-shadow:none; -moz-box-shadow: 0 0 0 30px transparent; box-shadow: 0 0 0 30px transparent; background: rgba(255,255,255,0.4); -webkit-transition: box-shadow .6s ease-in-out; -moz-transition: box-shadow .6s ease-in-out; -o-transition: box-shadow .6s ease-in-out; -ms-transition: box-shadow .6s ease-in-out; transition: box-shadow .6s ease-in-out; } .intro-icon-disc:hover { box-shadow: 0 0 0 0 rgba(255,255,255,0.6); -webkit-transition: box-shadow .4s ease-in-out; -moz-transition: box-shadow .4s ease-in-out; -o-transition: box-shadow .4s ease-in-out; -ms-transition: box-shadow .4s ease-in-out; transition: box-shadow .4s ease-in-out; }

/*-----------------------------------------------------------------------------------*/ /* 04: PAGES /*-----------------------------------------------------------------------------------*/

/*************************************************** 0I: TEAM

***************************************************/

.th{ border:2px solid transparent; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; margin:0 0 10px 0; position:relative; padding:10px; background:#19C1C3; -webkit-border-radius: 4px;

   -moz-border-radius: 4px;
   border-radius: 4px;

} .th:hover{ border:2px solid transparent; transform: scale(1.03); background:#2BA6CB; }

.team_ic a{ margin:0 2px; font-size:12px; } .team_ic:hover{

    transform: translate(0,-4px);
   -webkit-transform: translate(0,-4px);
   -o-transform: translate(0,-4px);
   -moz-transform: translate(0,-4px);

-webkit-transition: all 0.5s ease-in-out;

   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out; 

} .team_sections { display: block; padding: 15px 5px; text-align: center; } .team_bio{ width:80%; text-align:center; margin:0 auto; } hr.team-line { border: 0; background: url(T--UST_Beijing--lines.png) repeat;

   height:10px;

width:160px; margin:25px auto 25px; }

/************************************************************* II: ABOUT PAGE

*************************************************************/

/* Progress Bars */ .progress { background: #E9E6E1; -webkit-border-radius: 32px;

   -moz-border-radius: 32px;
   border-radius: 32px;

height: 23px; margin:8px 0 0 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

.progress .bar {

   background: #19C1C3;

text-align:center; text-indent:20px;

   -webkit-box-shadow: none !important;
   -moz-box-shadow: none !important;
   box-shadow: none !important;
   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);

}

/* About Info Bottom Strip */ .strip { background-color:#e9e6e1; padding: 45px 0 40px; text-align:center; } .strip h1 { letter-spacing:0.25em; color: #555; text-transform:uppercase; font-size:20px; margin-bottom: 0.5em; } .about_strip { width:80%; text-align:center; margin:0 auto; line-height:30px; } .strip2 { background-color:#e9e6e1; padding: 45px 0 0px; text-align:center; }

/* big button */ .big_button { display:block; float:none; clear:both; background:#e04a40; margin:0 auto; width:250px; height:65px; font-size:21px; line-height:65px; color:#fff; -webkit-border-radius: 5px;

   -moz-border-radius: 5px;
   border-radius: 5px;

-webkit-box-shadow:0 5px 0px #b1453e;

   -moz-box-shadow: 0 5px 0px #b1453e;
   box-shadow:0 5px 0px #b1453e;

position:relative; text-align:center; } .big_button a{ color:#fff; opacity:1.0;} .big_button:hover{ color:#fff; background:#ee574d; -webkit-box-shadow:0 5px 0px #9e3e37; -moz-box-shadow:0 5px 0px #9e3e37; box-shadow:0 5px 0px #9e3e37; } .big_button:active{ color:#fff; background:#c23c33; -webkit-box-shadow:0 3px 0px #652824; -moz-box-shadow:0 3px 0px #652824; box-shadow:0 3px 0px #652824; } .big_button:visited, .big_button:focus { color:#fff;}


/*************************************************** III: SERVICES - CLIENTS

***************************************************/

.client{ background-color:#e9e6e1; background-position:center center; background-repeat:no-repeat; height:101px; text-indent:-9999999px; margin-bottom:20px; color:transparent; -webkit-transition:all 0.2s ease-in-out; -moz-transition:all 0.2s ease-in-out; transition:all 0.2s ease-in-out; } .client:hover{background-color:#d3cdc4;} .client a{display:block;height:100%; width:100%; overflow:auto;} .client_intro{ width:70%; text-align:center; margin:10px auto 35px; line-height:30px;}

/* ADD YOUR CLIENT IMAGES HERE */ .client1 {background-image:url(../img/clients/client1.png)!important;} .client2 {background-image:url(../img/clients/client2.png)!important;} .client3 {background-image:url(../img/clients/client3.png)!important;} .client4 {background-image:url(../img/clients/client4.png)!important;} .client5 {background-image:url(../img/clients/client5.png)!important;} .client6 {background-image:url(../img/clients/client6.png)!important;}

/*************************************************** IV: TESTIMONIALS

***************************************************/

.testimonial1, .testimonial2, .testimonial3 { position:relative; padding:20px 20px 15px; margin-bottom:15px;

   background-color:#34495E;

font-size:13px; color:#bbb; -webkit-border-radius: 4px;

   -moz-border-radius: 4px;
   border-radius: 4px;

} .testimonial1:after, .testimonial2:after, .testimonial3:after { top:100%; border:solid transparent; content: " "; height:0; width: 0; position: absolute; pointer-events: none; } .testimonial1:after, .testimonial2:after, .testimonial3:after { border-top-color:#34495E; border-width:6px; left:48%; }

.testimonial2 { background-color:#E9E6E1; color:#999; } .testimonial2:after { border-top-color:#E9E6E1; }

.testimonial3 { background-color:#2BA6CB; color:#fff; } .testimonial3:after { border-top-color:#2BA6CB; }

.quote_sections, .quote_sections_hue, .quote_sections_dark, .quote_sections_light { display:block; padding:15px 15px 5px; text-align:center; background:#E3E1E1; -webkit-border-radius: 4px;

   -moz-border-radius: 4px;
   border-radius: 4px;

} .quote_sections_hue { background:#2BA6CB; } .quote_sections_dark { background:#2C3E50; } .quote_sections_light { background: #E9E6E1; }

/* Testimonial Icons */ .testimonial-icon-disc, .testimonial-icon-disc2, .testimonial-icon-disc3 { background-color: #19C1C3; -webkit-border-radius: 4px;

   -moz-border-radius: 4px;
   border-radius: 4px;

text-align:center; vertical-align:middle; } .testimonial-icon-disc.cont-large, .testimonial-icon-disc2.cont-large, .testimonial-icon-disc3.cont-large, .testimonial-icon-disc4.cont-large { padding:10px 0 0 0; text-align:center; vertical-align middle; width:50px; height:38px; margin:0px auto 10px auto; } .testimonial-icon-large:before{ font-size:30px; margin-left:1px; margin-top:-2px; } .testimonial-icon-disc2 { background-color:#2C3E50; } .testimonial-icon-disc3 { background-color:#E9E6E1; }


/*************************************************** V: BLOG

***************************************************/

/* Date */ .btn-blog {margin:14px 0 10px; background:#2980B9; color:#fff; padding-bottom:8px; font-weight:400; } .btn-blog1 {margin:0px 0 10px; background:#2980B9; color:#fff; padding-bottom:8px; font-weight:400;} .btn-blog:hover, .btn-blog1:hover { background:#2980B9; color:#fff;} a.com_no { color:#fff;} .com_no:hover { color:#19C1C3;} a.com2_no { color:#fff;} .com2_no:hover {color:#19C1C3; }

h1.post_intro { font-size:25px; line-height:35px; font-weight:400;} .blog_slide { margin-bottom:-20px;} .blog_slide1 { margin-bottom:-10px;} .post_link { font-weight:400; line-height:26px; } .post_link a:hover, .read_more a:hover { color:#19C1C3; } .post_link a {color: #555; }

/* Meta */ .post-meta ul { margin:-5px 0 15px 0; padding: 0 0; list-style:none; text-transform:uppercase; font-size:11px; clear:both; } .post-meta li { margin:0; display:inline; } .post-meta a{ color: #555; } .post-meta a:hover { color:#747474; }

.read_more { font-weight:400; letter-spacing:1.5px; } .read_more a:hover { color:#555; } .sidebar p, .sidebar .media-body p { font-size:13px; }

/* Search */ input[type="text"], input[type="search"] { border: 2px solid #d8d3cb; color: #888; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }

.avatar { float: left; margin:0 10px 0 0; } .pad_author { margin:5px 20px 10px 0px; } .media-body{ margin-bottom:5px; }

/* Flickr */ .flickrs2 { margin: 0 0 0 -24px; padding-right: 0; } .FlickrImagesBlog li { float: left; margin: 0 5px 12px 0; width:30.3%; } .FlickrImagesBlog img { border-radius: 3px; -webkit-transition: opacity .2s linear; -moz-transition: opacity .2s linear; -o-transition: opacity .2s linear; -ms-transition: opacity .2s linear; transition: opacity .2s linear; }

/* Pager */ .pager li > a, .pager li > span { display: inline-block; padding:5px 10px; border:0; color: #fff; background:#19C1C3; } .pager li > a:hover, .pager li > a:focus, .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span { text-decoration:none; color:#fff; background:#555; }

/* Pagination */ .pagination { margin: 50px 0 20px; } .pagination ul {

   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;

} .pagination ul > li {display: inline; } .pagination ul > li > a, .pagination ul > li > span {

   float: left;
   padding: 4px 10px;
   font-weight: 700;
   font-size: 13px;
   text-decoration: none;
   background-color: transparent;
   border: 2px solid #19C1C3; 
   margin-right: 5px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;

} .pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span { background-color: #19C1C3;

   color: #fff;

} .pagination ul > .active > a, .pagination ul > .active > span {

   background-color: #19C1C3; 
   color: #fff;
   cursor: default;

} .pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus { color: #bbb; cursor: default;

   background-color: transparent;

} .pagination ul > li:first-child > a, .pagination ul > li:first-child > span { border-left-width: 2px; }

/*************************************************** VI: CONTACT

***************************************************/

.google-maps { height: 400px; margin:0px 0 30px; }

.contact_form { padding-top:10px; }

  1. ajax-contact-form input,.contact_form textarea { border:0px none; box-shadow:none; }

.contact_form textarea { min-height:200px;}

.form_info { color: #767676; text-transform:uppercase; font-weight:400; font-size:12px; letter-spacing:2px; margin-bottom:3px; }

#ajax-contact-form  input, #ajax-contact-form  textarea {

border: 2px solid #d8d3cb; color: #888; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .required{ color:#19C1C3; font-size:17px; }

  1. ajax-contact-form input.btn-form {

border:0 none; color:#fff; text-transform:uppercase; letter-spacing:1px; padding:13px 12px; margin-top:10px; font-size:11px; letter-spacing:2px; font-weight:400; text-decoration:none; outline:none; cursor:pointer; -webkit-border-radius: 5px;

   -moz-border-radius: 5px;
   border-radius: 5px;

text-align:center; } .notification_error { color: #fff; background-color:#333; height:auto;

   margin: 0 0 9px 0;
   padding: 10px;
   text-align:left;

} .notification_ok {

   color: #fff;

background-color:#333; font-weight:400;

   height: auto;
   margin:0 0 9px 0;
   padding:10px;
   text-align:center;

font-size: 13px; text-transform: uppercase; } /*************************************************** VII: FOOTER

***************************************************/

/*Social Icons */ .follow_us {text-align:center;} .follow_us a.zocial { font-size:36px; width:77px; margin:0 10px 0 0; text-align: center; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; background:transparent; opacity:0.2; } .follow_us a.zocial:hover {opacity:1.0; background:transparent; }

  1. footer h1 {

letter-spacing:0.25em; font-size:20px; color: #eee; text-transform:uppercase; margin-bottom: 0.5em!important; } h3.follow { color: #eee; width: 50%; margin: 0 auto 40px; line-height:30px; }

  1. footer { background-color:#2980B9; padding: 40px 0 30px; text-align:center; }
  2. footer2 {

position:relative; text-align:center; padding:39px 0 36px; background:#323A45; color:#999; margin:0 0; font-size:13px; font-weight:400; }

.copyright a {color:#888; } .copyright a:hover {color:#777; }

/* Back To Top */ .go-top { position:fixed; bottom:0.5em; right: 0.5em; text-decoration: none; color:white; background-color: rgba(0, 0, 0, 0.3); font-size:30px; padding:0.1em 0.3em 0.1em; display:none; border-radius:3px; z-index:500; } .go-top:hover { background-color:rgba(0, 0, 0, 0.6);}

/*-----------------------------------------------------------------------------------*/ /* 05: PORTFOLIO, CAROUSEL & THUMB CAROUSELS /*-----------------------------------------------------------------------------------*/ /**** PORTFOLIO ****/ .item_description {

   position:relative;

color:#767676; padding:10px 15px; margin-top:-1px; background-color:#e9e6e1; font-size:13px; text-align:center; font-weight:400; margin-bottom:2px; border-bottom:2px solid #d3cdc4; } .item_description:hover{ border-bottom:2px solid #bbb; } .item_description a { color:#555; text-transform:uppercase; font-size:12px; letter-spacing: 1.5px;} .item_description a:hover{ color:#888; }

/* Isotope Filtering */ .isotope-item { z-index:2; } .isotope-hidden.isotope-item { pointer-events:none; z-index:1; } /* Isotope CSS3 transition */ .isotope, .isotope .isotope-item {

 -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
         transition-duration: 0.8s;

} .isotope {

 -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
         transition-property: height, width;

} .isotope .isotope-item {

 -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:    -moz-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;
         transition-duration: 0s;

} /* End: Recommended Isotope styles */ /* disable CSS transitions for containers with infinite scrolling*/ .isotope.infinite-scrolling {

 -webkit-transition: none;
    -moz-transition: none;
         transition: none;

} .element { overflow: hidden; position: relative; margin-bottom:20px; } .element img {max-width: 100%;}

  1. options {padding: 0 0 0px;}
  2. filters2 { text-align: center; margin:45px 0; }
  3. filters { text-align: left; margin:45px 0; }
  4. filters li, #filters2 li{ margin: 0; background:none; overflow:hidden; display:inline-block;}
  5. filters li a, #filters2 li a {

font-size: 12px;

   font-weight: 700;
   letter-spacing: 1.5px;
   text-transform: uppercase;

cursor:pointer; line-height:50px; color:#555; -webkit-border-radius: 6px; -moz-border-radius:6px; border-radius:6px; margin:0 auto; padding:10px 14px; background:transparent; border:2px solid #767676; text-transform:uppercase; margin-right:10px; }

  1. filters li a.selected, #filters2 li a.selected { background:#19C1C3; color:#fff; border:2px solid #19C1C3;}
  2. filters li a:hover, #filters2 li a:hover{ color:#fff; border:2px solid #34495E; background:#34495E; }

/**** GALLERY ****/ .holder { margin:50px 0 54px;text-align:left; } .holder a { font-size: 12px;

   font-weight: 700;
   letter-spacing: 1.5px;
   text-transform: uppercase;

cursor:pointer; color:#555; display:inline-block; border-radius:6px; padding:8px 14px; background:transparent; border:2px solid #767676; text-transform:uppercase; margin-right:10px; } .holder a:hover {color:#fff; border:2px solid #34495E; background:#34495E; } .holder a.jp-previous, .holder a.jp-next, .holder a.jp-disabled, .holder a.jp-disabled, focus:a.jp-disabled { border:2px solid #767676; font-size: 12px; color:#767676; } .holder a.jp-current { background:#19C1C3; color:#fff; border:2px solid #19C1C3; } a.jp-disabled:hover, .holder a.jp-next:hover { color:#fff; border:2px solid #34495E; background:#34495E; } .holder a.jp-current, a.jp-current:hover, .holder a.jp-disabled, a.jp-disabled:hover { cursor:default; } .holder span { display:none; } ul#itemContainer { list-style: none; padding:0 0; margin:0 0; width:100%; }

/**** CAROUSEL ****/

  1. carousel {margin-bottom:20px; }
  2. carousel .carousel-control {

position: absolute; top:50%; left:15px; width:33px; height:33px; margin-top:-17px; background-image:url(https://static.igem.org/mediawiki/2018/a/a1/T--UST_Beijing--maincarouselnav.png)!important; background-position:0 -33px; background-repeat:no-repeat; outline:none; webkit-transition:none;

   -moz-transition:none;  
   -o-transition:none;

transition:none; border: 0px none; -webkit-border-radius: 0px; -moz-border-radius:0px; border-radius: 0px; opacity:1.0; filter: alpha(opacity=100); }

  1. carousel .carousel-control.right { background-position: -102px -33px; left:auto; right:15px; }
  2. carousel .carousel-control.right:hover {background-position: -102px 0; }
  3. carousel .carousel-control:hover {background-position:0 0; }

/**** THUMBNAIL CAROUSELS ****/ .col_full{ width:100%; display:block; position:relative; margin-bottom:30px; float:left; } .col_full2{ position:relative; float:left; display:block;}

  1. slider_home, #slider_clients, #slider_about, #slider_related, #slider_small { position:relative; }

/* CAROUSELS */ .slider-item {

   position: relative;
   float:left;
   margin:0 3px 0 0;

height:auto; min-height:315px; } .slider-item .slider-image, .slider-item .slider-image a, .slider-item .slider-image img { display:block; position:relative; width:100%; } .slider-item .slider-image:hover, .slider-item .slider-image a:hover, .slider-item .slider-image img:hover { display:block; position:relative; width:100%; }

.slider-title {

   position:relative;

padding:1px 15px 10px; margin-top:-1px;

   background-color:#34495E;

font-size:13px;text-align:center; color:#bbb; -webkit-border-radius: 0px 0px 4px 4px;

   -moz-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;

} .slider-title:after { top:100%; border:solid transparent; content: " "; height:0; width: 0; position: absolute; pointer-events: none; } .slider-title:after { border-top-color:#34495E; border-width:6px; left:47%; } .slider-title h3 { font-size:12px; letter-spacing:0.1em; font-weight:700; text-transform:uppercase; margin-bottom:2px;} .slider-title h3 a { color:#eee;} .slider-title h3 a:hover { color:#fff;}

/* Carousel Arrows*/ .widget-scroll-prev, .widget-scroll-next, .widget-scroll-prev2, .widget-scroll-next2, .widget-scroll-prev3, .widget-scroll-next3 {

   display: block;
   position: absolute;
   cursor: pointer;

top:-20px;

   left:auto; right:30px;

text-align:center; width:25px; height:25px; line-height:25px; padding: 0 0px; opacity:1.0; font-size:14px; font-weight:normal; background: #d8d3cb; -webkit-border-radius: 50px;

   -moz-border-radius: 50px;

border-radius: 50px; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; outline:none; } .widget-scroll-next { right:3px; top:-20px; } .widget-scroll-prev:hover, .widget-scroll-next:hover, .widget-scroll-prev2:hover, .widget-scroll-next2:hover, .widget-scroll-prev3:hover, .widget-scroll-next3:hover{ background:#2BA6CB;}

/* Related Carousel */

  1. slider_related .slider-item {
   position:relative;
   float: left;
   margin:0 5px 0 0;

height:auto; min-height:150px; } /* Single Portfolio Page Arrows */ .widget-scroll-prev2, .widget-scroll-next2 {top:-12px; right:30px;} .widget-scroll-next2 { right: 3px; }

/* Small Carousel */

  1. slider_small .slider-item {
   position: relative;
   float:left;
   margin:0 3px 0px 0;

min-height:100px; } /* Small Slider Arrows */ .widget-scroll-prev3, .widget-scroll-next3 { top: -30px; left:0px; } .widget-scroll-next3 { left:30px;}

.related_link { letter-spacing:1px; color:#767676; font-size:12px; text-align:center; margin: 15px auto 0; text-transform:uppercase; }

/*-----------------------------------------------------------------------------------*/ /* 06: 404 PAGE, PRICING TABLE, SKILLS BAR, ACCORDIAN, TABS /*-----------------------------------------------------------------------------------*/ /**** 404 PAGE ****/ .screen-bg { background-color:#19C1C3; padding:50px 0px 30px; margin-bottom:30px; }

/**** PRICING TABLE ****/ .pricing-table { text-align: center; margin-bottom:20px;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } .pricing-table h4 { color:#fff; margin-bottom:0px; } .pricing-header-row-1 small { color:#111; } .pricing-table ul { margin:0; padding:0; list-style:none; } .price { font: 30px/14px 'Lato', sans serif; font-weight:700; margin-top:13px; text-align:center; color: #555; } .pricing-table h3 { color:#2BA6CB; } .pricing-header-row-1 { text-align:center; height:50px; padding:3px 0 12px; background-color:#2BA6CB; -webkit-border-radius:6px 6px 0px 0px;

   -moz-border-radius: 6px 6px 0px 0px;
  border-radius:6px 6px 0px 0px;

} .pricing-header-row-2 { text-align:center; height:60px; margin-top:0px; padding:10px 0 ; border-top:none; background-color:#E7E7E7; } .pricing-content-row-odd { font-size:12px; background-color:#eee; padding:8px 0; color:#555; } .pricing-content-row-even { font-size:12px; background-color:#E7E7E7; padding:8px 0; color:#555; } .pricing-footer { text-align:center; height:50px; background-color:#2BA6CB; padding:20px 0 0; -webkit-border-radius: 0px 0px 6px 6px;

   -moz-border-radius: 0px 0px 6px 6px;

border-radius: 0px 0px 6px 6px; } .but-price { margin-top:-8px; }

/************************************************************* ACCORDIAN

*************************************************************/

.accordion-group, .accordion-inner { border: none; border-radius: 0; } .accordion-group { padding:8px 0; margin-bottom:0px; background:#34495E; border-bottom:1px solid #2C3E50; } .accordion-group:first-child { -webkit-border-radius:6px 6px 0px 0px ; -moz-border-radius:6px 6px 0px 0px; border-radius:6px 6px 0px 0px; } .accordion-group:last-child { border: none; -webkit-border-radius: 0px 0px 6px 6px;

   -moz-border-radius: 0px 0px 6px 6px;

border-radius: 0px 0px 6px 6px; } .accordion-heading .accordion-toggle { padding:0 0; height:16px; margin:5px 10px 8px; font-size:14px; line-height:16px; color:#bbb; text-transform:uppercase; outline: none; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; } .accordion-toggle i{ padding:0 15px 0 10px; } .accordion-heading .collapsed { color:#bbb; } .accordion-heading .accordion-toggle:hover { text-decoration:none; color:#fff;} .accordion-inner { padding:0px 20px 9px 40px; font-size:13px; line-height:22px; color:#bbb; } .collapse { overflow:hidden; position:relative; height:0; } .collapse.in { height:auto; }

/************************************************************* TABS

*************************************************************/

ul.nav-tabs { margin: 0 !important; } .nav-tabs > li > a { border:0px solid #34495E; border-radius:0; margin-right:2px; font-size:12px; padding:6px 10px 5px; outline:none; background:#34495E; color:#fff; } .nav-tabs > li.active > a { border:0px none; background:#2BA6CB; color:#fff; } .nav-tabs > li > a:hover, .nav-tabs > li.active > a:hover,.nav-tabs > .active > a:focus { border:0px solid #34495E; background:#2BA6CB; color:#fff; } .tab-content { padding:18px 0 0;} .tabs-top .nav-tabs > li.active > a:hover, .tabs-top .nav-tabs > li.active > a { color:#fff; }

/**** TABS LEFT ****/ .tabs-left > .nav-tabs { border: none; } .tabbable.tabs-left .nav-tabs li { border-radius:0; margin:10px 0 -2px 0; } .tabbable.tabs-left .nav-tabs a { border:0 none; font-size:12px; padding:6px 0 6px 10px; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius:0; border-left:#2980B9 3px solid; color:#eee; background:#34495E; } .tabbable.tabs-left .nav-tabs .active a, .tabbable.tabs-left .nav-tabs a:hover { border:0 none; border-left:3px solid #2980B9; color:#fff; background: #2BA6CB; } .tabbable.tabs-left .tab-content { padding: 0 0 20px 15px; }

/*************************************************************

TOOLTIPS

*************************************************************/

.tooltip { font-size: 13px; } .tooltip.in {opacity: 1; filter: alpha(opacity=100);zoom: 1; } .tooltip.top {padding-bottom: 9px;margin-top:-13px; } .tooltip.top .tooltip-arrow { border-top-color: #34495e; border-width: 9px 9px 0; bottom: 0; margin-left: -9px; } .tooltip.right .tooltip-arrow {

   border-right-color: #34495e;
   border-width: 9px 9px 9px 0;
   margin-top: -9px;
   left: -3px; 

} .tooltip.bottom { padding-top: 8px; } .tooltip.bottom .tooltip-arrow { border-bottom-color: #34495e; border-width: 0 9px 9px; margin-left: -9px; top: -1px; } .tooltip.left .tooltip-arrow {

   border-left-color: #34495e;
   border-width: 9px 0px 9px 9px;
   margin-top: 14px;
   top: -1px;right:-4px;

} .tooltip.left { margin-left:-15px; }

.tooltip-inner {

 background-color: #34495e;
 line-height: 18px;
 padding: 12px 12px;
 text-align: center;
 width: 183px;
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
 border-radius: 6px;

}

/*-----------------------------------------------------------------------------------*/ /* 07: CSS3 ANIMATIONS /*-----------------------------------------------------------------------------------*/

.animated{-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:1s;-moz-animation-duration:1s;-ms-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;}.animated.hinge{-webkit-animation-duration:2s;-moz-animation-duration:2s;-ms-animation-duration:2s;-o-animation-duration:2s;animation-duration:2s;}@-webkit-keyframes fadeIn { 0% {opacity: 0;} 100% {opacity: 1;} }

@-moz-keyframes fadeIn { 0% {opacity: 0;} 100% {opacity: 1;} } @-o-keyframes fadeIn { 0% {opacity: 0;} 100% {opacity: 1;} } @keyframes fadeIn { 0% {opacity: 0;} 100% {opacity: 1;} }

.fadeIn { -webkit-animation-name: fadeIn; -moz-animation-name: fadeIn; -o-animation-name: fadeIn; animation-name: fadeIn; } @-webkit-keyframes fadeInUp { 0% { opacity: 0; -webkit-transform: translateY(20px); } 100% { opacity: 1; -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInUp { 0% { opacity: 0; -moz-transform: translateY(20px); } 100% { opacity: 1; -moz-transform: translateY(0); } } @-o-keyframes fadeInUp { 0% { opacity: 0; -o-transform: translateY(20px); } 100% { opacity: 1; -o-transform: translateY(0); } }

@keyframes fadeInUp { 0% { opacity: 0; transform: translateY(20px); } 100% { opacity: 1; transform: translateY(0); } } .fadeInUp { -webkit-animation-name: fadeInUp; -moz-animation-name: fadeInUp; -o-animation-name: fadeInUp; animation-name: fadeInUp; } @-webkit-keyframes fadeInDown { 0% { opacity: 0; -webkit-transform: translateY(-20px); } 100% { opacity: 1; -webkit-transform: translateY(0); } } @-moz-keyframes fadeInDown { 0% { opacity: 0; -moz-transform: translateY(-20px); } 100% { opacity: 1; -moz-transform: translateY(0); } } @-o-keyframes fadeInDown { 0% { opacity: 0; -o-transform: translateY(-20px);} 100% { opacity: 1; -o-transform: translateY(0); } } @keyframes fadeInDown { 0% { opacity: 0; transform: translateY(-20px); } 100% { opacity: 1; transform: translateY(0); } }

.fadeInDown { -webkit-animation-name: fadeInDown; -moz-animation-name: fadeInDown; -o-animation-name: fadeInDown; animation-name: fadeInDown; } @-webkit-keyframes bounceInDown { 0% { opacity: 0; -webkit-transform: translateY(-2000px); } 60% { opacity: 1; -webkit-transform: translateY(30px); } 80% { -webkit-transform: translateY(-10px); } 100% { -webkit-transform: translateY(0); } } @-moz-keyframes bounceInDown { 0% { opacity: 0; -moz-transform: translateY(-2000px); } 60% { opacity: 1; -moz-transform: translateY(30px); } 80% { -moz-transform: translateY(-10px); } 100% { -moz-transform: translateY(0); } } @-o-keyframes bounceInDown { 0% { opacity: 0; -o-transform: translateY(-2000px); } 60% { opacity: 1; -o-transform: translateY(30px); } 80% { -o-transform: translateY(-10px); } 100% { -o-transform: translateY(0); } } @keyframes bounceInDown { 0% { opacity: 0; transform: translateY(-2000px); } 60% { opacity: 1; transform: translateY(30px); } 80% { transform: translateY(-10px); } 100% { transform: translateY(0); } }

.bounceInDown { -webkit-animation-name: bounceInDown; -moz-animation-name: bounceInDown; -o-animation-name: bounceInDown; animation-name: bounceInDown; } @-webkit-keyframes bounceInLeft { 0% { opacity: 0; -webkit-transform: translateX(-2000px); } 60% { opacity: 1; -webkit-transform: translateX(30px); } 80% { -webkit-transform: translateX(-10px); } 100% { -webkit-transform: translateX(0); } } @-moz-keyframes bounceInLeft { 0% { opacity: 0; -moz-transform: translateX(-2000px); } 60% { opacity: 1; -moz-transform: translateX(30px); } 80% { -moz-transform: translateX(-10px); } 100% { -moz-transform: translateX(0); } } @-o-keyframes bounceInLeft { 0% { opacity: 0; -o-transform: translateX(-2000px); } 60% { opacity: 1; -o-transform: translateX(30px); } 80% { -o-transform: translateX(-10px);} 100% { -o-transform: translateX(0); } }

@keyframes bounceInLeft { 0% { opacity: 0; transform: translateX(-2000px); } 60% { opacity: 1; transform: translateX(30px); } 80% { transform: translateX(-10px); } 100% {transform: translateX(0); } }

.bounceInLeft { -webkit-animation-name: bounceInLeft; -moz-animation-name: bounceInLeft; -o-animation-name: bounceInLeft; animation-name: bounceInLeft; } @-webkit-keyframes bounceInRight { 0% { opacity: 0; -webkit-transform: translateX(2000px); } 60% { opacity: 1; -webkit-transform: translateX(-30px); } 80% { -webkit-transform: translateX(10px); } 100% { -webkit-transform: translateX(0); } }

@-moz-keyframes bounceInRight { 0% { opacity: 0; -moz-transform: translateX(2000px); } 60% { opacity: 1; -moz-transform: translateX(-30px); } 80% { -moz-transform: translateX(10px); } 100% { -moz-transform: translateX(0); } } @-o-keyframes bounceInRight { 0% {opacity: 0; -o-transform: translateX(2000px); } 60% { opacity: 1; -o-transform: translateX(-30px); } 80% { -o-transform: translateX(10px); } 100% { -o-transform: translateX(0); } } @keyframes bounceInRight { 0% { opacity: 0; transform: translateX(2000px);} 60% {opacity: 1; transform: translateX(-30px);} 80% {transform: translateX(10px);} 100% {transform: translateX(0);} }

.bounceInRight { -webkit-animation-name: bounceInRight; -moz-animation-name: bounceInRight; -o-animation-name: bounceInRight; animation-name: bounceInRight; } @-webkit-keyframes shake { 0%, 100% {-webkit-transform: translateX(0);} 10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);} 20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);} } @-moz-keyframes shake { 0%, 100% {-moz-transform: translateX(0);} 10%, 30%, 50%, 70%, 90% {-moz-transform: translateX(-10px);} 20%, 40%, 60%, 80% {-moz-transform: translateX(10px);} } @-o-keyframes shake { 0%, 100% {-o-transform: translateX(0);} 10%, 30%, 50%, 70%, 90% {-o-transform: translateX(-10px);} 20%, 40%, 60%, 80% {-o-transform: translateX(10px);} } @keyframes shake { 0%, 100% {transform: translateX(0);} 10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);} 20%, 40%, 60%, 80% {transform: translateX(10px);} }

.shake { -webkit-animation-name: shake; -moz-animation-name: shake; -o-animation-name: shake; animation-name: shake; }

/*-----------------------------------------------------------------------------------*/ /* 08: MEDIA QUERIES /*-----------------------------------------------------------------------------------*/ @media (max-width: 979px) { nav{ background:#323A45;} .btn-navbar{display:block;} .header{ float:none !important; text-align:center; margin:0px auto 0px auto; padding-bottom:10px!important;} .header .container{min-width:100% !important;margin:0 !important;padding:0 !important;}

  1. main_menu{width:100%; display:block; margin:22px 0px 0 0;}

.logo { margin-left: 20px;} .nav-collapse .nav>li{width:auto;display:block;text-align:center;} .nav-collapse .nav>li>a, .nav-collapse .dropdown-menu a {text-align:center;margin-bottom:2px !important;} .nav-pills > li{border-top:1px solid #2C2C2C; z-index:2000;} .nav-pills > li > a { margin: 10px 0px 0px 0px;} .dropdown-menu{width:100%; margin:0px !important;} .dropdown-menu > li > a{ border: 0; width:auto; color: #bbb; display: block; padding:6px 0px !important; background-color: rgba(0,0,0,0.2); } .nav-pills > li.active{ background: transparent; color:#fff; webkit-border-radius: 0px 0px 0px 0px;

   -moz-border-radius: 0px 0px 0px 0px;
   border-radius: 0px 0px 0px 0px;

} .dropdown-menu .sub-menu{width:100%!important; visibility: visible!important; } .dropdown-menu li:hover .sub-menu { left:0px; } .dropdown-menu .sub-menu li:first-child {margin-top:0px;} .dropdown-menu .sub-menu li:last-child{margin-bottom:0px;} .dropdown-menu li:last-child{margin-bottom:0px;}

.container { padding: 0 15px !important;} .nivo {margin-top:0px!important;}

  1. banner { padding-bottom:25px;!important; }

}

/* All Mobile Sizes (devices and browser) */ @media only screen and (max-width: 767px) { /* prettyPhoto styling for small screens */ .pp_pic_holder.pp_default { width: 100%!important; left: 0!important; overflow: hidden; } div.pp_default .pp_content_container .pp_left { padding-left: 0!important; } div.pp_default .pp_content_container .pp_right { padding-right: 0!important; } .pp_content { width: 100%!important; height: auto!important; } .pp_fade { width: 100%!important; height: 100%!important; } a.pp_expand, a.pp_contract, .pp_hoverContainer, .pp_gallery, .pp_top, .pp_bottom { display: none!important; }

  1. pp_full_res img { width: 100%!important; height: auto!important; border-radius:0px; }

.pp_details { width: 94%!important; padding-left: 3%; padding-right: 4%; padding-top: 10px; padding-bottom: 35px; background-color: #fff; margin-top: -2px!important; } a.pp_close { right: 10px!important; top: 12px!important; } .theme-default .nivo-html-caption {display:none;} }

@media only screen and (max-width: 480px) { .nivo_height { padding-top:0px!important; }

  1. banner { padding-bottom:25px;!important; }

}

/* All Mobile Sizes (devices and browser) */ @media only screen and (max-width: 320px) { h1.title { line-height:40px;!important; } }

@media screen and (min-width: 480px) and (max-width: 768px){ .rev-title { font-size: 16px; line-height: 22px; } .rev-title.big { font-size: 24px; line-height: 28px;} .rev-title.bold { font-size: 50px!important; padding:12px 10px!important; letter-spacing: 4px; } .rev-title2.bold { font-size: 50px!important;} }

@media screen and (max-width: 479px){ .rev-title { font-size: 10px; line-height: 14px; } .rev-title.big { font-size: 16px; line-height: 20px; } }

@media screen and (max-width: 31.5em) { .grid { padding: 0px 0px 10px; } .grid li { width: 80%; min-width: 280px; margin-left: -3px; } .dzsportfolio.skin-clean { width: 100%!important; } .rev-title.bold { font-size: 20px!important; letter-spacing: 4px; padding: 8px 8px!important; } .rev-title2.bold { font-size: 20px!important; margin-top:-10px; } .rev-title-sub { margin:10px 0 0!important; } .mobile{ margin-top:-20px; } }

/* Clear the default wiki settings */

  1. home_logo, #sideMenu { display:none; }
  2. sideMenu, #top_title, .patrollink {display:none;}
  3. content { width:100%; padding:0px; margin-top:-7px; margin-left:0px;}

body {background-color:white; }

  1. bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }