﻿/* ---------------------------------------------------------------------- */
/*  Custom  960 Grid System
/* ---------------------------------------------------------------------- */
	.container{
		width:1320px;
		margin:0 auto;
		clear:both;
		display:block;
		position:relative;
        background:#fff ;
	}
.container2 {
    width: 1320px;
    margin: 0 auto;
    clear: both;
    display: block;
    position: relative;
    /*background: #fff;*/
}
	.column {
		width:1280px;
		position:relative;
		margin-right:10px;
		margin-left:10px;
		margin-bottom:-25px;
		float:left;
        
	}
.column-one-fourth2 {
    float: left;
    margin-right: 0px;
    margin-left: 25px;
    margin-top: 20px;
    width: 250px;
    margin-bottom: 20px;
}

.column-one-fourth {
    float: left;
    margin-right: 0px;
    margin-left: 25px;
    margin-bottom: 20px;
}

.column-all
.column-one-half,
.column-one-third,
.column-two-third,
.column-three-fourth,
.column-one-fifth,
.column-four-fifth {
    float: left;
    margin-right: 10px;
    margin-left: 20px;
    margin-bottom: 20px;
}
	.last{
		margin-right:0;	
	}
	.first{
		margin-left:0;
	}


.column-all {    width: 1160px;}
	.column-one-half        { width:460px; }
	.column-one-third       { width:480px; }
	.column-one-fourth      { width:250px; }
    .column-one-fifth      { width:120px; }
	
	.column-two-third       { width:620px; }
	.column-three-fourth    { width:700px; }
    .column-four-fifth    { width:950px; }
	
	h1 { font-size: 24px; }
	h2 { font-size: 22px; }
	h3 { font-size: 20px; }
	h4 { font-size: 18px; }
	h5 { font-size: 16px; }
	h6 { font-size: 14px; }

@media only screen and (min-width: 960px) and (max-width: 1060px) {
	
	.controller 			{ width:100%; background:#000 ;}
	.container              { width:960px; background:#000 ;}
	
} 


/* ------------------------------------------- */
/*  Responsive Grid :
/*
/*  1. Tablet
/*  2. Mobile Portrait
/*  3. Mobile Landscape
/* ------------------------------------------- */
 
/*------------------------------------------------------------------*/ 
/*	1) Note: Design for a width of 768 px
/*------------------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1000px) {
    .controller 			{ width:100%; }
	.container              { width:768px; margin:0 auto; }
	.column                 { width:748px; }
    .column-one-half        { width:364px; }
    .column-one-third       { width:236px; }
    .column-one-fourth      { width:172px; }
    .column-two-third       { width:492px; }
    .column-three-fourth    { width:556px; }
    
	iframe, .sidebar img{max-width:236px;}
    .hiddingdiv2{height:100px; display:block;}
    .logopic {    width:500px}
    ul.otherservice li a img{	width:80px;	height:80px;	float:left;	}
}


/*------------------------------------------------------------------*/ 
/*	2) Note: Design for a width of 480 px
/*------------------------------------------------------------------*/
@media only screen and (min-width: 480px) and (max-width: 767px) {   
    /*.controller 			{ width:100%; }
	.container              { width:420px; margin:0 auto; }
	.column       			{ width:400px; }
        
       
    .column-one-half,
    .column-one-third,
    .column-one-fourth,
    .column-two-third,
    .column-three-fourth,
    .column-one-fifth,
    .column-four-fifth     	{ width:470px; margin-left:0; margin-right:0;}

    iframe, .sidebar img{max-width:236px;}
    .banners{display:none}
    .hiddingdiv{height:250px; display:block;}
    .hiddingdiv2{height:50px; display:block;}
    .hiddingdivrow{ width:470px;display:block;}
    .logopic {
    width:300px}*/

    .controller 			{ width:100%; }
	.container              { width:420px; margin:0 auto; }
	.column       			{ width:400px; }
    .main-contentleft{ width:450px; }
    .column-one-half,
    .column-one-third,
    .column-one-fourth,
    .column-two-third,
    .column-three-fourth,
    .column-one-fifth,
    .column-four-fifth     	{ width:450px; }

    .banners{display:none}
    .hiddingdiv{height:250px; display:block;}
    .hiddingdiv2{height:50px; display:block;}
    .hiddingdivrow{ width:470px;display:block;}
    .logopic {    width:300px}
    ul.otherservice li a img{	width:100px;	height:100px;	float:left;	}
}

/*------------------------------------------------------------------*/ 
/*	3) Note: Design for a width of 320 px
/*------------------------------------------------------------------*/
@media only screen and (min-width: 200px) and (max-width: 479px){
    .controller 			{ width:100%; }
	.container              { width:300px; margin:0 auto; }
	.column       			{ width:300px; margin-left:0; margin-right:0;}

    .main-contentleft       { width:320px; margin:0 auto; float:left; }     
    .column-one-half,
    .column-one-third,
    .column-one-fourth,
    .column-two-third,
    .column-three-fourth,
    .column-one-fifth,
    .column-four-fifth    
     	{ width:300px; margin-left:0; margin-right:0;}

    .banners{display:none}
    .hiddingdiv{height:250px; display:block;}
    .hiddingdiv2{height:50px; display:block;}
}



/* ---------------------------------------------------------------------- */
/*  Custom Margins
/* ---------------------------------------------------------------------- */
	.m-a			{ margin:0 auto; }
	.m-top-25		{ margin-top:25px; }
	.m-bottom-25	{ margin-bottom:25px; }
	.m-left-25		{ margin-left:25px; }
	.m-right-25		{ margin-right:25px; }
	.m-top-20		{ margin-top:20px; }
	.m-bottom-20	{ margin-bottom:20px; }
	.m-left-20		{ margin-left:20px; }
	.m-right-15		{ margin-right:20px; }
	.m-top-15		{ margin-top:15px; }
	.m-bottom-15	{ margin-bottom:15px; }
	.m-left-15		{ margin-left:15px; }
	.m-right-15		{ margin-right:15px; }
	.m-top-10		{ margin-top:10px; }
	.m-bottom-10	{ margin-bottom:10px; }
	.m-left-10		{ margin-left:10px; }
	.m-right-10		{ margin-right:10px; }
	.m-top-5		{ margin-top:5px; }
	.m-bottom-5		{ margin-bottom:5px; }
	.m-left-5		{ margin-left:5px; }
	.m-right-5		{ margin-right:5px; }