﻿body {
    overflow:hidden;
    margin:0;
    padding:0;
    font-size:14px; font-family:Arial, Helvetica, Sans-Serif; line-height:1.4;
}

/* start customization */
ul.navlist, ol.navlist { list-style:none; padding:0; margin:0; }
ul.navlist li, ol.navlist li { }
ul.navlist-horizontal, ol.navlist-horizontal { overflow:hidden; margin:0; padding:0; }
ul.navlist-horizontal li, ol.navlist-horizontal li { float:left; }
nav.secondary h3 { margin-bottom:10px; padding-left:20px; }
nav.secondary ul { font-size:12px; line-height:18px; }
nav.secondary li { margin-bottom:0; }
ul.bullets { list-style-type:disc; margin:0 15px; }
ul.bullets li { float:none; padding-bottom:3px;}
ol.bullets { list-style-type:decimal; margin:0 18px; }
ol.bullets li { float:none; padding-bottom:3px;}

.modal { z-index:101; display:none; max-width:1100px; background:#fff; font-size:12px; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; -webkit-box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, .3); -moz-box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, .3); box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, .3); }
.modalheader { position:relative; height:65px; border-bottom:solid 1px #d9d9d9; }
.modalheader h2 { line-height:64px; font-size:20px; margin:0; padding-left:20px; color:#333; }
.modalheader .closebuttonwrapper { position:absolute; top:21px; right:22px; }
.modalheader .closebuttonwrapper .closebutton { padding-right:29px; background:url(../images/modals/sprite-icon-close.png) no-repeat right top; font-size:14px; line-height:22px; color:#a7a7a7; cursor:pointer; display:inline-block; }
.modalheader .closebuttonwrapper .closebutton:hover { background-position:right -43px; color:#bbbbbb; text-decoration:none; }
.modal .contentwrapper { padding:20px; background:url(../images/modals/modal-contentwrapper-bg.png) center top no-repeat, #ececec url(../images/bg-light.jpg) 0 0 repeat; }
.modal .contentwrapper .content { padding:20px; background:#fff; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; -webkit-box-shadow:0px 1px 2px 0px rgba(0, 0, 0, .2); box-shadow:0px 1px 2px 0px rgba(0, 0, 0, .2); }
.modal.nofooter .contentwrapper { -moz-border-radius: 0px 0px 5px 5px; -webkit-border-radius: 0px 0px 5px 5px; border-radius: 0px 0px 5px 5px; }
.modalfooterwrapper { border-top:solid 1px #d9d9d9; height:80px; }
.modalfooter { padding:20px 10px 20px 20px; text-align:right; }
.modalfooter .button { padding:9px 14px; margin-right:10px; }
.modal .utilities { padding:10px 0 0 0; }
.modal .content.center { text-align:center; }
.modal.genericprogressmodal .contentwrapper { -moz-border-radius: 0px 0px 5px 5px; -webkit-border-radius: 0px 0px 5px 5px; border-radius: 0px 0px 5px 5px;  }

/* made cmodalbghidden the same as cmodalbg for now 10.09.2014 */
.cmodalbg, .cmodalbghidden { position: fixed; height: 100%; width: 100%; background: url(../images/modals/bg_reveal-modal.png) repeat; z-index: 100; display: none; top: 0; left: 0; }
/* .cmodalbghidden { position: fixed; height: 100%; width: 100%; background: url(../images/modals/bg_reveal-modal-hidden.png) repeat; z-index: 100; display: none; top: 0; left: 0; } */

.customizationmodal { background:#fff url(../images/orderingmodal/orderingmodal-leftmenu-bg.jpg) repeat-y 0 0; color:#222222; }
.customizationmodal .contentrightwrapper { float:left; width:398px; }
.customizationmodal .contentrightwrapper .contentwrapper { padding:25px; background-image:none; background-color:#fff; border-radius:5px; -moz-border-radius:5px; -webkit-border-border:5px; }
.customizationmodal .contentrightwrapper .content { border:solid 1px #d9d9d9; height:400px; overflow-y:scroll; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .1); box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .1); }
.customizationmodal .modalfooterwrapper { background:#ffffff; }
.customizationmodal .leftnav { float:left; width:249px; }
.customizationmodal .leftnav .heading { font-size:19px; padding:19px 0 18px 20px; border-bottom:solid 1px #d9d9d9; font-weight:bold; }
#leftnav-lookandfeel ul { margin-top:10px; }
#leftnav-lookandfeel ul li a { display:block; color:#404040; overflow:hidden; padding:7px 10px 5px 7px; margin:0 10px; height:74px; line-height:59px; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
#leftnav-lookandfeel ul li a i { float:left; width:79px; height:61px; margin-right:8px; background:url(../images/customization/sprite-customization-lookandfeel.png) no-repeat 0 0; }
#leftnav-lookandfeel ul li a.darktheme i { background-position:-7px -7px; }
#leftnav-lookandfeel ul li a.darktheme:hover i { background-position:-107px -7px; }
#leftnav-lookandfeel ul li a.lighttheme i { background-position:-7px -82px; }
#leftnav-lookandfeel ul li a.lighttheme:hover i { background-position:-107px -82px; }
#leftnav-lookandfeel ul li a.premadetheme i { background-position:-7px -156px; }
#leftnav-lookandfeel ul li a.premadetheme:hover i { background-position:-107px -156px; }
#leftnav-lookandfeel ul li a.phototheme i { background-position:-7px -233px; }
#leftnav-lookandfeel ul li a.phototheme:hover i { background-position:-107px -233px; }
#leftnav-lookandfeel ul li a.collagesclassictheme i { background-position:-7px -307px; }
#leftnav-lookandfeel ul li a.collagesclassictheme :hover i { background-position:-107px -307px; }
#leftnav-lookandfeel ul li a.selected { background:#d0d0d0; } 

#leftnav-sitesettings { float:left; width:249px; }
#leftnav-sitesettings li a { display:block; padding:10px 10px 10px 25px; font-size:15px; border-bottom:solid 1px #d9d9d9; font-weight:bold; }
#leftnav-sitesettings li a.selected { background:#fff; }

.customizationmodal .contentwrapper .content .heading { padding:6px; margin-bottom:6px; background:#dedede; border:solid 1px #d0d0d0; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
.customizationmodal .themeswatches { margin-left:-1px; }
.customizationmodal .themeswatches li { float:left; width:58px; height:41px; position:relative; }
.customizationmodal .themeswatches .swatch { cursor:pointer; position:absolute; top:4px; left:4px; width:50px; height:33px; text-indent:-5000px; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, .2); -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .2); box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .2); }
.customizationmodal .themeswatches .swatch:hover { width:54px; height:36px; top:2px; left:2px; -webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, .6); -moz-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, .6); box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, .6); }

.customizationmodal .themeswatches .swatch.hex-000000 { background:#000000; } /* black */
.customizationmodal .themeswatches .swatch.hex-1e1e1e { background:#1e1e1e; } /* gray 1 */
.customizationmodal .themeswatches .swatch.hex-4e4e4e { background:#4e4e4e; } /* gray 2 */
.customizationmodal .themeswatches .swatch.hex-7a7a7a { background:#7a7a7a; } /* gray 3 */
.customizationmodal .themeswatches .swatch.hex-b4b4b4 { background:#b4b4b4; } /* gray 4 */
.customizationmodal .themeswatches .swatch.hex-ffffff { background:#ffffff; } /* white */
.customizationmodal .themeswatches .swatch.hex-625843 { background:#625843; } /* brown 1 */
.customizationmodal .themeswatches .swatch.hex-a7997e { background:#a7997e; } /* brown 2 */
.customizationmodal .themeswatches .swatch.hex-128cb4 { background:#128cb4; } /* teal */
.customizationmodal .themeswatches .swatch.hex-1264b5 { background:#1264b5; } /* blue 1 */
.customizationmodal .themeswatches .swatch.hex-a4c4ff { background:#a4c4ff; } /* baby blue */
.customizationmodal .themeswatches .swatch.hex-123bb5 { background:#123bb5; } /* blue 2 */
.customizationmodal .themeswatches .swatch.hex-1212b5 { background:#1212b5; } /* blue 3 */
.customizationmodal .themeswatches .swatch.hex-3b12b5 { background:#3b12b5; } /* purle 1 */
.customizationmodal .themeswatches .swatch.hex-6412b5 { background:#6412b5; } /* purple 2 */
.customizationmodal .themeswatches .swatch.hex-8c12b5 { background:#8c12b5; } /* magenta 1 */
.customizationmodal .themeswatches .swatch.hex-f2b3ff { background:#f2b3ff; } /* baby pink */
.customizationmodal .themeswatches .swatch.hex-b512b5 { background:#b512b5; } /* magenta 2 */
.customizationmodal .themeswatches .swatch.hex-b5127f { background:#b5127f; } /* pink 1 */
.customizationmodal .themeswatches .swatch.hex-b51256 { background:#b51256; } /* pink 2 */
.customizationmodal .themeswatches .swatch.hex-cf0a2a { background:#cf0a2a; } /* red */
.customizationmodal .themeswatches .swatch.hex-b52d12 { background:#b52d12; } /* orange 1 */
.customizationmodal .themeswatches .swatch.hex-d85f08 { background:#d85f08; } /* orange 2 */
.customizationmodal .themeswatches .swatch.hex-ce8d0c { background:#ce8d0c; } /* yellow orange */
.customizationmodal .themeswatches .swatch.hex-b5a712 { background:#c4b50d; } /* green 1 */
.customizationmodal .themeswatches .swatch.hex-71b512 { background:#a5c212; } /* green 2 */
.customizationmodal .themeswatches .swatch.hex-46bb0a { background:#46bb0a; } /* green 3 */
.customizationmodal .themeswatches .swatch.hex-12b548 { background:#12b548; } /* green 4 */
.customizationmodal .themeswatches .swatch.hex-12b57f { background:#12b57f; } /* sea green 1 */
.customizationmodal .themeswatches .swatch.hex-12b5a7 { background:#12b5a7; } /* sea green 2 */
.customizationmodal .themeswatches .swatch.hex-eaf2e3 { background:#eaf2e3; } /* light grassy green */
.customizationmodal .themeswatches .swatch.hex-cae3e0 { background:#cae3e0; } /* mason */

.customizationmodal .themeswatches .swatch div { border:0; background:url(../images/customization/swatch-gradient.png) 0 bottom no-repeat; height:33px; left: 0; position: absolute; top: 0; width:51px; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
.customizationmodal .themeswatches .swatch.selected { width:54px; height:36px; top:2px; left:2px; -webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, .6); -moz-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, .6); box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, .6); } /* same as hover */
.customizationmodal .themeswatches .swatch:hover div, .customizationmodal .themeswatches .swatch.selected div { border-color: rgba(0, 0, 0, 0.7); border-style: solid; border-width: 4px; height: 36px; left: 0; position: absolute; top: 0; width: 54px; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; }

#customizationbarwrapper {   
   background: #202020;
   background: -webkit-gradient(linear, left top, left bottom, from(#2d2d2d), to(#202020));
   background: -webkit-linear-gradient(top, #2d2d2d, #202020);
   background: -moz-linear-gradient(top, #2d2d2d, #202020);
   background: -ms-linear-gradient(top, #2d2d2d, #202020);
   background: -o-linear-gradient(top, #2d2d2d, #202020);
   background-image: -ms-linear-gradient(top, #2d2d2d 0%, #202020 100%);   
   -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .5);
   -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .5);
   box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .5); 
   text-shadow: #000 0 1px 0;
   color: #ffffff;   
}

#customizationbar { padding:15px 20px; min-width:980px; min-height:70px; margin:0 auto; }
#customizationbar a.sprite-customization { display:block; color:#fff; font-size:14px; font-weight:bold; line-height:40px; }
#customizationbar a.sprite-customization i { float:left; margin-right:8px; background:url(../images/customization/sprite-customization.png) no-repeat 0 0; }
#customizationbar a.sprite-customization.lookandfeel i { background-position:-3px -2px; width:34px; height:40px; }
#customizationbar a.sprite-customization.lookandfeel:hover i { background-position:-73px -2px; }
#customizationbar a.sprite-customization.music i { background-position:-3px -74px; width:42px; height:40px; }
#customizationbar a.sprite-customization.music:hover i { background-position:-73px -74px; }
#customizationbar a.sprite-customization.settings i { background-position:-3px -147px; width:34px; height:40px; }
#customizationbar a.sprite-customization.settings:hover i { background-position:-73px -147px; }
#customizationbar .topleft { float:left; }
#customizationbar .topright { float:right; margin-top:10px; }
#customizationbar .topright a { color:#fff; font-size:14px; font-weight:bold; }
#customizationbar .topleft li { padding-right:35px; }
#customizationbar .topright li { padding-left:35px; }
/* end customization */

#DV_GalleryLoading { position:absolute; top:0; right:0; left:0; bottom:0; text-align:center; z-index:9999; }
#DV_GalleryLoading .content { padding:100px 20px; text-align:center; font-weight:bold; position:relative; z-index:2; color:#fff; }
#DV_GalleryLoading .content img { margin:20px auto; display:block; }
#DV_GalleryLoading .background { background:#000000; opacity:0.9; position:absolute; top:0; right:0; left:0; bottom:0; z-index:1; }


/* header */
#headercontentwrapper { padding:8px 10px; text-align:center; position:relative; z-index:1; }
#headercontentwrapper.ispreview { position:static; }
h2 { font-size:11px; margin:2px auto 0 auto; }
h1 { font-size:18px; margin:-2px auto 0 auto; }

.gallerywrapper { padding-bottom:20px; max-width:1024px; margin:0 auto; }

 /* apply a natural box layout model to all elements */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

/* thumbnails */
/* .thumbnail { -webkit-background-size:80px 80px; background-size:80px 80px; width:80px; height:80px; margin:10px; float:left; overflow:hidden; }     */
.thumbnailborder {
    display:inline-block; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
    border:solid 4px #ffffff;
    margin:10px;
    float:left; overflow:hidden;
    background:#fff;
    text-align:center;
}

.thumbnail {
    width:72px; height:72px; overflow:hidden;      
    -webkit-box-shadow:inset 0px 2px 2px 0px rgba(0, 0, 0, .2); -moz-box-shadow:inset 0px 2px 2px 0px rgba(0, 0, 0, .2); box-shadow:inset 0px 2px 2px 0px rgba(0, 0, 0, .2);  
    -moz-background-size:cover; -webkit-background-size:cover; -o-background-size: cover; background-size:cover;
}  

.thumbnail.ispreview { width:81px !important; height:81px !important; }

.thumbnailwrapper.squareaspectratio .thumbnail {
    -moz-background-size:cover; -webkit-background-size:cover; -o-background-size: cover; background-size:cover;        
}

.thumbnailwrapper.originalaspectratio { float:left; }

.thumbnailwrapper.originalaspectratio td { vertical-align:middle; text-align:center; width:100px; height:100px; }
.thumbnailwrapper.originalaspectratio .thumbnailborder { float:none; margin:0; max-width:80px; max-height:80px; }
.thumbnailwrapper.originalaspectratio img { display:block; max-width:80px; max-height:80px; }


/* simulate iphone5 media query */
.thumbnailwrapper.ispreview.originalaspectratio td { vertical-align:middle; text-align:center; width:109px; height:109px; }
.thumbnailwrapper.ispreview.originalaspectratio .thumbnailborder { float:none; margin:0; max-width:89px; max-height:89px; }
.thumbnailwrapper.ispreview.originalaspectratio img { display:block; max-width:89px; max-height:89px; }

/*
.thumbnailwrapper.originalaspectratio .thumbnailborder .thumbnail {
    -moz-background-size:contain; -webkit-background-size:contain; -o-background-size:contain; background-size:contain;        
    -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none;
    width:90px; height:90px;
}
*/

.thumbnail1 {
    max-width:100%; max-height:100%; display:block; margin:auto;
}  
  
.thumbnailswrapper { padding:10px; }


/* buttons */
.buttonwrapper { text-align:center; margin:0 10px; }
.buttonwrapper .button.seemoreimages { display:block; }

.button {
   background: #117fa4;
   padding: 12px 24px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   color: #ffffff;
   font-size: 14px;
   font-family: helvetica, serif;
   text-decoration: none;
   vertical-align: middle;
   display:inline-block;
   text-align:center;
   outline:0 none;
   font-weight:bold;
   cursor:pointer;
   border:0;
   }
.button:hover {
   background: #188eb5;
   color: #fff;
    text-decoration:none;
   }
.button:active {
   background: #117fa4;
   color: #fff;
}

.button.gray {
    color:#666666;
    background-color:#efefef;
}

.button.gray:hover {
    color:#666666;
    background-color:#e9e9e9;
    text-decoration:none; 
}


.button.gray:active {   
    color:#666666;
    background-color:#efefef;
}

.customizationmodal.mobile .button { color:#ffffff !important; }

.customizationmodal.mobile .button.gray {
    color:#666666 !important;
    background-color:#efefef;
}

.customizationmodal.mobile .button.gray:hover {
    color:#666666 !important;
    background-color:#e9e9e9;  
    text-decoration:none; 
}


.customizationmodal.mobile .button.gray:active {   
    color:#666666 !important;
    background-color:#efefef;
}

.button.small { padding:6px 9px; font-size:12px; }
 

/* footer */
#footer { padding:20px 10px; font-weight:bold; font-size:11px; text-align:center; }
.studioinfo { font-size:15px; margin-top:20px; }
.contactinfo { padding-bottom:15px; margin-bottom:15px; }
.mobilelogo { display:inline-block; margin:0 auto 20px auto; max-width:100%; }

/* tooltip */
.tooltip-ios { color:#333; background:url(../images/mobile/tooltip_down_ios7.png) no-repeat center center; width:241px; height:187px; -webkit-background-size:contain; background-size:contain; display:block; position:absolute; z-index:99; bottom:0; left:50%; margin-left:-120px; }
.tooltip-android {
    color:#333;
    background:#ffffff;
    -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
    padding:20px; width:241px; height:206px; display:block; position:absolute; z-index:99; top:50%; margin-top:-103px; left:50%; margin-left:-120px;
    -webkit-box-shadow:  0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow:  0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}
.tooltip-android ol.bullets { margin-top:10px; }
.tooltip-android ol.bullets li { padding-bottom:9px; }

#DV_Login.error { height:155px; }
.tooltip-login {
    color:#333;
    background:#ffffff;
    -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
    padding:20px; width:241px; height:140px; display:block; position:absolute; z-index:99; top:50%; margin-top:-70px; left:50%; margin-left:-120px;
    -webkit-box-shadow:  0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow:  0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}
.tooltip-login input[type=password] { margin-top:10px; width:200px; }
.tooltip-login input[type=button] { margin-top:6px; width:100px; }

.inputcontainer.error label { color:#f00f0f; font-weight:bold; }
.inputcontainer.error input, .inputcontainer.error select, .inputcontainer.error textarea  { color:#f00f0f; border-color:#e7a8a8; background:#f8ebeb; }
 
/***************************************************/
/*****************   RESOURCES   *******************/
/***************************************************/

.relative { position:relative; }
.floatleft { float:left; }
.floatright { float:right; }
.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.clearfix:before, .clearfix:after { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.hide { display:none !important; }

ul.bullets { list-style-type:disc; margin:0 15px; }
ul.bullets li { float:none; padding-bottom:3px;}
ol.bullets { list-style-type:decimal; margin:0 18px; }
ol.bullets li { float:none; padding-bottom:3px;}

.mobilemodaltextbox { -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; border:solid 1px #cacaca; padding:6px; }


/***************************************************/
/*******************   SHARING   *******************/
/***************************************************/

.sharingwrapper { position:relative; width:276px; margin:0 auto; background:#fff; border:solid 1px #cacaca; box-shadow:0 1px 2px 0 rgba(0,0,0,0.13); -webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,0.13); border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
.sharing { position:relative; overflow:hidden; width:276px; margin:0 auto; }
.sharingtitle { color:#999999; text-transform:uppercase; position:absolute; z-index:0; width:20px; height:66px; margin-left:29px; -webkit-transform:rotate(270deg); -moz-transform:rotate(270deg); -o-transform: rotate(270deg);}
.icon-sharing {width:50px; height:50px; margin:0; position:relative; z-index:1; text-indent:-2000px; overflow:hidden; float:left; background:url(../images/mobile/sprite-icons-sharing.jpg) 0 0 no-repeat;}
.icon-sharing.email { background-position:2px 0; margin-left:20px;}
.icon-sharing.facebook { background-position:-51px 0;}
.icon-sharing.twitter { background-position:-100px 0;}
.icon-sharing.googleplus {background-position:-150px 0;}
#pinterestwrapper a { 
    /* have to override pinterest pin-it styles */
    width:50px !important; height:50px !important; margin:0 !important; position:relative !important; z-index:1 !important; text-indent:-2000px !important; overflow:hidden !important; float:left !important; background:url(../images/mobile/sprite-icons-sharing.jpg) -200px 0 no-repeat !important;
    -moz-background-size:251px 50px !important;
    -ie-background-size:251px 50px !important;
    -o-background-size:251px 50px !important;
    -webkit-background-size:251px 50px !important;
    background-size:251px 50px !important;                      
}

.emaildbbwrapper { width:276px; margin:0 auto; font-size:15px; text-align:center; }
.emaildbbwrapper div.heading { padding-bottom:6px; }
.textboxemaildbb { width:148px; float:left; margin-right:3px; }
.button.btnemaildbb { float:left; margin-right:3px; }
.button.btncancelemaildbb { float:left; }


/***************************************************/
/*********   EMBEDDED LINKS AND VIDEO   ************/
/***************************************************/

.video-wrapper { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; margin:20px 10px 10px 10px; }
.video-wrapper iframe, .video-wrapper object, .video-wrapper embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.embeddedlinks nav { display:block; border:solid 1px #cacaca; background:#fff; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; margin:10px; -moz-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.13); -webkit-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.13); box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.13); }
.embeddedlinks nav a { display:block; padding:10px 40px 10px 10px; font-size:16px; font-weight:bold; color:#222; border-bottom:solid 1px #cacaca; background:url(../images/mobile/caret-right.png) no-repeat right 13px; }
.embeddedlinks nav a:last-child { border-bottom:0; }

/***************************************************/
/******************   NICESCROLL   *****************/
/***************************************************/
.nicescroll-rails * { border:0 !important; }

@media only screen and (max-device-width: 480px) {
    div, p, a, li, td, h1, h2, h3, h4, h5 { -webkit-text-size-adjust:none; }
}