/*.css3
{
	border-radius: 12px; 
	box-shadow: 0px 0px 4px 0px #000;
	background-color: rgba(0, 0, 0, 1.0);
	transform: rotate(7.5deg) ;
	transform: scale(0.8);
	
	perspective: 300px;
	transform: rotateY(180deg);          
	transform-style: preserve-3d;
}

.box_animation:hover {
  -webkit-animation: myanim 5s infinite; 
   animation: myanim 5s infinite; 
}

@-webkit-keyframes myanim {
  0%   { opacity: 1.0; }
  50%  { opacity: 0.5; }
  100% { opacity: 0.0; }
}
@keyframes myanim {
  0%   { opacity: 1.0; }
  50%  { opacity: 0.5; }
  100% { opacity: 0.0; }
}
*/

@media only screen and (min-width: 320px) and (max-width: 768px) {
	header, nav, #header-ctnr, footer, #container{
	width: 100%;
	}

.container 
{
	width:100%;
}
.box-responsive
{
	margin:10px 0px;
	width:100%;
}
#search {
    float: right;
    margin-top: 0px;
    width: 100%;
}

.search {
    padding: 0px 0;
   width: 100%;
    height: 30px;
    position: relative;
    left: 0px;
    float: right;
    line-height: 22px;
}	
    .search input {
        position: absolute;
        width: 0px;
        float: Left;
         width: 100%;
            margin-left: 0px;
        -webkit-transition: all 0.7s ease-in-out;
        -moz-transition: all 0.7s ease-in-out;
        -o-transition: all 0.7s ease-in-out;
        transition: all 0.7s ease-in-out;
        height: 30px;
        line-height: 18px;
        padding: 0 2px 0 2px;
        border-radius:3px;
    }
	        .search:hover input, .search input:focus {
            width: 100%;
            margin-left: 0px;
        }
.leatest-news
{
	display:none;
}
#header
{
	width:100%;	clear:both;	float:left;
	padding:15px 0px;

}
.email-phone
{
	display:none;
}
.logo
{
	float:left; clear:both; width:100%;
	text-align:center;
}
.login-btn
{
	float:left; clear:both; width:100%;
	text-align:center;
	padding-top:10px;
}
.social-icons
{
	display:none;
}
#nav
{
	width:100%;	clear:both;	float:left; background:#032d41;
	background-image:none;
	position:relative;
}
.banner-text
{
	position:absolute;

	z-index:999;
	top:50px;
}
.banner-text img
{
	width:90%;
	height:auto;
}
#first-slider .carousel .item {
  min-height: 209px; 
  height: 100%;
  width:100%;
}
.page-head
{
	font-size:30px;
	color:#032d41;
	font-weight:100;
	margin:30px 0px 10px 0px;
	width:100%;	clear:both;	float:left;
	padding:0px 0px 10px 0px;
	background:url(../images/page-head.png) no-repeat bottom left;
}
#video-news-ctnr
{
	width:100%;	clear:both;	float:left;
	background-image:none;
	background-color:#ed1e25;
	height:auto;
	padding:30px 0px;
}
.video-section
{
	clear:both;	float:left; width:100%;
}
.video-section img
{
	width:100%;
	height:auto;
}
.video-section h2
{
	font-size:30px;
	color:#fff;
	padding-bottom:15px;
}
.news-hd
{
	display:none;
}
.services-cntr
{
	width:100%;	clear:both;	float:left; padding:30px 0px;
	border:#ccc solid 1px;
}
.services-cntr:hover
{
	background:url(../images/bg-service.png) repeat-x bottom center;
}
.services-cntr img
{
	float:left;
	width:75px;
	height:auto;
}
.services-cntr h2
{
	float:left;
	font-size:19px;
	color:#ed1e25;
	padding:5px 0px 5px 0px;
	width:220px;
}
.services-cntr h3
{
	
	font-size:14px;
	color:#032d41;
	padding:0px 0px 10px 0px;
	line-height:21px;
	width:90%;
}
.services-cntr h4
{
	float:left;
	font-size:14px;
	color:#ed1e25;
	
}
.services-cntr h4 a
{
	color:#ed1e25;
	padding-top:15px;
}
.services-cntr h4 a:hover
{
	color:#032d41;
}
.lt-bt
{
	border:#ccc solid 1px;
	
}
.rtbtm
{

	border:#ccc solid 1px;
	
}
.btm
{
	border:#ccc solid 1px;

	
}
.online-invest-cntr {
    width: 100%;
    clear: both;
    float: left;
    margin-bottom: 20px;
}
.footer-col h2 {
    font-size: 18px;
    font-weight: 500;
	padding-top:15px;
    color: #fff;
}