@charset "utf-8";

/* highlighting color */
::selection { background: #DAECF3; /* Safari */ }
::-moz-selection { background: #DAECF3; /* Firefox */ }

/* reset */
*{ margin:0; padding:0; outline:0; }
img { border: 0; }

body { font: 400 13px "Roboto", Sans-Serif; background: #88ABBE url(../images/bg.jpg) no-repeat center top; color: #555; background-size: 100%; }

a  { color: #1F80B7; text-decoration: none; }
a:hover { color: #1F80B7; transition: all 0.2s ease-in-out; }

p  { margin: 0 0 17px; line-height: 1.6em; }
.x:before, .x:after { content: " "; display: table; }  
.x:after { clear: both; }  
.x { clear: both; }
.line { clear: both; border-bottom: 1px solid #ddd; margin: 0 0 20px; }

h1 { font-weight: 300; font-size: 42px; width: 630px; margin: 40px 0 20px 10px; color: #fff; line-height: 62px; }
h2 { margin: 0 0 15px; font-size: 35px; color: #000; line-height: 41px; }
h2 a { color: #000; }
h2.inner { border-bottom: 1px solid #ddd; margin: 0 0 25px; padding: 0 0 10px; }
h3 { margin: 0 0 7px; font-size: 15px; color: #000; line-height: 1.3em; }
h4 { margin: 0 0 7px; font-size: 1.2em; color: #fff; font-weight: bold; line-height: 22px; }

h4 a { color: #fff; }
h2.heading { position: relative; margin: 0 0 20px; color: #3E7EC2; padding: 35px 120px 0 0; font-weight: 700; letter-spacing: -1px; }

h5 { font-size: 17px; font-weight: 700; margin: 0 0 6px; }

/* content holder */
.c { margin: 0 auto; width: 1020px; position: relative; z-index: 5; }
.c.white { background: #fff; padding: 0 20px; -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.c.white.goup { position: relative; margin-top: -230px; }

/* header */
#header { position: relative; height: 430px; z-index: 2; }

#header-info { float: right; padding: 54px 0 0; }

#phone { float: right; margin: 0 0 0 40px; font-size: 26px; color: #fff; }
#phone i { float: left; margin: 3px 14px 0 0; font-size: 18px; }
#social { float: left; margin: 4px 20px 0 0; }
#social a { float: left; width: 36px; height: 28px; padding: 8px 0 0; margin: 0 0 0 5px; background: rgba(0,0,0, .4); border-radius: 100%; color: #fff; text-align: center; font-size: 14px; }
#social a:hover { background: #3E7EC2; }

#search { float: left; height: 41px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background: rgba(0,0,0, .4); }
input.searchtext { float: left; width: 120px; border: 0; padding: 13px; background: none; color: #fff; }
.searchsubmit { float: right; cursor: pointer; border: 0; padding: 12px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background: none; color: #fff; }


/*
#bg { background: url(../images/lines.png) no-repeat center 500px; z-index: 100; position: relative; background-size: 100%; }
*/
#logo { float: left; width: 390px; margin: 57px 0 40px; }

.mobile-menu-toggle { display: none; }
.mobile-menu { display: none; }

/* main menu */
#menu { clear: both; position: relative; margin: 0 -20px; height: 41px; padding: 4px 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background: none repeat scroll 0 0 rgba(0, 0, 0, .3); box-shadow: 0 0 9px 1px rgba(0, 0, 0, .11) inset; -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, .11) inset; }
#menu li { list-style: none; float: left; text-transform: uppercase;  }
#menu li a { float: left; color: #fff; margin: 0 1px; font-weight: 700; padding: 13px 20px 0; height: 28px; text-shadow: 1px 1px rgba(0,0,0, .8); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
#menu li a.current, #menu li a:hover {  }
#menu li a.current { background: #3e7ec2; }
#menu li a:hover { background-color: #3e7ec2; }

/* pitch */
#pitch { clear: left; float: left; color: #fff; width: 100%; text-align: center; padding: 50px 0 0; text-shadow: 5px 5px 10px rgba(0,0,0, .5); }
#pitch h1 { width: auto; font-weight: 400; font-size: 43px; }



#slides { width: 100%; }
.slidesjs-pagination { margin-left: 325px; }
.slidesjs-pagination-item { display: inline; }
.slidesjs-pagination-item a { float: left; text-indent: -9999px; background: #C1D6EC; width: 16px; height: 16px; border-radius: 100%; margin: 0 10px 0 0; }
.slidesjs-pagination-item a.active { background: #3E7EC2; }

/* main content */
#main { float: left; width: 690px; margin: 0 0 30px; }
.inner { padding: 0 0 30px; }
.inner #side { padding: 20px 0 0; }
#main img { max-width: 690px; }

#options { clear: both; border-top: 1px solid #ddd; padding: 15px 0; }
#fb-share, #tw-share, #gplus-share { float: left; margin: 0 15px 0 0; }

.col { float: left; width: 210px; }
.col.last { float: right; width: 455px; }

/* home news */
#news { padding: 0 0 20px; margin: 0 0 30px; border-bottom: 1px solid #ddd; }
.news { float: left; width: 330px; padding: 0 0 13px; }
.news img { width: 330px; border: 1px solid #ddd; margin: 0 0 10px; }
.news:last-child { float: right; }
.news.last { float: right; margin: 0 2px 0 0; }
.mark { display: inline-block; background: #FCEB00; color: #000; padding: 2px 5px; font-size: 11px; font-weight: 700; margin: 0 0 10px; }
.news h5 { clear: both; }

.catnews { clear: left; float: left; width: 320px; margin: 0 0 20px; }
.catnews img { float: left; width: 320px; border: 2px solid #ddd; margin: 0 20px 10px 0; }
.catnews.last { float: right; clear: none; }

.small-news { margin: 0 0 18px; }
.small-news img { float: left; border: 2px solid #eee; padding: 2px; margin: 0 14px 0 0; }
.small-news h5 { font-size: 15px; }
.small-news-desc { float: right; width: 320px; }
.small-news-desc h5 { clear: both; }

/* home page bits */
.bcat { float: left; width: 505px; position: relative; margin: -54px 0 40px; background: #3E7EC2; height: 250px; }
.bcat.last { float: right; }
.bcat-title { background: #3E7EC2; text-shadow: 1px 1px #1E3C5B; padding: 13px 15px 0; height: 41px; font-size: 18px; color: #FCEB00; font-weight: 700; box-shadow: 0px -2px 12px 0px rgba(66,74,78, .3); }

.bit { float: left; width: 210px; padding: 0 20px; color: #C1D6EC; font-size: 12px; }
.bit h4 { font-weight: 400; font-size: 15px; color: #fff; }
.bit h4 a:hover { color: #FDED01; }


/* sidebar */
#side { position: relative; float: right; width: 300px; padding: 0 0 30px; }
#side h4 { background: #333; padding: 18px 13px 0; height: 28px; color: #fff; margin: 0; }

/* other stuff */
#other { float: left; width: 165px; height: 95px; padding: 22px 120px 0 15px; border-bottom: 1px solid #ddd; line-height: 1.6em; background: url(../images/dodaci.png) no-repeat; margin: 0 0 10px; }
#other span { font-size: 15px; color: #000; line-height: 30px; font-weight: 700; }

.sidemenu { clear: both; background: #fff; }
.sidemenu li { list-style: none; display: inline; }
.sidemenu li a { float: left; text-shadow: 1px 1px #fff; padding: 14px 16px; border-top: 1px solid #AACFDD; margin: 0 2px 0 0; background: #F5FAFC; border-top-left-radius: 6px; border-top-right-radius: 6px; font-weight: 700; }
.sidemenu li a:hover, .sidemenu li a.current { background: #DCEBF1; }

/* faq ticker */
#ticker { height: 60px; overflow: hidden; }
#ticker li { height: 60px; line-height: 20px; padding: 0 20px 0 0; }
#ticker li a { color: #fff; font-size: 14px; }
.box.faq { background: #3E7EC2; }
.box.faq p { color: #fff; font-weight: 700; font-size: 16px; background: #5E92CC; padding: 15px; position: relative; margin: -15px -15px 10px -15px; }
#ticker li a i { font-size: 12px; color: #89AFDA; }

#side ul { }
#side ul li { list-style: none; }
#side ul li a { cursor: pointer; }

#procats { margin: 0 0 20px; }
#procats li { font-size: 13px; font-weight: 900; text-transform: uppercase; }
#procats li a { display: block; background: #3E7EC2; border-bottom: 1px solid #366DAB; color: #fff; padding: 10px 14px; }
#procats li.last a { border-bottom: 0; }
#procats li.last a.current { }
#procats li a.current { color: #FCEB08; }
#procats li a:hover { color: #FCEB08; }
#procats li a i { float: left; color: rgba(255,255,255, .4); margin: 0 12px 0 0; }

/* items */
.item { position: relative; margin: 0 0 11px; height: 68px; }
.item.odd { background: #C0DCE7; margin: 0 -15px 11px; padding: 10px 15px; }
.item.last { border: 0; padding: 0; margin: 0; }
.item img { width: 68px; float: left; margin: 0 12px 0 0; border: 1px solid #B9D8E3; }
.item p { padding: 6px 0 0; margin: 0; }
.item p span { }
.item a { font-weight: 400; }

.criteria { background: #F6F9FB; padding: 10px; margin: 0 0 20px; border: 1px solid #AED0E1; }
.criteria select { padding: 5px; width: 320px; border: 1px solid #AED0E1; }
.label { float: left; width: 325px; margin: 0 0 5px; color: #1F80B7; font-size: .84em; text-transform: uppercase; }
.all { font-weight: bold; }

/* products */
.product { width: 160px; float: left; padding: 1px; margin: 0 9px 9px 0; background: #CBE1EB; height: 232px; }
.product.last { margin-right: 0; }
.product img { width: 160px; }
.product p { padding: 6px 7px 8px; margin: 0; }
.product p a { }

/* product inner */
.pimg { float: right; margin: 0 0 0 20px; }
.pdesc { font-size: 1.1em; color: #444; line-height: 1.6em; padding: 20px 0 0; }
.prel { float: left; height: 70px; width: 315px; margin: 0 20px 0 0; }
.prel img { width: 60px; float: left; margin: 0 20px 0 0; border: 1px solid #B9D8E3; }
.prel p { float: left; padding: 5px 0 0; width: 200px; }

/* news inner */
#teaser { color: #222; }
#headimg { margin: 0 0 20px; }
#author { margin: 0 0 20px; color: #366E9F; }
#author span { }
#article { line-height: 1.64em; color: #444; }
#article ul { margin: 0 0 30px 14px; }
.img-left { clear: left; float: left; max-width: 350px; margin: 0 20px 15px 0; }
.img-right { float: right; width: 350px; margin: 0 0 15px 20px; }
hr { clear: both; border: 1px solid #eee; }

/* category */
.cat-teaser { font-size: 13px; }

.box { clear: both; background: #DCEBF1; padding: 15px; margin: 0 0 20px; }

.ovitem { float: left; margin: 0 0 20px; clear: both; }
.ovitem img { float: left; }
.overlay { clear: both; margin: 0 0 0; }
.overlay a { color: #fff; font-size: 16px; font-weight: 900; text-shadow: #333 1px 1px; float: left; position: relative; margin: -44px 0 0; height: 20px; width: 186px; padding: 12px; }

.video a { float: left; background: url(../images/video.jpg) no-repeat; height: 100px; width: 210px; font-weight: 900; color: #fff; padding: 66px 0 0 12px; font-size: 17px; text-shadow: 1px 1px #000;  }

/* gallery */
#gallery { clear: both; height: 225px; border-bottom: 1px solid #ddd; position: relative; margin: 0 0 30px; }
#gallery .gallery { position: relative; overflow: hidden; width: 690px; height: 175px; }
#gallery .gallery .items { width: 20000em; position: absolute; }
#gallery .items ul { list-style: none; float: left; margin: 0; }
#gallery .items ul li { float: left; list-style: none; width: 160px; margin: 0 16px 0 0; }
#gallery-title { float: left; margin: 10px 0 0; color: #222; height: 45px; font-weight: 900; }

/* gallery arrows */
#gallery a.arrows { float: right; display: block; z-index: 100; padding: 10px 16px; background: #eee; }
#gallery a.arrows:hover { background: #3E7EC2; color: #fff; }
#gallery a.prev { }
#gallery a.next { margin: 0 0 0 1px; }

/* pagination */
#pag { margin: 0 0 20px; font-size: .84em; text-transform: uppercase; height: 37px; }
#pag a, #pag span { float: left; padding: 10px 14px; margin: 0 3px 0 0; background: #fff; border: 1px solid #ddd; color: #000; text-shadow: #fff 1px 1px; }
#pag a:hover { background: #eee; }
#pag a.current { color: #767676; font-weight: 700; }




/* lightbox */
#jquery-overlay { position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; }
#jquery-lightbox { position: absolute; top: 0; left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0; }
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box { position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#lightbox-container-image { padding: 10px; }
#lightbox-loading { position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#lightbox-nav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext { width: 49%; height: 100%; zoom: 1; display: block; }
#lightbox-nav-btnPrev { left: 0; float: left; }
#lightbox-nav-btnNext { right: 0; float: right; }
#lightbox-container-image-data-box { font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%; padding: 0 10px 0; }
#lightbox-container-image-data { padding: 0 10px; color: #666; }
#lightbox-container-image-data #lightbox-image-details { width: 70%; float: left; text-align: left; }	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber { display: block; clear: left; padding-bottom: 1.0em;}			
#lightbox-secNav-btnClose { width: 66px; float: right; padding-bottom: 0.7em; }

/* map */
.map { padding: 0 0 20px; margin: 0 0 30px; border-bottom: 1px solid #ddd; }
.map-contact { height: 64px; padding: 20px 0 0; }
.map h3 { font-size: 22px; }
.map img { margin: 45px 0 0; }
.gmap { float: right; }

/* forms */
fieldset { border: 0; }
label { display: block; color: #000; padding: 0 0 2px; }
input.text, textarea.text { width: 250px; padding: 5px; border: 0; border-bottom: 2px solid #ddd; margin: 0 0 3px; }
textarea.text  { width: 400px; height: 120px; }
input.submit { color: #fff; padding: 7px 10px; border: 0; font-weight: bold; }
	
/* footer */
#footer { clear: both; color: #394850; padding: 35px 10px 10px; }
#footer-logo { float: left; width: 250px; }
.footer-col { float: left; margin: 0 65px 30px 0; width: 144px; }
.footer-col.last { margin: 0; }
.footer-col a i.location { float: left; margin: 0 7px 0 0; color: rgba(0,0,0, .3); font-size: 18px; }
.footer-col a i.location:hover { color: #000; }
.footer-col p { display: inline-block; margin: 0 0 4px; color: #434446; line-height: 22px; }
p.footer-ttl { text-transform: uppercase; margin: 0 0 10px; font-weight: 900; color: #394850; }
.days { float: left; margin: 0 10px 0 0; width: 110px; }
.hours { float: right; margin: 0 8px 0 0; font-weight: 700; }
.hours i { float: left; margin: 1px 8px 0 0; color: rgba(0,0,0, .3); }
#copy { clear: both; border-top: 1px solid #6492AA; padding: 20px 0 0; }

#payment { float: right; }
#payment img { float: left; margin: 0 0 0 8px; opacity: .5; }
#payment img:hover { opacity: 1; transition: all 0.2s ease-in-out; }
#amex img { margin-top: 7px; }
#visa img { margin-top: 5px; }
#maestro img { margin-top: 2px; }
#payment p.footer-ttl { text-align: right; }

/* compare */
#compare { min-height: 600px; padding: 30px 0 0; }
#compare-with { clear: both; padding: 15px 0 5px; }
#compare-with input.submit { font: 900 13px "Roboto", Sans-Serif; background: #3E7EC2; color: #fff; padding: 9px; border: 0; border-radius: 4px; text-transform: uppercase; }
#compare-with input.submit:hover { background: #5089A5; cursor: pointer; }
.compare { border-collapse: collapse; width: 100%; font-size: .9em; border-bottom: 1px solid #ddd; margin: 0 0 30px; }
.compare select.select { width: 220px; padding: 4px; border: 1px solid #ccc; width: 99%; }
.compare td { padding: 5px 7px; border-right: 1px dotted #ccc; }
.compare td.last { border-right: 0; }
.compare thead td { font-size: .9em; padding: 0 7px 15px; color: #999; border-bottom: 3px solid #ddd; }
.compare td.param { width: 190px; font-weight: bold; }
.compare thead.tborder td { border-top: 1px solid #ddd; padding-top: 15px; }
.compare td.td_image { text-align: center; }
.compare .bborder td { border-bottom: 1px solid #ddd; }
.compare .lensmore td { font-weight: 700; font-size: 14px; padding: 10px 7px 5px 7px; text-transform: uppercase; }
.compare .lensmore td a { color: #365F72; }
.compare.prescription { width: 380px; float: left; }
.compare.prescription td.current { background: #528DAA; color: #fff; }
.compare.prescription td.em { border: 0; padding-top: 14px; font-size: .94em; color: #888; font-style: italic; }
#descriptions { float: right; width: 270px; padding: 50px 0 0; }

/* top */
#toTop { display: none; text-decoration: none; position: fixed; bottom: 30px; right: 20px; overflow: hidden; width: 32px; height: 32px; text-indent: -9999px; background:url(../images/top.png) no-repeat left top; opacity: .5; }

/* dialog box with overlay */
#overlay { position: fixed; top: 0; right: 0; bottom: 0; left: 0; height: 100%; background: rgba(0,0,0, .8); z-index: 1000; }
#dialog { } 
#box { position: fixed; z-index: 1001; margin: 0 auto; top: 50%; left: 0; right: 0; width: 900px; height: 617px; background: #fff; border-radius: 3px; -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, .4); -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, .4); box-shadow: 0 0 14px 0 rgba(0, 0, 0, .4); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
#box img { float: left; border-radius: 3px; width: 100%; }
#close { position: absolute; top: 10px; right: 10px; font-size: 24px; padding: 10px; line-height: 22px; height: 20px; width: 20px; text-align: center; background: rgba(255,255,255, 1); border-radius: 15px; font-weight: 800; cursor: pointer; color: rgba(0,0,0, 1); }
#close:hover {  }
#box.video-ad { width: 600px; height: 335px; }
#box.video-ad video { width: 100%; float: left; }
