

/* INCREASE FONT, DECREASE FONT, RESET FONT */



a.increaseFont{
    background:transparent url("../images/increaseFont.png") no-repeat left top;
    display:block;
    height:24px;
    text-indent:-2000px;
    width:25px;
}
a.resetFont{
    background:transparent url("../images/resetFont.png") no-repeat left top;
    display:block;
    height:24px;
    text-indent:-2000px;
    width:17px;
}
a.decreaseFont{
    background:transparent url("../images/decreaseFont.png") no-repeat left top;
    display:block;
    height:24px;
    text-indent:-2000px;
    width:18px;
}
/* @end */

.data {
    position: relative;
}

.addthis_toolbox.addthis_default_style .facebook_share {
    float: left !important;
    margin-bottom: 10px;
}
.addthis_toolbox.addthis_default_style .twitter-share-button {
    float: left;
    margin-bottom: 15px;
}
.addthis_toolbox.addthis_default_style #___plusone_0 {
    float: left !important;
    margin-bottom: 15px !important;
}
.addthis_toolbox.addthis_default_style .fb-like {
    float: left !important;
    margin-bottom: 14px;
    display: inline-block;
    position: relative;
}
.addthis_toolbox.addthis_default_style .fb-like span {
    width: 130px !important;
}
.addthis_toolbox.addthis_default_style span {
    line-height: 10px !important;
}
.itemPage img{
    max-width: 100%;
    width:auto
}

#content .box-center {
    float: none;
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 20px auto;
}
#content .box-center img{
    display: block;
    margin: 0 auto;
}
#content .box-right {
    margin: 0 0 15px 0;
    float: right;
    padding: 0 0 0 20px;
    width: 50%;
    box-sizing: border-box;
}
#content .box-left {
    margin: 0 0 15px 0;
    padding-right: 20px;
    float: left;
    padding: 0 20px 0 0;
    width: 50%;
    box-sizing: border-box;
}

.children{
    background: #fff;
    margin: 0 20px 20px 0;
    padding: 20px 10px 30px 20px;
    -webkit-box-shadow: 1px 3px 10px 1px rgba(127,127,127,0.2);
    -moz-box-shadow: 1px 3px 10px 1px rgba(127,127,127,0.2);
    box-shadow: 1px 3px 10px 1px rgba(127,127,127,0.2);
    border-radius: 5px;
    width:270px;
    height: 270px;
    float: left;
    position: relative;
    box-sizing: border-box;
}
.children:nth-of-type(3n){
    margin-right: 0;
}

.children .buttonWrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right:0;
    background: #f2f2f2;
    text-align: center;
    padding: 20px 0;
}

#content .children h3{
    padding: 0;
    font-size: 20px;
    margin: 0;
    line-height: 100%;
    color:#123d7b;
    font-weight: 400;
    width: 230px;
    float: left;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#content .children h3 a{
    color:#123d7b;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#content .children h3 a:hover{
    color: #c03a41;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.children a.image img{
    position: absolute;
    bottom: 80px;
    left: 20px;
    width: 100%;
    height: auto;
    max-width: 48px;
}

table.controlNo div{
    margin-top: 10px;
    text-align: center;
    padding-bottom: 5px;
    display: block;
    color: #01397F;
}
table.controlNo tr td input{
    background: #fff;
    color: #666;
    font-size: 14px;
    margin-bottom: 5px;
    padding: 3px 2px;
    width: 100px;
}
table.controlNo tr td input.conNo{
}
table.controlNo tr td input.buttonCon{
    background: #14508e;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: right !important;
    font-family: nioki,Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 9px 20px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    height: 38px;
}
table.controlNo tr td input.buttonCon:hover{
    opacity: 0.9;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
table.controlNo tr td input.wideCon{
    margin-left: 20px;
    width: 460px;
    padding: 0;
    height: 36px;
}