@font-face
{
    font-family: 'open_sansregular';
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular.woff2') format('woff2'), url('../fonts/OpenSans-Regular.woff') format('woff'), url('../fonts/OpenSans-Regular.ttf') format('truetype'), url('../fonts/OpenSans-Regular.svg#open_sansregular') format('svg');
}

@font-face
{
    font-family: 'ralewayregular';
    src: url('../fonts/Raleway-Regular.eot');
    src: url('../fonts/Raleway-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Raleway-Regular.woff2') format('woff2'), url('../fonts/Raleway-Regular.woff') format('woff'), url('../fonts/Raleway-Regular.ttf') format('truetype'), url('../fonts/Raleway-Regular.svg#ralewayregular') format('svg');
}

@font-face
{
    font-family: 'ralewaysemibold';
    src: url('../fonts/Raleway-SemiBold.eot');
    src: url('../fonts/Raleway-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Raleway-SemiBold.woff2') format('woff2'), url('../fonts/Raleway-SemiBold.woff') format('woff'), url('../fonts/Raleway-SemiBold.ttf') format('truetype'), url('../fonts/Raleway-SemiBold.svg#ralewaysemibold') format('svg');
}
/*body{background:#fff;font-family: arial, sans-serif;font-family: 'open_sansregular';}*/
body
{
    font-size: 12px;
    line-height: 17px;
    font-family: arial, sans-serif;
    color: #000;
    background-color: #ecf0f5;
    min-width: 100%;
}
/*body
{
    
	font-size: 12px;
	line-height: 17px;
	font-family: arial, sans-serif;
	color: #828282;
	background: url(images/body.png) repeat 0 0;
	min-width: 100%;
}*/

.txtbox
{
    outline: none;
    width: 100%;
    display: block;
    margin: 0 0 20px;
    padding: 10px 15px;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #000;
    font-family: arial, sans-serif;
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    font-wieght: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

    .txtbox:focus
    {
        color: #333333;
        border: 1px solid #33b5e5;
    }

.txtbox1
{
    outline: none;
    width: 100%;
    display: block;
    margin: 0 0 5px;
    padding: 2px 2px;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #000;
    font-family: "Roboto";
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    font-wieght: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}


/* ======= Footer ======= */
.footer
{
    background: #444;
    color: #fff;
}

    .footer p
    {
        color: #dcdcdc;
    }

    .footer ul
    {
        padding-left: 0;
    }

    .footer li
    {
        list-style: none;
    }

    .footer h3
    {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .footer .footer-content
    {
        /* padding: 30px 0;
  font-size: 12px;
  min-height: 300px;*/
        padding: 10px 11px 0px 10px;
        font-size: 15px;
    }

        .footer .footer-content .footer-col .footer-col-inner
        {
            padding: 0 15px;
        }

        .footer .footer-content .footer-col .fa
        {
            margin-right: 10px;
            display: inline-block;
            color: #767676;
        }

            .footer .footer-content .footer-col .fa.fa-phone
            {
                font-size: 16px;
            }

        .footer .footer-content .footer-col li
        {
            margin-bottom: 10px;
            font-size: 12px;
        }

        .footer .footer-content .footer-col a
        {
            color: #dcdcdc;
        }

            .footer .footer-content .footer-col a:hover
            {
                color: #b9798d;
            }

        .footer .footer-content .adr
        {
            margin-bottom: 30px;
        }

            .footer .footer-content .adr .fa
            {
                font-size: 16px;
                margin-top: 2px;
            }

        .footer .footer-content .subscribe-form
        {
            padding: 0;
        }

            .footer .footer-content .subscribe-form .form-group
            {
                display: inline-block;
                margin-bottom: 0;
                vertical-align: middle;
            }

            .footer .footer-content .subscribe-form .form-control
            {
                width: 320px;
                background: #f5f5f5;
                border: none;
                -webkit-transition: all 0.4s ease-in-out;
                -moz-transition: all 0.4s ease-in-out;
                -ms-transition: all 0.4s ease-in-out;
                -o-transition: all 0.4s ease-in-out;
            }

                .footer .footer-content .subscribe-form .form-control:focus
                {
                    background: #fff;
                }

    .footer .bottom-bar
    {
        background: #2b2b2b;
        padding: 5px 0;
    }

        .footer .bottom-bar .copyright
        {
            font-size: 15px;
            color: #dcdcdc;
            line-height: 20px;
        }

            .footer .bottom-bar .copyright a:hover
            {
                color: #b9798d;
            }

        .footer .bottom-bar .social
        {
            margin: 0;
        }

            .footer .bottom-bar .social li
            {
                float: right;
                margin-left: 10px;
                text-align: center;
                font-size: 18px;
                line-height: 2;
            }

                .footer .bottom-bar .social li a
                {
                    color: #a9a9a9;
                    padding: 0 5px;
                }

                    .footer .bottom-bar .social li a:hover
                    {
                        color: #a85770;
                    }

fieldset
{
    border: 1px solid #d9e6f0;
    display: block;
    padding: 5px 5px 5px 5px;
    line-height: 20px;
    margin-bottom: 10px;
}

legend
{
    border: 1px solid #d9e6f0;
    background: #fff url(../images/form_blue.gif) repeat-x center left;
    color: #375b91;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 3px 5px 3px 3px;
}

/*MESSAGE*/
.message
{
    -moz-border-radius: 5px;
    font-size: 14px;
    font-family: arial, sans-serif;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 10px 10px 35px;
    position: relative;
    margin: 10px 0;
    cursor: pointer;
}

    .message.success
    {
        background-color: #EBF8D6;
        border: 1px solid #A6DD88;
        color: #266F00;
        font-weight: bold;
        background: url("../../Images/simages/okay.png") 10px 10px no-repeat;
    }

    .message.warning
    {
        background-color: #FEFDE2;
        border: 1px solid #E5E181;
        color: #666666;
        font-weight: bold;
        background: url("../../Images/simages/warning_triangle.png") 10px 10px no-repeat;
    }

    .message.error
    {
        background-color: #FFECE6;
        border: 1px solid #FF936F;
        color: #842100;
        font-weight: bold;
        background: url("../../Images/simages/remove.png") 10px 10px no-repeat;
    }

    .message.information
    {
        background-color: #D3EEF1;
        border: 1px solid #81CDD8;
        color: #0078B0;
        font-weight: bold;
        background: url("../../Images/simages/information.png") 10px 10px no-repeat;
    }

.StatusGreen
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 20px 30px 20px 30px;
    position: relative;
    display: table;
    margin: 30px 0;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
}

    .StatusGreen.success
    {
        border: 2px solid #A6DD88;
        color: #266F00;
        background-color: #ffffff;
    }

    .StatusGreen.information
    {
        border: 2px solid #81CDD8;
        color: #369CCC;
        background-color: #ffffff;
    }

.StatusRed
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 20px 30px 20px 30px;
    position: relative;
    display: table;
    margin: 30px 0;
    font-weight: bold;
    font-size: 14px;
}

    .StatusRed.success
    {
        border: 2px solid #000000;
        color: #CA0000;
        background-color: #ffffff;
    }
