/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
	color: #222;

}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

	div.mobile_menu_area {display:none}
.fix {overflow:hidden}
.floatleft {float:left}
.floatright {float:right}
.alignleft {float:left;margin-right:10px;}
.alignright {float:right;margin-left:10px;}
.aligncenter {display:block;margin:0 auto}

    /*-moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;

    -moz-transition: -moz-transform 0.1s linear;
    -ms-transition: -ms-transform 0.1s linear;
    -o-transition: -o-transform 0.1s linear;
    -webkit-transition: -webkit-transform 0.1s linear;
    transition: transform 0.1s linear;*/
}
/* ==========================================================================
   .................start css........................
   ========================================================================== */
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;   
	background: #edeade;

}
header{line-height: 15px;}
li{
	list-style:none;
}
 a, a:hover{
	text-decoration:none!important;
	color: #000;
}
*{margin:0 auto;}



/*New custom css for menu*/
.nav_container{
    background: #c0bdaa;
    z-index:9999;
}

.logo {
    float: left;
    max-width:650px;
}
.logo img {
    max-height: 210px;
}
.megamenu {
    margin: 0 0 0 0;
}
.megamenu > li.grid .megapanel .row [class*="col"] {
    background: #ccc !important;
}
.megamenu h4 {
    margin-top: 0;
}
.list-items {
    margin: 0;
    padding: 0 10px!important;
    list-style: none;
    overflow: hidden;
    border-left: 1px solid #000;
}
.no_border {
    border-left: 0px solid #000;
}
.list-items li {
    display: block;
    float: none;
    width: 100%
}
.list-items li a {
    display: block;
    color: #000!important;
    padding: 5px;
    text-decoration: none
}
.list-items li a:hover {
    color: #E14422!important;
}
.megamenu .adress {} .megamenu .adress label {
    float: left;
    width: 100%;
    margin-bottom: 2px;
}
.megamenu {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    display: inline-block;
    position: relative;
    font-family: Calibri, Arial;
	font-weight: bold;
    font-size: 18px;
    z-index: 999;
}
.megamenu li {
    float: left;
    display: inline;
    position: relative;
}
.megamenu>li>a {
    float: left;
    padding: 20px 12px 20px 12px;
    color: #555;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .4s ease-in-out;
    -moz-transition: color .4s ease-in-out;
    -webkit-transition: color .4s ease-in-out;
    -o-transition: color .4s ease-in-out
}
.megamenu>li:hover>a,
.megamenu>li.active>a {
    background: #dbdbdb
}
.megamenu>li.right {
    float: right
}
.megamenu .dropdown,
.megamenu .dropdown li .dropdown {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    z-index: 999;
    width: 160px;
    border: solid 1px rgba(0, 0, 0, 0.1);
    background: #fff
}
.megamenu .dropdown {
    top: 59px
}
.megamenu .dropdown li .dropdown {
    left: 160px;
    top: inherit
}
.megamenu .dropdown li {
    clear: both;
    width: 100%;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.megamenu .dropdown li:last-child {
    border-bottom: 0
}
.megamenu .dropdown li a {
    float: left;
    width: 100%;
    padding: 10px 25px;
    text-decoration: none;
    display: block;
    border: 0 none;
    font-size: 12px;
	font-weight: bold;
    color: #444;
    background: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: color .4s ease-in-out;
    -moz-transition: color .4s ease-in-out;
    -webkit-transition: color .4s ease-in-out;
    -o-transition: color .4s ease-in-out
}
.megamenu .dropdown li:hover>a {
    background: #dbdbdb
}
.megamenu>li>.megapanel {
    position: absolute;
    display: none;
    background: #edeade;
    width: 750px;
    top: 56px;
    left: -1px;
    z-index: 99;
    padding: 15px 15px 15px;
    border: solid 1px #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.megamenu .megapanel ul {
    margin: 0;
    padding: 0
}
.megamenu .megapanel img {
    width: 100%;
    border: solid 1px #dedede;
    cursor: pointer;
    -webkit-transition: border .3s linear;
    -moz-transition: border .3s linear;
    -o-transition: border .3s linear;
    transition: border .3s linear
}
.megamenu .megapanel img:hover {
    border: solid 1px #777
}
.megamenu form.contact input,
.megamenu form.contact textarea {
    font-family: Calibri, Arial;
    font-size: 16px;
    color: #444;
    outline: 0
}
.megamenu form.contact input[type="text"],
.megamenu form.contact textarea {
    width: 100%;
    margin-bottom: 20px;
    padding: 5px 10px;
    border: solid 1px #dedede;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border .3s linear;
    -moz-transition: border .3s linear;
    -o-transition: border .3s linear;
    transition: border .3s linear
}
.megamenu form.contact input[type="text"] {
    height: 40px
}
.megamenu form.contact input[type="text"]:focus,
.megamenu form.contact textarea:focus {
    border: solid 1px #999
}
.megamenu form.contact input[type="submit"] {
    width: 100px;
    height: 35px;
    border: 0;
    color: #fff;
    cursor: pointer;
    background: #999
}
.megapanel .row {
    width: 100%;
    margin-top: 15px
}
.megapanel .row:first-child {
    margin-top: 0
}
.megapanel .row:before,
.megapanel .row:after {
    display: table;
    content: "";
    line-height: 0
}
.megapanel .row:after {
    clear: both
}
.megapanel .row .col1,
.megapanel .row .col2,
.megapanel .row .col3,
.megapanel .row .col4,
.megapanel .row .col5,
.megapanel .row .col6 {
    display: block;
    width: 100%;
    min-height: 20px;
    float: left;
    margin-left: 2.127659574468085%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.megapanel .row [class*="col"]:first-child {
    margin-left: 0
}
.megapanel .row .col1 {
    width: 14.893617021276595%
}
.megapanel .row .col2 {
    width: 31.914893617021278%
}
.megapanel .row .col3 {
    width: 48.93617021276595%
}
.megapanel .row .col4 {
    width: 65.95744680851064%
}
.megapanel .row .col5 {
    width: 82.97872340425532%
}
.megapanel .row .col6 {
    width: 100%
}
.megamenu>li.showhide {
    display: none;
    width: 100%;
    height: 50px;
    cursor: pointer;
    color: #555;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    background: #eee;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYmRiZGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #eee 0, #dbdbdb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee), color-stop(100%, #dbdbdb));
    background: -webkit-linear-gradient(top, #eee 0, #dbdbdb 100%);
    background: -o-linear-gradient(top, #eee 0, #dbdbdb 100%);
    background: -ms-linear-gradient(top, #eee 0, #dbdbdb 100%);
    background: linear-gradient(to bottom, #eee 0, #dbdbdb 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dbdbdb', GradientType=0)
}
.megamenu>li.showhide span.title {
    margin: 15px 0 0 25px;
    float: left
}
.megamenu>li.showhide span.icon1:after {
    position: absolute;
    content: "";
    right: 25px;
    top: 15px;
    height: 3px;
    width: 25px;
    font-size: 50px;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    z-index: 1;
    box-sizing: initial;
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
}
.megamenu>li.showhide span.icon2:after {
    position: absolute;
    content: "";
    right: 25px;
    top: 27px;
    height: 3px;
    width: 25px;
    font-size: 50px;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    z-index: 1;
    box-sizing: initial;
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
}
.skyblue,
.skyblue>li.showhide {
    background: #c0bdaa;
}
.skyblue li>a,
.skyblue>li.showhide span {
    color: #3d2f31
}
.skyblue>li:hover>a,
.skyblue>li.active>a,
.skyblue .dropdown li:hover>a {
    color: #3d2f31;
    background: #a5a081
}
.skyblue .megapanel img:hover,
.skyblue form.contact input[type="text"]:focus,
.skyblue form.contact textarea:focus {
    border: solid 1px #0194be
}
.skyblue form.contact input[type="submit"] {
    background: #0194be
}
@media(max-width:768px) {
    .logo img {
        position: absolute;
        top: 0;
        max-height: 45px;
    }
    .list-items{
        border:none;
    }
    .megamenu>li {
        display: block;
        width: 100%;
        border-bottom: solid 1px rgba(0, 0, 0, 0.1);
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box
    }
    .megamenu>li:hover,
    .megamenu>li.active {
        border-top: 0
    }
    .megamenu>li>a {
        padding: 15px 25px
    }
    .megamenu>li:hover>a,
    .megamenu>li.active>a {
        padding: 15px 25px
    }
    .megamenu a {
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box
    }
    .megamenu .dropdown,
    .megamenu .dropdown li .dropdown {
        width: 100%;
        display: none;
        left: 0;
        border-left: 0;
        position: static;
        border: 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box
    }
    .megamenu .dropdown li {
        background: #fff!important;
        border: 0
    }
    .megamenu .dropdown>li>a {
        padding-left: 40px!important
    }
    .megamenu>li>.megapanel {
        position: static;
        margin-top: 50px
    }
    .megapanel .row [class*="col"] {
        float: none;
        display: block;
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .megapanel .row:first-child [class*="col"]:first-child {
        margin-top: 0
    }
    .megapanel .row {
        margin-top: 0
    }
    .black {
        background: #222
    }
    
    
}
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
    
    .logo img {
        position: absolute;
        top: 0;
        max-height: 45px;
    }
    .megamenu>li {
        display: block;
        width: 100%;
        border-bottom: solid 1px rgba(0, 0, 0, 0.1);
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box
    }
    .megamenu>li:hover,
    .megamenu>li.active {
        border-top: 0
    }
    .megamenu>li>a {
        padding: 15px 25px
    }
    .megamenu>li:hover>a,
    .megamenu>li.active>a {
        padding: 15px 25px
    }
    .megamenu a {
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box
    }
    .megamenu .dropdown,
    .megamenu .dropdown li .dropdown {
        width: 100%;
        display: none;
        left: 0;
        border-left: 0;
        position: static;
        border: 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box
    }
    .megamenu .dropdown li {
        background: #fff!important;
        border: 0
    }
    .megamenu .dropdown>li>a {
        padding-left: 40px!important
    }
    .megamenu>li>.megapanel {
        position: static;
        margin-top: 50px
    }
    .megapanel .row [class*="col"] {
        float: none;
        display: block;
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .megapanel .row:first-child [class*="col"]:first-child {
        margin-top: 0
    }
    .megapanel .row {
        margin-top: 0
    }
    .black {
        background: #222
    }
    
}
/* Samsung Galaxy S5 ----------- */

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
    
    .logo img {
        position: absolute;
        top: 0;
        max-height: 45px;
    }
    .megamenu>li {
        display: block;
        width: 100%;
        border-bottom: solid 1px rgba(0, 0, 0, 0.1);
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box
    }
    .megamenu>li:hover,
    .megamenu>li.active {
        border-top: 0
    }
    .megamenu>li>a {
        padding: 15px 25px
    }
    .megamenu>li:hover>a,
    .megamenu>li.active>a {
        padding: 15px 25px
    }
    .megamenu a {
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box
    }
    .megamenu .dropdown,
    .megamenu .dropdown li .dropdown {
        width: 100%;
        display: none;
        left: 0;
        border-left: 0;
        position: static;
        border: 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box
    }
    .megamenu .dropdown li {
        background: #fff!important;
        border: 0
    }
    .megamenu .dropdown>li>a {
        padding-left: 40px!important
    }
    .megamenu>li>.megapanel {
        position: static;
        margin-top: 50px
    }
    .megapanel .row [class*="col"] {
        float: none;
        display: block;
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .megapanel .row:first-child [class*="col"]:first-child {
        margin-top: 0
    }
    .megapanel .row {
        margin-top: 0
    }
    .black {
        background: #222
    }
    
}

.area_advertise{
	margin-top:10px;
}
.advertise{

}

.area_slider_ad{
	overflow:hidden;
}

.slider{
	margin:10px 0px;
}
.right_advertise{ 
	margin:10px 0px;
}
.area_single_img{
	margin:5px 0;
}
.single_img{
	border:1px solid #ddd;
	margin:5px -8px;
	padding:0;
}
.single_img_feture{
	margin:5px;
}

.single_img_feture h3{
    text-transform: uppercase;
    margin: 5px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;  
    font-size: 14px;
    font-weight: bold;
    color: #e14422;
	line-height: 20px;
}
.promo_head{
    text-align: center;	
}
.single_img_feture p{
	font-family: Verdana, Arial, Helvetica, sans-serif;  
	font-size: 13px;
    font-weight: normal;
}

.single_img_feture ul{
	margin: 0;
    padding: 0;
    overflow: hidden;
    vertical-align: middle;
    display: block;
    text-align: center;
}
.single_img_feture ul li{
    width: 30%;
    display: inline-block;
    margin: 3px;
}
.single_img_feture ul li img{
	width:100%;
}
.area_textblock{}
.textblock{}
.textblock h3{ 
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
.textblock p, .remember p{
	    font-size: 13px;
    font-weight: normal;
    color: #333333;
}
.area_remember{
	 margin: 20px 0;
}
.remember{
	width: 75%;
	margin: 0 auto;
	text-align: center;
	border-top: 1px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
}
.remember p{
	margin: 15px 0;
}
.remember h3{
	font-size: 20px;
	margin-bottom: -10px;
}
.remember a, .extra_textblock a{
	    text-decoration: underline!important;
		color:#000;
}
.remember a:hover, .extra_textblock a:hover{
	    text-decoration:none!important;
}
.area_extra_textblock{}
.extra_textblock{}
.extra_textblock h3, .extra_textblock h4, .extra_textblock h5{
	    text-align: center;
		font-size:18px;
}
.extra_textblock h4, .extra_textblock h5{
	font-size:13px;
	color:#E04343;
}
.extra_textblock p{
	font-size:13px;
}
.area_single_img h2.promo_box{
	text-align: center;
    font-size: 25px;
    color: #000;
}
.single_img_feture i{
	font-size: 30px;
    display: block;
    text-align: center;	
}
.updated{
	    margin: 30px 0;
    margin-left: -5px;
}
.area_footer{
	border-top:5px solid #c0bdaa;
	background:#E7E7E7;
}
.footer_menu{
	text-align:center;
}
.footer_menu ul{
	margin:0;
	padding:0;
}
.footer_menu ul li{
	display:inline;
}
.footer_menu ul li a{
    padding: 0 5px;
    margin: 10px 0px;
    border-right: 1px solid #000;
    text-decoration: underline!important;
    display: inline-block;
}


/*
Back to top button 
*/
#back-top {
    position: fixed;
    bottom: 10px;
    right:10px;
    z-index:9999;
}
#back-top a {
    width: 40px;
    display: block;
    /* background color transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

/* arrow icon (span tag) */
#back-top span {
    width: 40px;
    height: 40px;
    display: block;
    margin-bottom: 7px;
    background:url(../../../../images/arrow55.png) no-repeat center center;

    /* background color transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

   
   
