Template:MichiganHeadCSS/Meta

From 2014.igem.org

Revision as of 22:51, 20 September 2014 by Csbuja (Talk | contribs)

<head>

<meta charset = "UTF-8" /> <meta name = "viewport" content = "width=device-width, initial-scale=1">


<link rel = "shortcut icon" href = "https://www.google.com/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&docid=1hVIg-MD-l2GyM&tbnid=PpN80P4O-J5F0M:&ved=0CAcQjRw&url=http%3A%2F%2Fwww.coactivate.org%2Fprojects%2Fcampaign-for.nyc%2Fwhere-s-wink&ei=1wIeVK-KJ42VyAT8_YKYDg&bvm=bv.75775273,d.aWw&psig=AFQjCNG-76hg0tbyluKHJdvJnwdntKgQKw&ust=1411339355602849" />


<title>Michigan Synthetic Biology Team</title>


<link href = 'http://fonts.googleapis.com/css?family=Droid+Serif:400,400italic|Open+Sans:400,400italic,600,800' rel = 'stylesheet' type = 'text/css'>


<style> /*-------------------------------------------*/ /* LAYOUT /*-------------------------------------------*/

/* general /*-------------------------------------------*/

html, body{ height: 100%; margin: 0; }

  1. main-wrap{

position: relative; min-width: 930px; min-height: 100%; width: 100%; }

.container-wrap{ overflow: hidden; }

.container{ position: relative; width: 930px; margin-left: auto; margin-right: auto; }

  1. page-content > *:last-child{

margin-bottom: 0; }

  1. content{

width: 640px; margin-right: 50px; }

  1. announcement{

display: none; }

/*-------------------------------------------*/ /* HEADER /*-------------------------------------------*/

  1. header-container ,
  2. header{

overflow: visible; /* do not remove this */ height: 100px; }

/* logo /*-------------------------------------------*/

  1. logo{

position: absolute; left: 0; bottom: 0; }

/* main navigation menu /*-------------------------------------------*/

  1. main-nav-menu{

position: absolute; right: 0; bottom: 0; z-index: 999; }

  1. main-nav-menu ul,
  2. main-nav-menu ul li{

margin: 0; }

/* top level items /*-------------------------------------------*/

#main-nav-menu > ul > li{ position: relative; float: left; }

#main-nav-menu > ul > li > a{ display: inline-block; padding: 0 10px; background: red; }

/* sub level items /*-------------------------------------------*/ #main-nav-menu > ul li ul.sub-menu li{ display: block; position: relative; float: none; }

#main-nav-menu > ul li ul.sub-menu li a{ display: block; background: red; }

/* sub-menus /*-------------------------------------------*/

#main-nav-menu > ul li ul.sub-menu{ display: none; position: absolute; top: 100%; left: 0; width: 180px; }

#main-nav-menu > ul li:hover > ul.sub-menu{ display: block; }

/* sub-sub-menus /*-------------------------------------------*/

#main-nav-menu > ul li ul.sub-menu li ul.sub-menu{ top: 0; left: 100%; }

/*-------------------------------------------*/ /* FOOTER /*-------------------------------------------*/

/* footer navigation /*-------------------------------------------*/

  1. footer-container nav ul{

margin: 0; overflow: hidden; }

  1. footer-container nav ul li{

float: left; margin: 0; padding: 0 10px; }

  1. footer-container nav ul li a{

display: block; }

/*-------------------------------------------*/ /* TYPOGRAPHY /*-------------------------------------------*/

a img{ vertical-align: bottom; }

p, pre, code, ul, ol, dl, dd, blockquote, address, table, fieldset, form, hr{ margin-bottom: 20px; }

ol ol, ol ul, ul ul{ margin-bottom: 0; }

hr{ margin: 20px 0; }

/* headings /*-------------------------------------------*/

h1,h2,h3,h4,h5,h6{ margin-bottom: 10px; }

h1 { font-size: 24px; line-height: 1.4em; }

h2 { font-size: 20px; line-height: 1.4em; }

h3 { font-size: 16px; line-height: 1.5em; }

h4 { font-size: 14px; line-height: 1.5em; }

h5 { font-size: 12px; line-height: 1.6em; }

h6 { font-size: 10px; line-height: 1.7em; }

/* blockquote /*-------------------------------------------*/

blockquote { padding-left: 30px; }

blockquote.align-right, blockquote.align-left{ width: 33%; }

/* code/pre /*-------------------------------------------*/

code, pre{ display: block; clear: both; overflow: auto; padding: 20px; line-height: 20px; white-space: pre; }

/* lists (ordered & un-ordered) /*-------------------------------------------*/

ul, ol{ margin-left: 30px; }

/* table /*-------------------------------------------*/

table{ width: 100%; vertical-align: middle; border-collapse: collapse; border-spacing: 0; }

th, th:hover, td{ padding: 10px; text-align: left; line-height: 1.5em; }

/* text inputs /*-------------------------------------------*/

input[type=text] , input[type=password] , textarea{ outline: none; }

/* textarea /*-------------------------------------------*/ textarea{ max-width: 100%; }

/*-------------------------------------------*/ /* WIDGETS /*-------------------------------------------*/

.widget{ margin-bottom: 40px; }

/* forms /*-------------------------------------------*/

form .form-input{ margin-bottom: 10px; }

form .form-input input[type=text]{ width: 70%; height: 20px; }

form .form-input textarea{ width: 85%; height: 70px; }

.form-success , .form-failure{ display: none; }

.form-failure{ color: #ff0000; }

/*-------------------------------------------*/ /* ELEMEMTS /*-------------------------------------------*/

/* overlay /*-------------------------------------------*/

.overlay{ display: inline-block; position: relative; }

.overlay img{ display: block; }

.overlay-color, .overlay-icon{ display: block; position: absolute; width: 100%; height: 100%; top: 0; left: 0; opacity: 0; z-index: 1; -moz-transition: opacity 0.25s ease-out; -webkit-transition: opacity 0.25s ease-out; -o-transition: opacity 0.25s ease-out; -ms-transition: opacity 0.25s ease-out; transition: opacity 0.25s ease-out; }

.overlay-color{ background-color: #fff; }

.overlay-icon{ z-index: 2; }

.overlay:hover .overlay-color{ opacity: 0.6 !important; }

.overlay:hover .overlay-icon{ opacity: 1 !important; }

/* styled boxes /*-------------------------------------------*/

.styled-box{ position: relative; margin-bottom: 20px; padding: 10px 20px; }

.iconed-box:before{ content: ""; position: absolute; }

/* styled lists /*-------------------------------------------*/

.styled-list{ list-style: none; margin: 0; }

.styled-list > li{ position: relative; padding-left: 20px; }

.styled-list > li:before{ content: ""; position: absolute; }

/* tagline /*-------------------------------------------*/

.tagline{ text-align: center; }

.tagline h1, .tagline h2, .tagline h3, .tagline h4{ line-height: 1.5em; }

/*-------------------------------------------*/ /* COMMON /*-------------------------------------------*/

.block{ display: block; margin-bottom: 50px; }

.micro-block{ display: block; margin-bottom: 20px; }

.margin{ display: block; height: 20px; }

.hidden{ display: none; }

.separator{ padding: 0 5px; }

.invalid{ border-color: #ff0000 !important; }

.center{ text-align: center; }

/* layout /*-------------------------------------------*/

.float-right{ float: right; }

.float-left{ float: left; }

.align-right{ float: right; margin: 5px 0 10px 20px; }

.align-center{ display: block; float: none; margin: 0 auto; margin-bottom: 20px; text-align: center; }

.align-left{ float: left; margin: 5px 20px 10px 0; }

/* columns /*-------------------------------------------*/

.span-1{width: 50px;} .span-2{width: 130px;} .span-3{width: 210px;} .span-4{width: 290px;} .span-5{width: 370px;} .span-6{width: 450px;} .span-7{width: 530px;} .span-8{width: 610px;} .span-9{width: 690px;} .span-10{width: 770px;} .span-11{width: 850px;} .span-12{width: 930px;}

  • [class *= "span-"]{position:relative; margin-left: 30px; float:left;}
  • [class *= "span-"]:first-child{margin-left: 0; clear: right;}

.row{display: block; clear:both; width: 100%; margin-bottom: 20px;} .row:before, .row:after{content: ""; display: table; clear: both;}

.row:last-child, .row *[class *= "span-"] > *:last-child{ margin-bottom: 0; }

.show-grid *[class *= "span-"]{ padding: 8px 0; text-align: center; color: #666; background: #e0e0e0; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; }

.show-grid .row:nth-child(even) *[class *= "span-"] , .show-grid .row *[class *= "span-"] *[class *= "span-"]{ color: #fff; background: #999; }

.show-grid .row:nth-child(even) *[class *= "span-"] *[class *= "span-"]{ color: #666; background: #e0e0e0; }

.show-grid .row:last-child{ margin: 0; }

/* text /*-------------------------------------------*/

.small{ font-size: 0.85em; }

.normal{ font-size: 1em; }

.medium{ font-size: 1.5em; }

.large{ font-size: 2em; }

/* colors /*-------------------------------------------*/

.shade-3{color: #333;} .shade-6{color: #666;} .shade-9{color: #999;} .shade-c{color: #ccc;}

.white-text{color: #fff;} .black-text{color: #000;} .orange-text{color: #ff9900;} .blue-text{color: #0099cc;} .green-text{color: #009900;} .yellow-text{color: #ffbb00;} .pink-text{color: #ff66cc;} .red-text{color: #cc0000;} .purple-text{color: #9966cc;} .brown-text{color: #996633;}

.white{border-color: #ccc; background-color: #fff;} .black{border-color: #999; background-color: #222;} .orange{border-color: #ff9900; background-color: #ff9900;} .blue{border-color: #0099cc; background-color: #0099cc;} .green{border-color: #009900; background-color: #009900;} .yellow{border-color: #ffff66; background-color: #ffff66;} .pink{border-color: #ff66cc; background-color: #ff66cc;} .red{border-color: #cc0000; background-color: #cc0000;} .purple{border-color: #9966cc; background-color: #9966cc;} .brown{border-color: #996633; background-color: #996633;}

/*-------------------------------------------*/ /* MEDIA QUERIES /*-------------------------------------------*/

/* 1024px /*-------------------------------------------*/

@media(max-width: 950px){

#main-wrap{min-width: 760px;} #page-content, .container{width: 760px;}

/* columns /*-------------------------------------------*/

.span-1{width: 45px;} .span-2{width: 110px;} .span-3{width: 175px;} .span-4{width: 240px;} .span-5{width: 305px;} .span-6{width: 370px;} .span-7{width: 435px;} .span-8{width: 500px;} .span-9{width: 565px;} .span-10{width: 630px;} .span-11{width: 695px;} .span-12{width: 760px;} *[class *= "span-"]{margin-left: 20px;}

#content{ width: 535px; margin-right: 30px; }

}/*/mediaquery*/

/* 768px /*-------------------------------------------*/

@media(max-width: 768px){

#main-wrap{min-width: 640px;} #page-content, .container{width: 640px;}

/* columns /*-------------------------------------------*/

.span-1{width: 35px;} .span-2{width: 90px;} .span-3{width: 145px;} .span-4{width: 200px;} .span-5{width: 255px;} .span-6{width: 310px;} .span-7{width: 365px;} .span-8{width: 420px;} .span-9{width: 475px;} .span-10{width: 530px;} .span-11{width: 585px;} .span-12{width: 640px;} *[class *= "span-"]{margin-left: 20px;}

#content{ width: 445px; margin-right: 30px; }

}

/* 640px /*-------------------------------------------*/

@media(max-width: 660px){

#main-wrap{min-width: 480px;} #page-content, .container{width: 480px;}

/* columns /*-------------------------------------------*/

*[class *= "span-"]{width: 100%; margin-bottom: 30px; margin-left: 0; float: none;} .row *[class *= "span-"]:last-child{margin-bottom: 0;} .row *[class *= "span-"] *[class *= "span-"]:last-child{margin-bottom: 0;} .row{margin-bottom: 0;}

#content{ width: 100%; margin-right: 0; }

#sidebar{ margin-top: 50px; }

/* widgets /*-------------------------------------------*/

.widget{margin-bottom: 70px;}

}

/* 480px /*-------------------------------------------*/

@media(max-width: 500px){

#main-wrap{min-width: 280px;} #page-content, .container{width: 280px;}

} /*===========================================*/ /* RESET */ /*===========================================*/

/* html5doctor.com Reset Stylesheet v1.6.1 Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark

  • /

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, strong, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin:0; padding:0; outline:0; border:0; font-size:100%; vertical-align:baseline; background:transparent; }

body { line-height:1; }

article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section { display:block; }

nav ul { list-style:none; }

blockquote{ quotes:none; }

blockquote:before, blockquote:after{ content:; content:none; }

a { margin:0; padding:0; outline:0; border:0; font-size:100%; vertical-align:baseline; background:transparent; }

/* change colours to suit your needs */ ins { background-color:#ff9; color:#000; text-decoration:none; }

/* change colours to suit your needs */ mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }

dfn{ font-family: serif; font-weight: bold; }

table { border-collapse:collapse; border-spacing:0; }

/* change border colour to suit your needs */ hr { display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0; }

input, select { vertical-align:middle; } /*-------------------------------------------*/ /* LAYOUT /*-------------------------------------------*/

body{ font: normal normal 11px/1.8em 'Open Sans', Arial, Tahoma, sans-serif; color: #666; background: url(../images/hash-light.png) repeat 0 0 #f6f6f6; }

  1. cap{

height: 5px; background: #22aaee; }

  1. header ,
  2. header-container{

height: 90px; }

  1. header{

margin-bottom: 50px; border-bottom: 1px solid #ececec; background: #fff; }

/* logo /*-------------------------------------------*/

  1. logo{

bottom: 50%; margin-bottom: -25px; }

  1. logo #site-title ,
  2. logo #site-description{

display: inline-block; vertical-align: middle; }

  1. logo #site-description{

margin-left: 10px; padding-left: 15px; font: italic normal 12px/26px 'Droid Serif', Georgia, 'Times New Roman', serif; color: #999; border-left: 1px solid #ccc; }

/* main navigation menu /*-------------------------------------------*/

  1. main-nav-menu{

bottom: -1px; }

  1. main-nav-menu ul li a{

padding: 0 20px; font: normal 600 11px/90px 'Open Sans', Arial, Tahoma, sans-serif; text-decoration: none; text-transform: uppercase; border-bottom: 1px solid #ececec; color: #999; background: #fff; }

  1. main-nav-menu > ul > li:hover > a{

border-bottom: 1px solid #999; color: #666; background: #f6f6f6; }

  1. main-nav-menu > ul > li.current > a{

border-bottom: 1px solid #22aaee; color: #22aaee; background: #fcfcfc; }

  1. main-nav-menu > ul > li.current > a:hover{

background: #f6f6f6; }

  1. main-nav-menu > ul li ul.sub-menu li a{

padding: 10px 20px; line-height: 1.5em; text-transform: none; border: none; border-bottom: 1px dashed #f0f0f0; background: #fff; }

  1. main-nav-menu > ul li ul.sub-menu li a .indicator{

margin-top: -7px; display: block; position: absolute; top: 50%; right: 10px; width: 15px; height: 15px; background: url(../images/main_nav_indicator.png) center center no-repeat; }

  1. main-nav-menu > ul li ul.sub-menu li:last-child > a{

border-bottom: none; }

  1. main-nav-menu > ul li ul.sub-menu li:hover > a{

color: #666; background: #fafafa; }

  1. main-nav-menu > ul li ul.sub-menu{

border: 1px solid #e0e0e0; background: #fff; }

  1. main-nav-menu > ul > li > ul.sub-menu{

border-top: none; }

  1. main-nav-menu > ul li ul.sub-menu li ul.sub-menu{

top: -1px; }

/* responsive-main-nav-menu /*-------------------------------------------*/

  1. responsive-main-nav-menu{

display: none; width: 100%; padding: 6px; font: normal normal 12px/1em 'Open Sans', Arial, Tahoma, sans-serif; border: 1px solid #ccc; color: #666; }

/* page header /*-------------------------------------------*/

  1. page-header{

margin-bottom: 50px; position: relative; }

  1. page-header:before{

content: ""; position: absolute; top: 45%; left: -30px; width: 20px; height: 1px; background: #22aaee; }

  1. page-header > * span{

color: #666; text-shadow: 1px 1px 0 #f6f6f6 , 2px 2px 0 #d6d6d6; }

  1. page-header > * small{

margin-left: 20px; font-size: 0.62em; color: #999; text-shadow: 1px 1px 0 #fff; }

  1. page-header > aside{

position: absolute; top: 0; right: 0; height: 100%; }

/* page content /*-------------------------------------------*/

  1. page-content{

position: relative; padding: 50px; margin: 10px auto 60px -50px; width: 100%; border: 1px solid #ececec; background: #fcfcfc; }

  1. page-content:before{

content: ""; position: absolute; z-index: -1; top: -10px; left: -10px; width: 100%; height: 100%; padding: 10px; background: url(../images/hash.png) repeat top left; }

/* page-footer /*-------------------------------------------*/

  1. page-footer{

position: relative; padding: 40px 0 20px 0; background: #f0f0f0; }

  1. page-footer:before{

content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 10px; background: url(../images/hash.png) repeat top left; }

/* footer /*-------------------------------------------*/

  1. footer{

padding: 30px 0; font-size: 11px; background: #222; }

  1. footer #footer-left ,
  2. footer #footer-right{

overflow: hidden; line-height: 1.8em; margin: 0; }

  1. footer #footer-left{

text-align: left; }

  1. footer #footer-right{

text-align: right; }

  1. footer #copyright ,
  2. footer #footer-nav-menu{

display: block; float: left; }

  1. footer #copyright{

margin-right: 10px; margin-bottom: 5px; }

  1. footer #footer-nav-menu li{

padding: 0; }

  1. footer #footer-nav-menu li a{

padding-left: 10px; margin-right: 10px; border-left: 1px solid #444; color: #666; }

  1. footer #footer-nav-menu li a:hover{

color: #e0e0e0; }

  1. footer #social-links p ,
  2. footer #social-links ul{

display: inline-block; vertical-align: middle; margin: 0; }

  1. footer #social-links ul{

padding-left: 5px; margin-left: 10px; border-left: 1px solid #444; }

  1. footer #social-links ul li{

float: left; list-style: none; }

  1. footer #social-links ul li a{

display: block; width: 24px; height: 24px; margin-left: 5px; text-indent: 9999px; background: url(../images/social-icons.png) no-repeat 0 0 #666; }

  1. footer #social-links ul li a:hover{

background-color: #e0e0e0; }

  1. footer #social-links ul li.twitter-link a{

background-position: 0 0; }

  1. footer #social-links ul li.vimeo-link a{

background-position: -30px 0; }

  1. footer #social-links ul li.flickr-link a{

background-position: -60px 0; }

  1. footer #social-links ul li.dribbble-link a{

background-position: -90px 0; }

  1. footer #social-links ul li.deviantart-link a{

background-position: -120px 0; }

  1. footer #social-links ul li.facebook-link a{

background-position: -150px 0; }

  1. footer #social-links ul li.youtube-link a{

background-position: -180px 0; }

  1. footer #social-links ul li.googleplus-link a{

background-position: -210px 0; }

  1. footer #social-links ul li.linkedin-link a{

background-position: -240px 0; }

  1. footer .row{

margin: 0; }

/* announcement /*-------------------------------------------*/

  1. announcement{

background: #333; }

  1. announcement-container{

position: relative; padding: 20px 0; color: #fff; }

  1. announcement-container:before{

content: ""; position: absolute; top: 0; left: 0; width: 50px; height: 100%; background: url(../images/announcement.png) no-repeat center center #444; }

  1. announcement-container #announcement-content{

padding-left: 70px; padding-right: 40px; }

  1. announcement-container #announcement-content > *{

margin: 0; }

  1. announcement-container .close-announcement{

display: block; width: 20px; height: 20px; position: absolute; right: 0; top: 50%; margin-top: -10px; text-indent: -9999px; background: url(../images/close.png) no-repeat center center #444; }

  1. announcement-container .close-announcement:hover{

background-color: #555; }

/*-------------------------------------------*/ /* TYPOGRAPHY /*-------------------------------------------*/

a{ color: #999; text-decoration: none; -moz-transition: color 0.15s ease-out , background-color 0.15s ease-out , border 0.15s ease-out; -webkit-transition: color 0.15s ease-out , background-color 0.15s ease-out , border 0.15s ease-out; -o-transition: color 0.15s ease-out , background-color 0.15s ease-out , border 0.15s ease-out; -ms-transition: color 0.15s ease-out , background-color 0.15s ease-out , border 0.15s ease-out; transition: color 0.15s ease-out , background-color 0.15s ease-out , border 0.15s ease-out; }

a:hover{ color: #22aaee; }

h1,h2,h3,h4,h5,h6{ font-family: 'Droid Serif', Georgia, 'Times New Roman', serif; font-style: italic; font-weight: normal; color: #333; text-shadow: 1px 1px 0 #f6f6f6 , 2px 2px 0 #d6d6d6; }

h4,h5,h6{ font-family: 'Open Sans', Arial, Verdana, sans-serif; font-style: normal; text-shadow: none; }

h2{ font-size: 18px; }

h5{ font-weight: 600; text-transform: uppercase; }

h6{ font-size: 11px; font-weight: 600; text-transform: uppercase; color: #666; }

hr{ border-top: 1px dashed #d0d0d0; }

blockquote{ padding-left: 20px; font: italic normal 15px/1.5em 'Droid Serif', Georgia, 'Times New Roman', serif; color: #666; border-left: 2px solid #22aaee; }

blockquote cite{ font-size: 0.8em; color: #aaa; }

pre{ border: 1px solid #e0e0e0; background: #fff; }

code{ border: 1px solid #e0e0e0; background: url(../images/code.png) repeat top left #fff; }

dl{ overflow: hidden; }

dl dt, dl dd{ margin: 0; margin-bottom: 2px; float: left; }

dl dt{ width: 35%; font-weight: 600; color: #22aaee; }

dl dd{ width: 65%; }

input[type=text] , input[type=password] , textarea{ padding: 6px; font: normal normal 13px/1.6em 'Open Sans', Arial, Tahoma, sans-serif; border: 1px solid #e0e0e0; background: #fff; -moz-transition: border-color 0.15s ease-out; -webkit-transition: border-color 0.15s ease-out; -o-transition: border-color 0.15s ease-out; -ms-transition: border-color 0.15s ease-out; transition: border-color 0.15s ease-out; }

input[type=text]:focus , input[type=password]:focus , textarea:focus{ border-color: #22aaee; }

input[type=text].js-original , input[type=password].js-original , textarea.js-original{ font-size: 11px; color: #999; }

/* selection color /*-------------------------------------------*/

-moz-selection{

background: #333; color: #fff; }

-webkit-selection{

background: #333; color: #fff; }

selection{

background: #333; color: #fff; }

/*-------------------------------------------*/ /* ELEMENTS /*-------------------------------------------*/

/* buttons /*-------------------------------------------*/

button , .button{ margin: 2px; padding: 7px 15px 9px; font: normal 600 11px/1em 'Open Sans', Arial, Tahoma, sans-serif; cursor: pointer; color: #fff; border: none; background: #666; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -moz-transition: color 0.15s ease-out , background-color 0.15s ease-out , border 0.15s ease-out; -webkit-transition: color 0.15s ease-out , background-color 0.15s ease-out , border 0.15s ease-out; -o-transition: color 0.15s ease-out , background-color 0.15s ease-out , border 0.15s ease-out; -ms-transition: color 0.15s ease-out , background-color 0.15s ease-out , border 0.15s ease-out; transition: color 0.15s ease-out , background-color 0.15s ease-out , border 0.15s ease-out; }

button:hover , .button:hover{ background: #22aaee; }

button:active , .button:active{ -moz-box-shadow: inset 0 0 10px rgba(0 , 0 , 0 , 0.25); -webkit-box-shadow: inset 0 0 10px rgba(0 , 0 , 0 , 0.25); box-shadow: inset 0 0 10px rgba(0 , 0 , 0 , 0.25); }

button.small , .button.small{ text-transform: uppercase; }

button.medium , .button.medium{ font-style: italic; font-weight: normal; padding: 9px 15px 11px; font-weight: normal; }

button.large , .button.large{ padding: 12px 15px; font-family: 'Droid Serif', Georgia, 'Times New Roman', serif; font-style: italic; font-weight: normal; }

button.secondary , .button.secondary{ color: #666; background: #ddd; }

button.secondary:hover , .button.secondary:hover{ color: #222; background: #bbb; }

/* tabs /*-------------------------------------------*/

.tab-group{ margin: 0; margin-bottom: 7px; overflow: hidden; }

.tab-group li{ float: left; padding: 5px 15px; margin-right: -1px; list-style: none; cursor: pointer; color: #999; border: 1px solid #ececec; background: #fff; -moz-transition: color 0.15s ease-out , background-color 0.15s ease-out , border 0.15s ease-out; -webkit-transition: color 0.15s ease-out , background-color 0.15s ease-out , border 0.15s ease-out; -o-transition: color 0.15s ease-out , background-color 0.15s ease-out , border 0.15s ease-out; -ms-transition: color 0.15s ease-out , background-color 0.15s ease-out , border 0.15s ease-out; transition: color 0.15s ease-out , background-color 0.15s ease-out , border 0.15s ease-out; }

.tab-group li:hover{ color: #666; background: #f9f9f9; }

.tab-group li.active{ color: #fff; border: 1px solid transparent; background: #22aaee; -moz-box-shadow: inset 0 0 2px rgba(0 , 0 , 0 , 0.3); -webkit-box-shadow: inset 0 0 2px rgba(0 , 0 , 0 , 0.3); box-shadow: inset 0 0 2px rgba(0 , 0 , 0 , 0.3); }

.tab-group li:first-child{ -moz-border-radius: 5px 0 0 5px; -webkit-border-radius: 5px 0 0 5px; border-radius: 5px 0 0 5px; }

.tab-group li:last-child{ -moz-border-radius: 0 5px 5px 0; -webkit-border-radius: 0 5px 5px 0; border-radius: 0 5px 5px 0; }

.tab-body-group{ padding: 20px; margin: 0; list-style: none; border: 1px solid #ececec; background: #fff; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }

/* accordion /*-------------------------------------------*/

.toggle , .accordion-panel{ margin-bottom: -1px; color: #999; border: 1px solid #ececec; background: #f9f9f9; -moz-transition: color 0.15s ease-out , background-color 0.15s ease-out , border 0.15s ease-out; -webkit-transition: color 0.15s ease-out , background-color 0.15s ease-out , border 0.15s ease-out; -o-transition: color 0.15s ease-out , background-color 0.15s ease-out , border 0.15s ease-out; -ms-transition: color 0.15s ease-out , background-color 0.15s ease-out , border 0.15s ease-out; transition: color 0.15s ease-out , background-color 0.15s ease-out , border 0.15s ease-out; }

.toggle{ -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }

.toggle + .toggle{ -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }

.toggle:first-of-type{ -moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; }

.toggle:last-of-type{ -moz-border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; }

.accordion-panel:first-child{ -moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; }

.toggle .toggle-body , .accordion-panel:last-child , .accordion-panel:last-child .accordion-panel-body{ -moz-border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; }

.toggle.active , .toggle:hover , .accordion-panel.active , .accordion-panel:hover{ color: #666; background: #fff; }

.toggle-title , .accordion-panel-title{ cursor: pointer; padding: 10px; }

.toggle-title .indicator , .accordion-panel-title .indicator{ display: inline-block; vertical-align: middle; margin-right: 10px; margin-top: -2px; width: 15px; height: 15px; background: url(../images/toggle.png) no-repeat 0 0 #999; -moz-border-radius: 999px; -webkit-border-radius: 999px; border-radius: 999px; -moz-transition: color 0.15s ease-out , background-color 0.15s ease-out , border 0.15s ease-out; -webkit-transition: color 0.15s ease-out , background-color 0.15s ease-out , border 0.15s ease-out; -o-transition: color 0.15s ease-out , background-color 0.15s ease-out , border 0.15s ease-out; -ms-transition: color 0.15s ease-out , background-color 0.15s ease-out , border 0.15s ease-out; transition: color 0.15s ease-out , background-color 0.15s ease-out , border 0.15s ease-out; }

.toggle.active .toggle-title , .toggle-title:hover , .accordion-panel.active .accordion-panel-title , .accordion-panel-title:hover{ color: #22aaee; }

.toggle.active .indicator , .toggle:hover .indicator , .accordion-panel.active .indicator , .accordion-panel-title:hover .indicator{ background-color: #22aaee; }


.toggle.active .toggle-title .indicator , .accordion-panel.active .accordion-panel-title .indicator{ background-position: 0 -15px; }

.toggle-body , .accordion-panel-body{ padding: 20px; border-top: 1px solid #ececec; background: #fff; }

/* styled boxes /*-------------------------------------------*/

.styled-box{ border: 1px solid #d6d6d6; background: #fff; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }

.iconed-box{ padding-left: 60px; }

.iconed-box:before{ top: 0; left: 10px; width: 36px; height: 100%; max-height: 80px; background: url(../images/box_icons.png) no-repeat; }

.styled-box.success{ background: #edffd7; border-color: #cbddb4; }

.iconed-box.success:before{ background-position: 0 center; }

.styled-box.error{ background: #ffe8e7; border-color: #ccb3b3; }

.iconed-box.error:before{ background-position: -36px center; }

.styled-box.info{ background: #e2f1ff; border-color: #b0b0bb; }

.iconed-box.info:before{ background-position: -72px center; }

.styled-box.note{ background: #ffffee; }

.iconed-box.note:before{ background-position: -108px center; }

.styled-box.tip{ background: #ffffee; border-color: #ee9d20; }

.iconed-box.tip:before{ background-position: -144px center; }

.styled-box.alert{ background: #fff8f7; }

.iconed-box.alert:before{ background-position: -180px center; }

/* styled lists /*-------------------------------------------*/

.styled-list > li:before{ top: 3px; left: 0; width: 15px; height: 15px; background: url(../images/list_icons.png) no-repeat; }

.styled-list.plus > li:before{ background-position: 0 0; }

.styled-list.minus > li:before{ background-position: 0 -15px; }

.styled-list.check > li:before{ background-position: 0 -30px; }

.styled-list.error > li:before{ background-position: 0 -45px; }

.styled-list.arrow > li:before{ background-position: 0 -60px; }

/* overlay /*-------------------------------------------*/

.overlay-icon{ width: 40px; height: 40px; top: 50%; left: 50%; margin-top: -20px; margin-left: -20px; background: no-repeat center center #666; -moz-border-radius: 99px; -webkit-border-radius: 99px; border-radius: 99px; }

.overlay-icon.zoom{ background-image: url(../images/zoom_icon.png); }

.overlay-icon.play{ background-image: url(../images/play_icon.png); }

/*-------------------------------------------*/ /* WIDGETS /*-------------------------------------------*/

/* general /*-------------------------------------------*/

.widget-title{ position: relative; padding-bottom: 10px; margin-bottom: 15px; border-bottom: 1px dashed #d0d0d0; color: #666; text-shadow: 1px 1px 0 #f6f6f6 , 2px 2px 0 #d6d6d6; }

  1. sidebar .widget-title{

text-shadow: 1px 1px 0 #fff , 2px 2px 0 #e6e6e6; }

.widget-title:before{ content: ""; position: absolute; top: 50%; left: -20px; margin-top: -5px; width: 10px; height: 1px; background: #22aaee; }

.widget-content ul{ padding: 0; margin: 0; list-style: none; }

/* twitter feed /*-------------------------------------------*/

.twitter-feed ul{ margin: 0; }

.twitter-feed ul.listing li{ display: block; margin: 0; margin-bottom: 20px; }

.twitter-feed .tweet .text{ text-indent: 30px; background: url(../images/tweet.png) no-repeat 0 0; }

.twitter-feed a{ color: #22aaee; }

.twitter-feed a:hover{ color: #333; }

.twitter-feed .tweet .time a{ font-size: 10px; color: #aaa; }

.twitter-feed .tweet .time a:hover{ color: #333; }

/* flickr feed /*-------------------------------------------*/

.flickr-feed ul{ margin: 0; overflow: hidden; list-style: none; }

.flickr-feed ul li{ width: 27.273%; float: left; margin: 0; margin-right: 6%; margin-bottom: 6%; list-style: none; }

.flickr-feed ul li a{ display: block; }

.flickr-feed ul li img{ display: block; width: 100%; }

/* contact /*-------------------------------------------*/

.contact-form .meta{ margin-bottom: 10px; }

.contact-form .meta span{ color: #22aaee; }

.contact-form .form-failure{ margin-top: 10px; }

/* newsletter form /*-------------------------------------------*/

.newsletter-form{ position: relative; }

.newsletter-form .form-input input[name='email']{ padding: 0; width: 100%; height: 32px; text-indent: 6px; }

.newsletter-form *[type='submit']{ display: block; margin: 0; width: 40px; height: 32px; position: absolute; top: 1px; right: -1px; text-indent: -9999px; background-image: url(../images/mail.png); background-repeat: no-repeat; background-position: center center; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }

/* search form /*-------------------------------------------*/

.search-form{ position: relative; }

.search-form input[type='text']{ width: 93%; height: 20px; }

.search-form *[type='submit']{ padding: 0; margin: 0; position: absolute; top: 50%; right: 3%; width: 26px; height: 20px; margin-top: -9px; text-indent: -9999px; cursor: pointer; border: none; background: url(../images/search_box_icon.png) center 0 no-repeat; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }

.search-form *[type='submit']:hover{ background-position: center -20px; }

.search-form *[type='submit']:active{ -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }

/* list widget /*-------------------------------------------*/

ul.list{ margin: 0; }

ul.list li{ margin: 0; list-style: none; }

ul.list li a{ display: block; padding: 2px 0 2px 15px; background: url(../images/bullet.png) 0 2px no-repeat; }

ul.list.tags{ overflow: hidden; }

ul.list.tags li{ float: left; padding: 0; margin-right: 3px; margin-bottom: 3px; }

ul.list.tags li a{ padding: 6px; font-size: 10px; font-weight: 600; text-transform: uppercase; line-height: 1em; background: url(../images/hash.png) repeat 0 0 #f6f6f6; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

ul.list.tags li a:hover{ color: #fff; background-color: #22aaee; }

/*-------------------------------------------*/ /* STICKY NAV /*-------------------------------------------*/

.sticky-nav{ display: none; position: absolute; top: 0; left: -100px; margin-top: 0; padding: 4px; border-right: none; background: url(../images/hash.png) repeat top right #ececec; -moz-border-radius: 99px; -webkit-border-radius: 99px; border-radius: 99px; }

.sticky-nav a{ display: block; width: 24px; height: 24px; margin-top: 4px; text-indent: -9999px; color: #fff; background: url(../images/stickynav.png) no-repeat 0 0 #666; -moz-border-radius: 99px; -webkit-border-radius: 99px; border-radius: 99px; }

.sticky-nav a:first-child{ margin-top: 0; }

.sticky-nav a:hover{ color: #fff; background-color: #22aaee; }

.sticky-nav a.next{ background-position: 0 -24px; }

/*-------------------------------------------*/ /* PAGINATION /*-------------------------------------------*/

.pagination ul{ margin: 0; overflow: hidden; }

.pagination ul li{ display: block; margin-right: -1px; float: left; line-height: 100%; }

.pagination ul li:last-child{ margin-right: 0; }

.pagination ul li a{ display: block; padding: 10px 14px; font-weight: 600; border: 1px solid #ececec; color: #999; background: #fff; }

.pagination ul li a:hover{ color: #666; background: #f9f9f9; }

.pagination ul li.current a{ color: #fff; background: #666; }

.pagination ul li:first-child a{ -moz-border-radius: 3px 0 0 3px; -webkit-border-radius: 3px 0 0 3px; border-radius: 3px 0 0 3px; }

.pagination ul li:last-child a{ -moz-border-radius: 0 3px 3px 0; -webkit-border-radius: 0 3px 3px 0; border-radius: 0 3px 3px 0; }

/*-------------------------------------------*/ /* PAGE TOP LINK /*-------------------------------------------*/

.back-to-top{ display: none; width: 40px; height: 40px; position: fixed; bottom: 20px; right: 25px; cursor: pointer; text-indent: -9999px; background: url(../images/hash.png) repeat top right rgba(180 , 180 , 180 , 0.2); -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }

.back-to-top a{ display: block; width: 30px; height: 30px; position: absolute; top: 5px; left: 5px; background: url(../images/page_top_link.png) center center no-repeat #666; -moz-border-radius: 999px; -webkit-border-radius: 999px; border-radius: 999px; }

.back-to-top:hover a{ background-color: #22aaee; }

/*-------------------------------------------*/ /* BLOG /*-------------------------------------------*/

.blog .entry-feature{ padding-bottom: 20px; margin-bottom: 20px; width: 100%; border-bottom: 1px dashed #e0e0e0; }

.blog .entry-feature img{ width: 100%; }

.blog .entry-feature .flexslider img{ width: auto; }

.blog .entry header{ padding-bottom: 20px; margin-bottom: 20px; overflow: hidden; border-bottom: 1px dashed #e0e0e0; }

.blog .entry .post-format{ float: left }

.blog .entry .post-format a{ display: block; width: 40px; height: 40px; background: url(../images/post_formats.png) no-repeat 0 center #22aaee; -moz-border-radius: 999px; -webkit-border-radius: 999px; border-radius: 999px; }

.blog .entry .post-format a:hover{ background-color: #333; }

.blog .entry.gallery-entry .post-format a{ background-position: -40px center; }

.blog .entry.image-entry .post-format a{ background-position: -80px center; }

.blog .entry.quote-entry .post-format a{ background-position: -120px center; }

.blog .entry.audio-entry .post-format a{ background-position: -160px center; }

.blog .entry.video-entry .post-format a{ background-position: -200px center; }

.blog .entry.link-entry .post-format a{ background-position: -240px center; }

.blog .entry.aside-entry .post-format a{ background-position: -280px center; }

.blog .entry .entry-title{ padding-left: 60px; margin-top: -1px; margin-bottom: 2px; text-shadow: none; }

.blog .entry .entry-title a{ color: #333; }

.blog .entry .entry-title a:hover{ color: #22aaee; }

.blog .entry.quote-entry .entry-title{ margin-bottom: 10px; line-height: 1.5em; font-size: 16px; }

.blog .entry .entry-meta{ padding-left: 60px; font: normal 600 10px/1.8em 'Open Sans', Arial, Tahoma, sans-serif; text-transform: uppercase; }

.blog .entry .entry-meta .comments{ float: right; }

.blog .entry.quote-entry header , .blog .entry.aside-entry header{ padding: 0; margin: 0; border: none; }

.blog .entry.quote-entry header{ margin-bottom: 60px; }

.blog .entry-date{ float: left; width: 40px; font: normal normal 12px/1.5em 'Open Sans', Arial, Tahoma, sans-serif; text-transform: uppercase; text-align: center; color: #999; }

.blog .entry-date span{ font: normal normal 24px/1em 'Droid serif', Georgia, serif; color: #333; }

.blog .entry-content{ padding-left: 60px; }

.blog .entry-content .more-link{ margin-top: 20px; font: normal 600 12px/1.5em 'Open Sans', Arial, Tahoma, sans-serif; color: #333; }

.blog .entry-content .more-link:hover{ color: #22aaee; }

/* blog nav /*-------------------------------------------*/

.blog nav{ overflow: hidden; }

.blog nav a{ font-weight: 600; color: #333; }

.blog nav a:hover{ color: #22aaee; }

.blog nav a span{ font-size: 14px; }

.blog nav a.next-link{ float: right; }

.blog nav a.prev-link{ float: left; }

/* blog single - sticky nav /*-------------------------------------------*/

.blog.single-entry .sticky-nav a.twitter{ background-image: url(../images/twitter.png); }

.blog.single-entry .sticky-nav a.twitter:hover{ background-color: #33aaee; }

.blog.single-entry .sticky-nav a.facebook{ background-image: url(../images/facebook.png); }

.blog.single-entry .sticky-nav a.facebook:hover{ background-color: #4d74c6; }

.blog.single-entry .sticky-nav a.googleplus{ background-image: url(../images/googleplus.png); }

.blog.single-entry .sticky-nav a.googleplus:hover{ background-color: #d2502c; }

/* blog single - comments /*-------------------------------------------*/

  1. comments .leave-a-comment{

display: block; width: 40px; height: 40px; margin-top: 2px; float: left; background: url(../images/comments.png) no-repeat center center #22aaee; -moz-border-radius: 99px; -webkit-border-radius: 99px; border-radius: 99px; }

  1. comments .leave-a-comment:hover{

background-color: #333; }

  1. comments .comments-title ,
  2. comments .leave-a-comment-text{

padding-left: 60px; }

  1. comments .comments-title{

text-shadow: none; margin-bottom: 0; }

  1. comments .comments-list{

padding-top: 20px; margin: 0; margin-top: 20px; border-top: 1px dashed #d0d0d0; }

  1. comments .comments-list .comment{

margin-top: 50px; list-style: none; }

  1. comments .comments-list > .comment:first-child{

margin-top: 0; }

  1. comments .comments-list .comment .avatar{

float: left; }

  1. comments .comments-list .comment .comment-author ,
  2. comments .comments-list .comment .comment-meta ,
  3. comments .comments-list .comment .comment-body{

padding-left: 60px; }

  1. comments .comments-list .comment .comment-author a{

font-family: Arial, Tahoma, sans-serif; font-weight: bold; font-size: 12px; color: #666; }

  1. comments .comments-list .comment .comment-author a:hover{

color: #22aaee; }

  1. comments .comments-list .comment .comment-meta{

margin-top: -3px; font-style: italic; }

  1. comments .comments-list .comment .comment-body{

margin-top: 10px; }

  1. comments .comments-list .comment .children{

margin-left: 60px; }

  1. comments .comments-list .comment .children .comment{

position: relative; }

  1. comments .comments-list .comment .children .comment:before{

content: ""; position: absolute; top: 0; left: -40px; width: 0; height: 100%; border-left: 1px dashed #ccc; }

  1. comments .comments-list .comment .children .comment:after{

content: ""; position: absolute; top: 20px; left: -40px; width: 30px; height: 0; border-top: 1px dashed #ccc; }

/* blog single - comment form /*-------------------------------------------*/

  1. comment-form .leave-a-comment{

display: block; width: 40px; height: 40px; margin-top: 2px; float: left; background: url(../images/comment.png) no-repeat center center #22aaee; -moz-border-radius: 99px; -webkit-border-radius: 99px; border-radius: 99px; }

  1. comment-form .form-title ,
  2. comment-form .form-tagline{

padding-left: 60px; }

  1. comment-form .form-title{

text-shadow: none; margin-bottom: 0; }

  1. comment-form .form-tagline{

display: block; }

  1. comment-form .comment-form{

padding-top: 20px; margin: 0; margin-top: 20px; border-top: 1px dashed #d0d0d0; }

  1. comment-form .form-input{

margin-bottom: 20px; }

  1. comment-form .form-input input[type=text]{

margin-right: 20px; width: 30%; }

  1. comment-form .form-input textarea{

width: 95%; height: 150px; }

  1. comment-form .form-input label{

color: #666; }

  1. comment-form .form-input span{

color: #ff3300; margin: 0 3px; }

  1. comment-form .form-input small{

margin-left: 5px; font-size: 10px; color: #999; }

/*-------------------------------------------*/ /* PORTFOLIO /*-------------------------------------------*/

.portfolio .entry .entry-feature > *{ display: block; }

.portfolio .entry-feature img{ width: 100%; }

.portfolio .entry .entry-body{ margin: 0; }

.portfolio .entry .entry-body header{ position: relative; }

.portfolio .entry .entry-title{ margin-bottom: 0; text-shadow: none; }

.portfolio .entry .entry-title a{ color: #333; }

.portfolio .entry .entry-title a small{ margin-left: 10px; font-size: 0.6em; color: #999; }

.portfolio .entry .entry-title a:hover{ color: #22aaee; }

.portfolio .entry .entry-meta{ font: normal 600 10px/1.8em 'Open Sans', Arial, Tahoma, sans-serif; text-transform: uppercase; }

.portfolio .entry .entry-content{ padding-top: 20px; margin-top: 20px; border-top: 1px dashed #ccc; }

.portfolio-1 .entry > .row{ margin: 0; }

.portfolio-2 .entry , .portfolio-3 .entry , .portfolio-4 .entry{ position: relative; border: 1px solid #ececec; background: #fff; -moz-transition: border-color 0.45s ease-out; -webkit-transition: border-color 0.45s ease-out; -o-transition: border-color 0.45s ease-out; -ms-transition: border-color 0.45s ease-out; transition: border-color 0.45s ease-out; }

.portfolio-4 .entry:hover , .portfolio-3 .entry:hover , .portfolio-2 .entry:hover{ border-bottom-color: #22aaee; }

.portfolio-2 .entry .entry-body , .portfolio-3 .entry .entry-body , .portfolio-4 .entry .entry-body{ margin: 0; padding: 15px 20px 20px; }

.portfolio-3 .entry header .entry-title{ font-size: 15px; margin-bottom: -2px; }

.portfolio-3 .entry header .entry-title small{ display: none; }

.portfolio-4 .entry .entry-body{ padding: 10px; text-align: center; }

.portfolio-4 .entry header .entry-title{ font-family: 'Open Sans', Arial, Verdana, sans-serif; font-weight: 400; font-style: normal; font-size: 14px; }

.portfolio-4 .entry header .entry-meta{ color: #999; }

.portfolio-4 .entry header .entry-meta .separator{ padding: 0 1px; }

/* portfolio - filterable /*-------------------------------------------*/

.portfolio.filterable *[class *= "span-"]{ margin-bottom: 30px; }

.portfolio.filterable *[class *= "span-"] .entry-body{ padding: 10px 0; }

.portfolio.filterable *[class *= "span-"].first{ margin-left: 0; clear: left; }

.portfolio.filterable .row{ margin-bottom: -30px; }

/* portfolio - compact /*-------------------------------------------*/

.portfolio.compact .entry{ overflow: hidden; }

.portfolio.compact .entry .entry-wrap{ position: absolute; top: 0; left: 0; }

.portfolio.compact .entry .entry-body{ text-align: left; padding: 15px 20px; }

.portfolio.compact .entry .entry-body header a.more{ display: block; position: absolute; top: 50%; right: 0; margin-top: -15px; width: 30px; height: 30px; cursor: pointer; background: url(../images/plus_minus.png) center 0 no-repeat #666; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -moz-transition: background-color 0.15s ease-out , background-position 0.6s ease-in-out; -webkit-transition: background-color 0.15s ease-out , background-position 0.6s ease-in-out; -o-transition: background-color 0.15s ease-out , background-position 0.6s ease-in-out; -ms-transition: background-color 0.15s ease-out , background-position 0.6s ease-in-out; transition: background-color 0.15s ease-out , background-position 0.6s ease-in-out; }

.portfolio.compact .entry .entry-body header a.more:hover{ background-color: #22aaee; }

.portfolio.compact .entry.active .entry-body header a.more{ background-position: center -30px; }

.portfolio.compact .entry.active{ border-color: #d9d9d9; }

/*-------------------------------------------*/ /* PAGES /*-------------------------------------------*/

/* home /*-------------------------------------------*/

  1. page-header.center:before{

width: 0; }

  1. page-header.center small{

margin: 0; display: block; font-size: 18px; }

.clients-grid .entry{ display: block; margin-bottom: 20px; border: 1px solid #ececec; background: #fff; -moz-transition: border-color 0.15s ease-out; -webkit-transition: border-color 0.15s ease-out; -o-transition: border-color 0.15s ease-out; -ms-transition: border-color 0.15s ease-out; transition: border-color 0.15s ease-out; }

.clients-grid .entry img{ display: block; width: 100%; }

.clients-grid .entry:hover{ border-bottom-color: #22aaee; }

.services-grid *[class *= "span-"]{ margin-bottom: 0; }

/* about /*-------------------------------------------*/

a.vcard , a.vcard:hover{ display: block; text-align: center; color: #fff; text-shadow: 0 1px 1px rgba(0,0,0,0.5); }

.vcard .overlay-icon{ margin: 0; padding: 20px; top: 0; left: 0; display: block; width: auto; height: auto; background: none; }

.vcard .overlay-color{ background-color: #22aaee; }

.vcard h3, .vcard h5{ color: #fff; text-shadow: 0 1px 1px rgba(0,0,0,0.5); }

.vcard h3{ margin: 0; }

.vcard h5{ color: rgba(255,255,255,0.75); }

/* faq /*-------------------------------------------*/

.toggle-title h3{ margin: 0; margin-top: 0; display: inline-block; vertical-align: middle; line-height: 1em; text-shadow: none; font-size: 14px; color: #666; }

.toggle.active .toggle-title h3 , .toggle .toggle-title:hover h3{ color: #22aaee; }

/* services /*-------------------------------------------*/

.service .service-image , .service .service-title{ display: inline-block; vertical-align: middle; margin: 0; }

.service .service-title{ margin-left: 10px; }

.service .service-title small{ display: block; color: #999; text-shadow: none; font-size: 0.8em; }

.service .service-description{ margin-top: 10px; padding-top: 10px; border-top: 1px dashed #d0d0d0; }

/*-------------------------------------------*/ /* COMMON /*-------------------------------------------*/

.meta{ font-family: 'Open Sans', Arial, Verdana, sans-serif; font-style: normal; font-weight: normal; font-size: 10px; color: #666; text-transform: uppercase; }

.fancy-title{ position: relative; padding-bottom: 10px; margin-bottom: 15px; border-bottom: 1px dashed #d0d0d0; }

.fancy-title:before{ content: ""; position: absolute; top: 50%; left: -20px; margin-top: -5px; width: 10px; height: 1px; background: #22aaee; }

.colored{ color: #22aaee; }

.divider{ margin: 40px 0; height: 10px; background: url(../images/hash.png) repeat top left; }

.divider.micro{ margin: 20px 0; }

.divider.dashed{ margin: 20px 0; height: 1px; border-top: 1px dashed #d0d0d0; background: none; }

.video-wrap{ position: relative; padding-top: 56%; }

.video-wrap iframe{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; }

.has-divider{ position: relative; padding-bottom: 50px; margin-bottom: 40px; }

.has-divider.micro{ padding-bottom: 30px; margin-bottom: 20px; }

.has-divider:before{ content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 10px; background: url(../images/hash.png) repeat top left; }

.has-divider.dashed:before{ border-top: 1px dashed #d0d0d0; height: 1px; background: none; }

.has-divider:last-child , .has-divider.micro:last-child{ padding-bottom: 0; margin-bottom: 0; }

.has-divider:last-child:before{ height: 0; }

/*-------------------------------------------*/ /* MEDIA QUERIES /*-------------------------------------------*/

/* 1024px /*-------------------------------------------*/

@media(max-width: 950px){

h1{ font-size: 22px; } h2{ font-size: 17px; } h3{ font-size: 15px; }

#main-nav-menu ul li a{ padding: 0 15px; }

#logo #site-description{ font-size: 0.96em; }

#footer #footer-nav-menu li{ display: inline-block; float: none; }

#footer #footer-nav-menu li:first-child a{ padding-left: 0; border: none; }

.has-divider{ padding-bottom: 40px; margin-bottom: 30px; }

.has-divider.micro{ padding-bottom: 25px; margin-bottom: 15px; }

.sticky-nav{ margin-left: 58px !important; }

.back-to-top{ right: 5px; }

.portfolio .entry .entry-meta{ font-size: 9px; }

.portfolio.compact .entry .entry-body header a.more{ margin-top: -12px; width: 24px; height: 24px; background-position: center -3px; }

.portfolio.compact .entry.active .entry-body header a.more{ background-position: center -33px; }

}

/* 768px /*-------------------------------------------*/

@media(max-width: 768px){

h1{ font-size: 20px; } h2{ font-size: 16px; } h3, h4{ font-size: 14px; } h5, h6{ font-size: 11px; }

#main-nav-menu{ display: none; }

#responsive-main-nav-menu{ display: block; width: 40%; position: absolute; height: 30px; top: 50%; right: 0; margin-top: -15px; }

#header{ margin-bottom: 35px; }

#page-header{ text-align: center; margin-bottom: 35px; }

#page-header:before{ width: 0; height: 0; }

#page-header > * span{ position: relative; }

#page-header > * small{ display: block; margin: 0; }

#page-header > aside{ position: relative; margin-top: 10px;

   display: inline-block;

white-space: nowrap; }

#page-header > * span:before , #page-header > * span:after{ content: ""; position: absolute; top: 50%; left: -40px; width: 20px; height: 1px; background: #22aaee; }

#page-header > * span:after{ left: auto; right: -40px; }

#page-content{ padding: 35px; margin-left: -35px; }

.home-slider *[class *= "span-"]{ text-align: center; float: none; display: block; width: 100%; margin: 0; margin-top: 20px; }

.home-slider *[class *= "span-"]:first-child{ margin-top: 0; }

#footer #footer-left , #footer #footer-right{ text-align: center; width: 100%; margin-bottom: 20px; margin-left: 0; float: none; }

#footer #footer-right{ margin-bottom: 0; padding-top: 20px; border-top: 1px dashed #333; }

#footer #copyright , #footer #footer-nav-menu{ display: block; float: none; }

.back-to-top{ width: 30px; height: 30px; bottom: 10px; }

.back-to-top a{ width: 20px; height: 20px; }

.sticky-nav{ display: none !important; }

.portfolio-3 .entry .entry-body, .portfolio-4 .entry .entry-body { text-align: center; }

}

/* 640px /*-------------------------------------------*/

@media(max-width: 660px){

h1{ font-size: 24px; } h2{ font-size: 18px; } h3{ font-size: 16px; } h4{ font-size: 14px; } h5{ font-size: 12px; } h6{ font-size: 11px; }

#header , #header-container{ height: 140px; text-align: center; }

#header #logo{ position: static; padding: 10px 0; }

#header #responsive-main-nav-menu{ margin-top: 5px; width: 100%; }

#sidebar{ padding-top: 60px; position: relative; }

#sidebar:before{ content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 10px; background: url(../images/hash.png) repeat top left; }

.portfolio-1 .entry-feature{ margin-bottom: -10px !important; }

.portfolio .has-divider{ padding-bottom: 0; margin-bottom: 30px; } }

/* 480px /*-------------------------------------------*/

@media(max-width: 500px){

h1{ font-size: 20px; } h2{ font-size: 15px; }

.blog .entry .entry-meta .comments{ display: block; float: none; }

}

  1. page-header > * span:before ,
  2. page-header > * span:after ,

.fancy-title:before , .vcard .overlay-color , .portfolio.compact .entry .entry-body header a.more:hover ,

  1. comment-form .leave-a-comment ,
  2. comments .leave-a-comment ,

.blog .entry .post-format a , .back-to-top:hover a , .sticky-nav a:hover , ul.list.tags li a:hover , .toggle.active .indicator , .toggle:hover .indicator , .accordion-panel.active .indicator , .accordion-panel-title:hover .indicator , .tab-group li.active , .widget-title:before , button:hover , .button:hover ,

  1. page-header:before ,
  2. cap{

background-color: #22aaee; }

.colored , .toggle.active .toggle-title h3 , .toggle .toggle-title:hover h3 , .portfolio .entry .entry-title a:hover ,

  1. comments .comments-list .comment .comment-author a:hover ,

.blog nav a:hover , .blog .entry-content .more-link:hover , .blog .entry .entry-title a:hover , .contact-form .meta span , .twitter-feed a , .toggle.active .toggle-title , .toggle-title:hover , .accordion-panel.active .accordion-panel-title , .accordion-panel-title:hover , dl dt ,

  1. main-nav-menu > ul > li.current > a ,

a:hover{ color: #22aaee; }

input[type=text]:focus , input[type=password]:focus , textarea:focus{ border-color: #22aaee; }

.clients-grid .entry:hover , .portfolio-4 .entry:hover , .portfolio-3 .entry:hover , .portfolio-2 .entry:hover ,

  1. main-nav-menu > ul > li.current > a{

border-bottom-color: #22aaee; }

blockquote{ border-left-color: #22aaee; }


#page-header > * span:before ,

  1. page-header > * span:after ,

.fancy-title:before , .vcard .overlay-color , .portfolio.compact .entry .entry-body header a.more:hover ,

  1. comment-form .leave-a-comment ,
  2. comments .leave-a-comment ,

.blog .entry .post-format a , .back-to-top:hover a , .sticky-nav a:hover , ul.list.tags li a:hover , .toggle.active .indicator , .toggle:hover .indicator , .accordion-panel.active .indicator , .accordion-panel-title:hover .indicator , .tab-group li.active , .widget-title:before , button:hover , .button:hover ,

  1. page-header:before ,
  2. cap{

background-color: #22aaee; }

.colored , .toggle.active .toggle-title h3 , .toggle .toggle-title:hover h3 , .portfolio .entry .entry-title a:hover ,

  1. comments .comments-list .comment .comment-author a:hover ,

.blog nav a:hover , .blog .entry-content .more-link:hover , .blog .entry .entry-title a:hover , .contact-form .meta span , .twitter-feed a , .toggle.active .toggle-title , .toggle-title:hover , .accordion-panel.active .accordion-panel-title , .accordion-panel-title:hover , dl dt ,

  1. main-nav-menu > ul > li.current > a ,

a:hover{ color: #22aaee; }

input[type=text]:focus , input[type=password]:focus , textarea:focus{ border-color: #22aaee; }

.clients-grid .entry:hover , .portfolio-4 .entry:hover , .portfolio-3 .entry:hover , .portfolio-2 .entry:hover ,

  1. main-nav-menu > ul > li.current > a{

border-bottom-color: #22aaee; }

blockquote{ border-left-color: #22aaee; } /*

   User Style:
   Change the following styles to modify the appearance of ColorBox.  They are
   ordered & tabbed in a way that represents the nesting of the generated HTML.
  • /
  1. cboxOverlay{background: #000000;}
  2. colorbox{}

#cboxTopLeft, #cboxTopRight, #cboxBottomLeft, #cboxBottomRight, #cboxMiddleLeft, #cboxMiddleRight, #cboxTopCenter, #cboxBottomCenter{display: none;}

   #cboxContent{margin-top: 60px; margin-left: 60px; padding-bottom: 60px;background:#fff; overflow: visible;}
       #cboxLoadedContent{margin-bottom:0;}
       #cboxTitle{position:absolute; bottom:15px; left:15px; text-align:left; color:#666666;}
       #cboxCurrent{position:absolute; bottom:15px; left: auto; right:60px; color:#999999;}
       .cboxSlideshow_off #cboxSlideshow{position:absolute; bottom:15px; right:100px; background:url(images/controls.png) no-repeat  -90px center #666; width:30px; height:30px; text-indent:-9999px; z-index: 999;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;-moz-transition: all 0.15s ease-out;-webkit-transition: all 0.15s ease-out;-o-transition: all 0.15s ease-out;-ms-transition: all 0.15s ease-out;transition: all 0.15s ease-out;}
       .cboxSlideshow_off #cboxSlideshow:hover{background-position: -90px center;background-color: #22aaee;}

.cboxSlideshow_on #cboxSlideshow{position:absolute; bottom:15px; right:100px; background:url(images/controls.png) no-repeat -120px center #666; width:30px; height:30px; text-indent:-9999px; z-index: 999;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;-moz-transition: all 0.15s ease-out;-webkit-transition: all 0.15s ease-out;-o-transition: all 0.15s ease-out;-ms-transition: all 0.15s ease-out;transition: all 0.15s ease-out;}

       .cboxSlideshow_on #cboxSlideshow:hover{background-position: -120px center;background-color: #22aaee;}

#cboxPrevious{position:absolute; top:50%; left:0; right: auto; bottom: auto; margin-top: -50px; background:url(images/controls.png) no-repeat -30px center #666; width:30px; height:40px; text-indent:-9999px;-moz-border-radius: 0 4px 4px 0;-webkit-border-radius: 0 4px 4px 0;border-radius: 0 4px 4px 0;-moz-transition: all 0.15s ease-out;-webkit-transition: all 0.15s ease-out;-o-transition: all 0.15s ease-out;-ms-transition: all 0.15s ease-out;transition: all 0.15s ease-out;}

       #cboxPrevious:hover{background-position: -30px center;background-color: #22aaee;}

#cboxNext{position:absolute; top:50%; right:0; left: auto; bottom: auto; margin-top: -50px; background:url(images/controls.png) no-repeat -60px center #666; width:30px; height:40px; text-indent:-9999px;-moz-border-radius: 4px 0 0 4px;-webkit-border-radius: 4px 0 0 4px;border-radius: 4px 0 0 4px;-moz-transition: all 0.15s ease-out;-webkit-transition: all 0.15s ease-out;-o-transition: all 0.15s ease-out;-ms-transition: all 0.15s ease-out;transition: all 0.15s ease-out;}

       #cboxNext:hover{background-position: -60px center;background-color: #22aaee;}
       

#cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;}

       #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
      
  	    #cboxClose{position:absolute; bottom:15px; right:10px; background:url(images/controls.png) no-repeat  0 center #666; width:30px; height:30px; text-indent:-9999px; z-index: 999;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;-moz-transition: all 0.15s ease-out;-webkit-transition: all 0.15s ease-out;-o-transition: all 0.15s ease-out;-ms-transition: all 0.15s ease-out;transition: all 0.15s ease-out;}
       #cboxClose:hover{background-position: 0 center;background-color: #22aaee;}
       #cboxTitle,  #cboxCurrent{font: normal 600 13px/30px 'Open Sans', Arial, sans-serif;}

#cboxCurrent{font-size: 11px;}


/*

* jQuery FlexSlider v1.8
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*/

/* 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 {max-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 {background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; zoom: 1;} .flexslider .slides {zoom: 1;} .flexslider .slides > li {position: relative;} /* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */ /* .flex-container {zoom: 1; position: relative;}

/* Caption style */ /* IE rgba() hack */ /* .flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;} .flex-caption {width: 96%; padding: 2%; margin: 0; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}

/* Direction Nav */ /* .flex-direction-nav { height: 0; } .flex-direction-nav li a {width: 52px; height: 52px; margin: -13px 0 0; display: block; background: url(theme/bg_direction_nav.png) no-repeat; position: absolute; top: 50%; cursor: pointer; text-indent: -999em;} .flex-direction-nav li .next {background-position: -52px 0; right: -21px;} .flex-direction-nav li .prev {left: -20px;} .flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */ /* .flex-control-nav {width: 100%; position: absolute; bottom: -30px; text-align: center;} .flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;} .flex-control-nav li:first-child {margin: 0;} .flex-control-nav li a {width: 13px; height: 13px; display: block; background: url(theme/bg_control_nav.png) no-repeat; cursor: pointer; text-indent: -999em;} .flex-control-nav li a:hover {background-position: 0 -13px;} .flex-control-nav li a.active {background-position: 0 -26px; cursor: default;} .flexslider{ position: relative; }

.flexslider .controls{ display: block; position:absolute; right: 0; top: 50%; z-index: 9; overflow: hidden; height: 40px; margin-top: -20px; }

.flexslider .controls.left-nav{ right: auto; left: 0; }

/* direction nav /*-----------------------------*/

.flexslider .controls .flex-control-nav , .flexslider .controls a.next , .flexslider .controls a.prev{ float: left; -moz-user-select: none; -webkit-user-select: none; user-select: none; }

.flexslider .controls.right-nav .flex-control-nav , .flexslider .controls.right-nav a.next , .flexslider .controls.right-nav a.prev{ float: right; }

.flexslider .controls a.next , .flexslider .controls a.prev{ display: block; width: 30px; height: 40px; text-indent: -9999px; cursor: pointer; background: url(slider-arrow-right.png) no-repeat center center #666; -moz-border-radius: 5px 0 0 5px; -webkit-border-radius: 5px 0 0 5px; border-radius: 5px 0 0 5px; }

.flexslider .controls a.prev{ background: url(slider-arrow-left.png) no-repeat center center #666; }

.flexslider .controls a.next:hover , .flexslider .controls a.prev:hover{ background-color: #22aaee; }

.flexslider .controls.left-nav a.next , .flexslider .controls.left-nav a.prev{ -moz-border-radius: 0 5px 5px 0; -webkit-border-radius: 0 5px 5px 0; border-radius: 0 5px 5px 0; }


.flexslider .controls.right-nav a.next , .flexslider .controls.left-nav a.prev{ position: relative; z-index: 10; }

.flexslider .controls.right-nav:hover a.next , .flexslider .controls.left-nav:hover a.prev{ -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }

/* control nav /*-----------------------------*/

.flexslider .controls .flex-control-nav{ display: inline-block; overflow: hidden; height: 40px; padding: 0 10px; background-color: #333; }

.flexslider .controls .flex-control-nav li{ display: block; float: left; margin: 0 2px; margin-top: 16px; width: 8px; height: 8px; }

.flexslider .controls .flex-control-nav li a{ display: block; width: 8px; height: 8px; cursor: pointer; text-indent: -9999px; background: #999; -moz-border-radius: 99px; -webkit-border-radius: 99px; border-radius: 99px; }

.flexslider .controls .flex-control-nav a:hover{ background: #fff; }

.flexslider .controls .flex-control-nav a.active{ background: #fff; }

.flexslider .slides li{ position: relative; }

.flexslider .slides .flex-caption{ position: absolute; bottom: 0; padding: 10px 20px; color: #fff; background: #666; -moz-border-radius: 0 4px 4px 0; -webkit-border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0; }

.mejs-container{position:relative;background:#000;font-family:Helvetica,Arial;}.me-plugin{position:absolute;}.mejs-embed,.mejs-embed body{width:100%;height:100%;margin:0;padding:0;background:#000;overflow:hidden;}.mejs-container-fullscreen{position:fixed;left:0;top:0;right:0;bottom:0;overflow:hidden;z-index:1000;}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{width:100%;height:100%;}.mejs-background{position:absolute;top:0;left:0;}.mejs-mediaelement{position:absolute;top:0;left:0;width:100%;height:100%;}.mejs-poster{position:absolute;top:0;left:0;}.mejs-poster img{border:0;padding:0;border:0;display:block;}.mejs-overlay{position:absolute;top:0;left:0;}.mejs-overlay-play{cursor:pointer;}.mejs-overlay-button{position:absolute;top:50%;left:50%;width:100px;height:100px;margin:-50px 0 0 -50px;background:url(bigplay.png) no-repeat;}.mejs-overlay:hover .mejs-overlay-button{background-position:0 -100px;}.mejs-overlay-loading{position:absolute;top:50%;left:50%;width:80px;height:80px;margin:-40px 0 0 -40px;background:#333;background:url(background.png);background:rgba(0,0,0,0.9);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(50,50,50,0.9)),to(rgba(0,0,0,0.9)));background:-webkit-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));background:-moz-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));background:-o-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));background:-ms-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));background:linear-gradient(rgba(50,50,50,0.9),rgba(0,0,0,0.9));}.mejs-overlay-loading span{display:block;width:80px;height:80px;background:transparent url(loading.gif) 50% 50% no-repeat;}.mejs-container .mejs-controls{position:absolute;background:none;list-style-type:none;margin:0;padding:0;bottom:0;left:0;background:url(background.png);background:rgba(0,0,0,0.7);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(50,50,50,0.7)),to(rgba(0,0,0,0.7)));background:-webkit-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-moz-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-o-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-ms-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:linear-gradient(rgba(50,50,50,0.7),rgba(0,0,0,0.7));height:30px;width:100%;}.mejs-container .mejs-controls div{list-style-type:none;background-image:none;display:block;float:left;margin:0;padding:0;width:26px;height:26px;font-size:11px;line-height:11px;background:0;font-family:Helvetica,Arial;border:0;}.mejs-controls .mejs-button button{cursor:pointer;display:block;font-size:0;line-height:0;text-decoration:none;margin:7px 5px;padding:0;position:absolute;height:16px;width:16px;border:0;background:transparent url(controls.png) no-repeat;}.mejs-controls .mejs-button button:focus{outline:solid 1px yellow;}.mejs-container .mejs-controls .mejs-time{color:#fff;display:block;height:17px;width:auto;padding:8px 3px 0 3px;overflow:hidden;text-align:center;padding:auto 4px;}.mejs-container .mejs-controls .mejs-time span{font-size:11px;color:#fff;line-height:12px;display:block;float:left;margin:1px 2px 0 0;width:auto;}.mejs-controls .mejs-play button{background-position:0 0;}.mejs-controls .mejs-pause button{background-position:0 -16px;}.mejs-controls .mejs-stop button{background-position:-112px 0;}.mejs-controls div.mejs-time-rail{width:200px;padding-top:5px;}.mejs-controls .mejs-time-rail span{display:block;position:absolute;width:180px;height:10px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;cursor:pointer;}.mejs-controls .mejs-time-rail .mejs-time-total{margin:5px;background:#333;background:rgba(50,50,50,0.8);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(30,30,30,0.8)),to(rgba(60,60,60,0.8)));background:-webkit-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-moz-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-o-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-ms-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:linear-gradient(rgba(30,30,30,0.8),rgba(60,60,60,0.8));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#1E1E1E,endColorstr=#3C3C3C);}.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#3caac8;background:rgba(60,170,200,0.8);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(44,124,145,0.8)),to(rgba(78,183,212,0.8)));background:-webkit-linear-gradient(top,rgba(44,124,145,0.8),rgba(78,183,212,0.8));background:-moz-linear-gradient(top,rgba(44,124,145,0.8),rgba(78,183,212,0.8));background:-o-linear-gradient(top,rgba(44,124,145,0.8),rgba(78,183,212,0.8));background:-ms-linear-gradient(top,rgba(44,124,145,0.8),rgba(78,183,212,0.8));background:linear-gradient(rgba(44,124,145,0.8),rgba(78,183,212,0.8));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#2C7C91,endColorstr=#4EB7D4);width:0;}.mejs-controls .mejs-time-rail .mejs-time-current{width:0;background:#fff;background:rgba(255,255,255,0.8);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(255,255,255,0.9)),to(rgba(200,200,200,0.8)));background:-webkit-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-moz-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-o-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-ms-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:linear-gradient(rgba(255,255,255,0.9),rgba(200,200,200,0.8));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#FFFFFF,endColorstr=#C8C8C8);}.mejs-controls .mejs-time-rail .mejs-time-handle{display:none;position:absolute;margin:0;width:10px;background:#fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;cursor:pointer;border:solid 2px #333;top:-2px;text-align:center;}.mejs-controls .mejs-time-rail .mejs-time-float{position:absolute;display:none;background:#eee;width:36px;height:17px;border:solid 1px #333;top:-26px;margin-left:-18px;text-align:center;color:#111;}.mejs-controls .mejs-time-rail .mejs-time-float-current{margin:2px;width:30px;display:block;text-align:center;left:0;}.mejs-controls .mejs-time-rail .mejs-time-float-corner{position:absolute;display:block;width:0;height:0;line-height:0;border:solid 5px #eee;border-color:#eee transparent transparent transparent;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;top:15px;left:13px;}.mejs-controls .mejs-fullscreen-button button{background-position:-32px 0;}.mejs-controls .mejs-unfullscreen button{background-position:-32px -16px;}.mejs-controls .mejs-mute button{background-position:-16px -16px;}.mejs-controls .mejs-unmute button{background-position:-16px 0;}.mejs-controls .mejs-volume-button{position:relative;}.mejs-controls .mejs-volume-button .mejs-volume-slider{display:none;height:115px;width:25px;background:url(background.png);background:rgba(50,50,50,0.7);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;top:-115px;left:0;z-index:1;position:absolute;margin:0;}.mejs-controls .mejs-volume-button:hover{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total{position:absolute;left:11px;top:8px;width:2px;height:100px;background:#ddd;background:rgba(255,255,255,0.5);margin:0;}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current{position:absolute;left:11px;top:8px;width:2px;height:100px;background:#ddd;background:rgba(255,255,255,0.9);margin:0;}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle{position:absolute;left:4px;top:-3px;width:16px;height:6px;background:#ddd;background:rgba(255,255,255,0.9);cursor:N-resize;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;margin:0;}.mejs-controls .mejs-captions-button{position:relative;}.mejs-controls .mejs-captions-button button{background-position:-48px 0;}.mejs-controls .mejs-captions-button .mejs-captions-selector{visibility:hidden;position:absolute;bottom:26px;right:-10px;width:130px;height:100px;background:url(background.png);background:rgba(50,50,50,0.7);border:solid 1px transparent;padding:10px;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.mejs-controls .mejs-captions-button .mejs-captions-selector ul{margin:0;padding:0;display:block;list-style-type:none!important;overflow:hidden;}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li{margin:0 0 6px 0;padding:0;list-style-type:none!important;display:block;color:#fff;overflow:hidden;}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px;}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label{width:100px;float:left;padding:4px 0 0 0;line-height:15px;font-family:helvetica,arial;font-size:10px;}.mejs-controls .mejs-captions-button .mejs-captions-translations{font-size:10px;margin:0 0 5px 0;}.mejs-chapters{position:absolute;top:0;left:0;-xborder-right:solid 1px #fff;width:10000px;}.mejs-chapters .mejs-chapter{position:absolute;float:left;background:#222;background:rgba(0,0,0,0.7);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(50,50,50,0.7)),to(rgba(0,0,0,0.7)));background:-webkit-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-moz-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-o-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-ms-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:linear-gradient(rgba(50,50,50,0.7),rgba(0,0,0,0.7));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#323232,endColorstr=#000000);overflow:hidden;border:0;}.mejs-chapters .mejs-chapter .mejs-chapter-block{font-size:11px;color:#fff;padding:5px;display:block;border-right:solid 1px #333;border-bottom:solid 1px #333;cursor:pointer;}.mejs-chapters .mejs-chapter .mejs-chapter-block-last{border-right:none;}.mejs-chapters .mejs-chapter .mejs-chapter-block:hover{background:#666;background:rgba(102,102,102,0.7);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(102,102,102,0.7)),to(rgba(50,50,50,0.6)));background:-webkit-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));background:-moz-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));background:-o-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));background:-ms-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));background:linear-gradient(rgba(102,102,102,0.7),rgba(50,50,50,0.6));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#666666,endColorstr=#323232);}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title{font-size:12px;font-weight:bold;display:block;white-space:nowrap;text-overflow:ellipsis;margin:0 0 3px 0;line-height:12px;}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan{font-size:12px;line-height:12px;margin:3px 0 4px 0;display:block;white-space:nowrap;text-overflow:ellipsis;}.mejs-captions-layer{position:absolute;bottom:0;left:0;text-align:center;line-height:22px;font-size:12px;color:#fff;}.mejs-captions-layer a{color:#fff;text-decoration:underline;}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:normal;}.mejs-captions-position{position:absolute;width:100%;bottom:15px;left:0;}.mejs-captions-position-hover{bottom:45px;}.mejs-captions-text{padding:3px 5px;background:url(background.png);background:rgba(20,20,20,0.8);}.mejs-clear{clear:both;}.me-cannotplay a{color:#fff;font-weight:bold;}.me-cannotplay span{padding:15px;display:block;}.mejs-controls .mejs-loop-off button{background-position:-64px -16px;}.mejs-controls .mejs-loop-on button{background-position:-64px 0;}.mejs-controls .mejs-backlight-off button{background-position:-80px -16px;}.mejs-controls .mejs-backlight-on button{background-position:-80px 0;}.mejs-controls .mejs-picturecontrols-button{background-position:-96px 0;}.mejs-contextmenu{position:absolute;width:150px;padding:10px;border-radius:4px;top:0;left:0;background:#fff;border:solid 1px #999;z-index:1001;}.mejs-contextmenu .mejs-contextmenu-separator{height:1px;font-size:0;margin:5px 6px;background:#333;}.mejs-contextmenu .mejs-contextmenu-item{font-family:Helvetica,Arial;font-size:12px;padding:4px 6px;cursor:pointer;color:#333;}.mejs-contextmenu .mejs-contextmenu-item:hover{background:#2C7C91;color:#fff;} .mejs-container{ width: 100% !important; margin-left: -2px; background: none; }

.mejs-controls div.mejs-time-rail{ width: 70.89%; }

.mejs-container .mejs-controls{ border: 1px solid #666; background: url("player_skin.png") 0 -150px repeat-x #333; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }

.mejs-container .mejs-controls div{ width:30px; height:30px; }

.mejs-container .mejs-controls div button{ display: none; }

.mejs-container .mejs-controls .mejs-play , .mejs-container .mejs-controls .mejs-pause , .mejs-container .mejs-controls .mejs-mute , .mejs-container .mejs-controls .mejs-unmute{ cursor: pointer; border-right: 1px solid #555; background: url("player_skin.png") no-repeat; }

.mejs-container .mejs-controls .mejs-play{ background-position: 0 -60px; }

.mejs-container .mejs-controls .mejs-play:hover{ background-position: 0 -90px; }

.mejs-container .mejs-controls .mejs-play:active{ background-position: 0 -120px; }

.mejs-container .mejs-controls .mejs-pause{ background-position: -30px -60px; }

.mejs-container .mejs-controls .mejs-pause:hover{ background-position: -30px -90px; }

.mejs-container .mejs-controls .mejs-pause:active{ background-position: -30px -120px; }

.mejs-container .mejs-controls .mejs-mute{ border-right: none; border-left: 1px solid #555; background-position: -60px -60px; }

.mejs-container .mejs-controls .mejs-mute:hover{ background-position: -60px -90px; }

.mejs-container .mejs-controls .mejs-mute:active{ background-position: -60px -120px; }

.mejs-container .mejs-controls .mejs-unmute{ border-right: none; border-left: 1px solid #555; background-position: -90px -60px; }

.mejs-container .mejs-controls .mejs-unmute:hover{ background-position: -90px -90px; }

.mejs-container .mejs-controls .mejs-unmute:active{ background-position: -90px -120px; }

.mejs-container .mejs-controls .mejs-time{ margin: 0; padding: 0; height: 100%; }

.mejs-container .mejs-controls .mejs-time span{ width: 50px; margin: 0; font: normal normal 12px/30px 'Open Sans Condensed', Arial, sans-serif; text-align: center; text-shadow: 1px 1px 1px #333; color: #fff; }

.mejs-controls .mejs-time-rail .mejs-time-loaded{ background: url(player_skin.png) 0 -190px repeat-x #ff9900; } </style>



</head>