.bannercontainer-simple
{
    width: 100% !important;
    position: relative;
    padding: 0;
    height:620px !important;
    overflow: hidden;
}
.banner-simple {height:620px !important;}
.caption.big_white
{
    padding: 50px 40% 0 0;
    height: 178px;
    line-height: 40px;
    width: 520px;
    font-family: 'con-seguilight';
    font-size: 35px !important;
    color: #000;
    text-shadow: 0px 1px 0px #777;
}
.caption.big_whitesmoke
{
    line-height: 40px;
    font-family: 'con-seguilight';
    font-size: 25px !important;
    padding: 8px 15px;
    background: #FFC000;
    color: #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.caption.big_green
{
    padding: 50px 40% 0 0;
    line-height: 40px;
    font-family: 'con-seguilight';
    font-size: 30px !important;
    color: #fe0000;
}
.caption.big_orange
{
    padding: 50px 40% 0 0;
    height: 178px;
    line-height: 40px;
    width: 520px;
    font-family: 'con-seguilight';
    font-size: 35px !important;
    color: #db6710;
}
.caption.big_desc
{
    padding: 50px 40% 0 0;
    line-height: 25px;
    width: 400px;
    font-size: 16px !important;
    text-align: justify;
}
.caption.medium_grey
{
    position: absolute;
    color: #777;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    font-family: Arial;
    padding: 2px 4px;
    margin: 0px;
    width: 380px;
    white-space: normal !important;
}
.button
{
    padding: 6px 13px 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 30px;
    cursor: pointer;
    color: #fff !important;
    font-size: 12px;
    line-height: 45px !important;
    background: #015880;
}
.tp-bullets
{
    z-index: 100;
    position: absolute;
    bottom: 10px;
    left: 50%;
    right: 50%;
}
.tp-bullets.simplebullets
{
    bottom: 10px;
}
.tp-bullets.simplebullets.navbar
{
    bottom: -20px;
    background: url(http://zinfonet.com/images/navigdots_bgtile.png);
    height: 35px;
    padding: 0px 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: -17px;
}

.tp-bullets.simplebullets .bullet
{
    cursor: pointer;
    position: relative;
    background: url(http://zinfonet.com/images/bullets.png) no-Repeat bottom left;
    width: 23px;
    height: 23px;
    margin-right: 0px;
    float: left;
    margin-top: -12px;
}
.tp-bullets.simplebullets .bullet.last
{
    margin-right: 0px;
}

.tp-bullets.simplebullets.square .bullet
{
    cursor: pointer;
    position: relative;
    background: url(http://zinfonet.com/images/bullets2.png) no-Repeat bottom left;
    width: 19px;
    height: 19px;
    margin-right: 0px;
    float: left;
    margin-top: -10px;
}
.tp-bullets.simplebullets.square .bullet.last
{
    margin-right: 0px;
}

.tp-bullets.simplebullets .bullet:hover, .tp-bullets.simplebullets .bullet.selected
{
    background-position: top left;
}

.tp-leftarrow.large
{
    z-index: 800;
    cursor: pointer;
    position: absolute;
    background: url(http://zinfonet.com/images/arrow_large_left.png) no-Repeat top left;
    width: 46px;
    height: 46px;
    left: 20px;
    top: 50%;
}
.tp-rightarrow.large
{
    z-index: 800;
    cursor: pointer;
    position: absolute;
    background: url(http://zinfonet.com/images/arrow_large_right.png) no-Repeat top left;
    width: 46px;
    height: 46px;
    right: 20px;
    top: 50%;
}
.tp-leftarrow:hover, .tp-rightarrow:hover
{
    background-position: bottom left;
}
.tp-simpleresponsive img
{
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.tp-simpleresponsive ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}
.tp-simpleresponsive > ul li
{
    list-stye: none;
    position: absolute;
    visibility: hidden;
}
.tp-simpleresponsive .caption
{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: absolute;
}
.caption.slidelink a div
{
    width: 10000px;
    height: 10000px;
}
/** Thumbs **/
.tp-bullets.tp-thumbs
{
    z-index: 100;
    position: absolute;
    padding: 0px 2px 2px;
    width: 115px !important;
    height: 300px !important;
    left: 25px !important;
    top: 150px; /* THE DIMENSIONS OF THE THUMB CONTAINER */
}
.fullwidthbanner-container .tp-thumbs
{
    padding: 2px;
}

.tp-bullets.tp-thumbs .tp-mask
{
    width: 115px !important;
    height: 300px !important; /* THE DIMENSIONS OF THE THUMB CONTAINER */
    position: relative;
}
.tp-bullets.tp-thumbs .bullet
{
    width: 115px !important;
    height: 77px !important; /* THE DIMENSION OF A SINGLE THUMB */
    cursor: pointer;
    overflow: hidden;
    background: none;
    margin: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}
.tp-bullets.tp-thumbs .bullet:hover, .tp-bullets.tp-thumbs .bullet.selected
{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.tp-thumbs img
{
    width: 100%;
}