body {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	color: #89867e;
	/*background-image:url(../images/bg_imon_1.jpg);*/
	background-color:#272a33;
	margin:0px;
	padding:0px;
}




body{
    background-color:#272a33;
    -webkit-animation-name: LogoPage2; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 2s; /* Chrome, Safari, Opera */
    animation-name: LogoPage2;
    animation-duration: 2s;
	animation-iteration-count: 500;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes LogoPage2 {
    50%   {background-color: #272a33;}
    50%  {background-color: #000000;}
  
}

/* Standard syntax */
@keyframes LogoPage2 {
    50%   {background-color: #272a33;}
    50%  {background-color: #000000;}
}




h2 img{
	width:100%;
	max-width:200px;
	height:100%;

}
.group_services p {
	padding-left:10px;
	padding-right:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	text-decoration:none;
	line-height:20px;
}
#divLight1_closebox{
	position:fixed;
	z-index:1200000;
	top:50%;
	left:50%;
	margin-left:224px;
	margin-top:-265px;
	display:none;
	opacity:0.7;
	cursor:pointer;
	}
.imgclk{
	cursor:pointer;
	}	

#ifrmZoom {
	position: fixed; 
	top:50%; 
	left:50%; 
	margin-top:-260px; 
	width:100%; 
	height:500px; 
	max-width:500px; 
	margin-left:-250px; 
	z-index:10; 
	filter:alpha(opacity=99);
	opacity:.99; 
	border:0px solid #000; 
	display:none;
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; 
	box-shadow: 0px 0px 0px 10px rgba(0,0,0,0.3);
}


/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

@font-face {
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
	font-weight: normal;
	font-style: normal;
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 15px; padding: 0; margin: 0;}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }


a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #fff;
}


.container {
	width: 100%;
	max-width:999px;
	margin: 0 auto;
	/*padding: 5px;*/
	border:solid 0px red;
	background-color:#fff;
	overflow:auto;
	
	/*-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.15);
	-o-box-shadow: 0 0 8px rgba(0,0,0,0.15);
	box-shadow: 0 0 8px rgba(0,0,0,0.15);*/
}
#mainclearfix {
	margin:0px;
	padding:0px;
	height:210px;
	border:solid 0px red;
}
.demo_1{
	font-family:"Times New Roman", Times, serif;
	font-size:40px;
	text-align:center;
	font-weight:bold;
	color:#000;
	text-decoration:none;
}
/*.main {
	max-width: 82.667em;
	min-height: 40em;
}
*/
.container > header {
	text-align: center;
	font-size: 16px;
	padding: 4em 2em 3em;
	background: rgba(0,0,0,0.01);
}

.container > header h1 {
	font-size: 2.625em;
	line-height: 1.3;
	margin: 0;
	font-weight: 300;
}

.container > header span {
	display: block;
	font-size: 60%;
	color: #ceccc6;
	padding: 0 0 0.6em 0.1em;
}

/* Header Style */
.codrops-top {
	background: #fff;
	background: rgba(255, 255, 255, 0.4);
	text-transform: uppercase;
	position: relative;
	width: 100%;
	font-size: 0.7em;
	line-height: 2.2;
}

.codrops-top a {
	padding: 0 1em;
	letter-spacing: 0.1em;
	color: #888;
	display: inline-block;
}

.codrops-top a:hover {
	background: rgba(255,255,255,0.9);
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}

.codrops-icon:before {
	font-family: 'codropsicons';
	margin: 0 4px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.codrops-icon-drop:before {
	content: "\e001";
}
.codrops-icon-prev:before {
	content: "\e004";
}
.codrops-icon-archive:before {
	content: "\e002";
}
.codrops-icon-next:before {
	content: "\e000";
}
.codrops-icon-about:before {
	content: "\e003";
}

/************ Gallery ********************/

.captionOrange, .captionBlack
        {
            color: #fff;
            font-size: 20px;
            line-height: 30px;
            text-align: center;
            border-radius: 4px;
        }
        .captionOrange
        {
            background: #EB5100;
            background-color: rgba(235, 81, 0, 0.6);
        }
        .captionBlack
        {
        	font-size:16px;
            background: #000;
            background-color: rgba(0, 0, 0, 0.4);
        }
        a.captionOrange, A.captionOrange:active, A.captionOrange:visited
        {
        	color: #ffffff;
        	text-decoration: none;
        }
        a.captionOrange:hover
        {
            color: #eb5100;
            text-decoration: underline;
            background-color: #eeeeee;
            background-color: rgba(238, 238, 238, 0.7);
        }
        .bricon
        {
            background: url(./img/browser-icons.png);
        }

/************ Gallery ********************/

#GALLERY_2{
	width: 100%;
	height:auto;
	margin-bottom:30px;
	overflow:auto;
	border:solid 0px red;
}

#container1 {
	width: 100%;
	height:auto;
	overflow:auto;
	border:solid 0px red;
	margin-bottom:50px;
}

#Footer_Imon {
	width: 100%;
	padding-top:20px;
	height:auto;
	overflow:auto;
	border:solid 0px red;
	background-color: #272a33;
	
}

#wrapper_F{
	margin:0 auto;
	padding:auto;
	padding:10px;
	width:100%;
	max-width:300px;
	border:solid 0px red;
	background-color:#272a33;	
}

#wrapper_F hgroup{
	text-align:center;
}
#wrapper_F h2{
	margin:1px 0px 5px 0px;
	color:#fff;
	/*text-shadow:1px 1px 2px #A50031;*/
	font-size:16px;
	font-family:Arial Narrow, Arial, sans-serif;
	
}

.F_1{
	margin-left:5%;
	float:left;
	width:28%;
	/*width:280px;*/
	height:210px;
	border:solid 0px red;
}
/*.F_2{
	margin-left:5%;
	width:250px;
	width:30%;
	float:left;
	height:210px;
	border:solid 1px red;
}*/
.F_1_icon_1 {
	margin-top:8px;
	float:left;
	width:44px;
	height:44px;
	background-image:url(../images/ICN_4.png);
}
.F_1_icon_2 {
	margin-top:8px;
	float:left;
	width:44px;
	height:44px;
	background-image:url(../images/ICN_3.png);
}
.F_1_icon_3 {
	margin-top:8px;
	float:left;
	width:44px;
	height:44px;
	background-image:url(../images/ICN_2.png);
}
.F_1_Content{
	float: right;
	width:220px;
	height:200px;
	border:solid 0px red;
}
.F_1_Content_1{
	float: right;
	width:220px;
	height:200px;
	border:solid 0px red;
}
.F_1_Content_1 h1{
	color:#e97770;
	font-size:22px;
	font-family:Arial Narrow, Arial, sans-serif;
}
.F_1_Content h1{
	color:#e97770;
	font-size:22px;
	font-family:Arial Narrow, Arial, sans-serif;
}
.F_1_Content p {
	color:#fff;
	font-size:14px;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
}
.F_1_Content_1 p a{
	color:#fff;
	font-size:14px;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
}
.F_1_Content_1 p a:hover{
	color:#ccc;
	font-size:14px;
	text-decoration:underline;
	font-family: Verdana, Geneva, sans-serif;
}

#Proj15, #Proj14, #Proj13, #Proj12{
	cursor:pointer;
}

@media screen and (max-width: 970px) { 

.F_1{
	margin-left:5%;
	float:left;
	width:44%;
	/*width:280px;*/
	height:210px;
	border:solid 0px red;
}
.FFmd{
	margin:0 auto;
	padding:auto;
	width:650px;
	height:auto;
}

}

@media screen and (max-width: 650px) { 
	.codrops-icon span {
		display: none;
	}
	.container > header {
		font-size: 75%;
	}
	#mainclearfix {
	margin:0px;
	padding:0px;
	height:auto;
	border:solid 0px red;
}

#ifrmZoom {
	position: fixed; 
	top:50%; 
	left:50%; 
	margin-top:-200px; 
	width:100%; 
	height:280px; 
	max-width:280px; 
	margin-left:-140px; 
	z-index:10; 
	filter:alpha(opacity=99);
	opacity:.99; 
	border:0px solid #000; 
	display:none;
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; 
	box-shadow: 0px 0px 0px 10px rgba(0,0,0,0.3);
}

#divLight1_closebox{
	position:fixed;
	z-index:1200000;
	top:50%;
	left:50%;
	margin-left:118px;
	margin-top:-210px;
	display:none;
	opacity:0.7;
	cursor:pointer;
	}
	
.F_1{
	margin-left:5%;
	float:left;
	width:94%;
	/*width:280px;*/
	height:210px;
	border:solid 0px red;
}
.FFmd{
	margin:0 auto;
	padding:auto;
	width:300px;
	height:auto;
}	
}




@media screen and (max-width: 420px) { 

.group_IMON{
	margin:0 auto;
	padding:auto;
	width:240px;
	height:auto;
	}
}

@media screen and (max-width: 330px) { 
.FFmd{
	margin:0 auto;
	padding:auto;
	width:240px;
	height:680px;
}
.group_IMON{
	margin:0 auto;
	padding:auto;
	width:240px;
	height:auto;
	}
#ifrmZoom {
	position: fixed; 
	top:50%; 
	left:50%; 
	margin-top:-140px; 
	width:100%; 
	height:280px; 
	max-width:240px; 
	margin-left:-120px; 
	z-index:10; 
	filter:alpha(opacity=99);
	opacity:.99; 
	border:0px solid #000; 
	display:none;
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; 
	box-shadow: 0px 0px 0px 10px rgba(0,0,0,0.3);
}

#divLight1_closebox{
	position:fixed;
	z-index:1200000;
	top:50%;
	left:50%;
	margin-left:96px;
	margin-top:-150px;
	display:none;
	opacity:0.7;
	cursor:pointer;
	}
}

