/* Import Basic Files
---------------------------------------------------------------------------*/
@import url(../../../../../../../fonts.googleapis.com/css@family=source+sans+pro_3a300,400,700);
@import url(/Assets/fonts/fontawesome/fontawesome/css/font-awesome.min.css);
@import url(../js/plugins/funnytext/jquery.funnytext.css);
@import url(../js/plugins/fancybox/jquery.fancybox.css);
@import url(../js/plugins/uikit/uikit.css);


/*
Template Name: Malooka
Description: Responsive HTML5 / CSS3 Coming Soon, Under Construction Template
Version: 1.2
Author: NestoLab


Notes:
    Main Color : #2c3e50 rgba(44, 62, 80, 1)
    Hover Color: #f1c40f


1. General
    1.1 Main Styles
    1.2 Anchor
    1.3 Loader
    1.4 Placeholder
2. Typography
    2.1 Headings
    2.2 Selection Color
    2.3 Section Title
3. Header
    3.1 Wrapper
    3.2 Logo
4. Home Section
    4.1 Wrapper
    4.2 Container
    4.3 Welcome Message
5. CountDown Timer
    5.1 Wrapper
    5.2 Digit
    5.3 Title
    5.4 Separator
6. Our Services Section
    6.1 Wrapper
    6.2 Services Box
        6.2.1 Wrapper
        6.2.2 Icon
        6.2.3 Title Main
        6.2.4 Title Description
        6.2.5 Containt
        6.2.6 Hover
7. Team Section
    7.1 Wrapper
    7.2 Member Box
        7.2.1 Wrapper
        7.2.2 Image
        7.2.3 OverLayer
        7.2.4 Social Icons
        7.2.5 Name
        7.2.6 Title
        7.2.7 Hover
8. Contact Section
    8.1 Wrapper
    8.2 Form
        8.2.1 Wrapper
        8.2.2 Textarea
        8.2.3 form-control
        8.2.4 Button
        8.2.5 error message
        8.2.6 Alert
9. Footer Section
    9.1 Wrapper
    9.2 Anchor
    9.3 Subscribtion
        9.3.1 Wrapper
        9.3.2 Input
        9.3.3 Submit
        9.3.4 Success & Error
    9.4 Footer Widget
        9.4.1 Wrapper
        9.4.2 Widget Title
    9.5 Twitter Feed
        9.5.1 Wrapper
        9.5.2 Twitter Username
        9.5.3 List
        9.5.4 items
    9.6 Flickr Feed
        9.6.1 Wrapper
        9.6.2 Items
        9.6.3 Image
        9.6.4 Anchor
    9.7 Info
        9.7.1 List
        9.7.2 Items
    9.8 Copyright
    9.9 Social Icons
        9.9.1 Wrapper
        9.9.2 List
        9.9.3 Items
        9.9.4 Anchor
        9.9.5 Icon
        9.9.6 Hover
        9.9.7 tooltip
10. Responsive
    10.1 TABLET
    10.2 SMALL TABLET
    10.3 PHONE
    10.4 SMALL PHONE
*/




/* ==========================================================================
   1. General
========================================================================== */
/* 1.1 Main Styles
---------------------------------------------------------------------------*/
body {
    margin: 0;
    padding: 0;
    color: #808080;
    overflow-x: hidden;
    font-weight: normal;
    background-color: #2c3e50;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    font: 16px/24px IRANSans;
    font-family:IRANSans;
}

/*
 * 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.
 */
.browsehappy { margin: 0.2em 0; background-color: #cccccc; color: #000000; padding: 0.2em 0; }
.container { overflow: hidden;}

/* 1.2 Anchor
---------------------------------------------------------------------------*/
a,
a > * {
    outline: none;
    cursor: pointer;
    text-decoration: none;
}
a:focus,
a:hover {
    outline: none;
    color: #f1c40f;
    text-decoration: none;
}

/* 1.3 Loader
---------------------------------------------------------------------------*/
#Loader {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999;
    background-color: #141e27;
}
#circle {
    top: 50%;
    left: 50%;
	width: 50px;
	height: 50px;
    opacity: 0.9;
	margin-top: -25px;
    margin-left: -25px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0);

    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
         -o-border-radius: 50px;
            border-radius: 50px;

    -webkit-box-shadow: 0 0 35px #f1c40f;
       -moz-box-shadow: 0 0 35px #f1c40f;
         -o-box-shadow: 0 0 35px #f1c40f;
            box-shadow: 0 0 35px #f1c40f;

    -webkit-border: 5px solid #f1c40f;
       -moz-border: 5px solid #f1c40f;
         -o-border: 5px solid #f1c40f;
            border: 5px solid #f1c40f;

    -webkit-border-left: 5px solid rgba(0, 0, 0, 0);
       -moz-border-left: 5px solid rgba(0, 0, 0, 0);
         -o-border-left: 5px solid rgba(0, 0, 0, 0);
            border-left: 5px solid rgba(0, 0, 0, 0);

	-webkit-border-right: 5px solid rgba(0, 0, 0, 0);
       -moz-border-right: 5px solid rgba(0, 0, 0, 0);
         -o-border-right: 5px solid rgba(0, 0, 0, 0);
            border-right: 5px solid rgba(0, 0, 0, 0);

    -webkit-animation:spinPulse 1s infinite ease-in-out;
	   -moz-animation:spinPulse 1s infinite ease-in-out;
        -ms-animation:spinPulse 1s infinite ease-in-out;
         -o-animation:spinPulse 1s infinite ease-in-out;
            animation:spinPulse 1s infinite ease-in-out;
}
#circle1 {
    top: 50%;
    left: 50%;
	width: 30px;
	height: 30px;
    opacity: 0.9;
	margin-top: -15px;
    margin-left: -15px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0);

    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
         -o-border-radius: 50px;
            border-radius: 50px;

    -webkit-border: 5px solid #f1c40f;
       -moz-border: 5px solid #f1c40f;
         -o-border: 5px solid #f1c40f;
            border: 5px solid #f1c40f;

    -webkit-border-left: 5px solid rgba(0, 0, 0, 0);
       -moz-border-left: 5px solid rgba(0, 0, 0, 0);
         -o-border-left: 5px solid rgba(0, 0, 0, 0);
            border-left: 5px solid rgba(0, 0, 0, 0);

	-webkit-border-right: 5px solid rgba(0, 0, 0, 0);
       -moz-border-right: 5px solid rgba(0, 0, 0, 0);
         -o-border-right: 5px solid rgba(0, 0, 0, 0);
            border-right: 5px solid rgba(0, 0, 0, 0);

    -webkit-box-shadow: 0 0 15px #f1c40f;
       -moz-box-shadow: 0 0 15px #f1c40f;
         -o-box-shadow: 0 0 15px #f1c40f;
            box-shadow: 0 0 15px #f1c40f;

	-webkit-animation: spinoffPulse 1s infinite linear;
       -moz-animation: spinoffPulse 1s infinite linear;
        -ms-animation: spinoffPulse 1s infinite linear;
         -o-animation: spinoffPulse 1s infinite linear;
            animation: spinoffPulse 1s infinite linear;
}

/* 1.4 Placeholder
---------------------------------------------------------------------------*/
input,
textarea { color: #000000; }
.placeholder { color: #aaaaaa; }




/* ==========================================================================
   2. Typography
========================================================================== */
/* 2.1 Headings
---------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    color: #ffffff;
    line-height: 1.2;
    font-weight: normal;
    font-family: 'IRANSans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1 { font-size: 30px; }
h2 { font-size: 24px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

p { margin: 0 0 10px; }

b,
strong { font-weight: 700; }

/* 2.2 Selection Color
---------------------------------------------------------------------------*/
::selection {
    color: #ffffff;
    text-shadow: none;
    background-color: #2c3e50;
}
::-webkit-selection {
    color: #ffffff;
    text-shadow: none;
    background-color: #2c3e50;
}
::-moz-selection {
    color: #ffffff;
    text-shadow: none;
    background-color: #2c3e50;
}

/* 2.3 Section Title
---------------------------------------------------------------------------*/
.section-title {
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin-bottom: 70px;
}
.section-title h1 {
    font-weight: 700;
    text-transform: uppercase;
}
.section-title:after {
    bottom: 0;
    left: 50%;
    width: 24%;
    content: '';
    height: 4px;
    margin-left: -12%;
    position: absolute;
    background-color: #2c3e50;
}




/* ==========================================================================
   3. Header
========================================================================== */
/* 3.1 Wrapper
---------------------------------------------------------------------------*/
#header {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    overflow: hidden;
    position: absolute;
    text-align: center;

    -webkit-border-top: 6px solid #f1c40f;
       -moz-border-top: 6px solid #f1c40f;
         -o-border-top: 6px solid #f1c40f;
            border-top: 6px solid #f1c40f;
}

/* 3.2 Logo
---------------------------------------------------------------------------*/
#logo {
    width: 100%;
    text-align: center;
}




/* ==========================================================================
   4. Home Section
========================================================================== */
/* 4.1 Wrapper
---------------------------------------------------------------------------*/
#home-section {
    z-index: 1;
    width: 100%;
    position: relative;
}
#home-section-wrapper {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

/* Map
---------------------------------------------------------------------------*/
#map {
    top: 0;
    left: 0;
    z-index: -2;
    width: 100%;
    position: absolute;
}

/* Parallax Image
---------------------------------------------------------------------------*/
.parallax-image #home-section {
    background-color: #2c3e50;

    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center center;
    background-image: url(../images/background/1-1920x1200.jpg);
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}

/* Pattern
---------------------------------------------------------------------------*/
.pattern #home-section { background: url(../images/background/pattern.png) repeat; }
.pattern #home-section-wrapper { background-color: rgba(0, 0, 0, 0.0); }

/* Static Color
---------------------------------------------------------------------------*/
.static-color #home-section { background-color: #2c3e50; }

/* Static Video
---------------------------------------------------------------------------*/
.static-video #home-section-wrapper { background-color: rgba(0, 0, 0, 0.3); }

/* 4.2 Container
---------------------------------------------------------------------------*/
#home-section-container {
    left: 0;
    width: 100%;
    position: absolute;
    text-align: center;
}

/* 4.3 Welcome Message
---------------------------------------------------------------------------*/
h1#welcome-msg,
h1#welcome-msg-mobile {
    margin: 0 auto;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
h1#welcome-msg-mobile { display: none; }




/* ==========================================================================
   5. CountDown Timer
========================================================================== */
/* 5.1 Wrapper
---------------------------------------------------------------------------*/
#countdown_dashboard {
    width: 100%;
    max-width: 600px;
    overflow: hidden;
    text-align: center;
    margin: 20px auto 0;
}

/* 5.2 Digit
---------------------------------------------------------------------------*/
.digit {
    height: 65px;
    color: #ffffff;
    font-size: 60px;
    font-weight: 400;
    line-height: 65px;
    text-align: center;
    position: relative;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
}

/* 5.3 Title
---------------------------------------------------------------------------*/
.dash_title {
    color: #f1c40f;
    display: block;
    font-size: 20px;
    margin-top: 15px;
    text-transform: uppercase;
}

/* 5.4 Separator
---------------------------------------------------------------------------*/
.days_dash,
.hours_dash,
.minutes_dash {
    position: relative;
}
.days_dash:after,
.hours_dash:after,
.minutes_dash:after {
    top: 0;
    right: -25px;
    height: 100%;
    content: ':';
    line-height: 65%;
    color: #ffffff;
    font-size: 80px;
    position: absolute;
}




/* ==========================================================================
   6. Our Services Section
========================================================================== */
/* 6.1 Wrapper
---------------------------------------------------------------------------*/
#Our-Services-section {
    margin: 0;
    z-index: 1;
    position: relative;
    padding: 100px 0 52px;
    background-color: #ffffff;
}

/* 6.2 Services Box
---------------------------------------------------------------------------*/
/* 6.2.1 Wrapper
---------------------------------------------------------------------------*/
.services-box {
    width: 100%;
    margin: 0 0 60px;
    overflow: hidden;
}

/* 6.2.2 Icon
---------------------------------------------------------------------------*/
.services-icon {
    float: left;
    width: 60px;
    height: 60px;
    color: #2c3e50;
    font-size: 30px;
    line-height: 56px;
    text-align: center;
    display: inline-block;
    background-color: #ffffff;

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;

    -webkit-border: 2px solid #2c3e50;
       -moz-border: 2px solid #2c3e50;
         -o-border: 2px solid #2c3e50;
            border: 2px solid #2c3e50;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

/* 6.2.3 Title Main
---------------------------------------------------------------------------*/
.services-box .title-main h1 {
    color: #2c3e50;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 0 0 8px 80px;
    text-transform: uppercase;
}

/* 6.2.4 Title Description
---------------------------------------------------------------------------*/
.services-box .title-desc h4 {
    color: #f1c40f;
    margin: 0 0 15px 80px;
}

/* 6.2.5 Containt
---------------------------------------------------------------------------*/
.services-box .containt { margin: 0 0 0 80px; }
.services-box .containt p:last-child { margin: 0; }

/* 6.2.6 Hover
---------------------------------------------------------------------------*/
.services-box:hover .services-icon { background-color: #f1c40f; }




/* ==========================================================================
   7. Team Section
========================================================================== */
/* 7.1 Wrapper
---------------------------------------------------------------------------*/
#team-section {
    margin: 0;
    width: 100%;
    padding: 100px 0 53px;
    background-color: #f1c40f;

    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center center;
    background-image: url(../images/team-map.png);
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}

/* 7.2 Member Box
---------------------------------------------------------------------------*/
/* 7.2.1 Wrapper
---------------------------------------------------------------------------*/
.member-box {
    width: 100%;
    overflow: hidden;
    max-width: 260px;
    margin: 0 auto 60px;
}

/* 7.2.2 Image
---------------------------------------------------------------------------*/
.member-img {
    width: 100%;
    overflow: hidden;
    margin: 0 0 15px;
    position: relative;
}
.member-img img {
    width: 100%;

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
}

/* 7.2.3 OverLayer
---------------------------------------------------------------------------*/
.member-overlayer {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 100%;
    text-align: center;
    position: absolute;
    background-color: transparent;

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;

    -webkit-border: 10px solid rgba(44, 62, 80, 0.7);
       -moz-border: 10px solid rgba(44, 62, 80, 0.7);
         -o-border: 10px solid rgba(44, 62, 80, 0.7);
            border: 10px solid rgba(44, 62, 80, 0.7);
}

/* 7.2.4 Social Icons
---------------------------------------------------------------------------*/
.member-overlayer ul {
    left: 0;
    top: 50%;
    padding: 0;
    width: 100%;
    list-style: none;
    margin: -25px 0 0;
    text-align: center;
    position: absolute;
}
.member-overlayer ul li {
    opacity: 0;
    margin: 0 5px;
    display: inline-block;

    -webkit-transition: all 0.2s ease-in-out;
       -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
         -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
}
.member-overlayer a {
    width: 50px;
    height: 50px;
    display: block;
    font-size: 22px;
    line-height: 50px;
    text-align: center;
    background-color: #ffffff;

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

/* 7.2.5 Name
---------------------------------------------------------------------------*/
.member-name h1 {
    width: 100%;
    color: #2c3e50;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
    text-transform: uppercase;
}

/* 7.2.6 Title
---------------------------------------------------------------------------*/
.member-title h2 {
    width: 100%;
    color: #2c3e50;
    text-align: center;
}

/* 7.2.7 Hover
---------------------------------------------------------------------------*/
.member-box:hover .member-overlayer { background-color: rgba(0, 0, 0, 0.3); }




/* ==========================================================================
   8. Contact Section
========================================================================== */
/* 8.1 Wrapper
---------------------------------------------------------------------------*/
#contact-section {
    margin: 0;
    position: relative;
    padding: 100px 0 83px;
    background-color: #ffffff;
}

/* 8.2 Form
---------------------------------------------------------------------------*/
/* 8.2.1 Wrapper
---------------------------------------------------------------------------*/
.contactForm {
    padding: 0;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.form-group {
    margin: 0;
    padding: 0;
}

/* 8.2.2 Textarea
---------------------------------------------------------------------------*/
.contactForm textarea {
	width: 100%;
    resize: none;
    margin: 0 auto 30px;
    height: 142px !important;
}

/* 8.2.3 form-control
---------------------------------------------------------------------------*/
.contactForm .form-control {
	width: 100%;
    height: 56px;
	padding: 17px;
    margin: 0 auto 30px;
	background-color: #ffffff;

    -webkit-box-shadow: none;
       -moz-box-shadow: none;
         -o-box-shadow: none;
            box-shadow: none;

    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
         -o-border-radius: 4px;
            border-radius: 4px;

    -webkit-border: 2px solid #2c3e50;
       -moz-border: 2px solid #2c3e50;
         -o-border: 2px solid #2c3e50;
            border: 2px solid #2c3e50;
}
.contactForm .form-control:hover,
.contactForm .form-control:focus {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
         -o-box-shadow: none;
            box-shadow: none;

    -webkit-border: 2px solid #f1c40f;
       -moz-border: 2px solid #f1c40f;
         -o-border: 2px solid #f1c40f;
            border: 2px solid #f1c40f;
}

/* 8.2.4 Button
---------------------------------------------------------------------------*/
.contactForm button.submit {
    width: 100%;
    height: 56px;
    padding: 16px;
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
    background-color: #2c3e50;
}
.contactForm .submit.focus,
.contactForm .submit:hover {
    color: #ffffff;
    position: relative;
    background-color: #f1c40f;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: 0;
}

/* 8.2.5 error message
---------------------------------------------------------------------------*/
.error {
	top: 0;
    z-index: 2;
    float: right;
    color: #2c3e50;
    position: relative;
    margin: -69px 15px 0 0;
}
:-webkit-ui-invalid:not(output) { box-shadow: none; }
   :-moz-ui-invalid:not(output) { box-shadow: none; }
    :-ms-ui-invalid:not(output) { box-shadow: none; }
     :-o-ui-invalid:not(output) { box-shadow: none; }
         ui-invalid:not(output) { box-shadow: none; }

/* 8.2.6 Alert
---------------------------------------------------------------------------*/
.alert-nesto {
    color: #ffffff;
    background-color: #2c3e50;

    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
         -o-border-radius: 4px;
            border-radius: 4px;
}
#contact-section .alert.alert-nesto { margin-bottom: 30px; }
#contact-section .alert {
    -webkit-border: none;
       -moz-border: none;
         -o-border: none;
            border: none;
}




/* ==========================================================================
   9. Footer Section
========================================================================== */
/* 9.1 Wrapper
---------------------------------------------------------------------------*/
#footer-section {
    margin: 0;
    z-index: 1;
    width: 100%;
    color: #e5e5e5;
    position: relative;
    padding: 140px 0 20px;
    background-color: #2c3e50;

    -webkit-border-bottom: 6px solid #f1c40f;
       -moz-border-bottom: 6px solid #f1c40f;
         -o-border-bottom: 6px solid #f1c40f;
            border-bottom: 6px solid #f1c40f;
}
#footer-section:after {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    content: '';
    height: 100%;
    opacity: 0.5;
    position: absolute;
    background-color: #000000;
}

/* 9.2 Anchor
---------------------------------------------------------------------------*/
#footer-section a {
    color: #f1c40f;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
#footer-section a:hover { color: #ffffff; }


/* 9.3 Subscribtion
---------------------------------------------------------------------------*/
/* 9.3.1 Wrapper
---------------------------------------------------------------------------*/
#subscribe {
    top: 0;
    left: 50%;
    z-index: 2;
    width: 436px;
    padding: 15px;
    overflow: hidden;
    position: absolute;
    margin-left: -218px;
    background-color: #ffffff;

    -webkit-border-radius: 0 0 10px 10px;
       -moz-border-radius: 0 0 10px 10px;
         -o-border-radius: 0 0 10px 10px;
            border-radius: 0 0 10px 10px;
}

/* 9.3.2 Input
---------------------------------------------------------------------------*/
#subscribe .form-control {
	float: left;
    width: 301px;
    height: 42px;
    outline: none;
	padding: 10px 15px;
	background-color: #ffffff;

    -webkit-border: 2px solid #2c3e50;
       -moz-border: 2px solid #2c3e50;
         -o-border: 2px solid #2c3e50;
            border: 2px solid #2c3e50;

    -webkit-border-right: none;
       -moz-border-right: none;
         -o-border-right: none;
            border-right: none;

    -webkit-box-shadow: none;
       -moz-box-shadow: none;
         -o-box-shadow: none;
            box-shadow: none;

    -webkit-border-radius: 4px 0 0 4px;
       -moz-border-radius: 4px 0 0 4px;
         -o-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
#subscribe .form-control:hover,
#subscribe .form-control:focus {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
         -o-box-shadow: none;
            box-shadow: none;

    -webkit-border-color: #f1c40f;
       -moz-border-color: #f1c40f;
         -o-border-color: #f1c40f;
            border-color: #f1c40f;
}

/* 9.3.3 Submit
---------------------------------------------------------------------------*/
#subscribe button.submit {
    width: 105px;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    padding: 11px 16px;
    background-color: #2c3e50;

    -webkit-border: none;
       -moz-border: none;
         -o-border: none;
            border: none;

    -webkit-border-radius: 0 4px 4px 0;
       -moz-border-radius: 0 4px 4px 0;
         -o-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
#subscribe .submit.focus,
#subscribe .submit:hover {
	color: #ffffff;
    background-color: #f1c40f;
}

/* 9.3.4 Success & Error
---------------------------------------------------------------------------*/
.ssuccess,
.serror {
    top: 24px;
    right: 130px;
    color: #2c3e50;
    position: absolute;
}


/* 9.4 Footer Widget
---------------------------------------------------------------------------*/
/* 9.4.1 Wrapper
---------------------------------------------------------------------------*/
.footer-widget {
    width: 100%;
    margin: 0 0 60px;
    overflow: hidden;
}

/* 9.4.2 Widget Title
---------------------------------------------------------------------------*/
.widget-title {
    width: 100%;
    margin: 0 0 40px;
    overflow: hidden;
}


/* 9.5 Twitter Feed
---------------------------------------------------------------------------*/
/* 9.5.1 Wrapper
---------------------------------------------------------------------------*/
.tweetfeed  { height: 100%; }

/* 9.5.2 Twitter Username
---------------------------------------------------------------------------*/
.tweetfeed ul li a i.fa-twitter {
    float: left;
    width: 20px;
    height: 30px;
    font-size: 20px;
    text-align: left;
    line-height: 30px;
    margin-left: -30px;
}

/* 9.5.3 List
---------------------------------------------------------------------------*/
.tweetfeed ul {
    margin: 0;
    padding: 0;
    float: left;
    height: 100%;
    text-align: left;
    list-style: none;
    overflow: hidden;
}

/* 9.5.4 items
---------------------------------------------------------------------------*/
.tweetfeed ul li,
.tweet span {
    width: 100%;
    display: block;
    padding: 0 0 10px 30px;
}
.tweetfeed ul li:last-child { padding-bottom: 0; }


/* 9.6 Flickr Feed
---------------------------------------------------------------------------*/
/* 9.6.1 Wrapper
---------------------------------------------------------------------------*/
.flickr-feed {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    list-style: none;
    text-align: center;
}

/* 9.6.2 Items
---------------------------------------------------------------------------*/
.flickr-feed li {
    padding: 0;
    text-align: center;
    margin: 0 0 10px 0;
    display: inline-block;
    margin: 0 10px 10px 0;

    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px;
}
.col-md-4.flickr { padding-right: 5px; }

/* 9.6.3 Image
---------------------------------------------------------------------------*/
.flickr-feed li img {
    width: 65px;
    height: 65px;

    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px;
}

/* 9.6.4 Anchor
---------------------------------------------------------------------------*/
.flickr-feed li:hover { opacity: 0.7; }


/* 9.7 Info
---------------------------------------------------------------------------*/
/* 9.7.1 List
---------------------------------------------------------------------------*/
ul.info {
    margin: 0;
    padding: 0;
    list-style: none;
    background: url(../images/footer-map.png) transparent center center no-repeat;
}

/* 9.7.2 Items
---------------------------------------------------------------------------*/
ul.info li {
    display: block;
    text-align: left;
    margin-bottom: 10px;
}
ul.info span { color: #f1c40f; }


/* 9.8 Copyright
---------------------------------------------------------------------------*/
.copyright {
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
    text-align: center;
}


/* 9.9 Social Icons
---------------------------------------------------------------------------*/
/* 9.9.1 Wrapper
---------------------------------------------------------------------------*/
.social-icons {
    width: 100%;
    overflow: hidden;
    padding-top: 30px;
    text-align: center;

    -webkit-border-top: 1px solid rgba(255, 255, 255, 0.1);
       -moz-border-top: 1px solid rgba(255, 255, 255, 0.1);
         -o-border-top: 1px solid rgba(255, 255, 255, 0.1);
            border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* 9.9.2 List
---------------------------------------------------------------------------*/
.social-icons ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* 9.9.3 Items
---------------------------------------------------------------------------*/
.social-icons ul li {
    margin: 0 5px 10px;
    display: inline-block;
}

/* 9.9.4 Anchor
---------------------------------------------------------------------------*/
.social-icons ul li a {
    display: block;

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
}

/* 9.9.5 Icon
---------------------------------------------------------------------------*/
.social-icons ul li a i {
    width: 40px;
    height: 40px;
    color: #ffffff;
    line-height: 36px;

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;

    -webkit-border: 2px solid #ffffff;
       -moz-border: 2px solid #ffffff;
         -o-border: 2px solid #ffffff;
            border: 2px solid #ffffff;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

/* 9.9.6 Hover
---------------------------------------------------------------------------*/
.social-icons ul li a i:hover {
    color: #f1c40f;

    -webkit-border-color: #f1c40f;
       -moz-border-color: #f1c40f;
         -o-border-color: #f1c40f;
            border-color: #f1c40f;
}

/* 9.9.7 tooltip
---------------------------------------------------------------------------*/
.tooltip {
    z-index: 999;
    letter-spacing: 1px;
}
.tooltip-inner {
    color: #2c3e50;
    background-color: #ffffff;
}
.tooltip.top .tooltip-arrow { border-top-color: #ffffff; }




/* ==========================================================================
   10. Responsive
========================================================================== */
@media only screen and (min-width: 1199px) {
    .container {
        width: 970px;
    }
}


/* 10.1 TABLET
---------------------------------------------------------------------------*/
@media only screen and (max-width: 990px) and (min-width: 768px) {

    .flickr-feed li img {
        width: 81px;
        height: 81px;
    }

}


/* 10.2 SMALL TABLET
---------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {

    .container { width: 570px; }

    h1#welcome-msg { width: 470px; }

    .flickr-feed li img {
        width: 81px;
        height: 81px;
    }

}
@media only screen and (min-width: 600px) {
    h1#welcome-msg {
        opacity: 1;
        height: auto;
    }
}


/* 10.3 PHONE
---------------------------------------------------------------------------*/
@media only screen and (max-width: 599px) {

    .container { width: 450px; }

    #home-section-container { margin-top: 20px; }

    h1#welcome-msg {
        width: 0;
        height: 0;
        opacity: 0;
    }
    h1#welcome-msg-mobile { display: block; }
    #logo img {
        width: 165px;
        height: 57px;
    }

    .flickr-feed li img {
        width: 61px;
        height: 61px;
    }

}


/* 10.4 SMALL PHONE
---------------------------------------------------------------------------*/
@media only screen and (max-width: 479px) {

    .container { width: 320px; }
    .col-xs-3 { width: 50%; }

    #home-section-container { margin-top: 35px; }
    .days_dash,
    .hours_dash {
        margin-bottom: 0;
    }
    .hours_dash:after { display: none; }
    .dash_title { margin-top: 0; }

    .services-icon {
        float: none;
        display: block;
        margin: 0 auto 30px;
    }
    .services-box .title-main h1 {
        margin: 0 auto 5px;
        text-align: center;
    }
    .services-box .title-desc h4 {
        text-align: center;
        margin: 0 auto 15px;
    }
    .services-box .containt {
        margin: 0 auto;
        text-align: center;
    }

    .contactForm .form-control { margin: 0 auto 15px; }

    #subscribe {
        width: 320px;
        margin-left: -160px;
    }
    #subscribe .form-control { width: 185px; }

    .flickr-feed li img {
        width: 65px;
        height: 65px;
    }

}
.contact {
    margin:0px 10px;
}
    .contact a {
        color: #808080;
    }


#qlwapp.qlwapp-js-ready {
    display: block;
}

#qlwapp.qlwapp-middle-left, #qlwapp.qlwapp-bottom-left, #qlwapp.qlwapp-middle-right, #qlwapp.qlwapp-bottom-right {
    position: fixed;
    z-index: 9999999;
}

#qlwapp.qlwapp-middle-left, #qlwapp.qlwapp-bottom-left {
    right: auto;
    left: 0;
}

#qlwapp.qlwapp-bottom-left, #qlwapp.qlwapp-bottom-right {
    top: auto;
    bottom: 0;
}

#qlwapp {
    pointer-events: none;
    box-sizing: border-box;
}

#qlwapp {
    width: 430px;
}

    #qlwapp .qlwapp-container {
        display: flex;
        flex-direction: column;
    }

    #qlwapp * {
        box-sizing: border-box;
    }

    #qlwapp.qlwapp-middle-left.qlwapp-bubble .qlwapp-developer, #qlwapp.qlwapp-bottom-left.qlwapp-bubble .qlwapp-developer, #qlwapp.qlwapp-middle-left.qlwapp-button .qlwapp-developer, #qlwapp.qlwapp-bottom-left.qlwapp-button .qlwapp-developer, #qlwapp.qlwapp-middle-left.qlwapp-bubble .qlwapp-toggle, #qlwapp.qlwapp-bottom-left.qlwapp-bubble .qlwapp-toggle, #qlwapp.qlwapp-middle-left.qlwapp-button .qlwapp-toggle, #qlwapp.qlwapp-bottom-left.qlwapp-button .qlwapp-toggle {
        margin-left: 20px;
    }

    #qlwapp.qlwapp-rounded.qlwapp-bubble .qlwapp-toggle {
        border-radius: 50%;
    }

    #qlwapp.qlwapp-bubble .qlwapp-toggle {
        width: 55px;
        height: 55px;
    }

    #qlwapp .qlwapp-developer, #qlwapp .qlwapp-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }

    #qlwapp .qlwapp-toggle {
        pointer-events: all;
        cursor: pointer;
        box-shadow: 0 1px 6px 0 rgba(0,0,0,.06), 0 2px 32px 0 rgba(0,0,0,.16);
        /*margin-top: 24px;*/
        margin-bottom: 15px;
        position: relative;
        text-decoration: none;
    }

        #qlwapp .qlwapp-toggle, #qlwapp .qlwapp-toggle:active, #qlwapp .qlwapp-toggle:focus, #qlwapp .qlwapp-toggle:hover {
            outline: 0;
            text-decoration: none;
        }

    #qlwapp .qlwapp-previous, #qlwapp .qlwapp-close, #qlwapp .qlwapp-toggle, #qlwapp .qlwapp-box .qlwapp-header, #qlwapp .qlwapp-box .qlwapp-contact, #qlwapp .qlwapp-box .qlwapp-user {
        color: #fff;
    }

        #qlwapp .qlwapp-toggle, #qlwapp .qlwapp-box .qlwapp-header, #qlwapp .qlwapp-box .qlwapp-user, #qlwapp .qlwapp-box .qlwapp-user::before {
            background-color: #303030;
        }

.qlwapp-toggle {
    background-color: #81d742 !important;
}

    .qlwapp-toggle.instagram {
        background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    }

    .qlwapp-toggle i {
        font-size: 25px;
    }


    body[dir=ltr]
    {
        font-family:Tahoma;
    }