/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix{
    clear:both;
}




/*custom styles*/


body {

	font-family: 'Lato', sans-serif;
    height: 100%;
    background: url(../images/background_main.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}



.wrapper {
    width: 1000px;
    margin: 0 auto;
}

.header_div {
    background-color: #6f6f6f;
    height: 74px;
    width: 100%;
    padding: 20px 0px;
}

.header_div .h_part1 {float: left;}
.header_div .h_part1 .site_logo {float: left;}
.header_div .h_part2 { float: left;}
.header_div .h_part2 .site_disc{ color: #ee9513; text-transform: uppercase; margin-left: 33px; margin-top: 41px; font-weight: 500; font-size: 18px;}
.header_div .h_part3 { float: right; width: 36%}

.header_div .h_part3 .h_contact { font-size: 23px;color: #fff;font-weight: 500;padding: 30px 0px 12px 0px; text-align: right; float: right; width: 100%;}
.header_div .h_part3 .h_contact span.big_txt { font-size: 32px; font-weight: bold }
.header_div .h_part3 .h_contact span.small_txt {font-size: 12px; }



.slider_part {
    width: 100%;
    margin: 0 auto;
}


.black_box {
    width: 100%;
}

.black_box_outer{
    display: table;
    position: absolute;
    height: 78%;
}


.black_box_inner {
    display: table-cell;
    vertical-align: middle;  
   
}

.black_box_content{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    background: #1e1e1e;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    padding: 15px;
}


.black_box_inner h1 {
    font-size: 36px;
    margin-bottom: 1%;
    text-align: center;
    color: #fff;
}

.black_box_inner h2 {
    font-size: 28px;
    margin-bottom: 3%;
    color: rgb(94, 167, 240);
    font-weight: 500;
    text-align: center;
}


.black_box_inner p {
    font-size: 18px;
    margin-bottom: 2%;
    color: #fff;
    font-weight: 100;
    text-align: justify;
    width: 100%;
    text-align: center;
    margin-right: 2%;
    line-height: 23px; 

}

/* 2017-02-23
.click_btn a {
    color: #FFA300;
    text-decoration: none;
    padding: 4% 16%;
    border: #fff 1px solid;
    width: 100%;
    transition: all .2s ease-in-out;
}
*/

.click_btn a {
 color: #FFA300;
 text-decoration: none;
 padding: 1.5% 0;
 border: #fff 1px solid;
 width: 25%;
 transition: all .2s ease-in-out;
 margin: 0 auto;
 display: block;
 text-align: center;
}


.click_btn a:hover {
    color: #FFFFFF;
        border: #FFFFFF 1px solid;
        background-color: rgb(255, 163, 0);
        box-shadow: inset 1px 1px 8px rgba(0, 0, 0, 0.69);

 }


 .click_btn {
    width: 100%;
    margin: 20px auto;
}


.footer {
    width: 100%;
    background-color: #464646;
    padding: 1% 0%;
    color: #fff;
    position: fixed;
    bottom: 0;
}

#free_num_ui {
    font-size: 21px !important;
}

.footer_cont{
    text-align: center;
}

/*Added on 2015-08-07*/

/* media quires for responsive design */
@media only screen and (min-width: 1100px){
    .black_box_content{
        width: 960px;
    }
}

@media only screen and (max-width: 1100px){
    .wrapper{
        width: 800px;
    }

    .black_box_content{
        width: 770px;
    }

    .header_div .h_part2{
        float: right;
        width: 60%;
    }

    .header_div .h_part3{
        width: 60%;   
    }

    .header_div .h_part2 .site_disc{
        margin-top: 15px;
        margin-bottom: 15px;
        text-align: right;
    }

    .header_div .h_part3 .h_contact{
        padding: 0px 0px 12px 0px;
    }
}

@media only screen and (max-width: 900px){
    .wrapper{
        width: 700px;
    }

    .black_box_content{
        width: 670px;
    }
}

@media only screen and (max-width: 768px){
    .black_box_content{
        width: 90%;
    }

    .black_box_outer{
        width: 100%;
        height: 100%;
    }

    .header_div{
        height: 150px;
    }

    .header_div .h_part1{
        width: 230px;
        margin: 0 auto;
        float: none;
    }

    .header_div .h_part2{
        float: none;
    }

    .header_div .h_part3 .h_contact{
        float: none;
        text-align: center;
    }

    .header_div .h_part3 .h_contact{
        width: 75%;
    }
}
.h_contact img {
    width: 40px;
    margin: -5px 10px 0 0;
}
.h_contact .big_txt {
    vertical-align: top;
}
