/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
@font-face {
    font-family: 'PFDinDisplayPro';
    src: url('fonts/PFDinDisplayPro-Regular.eot'); /* IE9 Compat Modes */
    src: url('fonts/PFDinDisplayPro-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('fonts/PFDinDisplayPro-Regular.woff') format('woff'), /* Modern Browsers */
        url('fonts/PFDinDisplayPro-Regular.svg#PFDinDisplayPro-Regular') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

*{
    box-sizing:border-box;
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 0px;
    border: 0;
    border-top: 1px dotted #616162;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

body,html{
    height:100%;   
    min-height:600px;
    font-family: 'PFDinDisplayPro', sans-serif;
    background:#f2f2ef;
    min-width:1200px;
}
#leftmenubar {
    float:left;
    width: 150px;
    bottom:0;
    background:#000;
    min-height:600px;
    position:fixed;
    left:0;
    top:0;
    z-index:20;
    padding:0 10px;
    background: #00acdb; /* Old browsers */
    background: -moz-linear-gradient(top,  #00acdb 0%, #00672d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00acdb), color-stop(100%,#00672d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #00acdb 0%,#00672d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #00acdb 0%,#00672d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #00acdb 0%,#00672d 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #00acdb 0%,#00672d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00acdb', endColorstr='#00672d',GradientType=0 ); /* IE6-9 */
}

#leftmenubar.redgradient{
    background: #db6d00; /* Old browsers */
    background: -moz-linear-gradient(top,  #db6d00 0%, #68001c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#db6d00), color-stop(100%,#68001c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #db6d00 0%,#68001c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #db6d00 0%,#68001c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #db6d00 0%,#68001c 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #db6d00 0%,#68001c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db6d00', endColorstr='#68001c',GradientType=0 ); /* IE6-9 */
}

#leftmenubar.purplegradient{
    background: #9e3c8c; /* Old browsers */
    background: -moz-linear-gradient(top,  #9e3c8c 0%, #2f1c4a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9e3c8c), color-stop(100%,#2f1c4a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #9e3c8c 0%,#2f1c4a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #9e3c8c 0%,#2f1c4a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #9e3c8c 0%,#2f1c4a 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #9e3c8c 0%,#2f1c4a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e3c8c', endColorstr='#2f1c4a',GradientType=0 ); /* IE6-9 */
}

#leftmenubar.browngradient{
    background: #caaf11; /* Old browsers */
    background: -moz-linear-gradient(top,  #caaf11 0%, #601108 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#caaf11), color-stop(100%,#601108)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #caaf11 0%,#601108 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #caaf11 0%,#601108 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #caaf11 0%,#601108 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #caaf11 0%,#601108 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#caaf11', endColorstr='#601108',GradientType=0 ); /* IE6-9 */
}

#leftmenubar.bluegradient{
    background: #484c93; /* Old browsers */
    background: -moz-linear-gradient(top,  #484c93 0%, #224046 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#484c93), color-stop(100%,#224046)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #484c93 0%,#224046 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #484c93 0%,#224046 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #484c93 0%,#224046 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #484c93 0%,#224046 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#484c93', endColorstr='#224046',GradientType=0 ); /* IE6-9 */
}

#maincontainer {
    width: 1200px;
    position:relative;
    height: 100%;
}

#maincontent {
    width: 100%;
    padding-left:165px;
    min-height: 100%;
    position:relative;
    padding-top:15px;
    padding-right:15px;
    padding-bottom: 84px;
}

#menu {
    margin:0;
    padding:0;
    list-style:none;
}

#menu>li{
    position:relative;
}

#menu li a{
    text-decoration:none;
    color: #e6e8f2;
    font-size:20px;
    display:inline-block;
    line-height:33px;
    white-space:nowrap;
    transition:all 0.3s;
}

#menu li a:hover, #menu li a.active{
    color:#2e3192;   
}

#logo {
    display:block;
    margin:68px 0;
    opacity:0.9;
    transition:all 0.3s;
}

#logo:hover{
    opacity:1;   
}

#copyright {
    position:absolute;
    bottom:10px;
    left:0;
    width:100%;
    text-align:center;
    color:#FFF;
    font-size:16px;
}

#footer {
    height: 89px;
    position: absolute;
    left: 165px;
    z-index:1;
    bottom:0;
    right:0;
    padding-right: 25px;
    padding-top: 20px;
    padding-bottom:15px;
    background:#f2f2ef;
}

#footer:before{
    position:absolute;
    content:"";
    height:0;
    left: 0;
    right: 25px;
    border-top:1px dotted #616162;
    top: 10px;
}

#header {
    text-align:right;
    font-size:14px;
    color:#616162;
    font-weight:bold;
    padding-bottom:20px;
}

#loadmore {
    font-size:18px;
    color:#f29e0c;
    text-decoration:none;
    transition:all 0.3s;
}

#loadmore:hover{
    color:#878787;   
}

#footerlinks {
    padding:0;
    margin:0;
    list-style:none;
    display:block;
    float:left;
}

#footerlinks li{
    float:left;
    margin-right:5px;
    padding-right:5px;
    border-right:1px solid #616162;
}

#footerlinks li:last-child{}

#footerlinks li a{
    text-decoration:none;
    color:#616162;
    font-size:18px;
    line-height:20px;
    transition:all 0.3s;
}

#footerlinks li a:hover, #footerlinks .socialshare .shareiconsmall a:hover{
    color:#2e3192;   
}

#footerlinkscontainer {
    width:100%;
    margin-top:7px;
}

#logosfooter {
    margin:0;
    padding:0;
    float:right;
    list-style:none;
    margin-top:-5px;
}

#logosfooter li{
    float:right;
    margin-left:10px;
}

#logosfooter li img{
    display:block;   
}

.leftbox {
    width: 668px;
    float:left;
    overflow:hidden;
    padding-bottom:15px;
    border-bottom:1px dotted #616162;
}

.slider {
    float:left;
    width: 330px;
    height: 365px;
    overflow: hidden;
}

.cknllogo {
    float:right;
    width: 241px;
    text-align:right;
    margin-top: 30px;
}

.cknllogo img{
    width:100%;
    height:auto;
    max-width:380px;
    display:inline-block;
}

.slidetitle {
    color:#253482;
    font-size:50px;
    line-height:50px;
    margin-bottom:60px;
    height:100px;
    overflow:hidden;
}

.slidecontent {
    color:#616162;
    font-size:14px;
    line-height:20px;
    margin-bottom: 30px;
    height: 150px;
    overflow:hidden;
    font-weight:bold;}

.slidereadmore {
    font-size:18px;
    color:#ee7000;
    text-decoration:none;
}

.worktitle {
    color:#636363;
    font-size:20px;
    font-family:Georgia, serif;
    font-weight:bold;
    font-style:italic;
    margin-bottom:10px;
}

.workimage {
    max-width:380px;
    width:100%;
    height:auto;
}

.workcategory {
    color:#ee7000;
    font-size:12px;
    text-align:right;
    margin-top:10px;
}

.workcategorylink {
    text-align:right;
    margin-top:5px;
    color:#000;
    text-decoration:none;
    font-size:12px;
    opacity:1;
    transition:all 0.3s;
    float:right
}

.workcategorylink:hover{
    opacity:0.6;
}

.rightcolumn {
    float:right;
    width: 352px;
    padding-left:20px;
    position:relative;
    padding-right: 7px;}

.rightcolumn:before{
    content:'';
    position:absolute;
    left:10px;
    top:0;
    bottom:0;
    border-right:1px dotted #616162;
}

.workbox {
    width: 324px;
    overflow:hidden;
    margin:0 auto;
    padding-bottom: 5px;
}

.beforefootercolumn {
    float:left;
    padding-top:15px;
    width: 668px;
}



.leftworkboxcontainer {
    float:left;
    width:50%;
    padding-right: 10px;
}

.rightworkboxcontainer {
    float:right;
    width:50%;
    padding-left: 10px;
}

#contenthome, #contentabout{
    overflow:hidden;   
}

#contentabout.visible{
    max-height:50000px;
}

#contentabout{
    color:#878787;
    font-size:14px;
    max-height: 100%;
    overflow: hidden;
    transition:all 0.3s;
}

#footerlinks .socialshare{
    position: relative;

    margin-left: 5px;
    border: 0;
}

.socialshare li.socialshare>a{
    position: relative;

    font-size: 20px;
    color: #FFF;
    padding: 11px;
    background: #1aa0c0;
}

.socialsharecontainer{
    position: absolute;
    max-height:0;
    bottom: 24px;
    left: 0;
    background: #FFF;
    z-index: 10;
    transition:all 0.8s;
    overflow:hidden;
}

.socialshareouter{
    background: #FFF;
    width: 275px;
    overflow:hidden;
    border: 4px solid #CCC;
    padding: 10px;
}

.socialshare:hover .socialsharecontainer{
    max-height:400px;
}

.firstline{
    float: left;

}

.secondline{
    float: left;

    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dotted #555555;
    width: 100%;
}

.shares{

}

.shareiconsmall{
    overflow: hidden;

    width: 217px;
    float: left;
}

#footerlinks .socialshare .shareiconsmall a, div.socialshare .shareiconsmall a{
    border: 0;

    font-size: 10px;
    float: left;
    color: #000;
    background: transparent;
    padding: 6px 8px 0 0;
    text-transform: none;
    width: 100px;
    line-height: 14px;
    text-decoration: none;
}

.shareiconsmall i{
    display: inline-block;
    width: 14px;
    text-align: center;
    font-size: 12px;
    color: #999999;
    transition: all 0.3s;
}

.shareiconsmall a:hover i{
    color: #2e3192;;
}

.sharedeco i{
    color: #999999;

    line-height: 50px;
}

.sharedeco{
    float: left;

    font-size: 30px;
    line-height: 45px;
    height: 45px;
}

.shareemail i, .watchyoutube i{
    font-size: 21px;
    float: left;
    margin-right: 5px;
    color: #999999;
    transition: all 0.3s;
}

.shareemail:hover i, .watchyoutube:hover i{
    color: #2e3192;
}

#footerlinks .socialshare a.shareemail, div.socialshare a.shareemail{
    float: left;
    width: 50%;
    background: none;
    box-sizing: border-box;
    padding: 0;
    border: 0;
    font-size: 11px;
    padding-right:10px;
    text-transform: none;
    line-height: 21px;
    color: #2e3192;
    border-right: 1px solid #bfbfbf;
    text-decoration: none;
}

#footerlinks .socialshare a.watchyoutube, div.socialshare a.watchyoutube{
    float: left;
    width: 50%;
    background: none;
    box-sizing: border-box;
    padding: 0;
    border: 0;
    font-size: 11px;
    padding-left:10px;
    text-transform: none;
    line-height: 21px;
    color: #2e3192;
    text-decoration: none;
}

#socialline{
    position:absolute;
    top: 70px;
    right:0;
    list-style-type: none;
}

#socialline li{
    float:left;
    margin-left: 15px;
}

#socialline li a{
    font-size: 19px;
    color:#81cbd8;
    opacity:0.7;
    transition:all 0.3s;
}

#socialline li a:hover{
    opacity:1;
}

#footerlinks .socialshare>a{
    color:#acacaa;
    font-size:30px;
    margin-top: -4px;
    display: block;
}

div.socialshare>a{
    color:#616162;
    font-size:12px;
    text-decoration:none;
    line-height: 24px;
    margin-top: 0px;
    display: block;
}

div.socialshare>a>i{
    background: #636363;

    color: #FFF;
    padding: 3px 5px;
    font-size: 14px;
    display: inline-block;
}

.extraworkboxcontainer{
    float:left;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px dotted #616162;
    padding-bottom: 10px;
}

#extraboxes{
    transition:all 1s;
}

#extraboxes .extraworkboxcontainer:last-child{
    padding-right:0;
    margin-right: 0;
    border-right: 0;
}

.extraworksline{
    overflow: hidden;
}

#pagerfront{
    position: absolute;
    z-index: 200;
    top: 110px;
    left: 3px;
}

#pagerfront span{
    text-indent:-9999px;
    display:inline-block;
    width:10px;
    height:10px;
    background: #bcbdc0;
    margin-right:5px;
    border-radius: 50%;
    transition:all 0.3s;
    cursor: pointer;
}

#pagerfront span.cycle-pager-active, #pagerfront span:hover{
    background:#13a89e;
}

.padleft{
    padding-left:180px;
}

#contentabout table td:last-child{
    width:297px;
    padding:0;
}

#contentabout table td{
    vertical-align:top;
    padding-right:30px;
    width: 543px;
}

#contentabout table td:last-child img{
    height:auto;
    margin: 0 auto 20px;
    display: block;
    max-width: 100%;
}

p{
    padding-bottom:20px;
    padding-top:0;
    margin:0;
}

#titleback h1{
    color:#253482;
    font-size:30px;
    font-weight:bold;
    float:left;
    margin: 0;
    padding: 0;
}

#titleback{
    overflow:hidden;
    margin-bottom: 20px;
}

#titleback a{
    text-decoration:none;
    color:#253482;
    font-size:14px;
    float:right;
    font-weight:bold;
    transition:all 0.3s;
}

#titleback a:hover{
    color:#ee7000;
}

.floatingmenu{
    position:fixed;
    left: 150px;
    top: 190px;
}

.floatingmenu ul{
    list-style:none;
    margin:0;
    padding:0;
    background:#969698;
}

.floatingmenu ul li{
    background:transparent;
}

.floatingmenu ul li.double{
    background:#adadae;
}

.floatingmenu ul li a{
    color:#616162;
    text-decoration:none;
    transition:all 0.3s;
    font-size:15px;
    display:block;
    line-height: 18px;
    width:160px;
    padding-left:35px;
    overflow: hidden;
    padding-top: 13px;
    padding-bottom: 10px;
}

.floatingmenu ul li a .plus{
    color:#FFF;
    display:inline-block;
    line-height: 15px;
    float: left;
    margin-right: 5px;
}

.floatingmenu ul li a:hover, .floatingmenu ul li a:hover .plus, .floatingmenu ul li a.active, .floatingmenu ul li a.active .plus{
    color:#2e3192;
}

.innerworkscontainer{
    width:697px;
}

.innerwork{

}

.innerwork img{
    margin-bottom:10px;
    width:100%;
    height:auto;
}

.innerwork h2{
    color:#616162;
    margin:0 0 10px 0;
    padding:0;
    font-weight:bold;
    font-style:italic;
    font-size:20px;
    font-family: 'Georgia', serif;
}

.innerworkintro{
    margin-bottom:20px;
    color:#616162;
    font-size:14px;
    line-height:21px;
}

.slide{
    z-index:1;
}

#loadspinner{
    display:none;
}

#loadspinner:before{
    display:inline-block;
    width: 15px;
    height: 15px;
    font-size: 21px;
}

.blogajaxbox{
    width:540px;
}

.blogtitle{
    padding-bottom:10px;
    font-size:20px;
    font-family:'Georgia', serif;
    font-style: italic;
    font-weight:bold;
    color:#616162;
}

.blogimage{
    display:block;
    padding-bottom:10px;
}

.blogintro{
    color:#878787;
    font-size:14px;
    padding-bottom:10px;
}

.blogajaxbox{
    padding-bottom:20px;
}

.blogreadmore{
    color:#f29e0c;
    font-size:17px;
    text-decoration:none;
}

div.socialshare{
    float:right;
    position:relative;
}

#gallerytitleshare{
    padding-bottom:10px;
}

.gallerytitle{
    float:left;
    font-size:17px;
    color:#f29e0c;
}

.blogthumb{
    float:left;
    width:25%;
    padding:0 5px 10px;
}

.blogthumb img{
    width:100%;
    height:auto;
}

.articlegallery{
    overflow:hidden;
    margin:0 -5px;
}

div.socialshare .socialsharecontainer{
    left: 100%;
    top: 0;
    bottom: auto;
    border: 0;
    padding-left: 10px;
    background:transparent;
}

div.socialshare .socialsharecontainer .socialshareouter{
    border:0;
    background:#FFF;
}

#contentabout h4{
    font-size:24px;
    margin:0;
    padding:0;
    color:#4c4646;
    font-weight:normal;
    line-height: 16px;
}

#contentabout h5{
    font-size:24px;
    margin:0;
    padding:0;
    color:#878787;
    font-weight:normal;
    margin-bottom:20px;
}

#contentabout td h1{
    font-size:50px;
    font-weight:normal;
    line-height: 41px;
    text-transform:uppercase;
    margin-top:0;
    padding-top:0;
}

table.iamvictim tr td:first-child{
    background:url('../img/iamvictim.jpg') no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}

.padleft hr{
    position:relative;
    left: -180px;
    width: 1010px;
}

#contentabout img{
    max-width:100%;
}

.homeextraboxes .extraworksline .extraworkboxcontainer:first-child{
    border-right:0;
}

.footerpowered{
    display: block;

    position: absolute;
    left: 50%;
    margin-left: -95px;
    bottom: 14px;
}

.endingtext{
}

.poembox, .cmsloadmorebox{
    margin-bottom:30px;
}