/* Big screens */
@media only screen and (min-width : 960px)   {

html
  {
	height: 100%;
  }
  
body 	{
        background: url(/image/backgroundnew) no-repeat center center fixed; 
		-webkit-background-size: cover; 
		-moz-background-size: cover; 
		-o-background-size: cover; 
		background-size: cover;

		height: 100%;
		}

  
h1 		{
		font-size: 26px;
		color: #d90000;
		margin-bottom: 10px;
		}
  
h2 		{
		font-size: 22px;
		color: #d90000;
		margin-bottom: 10px;
		}
  
h3 		{
		font-weight: 400;
		font-size: 18px;
		margin-bottom: 10px;
		}  
  
p		{
		margin-bottom: 10px;
  		}
  
.pagecontent ul {list-style-type: disc;
				margin-bottom: 10px;
				margin-left: 40px;
				line-height: 28px;
  				}
  
.sidemenu {
		background: #ebebeb;
		padding: 10px;
		color: #7b7b7b;
		margin-bottom: 20px;
		}  
.sidemenu img {
		margin: -10px;
	  	}
  
.sidemenu h1 		{
		font-style: strong;
		font-size: 24px;
		color: red;
		margin-bottom: 0px;
		}  
  

  
.social {
		position: absolute;
		top: 20px;
		right: 40px;
  		}
  
.logo 	{
  		float: left;
  		padding-top: 20px;
  		padding-left: 40px; 
		}
  

.tp-form-container 	{
					width: 100%;
					overflow: auto;
  					}


  
.tp-form-field-2c {
			width: 90%;
    		font-style: normal;
	  		font-weight: 300;
	    	font-family: 'lato', serif;
			font-size: 18px;
  			}
  
.tp-form-field-2c-ml {
			width: 90%;
			height: 250px;
    		font-style: normal;
	  		font-weight: 300;
	    	font-family: 'lato', serif;
			font-size: 18px;
  			}

.tp-form-cell-2c {
					float: left;
  					width: 50%;
					margin-bottom: 5px;	
  }

.tp-form-cell-2c-20pc {
					float: left;
  					width: 20%;
					margin-bottom: 5px;	
  }
  
.tp-form-cell-2c-80pc {
					float: left;
  					width: 80%;
					margin-bottom: 5px;	
  }
  
.tp-form-label-2c {
		float: left;
		width: 100%;
		font-size: 22px;
		color: #d90000;
		padding-top: 20px;
		margin-bottom: 10px;
		}
  
 .tp-form-send {  					
		float: left;
		width: 100%;
		font-size: 22px;
		color: #d90000;
		padding-top: 20px;
		margin-bottom: 10px;
		} 
  
.tp-form-send-button {
  						  }
				
.form-field-list-cell  {
						display: table-cell;
  }
  
.tp-form-field {
			width: 80%;
    		font-style: normal;
	  		font-weight: 300;
	    	font-family: 'lato', serif;
			font-size: 18px;
  			}
  
.tp-form-field-ml {
			width: 80%;
			height: 250px;
    		font-style: normal;
	  		font-weight: 300;
	    	font-family: 'lato', serif;
			font-size: 18px;
  			}
  
.facebook-like {position: absolute;
				bottom: 20px;
				left: 20px;
				min-width: 225px; 
				height: 80px; 
				overflow: visible ;
				z-index: 9999;
  				}
  
.facebook-like-m {display: none;
				position: absolute;
				bottom: 20px;
				left: 20px;
				min-width: 225px; 
				height: 80px; 
				overflow: visible;
				z-index: 9999;
  				}
  
#region_3 { position: relative ; }
  
#region_1 { 
		font-style: normal;
	  	font-weight: 300;
	    font-size: 18px;
	    line-height: 28px;
	    font-family: 'lato', serif;
  		}	
  

#div0 	{	
		width: 950px; 
		background: white;
		left: 50%;
		margin-left: -475px;
		position: relative;
		height: auto !important; /* real browsers */
		height: 100%; /* IE6: treaded as min-height*/
		min-height: 100%; /* real browsers */
		overflow: visible;
  		}

#diva	{
		width: 950px;
		height: 130px;
		position: relative;
		} 
  
  
#divb	{
		width: 950px;
		}
  
#divc	{
		width: 950px;
		padding-top: 40px;
		padding-bottom: 210px; /* same value as height and padding for divd, plus padding required  */
	  	overflow: auto;
-webkit-box-shadow: inset 0px 7px 15px -13px rgba(153,153,153,1);
-moz-box-shadow: inset 0px 7px 15px -13px rgba(153,153,153,1);
box-shadow: inset 0px 7px 15px -13px rgba(153,153,153,1);
		
		}
 
#divc1,#divc2	{
  				float: left;
  				min-height: 200px;
				}  
  
#divc1	{
		margin-left: 40px;
		margin-right: 40px;
		width: 620px;
		}  
  
#divc2	{
		width: 210px;
		margin-left: 0px;
		margin-right: 40px;
		}  
  
  
#divd	{
		width: 950px;
		height: 150px;
		position: absolute; 
		bottom: 20px;
		padding-top: 20px;	
		background: #ebebeb;
	
-webkit-box-shadow: inset 0px 7px 15px -13px rgba(153,153,153,1);
-moz-box-shadow: inset 0px 7px 15px -13px rgba(153,153,153,1);
box-shadow: inset 0px 7px 15px -13px rgba(153,153,153,1);
		
		}
  
#dive {
		width: 950px;
		height: 20px;
		position: absolute; 
		bottom: 0;
		padding-top: 6px;	
		background: #dbdbdb;
		text-align: center;
		font-size: 12px;
  }
  

}  
/* Big screens END*/
