@media print {
    @page  
    { 
        size: auto;   /* auto is the initial value */         
        margin: 12.7mm 12.7mm 12.7mm 12.7mm;  
    } 
    @font-face {
        font-family: 'dinregular';
        src: url('font/dinregular-webfont.eot');
        src: url('font/dinregular-webfont.eot?#iefix') format('embedded-opentype'),
            url('font/dinregular-webfont.woff2') format('woff2'),
            url('font/dinregular-webfont.woff') format('woff'),
            url('font/dinregular-webfont.ttf') format('truetype'),
            url('font/dinregular-webfont.svg#dinregular') format('svg');
        font-weight: normal;
        font-style: normal;

    }
    body {
        font-size: 14px;
        color: #222;
        font-family: Verdana, Geneva, sans-serif;
        margin: 0;
        background: #fff;
        -webkit-backface-visibility: hidden;
        -webkit-print-color-adjust: exact;
    }
    a[href]:after {
        content: none !important;
    }
    .container {
        width: 279.4mm;
    }  
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
    .footer_textright {
        text-align: right;
    }

    #header h3 {
        font-size: 40px;
        line-height: 40px;
    }    
    #header h3 {
        text-align: right;
        margin: 50px 0 0;
    }
    #header .logo {
        text-align: right;
        margin: 20px -12px 0 0;
    }
    #header h3 span {
        color: #95d600 !important;
    }
    #header h3 {
        font-family: 'dinregular', Helvetica, Arial, sans-serif;
        letter-spacing: -0.8px;
        color: #acacac !important;
    }
    #center #bg_box {
        background: url(../img/side_barbg.png) repeat-x #cfcfcf !important; 
        -moz-background:url(../img/side_barbg.png) repeat-x #cfcfcf !important; 
    }    
    #center #lefttside {
        padding: 0;
    }    
    #center .navbar-default ul li a{ color:#fff !important; padding:10px 20px;}
    .navbar {
        display: block !important;
        border-width:0 !important;
    }
    .navbar-toggle {
        display:none;
    }
    #center .sidebar ul#side-menu {
        display: block;
    }
    #rightside {
        background: #fff !important; ;
    }
    #footer p {
        color: #929292 !important;
        padding: 5px 0;
        margin: 0;
        font-size: 13px;
    }
    .btn-primary {
        color: #fff !important;;
        background-color: #808080 !important;;
        border-color: #707070 !important;;
    }    
    .scrollToTop{
        display: none !important;
    }
    #internal_page p{        
        color: #1f1f1f !important;        
        font-family: 'dinmedium', Helvetica, Arial, sans-serif;
        text-align: justify;
        padding: 0;
        margin: 0 0 24px;    
        font-weight: 100 !important;
    }
    #internal_page strong{     
        font-weight: 600 !important;
    }
    #internal_page {
        border-left: 20px solid #808080;
        min-height: 500px;
        border-right: 20px solid #808080;
        border-bottom: 20px solid #808080;
        padding: 0 15px 15px 15px;
    }
    #internal_page h1 {
        margin: 0 0 20px;
        background: url(../img/title_bg.png) repeat-y right top #94d60a !important;
        color: #fff !important;
        padding: 12px 15px 10px;
    }
    #internal_page .right_text p {
        font-family: Verdana, Geneva, sans-serif;
        color: #fff!important;
        line-height: 20px;
        font-size: 12px;
        margin: 0;
    }
    #internal_page .right_text {
        background: #00a59b !important;        
        padding: 10px;
        margin-bottom: 15px;
    }
    .right_text li {
        display: list-item;
        color: #fff!important;
        text-align: -webkit-match-parent;
        padding-bottom: 6px;
    }
    .who_list li{
        font-weight: 100 !important;
    }
    .list {        
        font-size: 17px;
        margin-bottom: 20px;
        padding-left: 14px;
    }
    .list li{
        color: #808080 !important;
    }
    .right_sideimg1 {
        width: 350px;
        margin-bottom: 0;
        bottom: -20px;
        position: absolute;
        right: 0;
    }
    .right_sideimg1 {
        background: #fff !important;
        padding: 0 15px;
    }
    #internal_page p a.btn_view {        
        background: #6cad0c !important;
        border-radius: 5px;
        padding: 3px 5px 1px;
        display: inline-block;
        text-decoration: none;
        font-size: 11px;
        margin-left: 9px;
    }
    #internal_page p a.btn_view span{
        color: #fff !important;
    }
    #contact_form {
        margin: 30px 0 15px;
        background: #ebebeb !important;
        border: 1px solid #ccc;
        padding: 20px 30px;
    }
    #contact_form .form-control {
        box-shadow: none;
        background: #fdfdfd !important;
        border-radius: 0;
    }
    .ucf button[type=submit] {
        background: #95D60A !important;
        border: 0;
        color: #fff !important;
        cursor: pointer;
        font-size: 15px;
        font-weight: normal;
        margin-left: 0;
        margin-bottom: 10px;
        padding: 8px 30px;
        transition: background .3s;
        width: 100%;
    }
    table {
        display: table;
        border-spacing: 0;
        border-collapse: collapse;
    }
    tbody{
        display: table-row-group;
        vertical-align: middle;
        border-color: inherit;
    }
    tr {
        display: table-row;
        vertical-align: inherit;
        border-color: inherit;
    }
    .contact_table table td {
        float: none;
        width: auto;
        padding: 0 8px 4px 0;
    }
    td{
        display: table-cell;
        vertical-align: inherit;
    }
	.home-slier2{
		position: absolute;
		left: 50%;
	}
}
