﻿/************************************************Reset rules************************************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,a,img{margin:0; padding:0; outline:none;} 
h1,h2,h3,h4,h5,h6{font-weight:normal;} 
table{border-collapse:collapse; border-spacing:0;}
fieldset,img{border:0;}  
address,caption,cite,code,dfn,th,var{font-style:normal; font-weight:normal;} 
ol,ul {list-style:none;} 
.clear {clear:both;}
img {outline:none;}
li, a {outline:none;}
a {text-decoration:none; color:#ed2127;}
* :click {outline: 0;}

*{
	margin:0;
	padding:0;
}

/************************************************Reset rules end************************************************/

body
{
    font-family:'Open_Sans_R';
    font-size:14px;
    line-height:24px;
    height:100%;
    
}

.page-wrapper
{
    margin: 0 auto;
    position: relative;
}

.page
{
    width:100%;
    height:auto;
    overflow:hidden;
    position:relative;
    padding:100px 0px;
    border-bottom: 1px solid #dfdcd7;
   
}

#home
{
    height:650px;
    padding:0!important;
    overflow:hidden;
    border:none !important;
}

#aboutus
{
    padding-bottom:0!important;
}

#team, #services
{
    background: #ffffff;
}

#aboutus, #projects,#contact-us
{
    background:#F7F5F2;
}


h1.section-header
{
    text-transform: uppercase;
    color:#000000;
    font-family: 'Arial Black', sans-serif !important;
    font-weight: 900;
    font-size:75px;
    line-height:60px ;
    margin-bottom:50px;
    text-align:center;
}

p
{
    font-family:'Open_Sans_R';
    margin-bottom:20px;
    font-size:14px;
    line-height:24px;
}

.sep5
{
    height:5px;
}
.sep10
{
    height:10px;
}
.sep40
{
    height:40px;
}
.sep20
{
    height:20px;
}
/*******************************Rotating Logo when navigation bar is not visible******************************/

#small_logo{ height:60px; left:20px; position:absolute; top:20px; z-index: 500; width:161px; }
#small_logo .front{ 
	position:relative;
	z-index:1;
}
#small_logo .back{
	left:0; position:absolute; top:0;
}

#small_logo{
	perspective:250;
	perspective-origin: 100% 50%;
	-webkit-perspective:250;
	-webkit-perspective-origin: 100% 50%;
	-moz-perspective:250;
	-moz-perspective-origin: 100% 50%;
	-ms-perspective:250;
	-ms-perspective-origin: 100% 50%;
	-o-perspective:250;
	-o-perspective-origin: 100% 50%;
}
#small_logo a{ display:block; height:100%; }

#small_logo a{
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;

	animation-duration:1.5s;
	animation-timing-function:ease-in-out;
	animation-iteration-count:1;
	animation-direction:normal;
	animation-delay:0s;
	
	-webkit-animation-duration:1.5s;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-iteration-count:1;
	-webkit-animation-direction:normal;
	-webkit-animation-delay:0s;
	
	-moz-animation-duration:1.5s;
	-moz-animation-timing-function:ease-in-out;
	-moz-animation-iteration-count:1;
	-moz-animation-direction:normal;
	-moz-animation-delay:0s;
	
	-ms-animation-duration:1.5s;
	-ms-animation-timing-function:ease-in-out;
	-ms-animation-iteration-count:1;
	-ms-animation-direction:normal;
	-ms-animation-delay:0s;
	
	-o-animation-duration:1.5s;
	-o-animation-timing-function:ease-in-out;
	-o-animation-iteration-count:1;
	-o-animation-direction:normal;
	-o-animation-delay:0s;
}

#small_logo a > div{ 
	overflow:hidden;
	position:absolute;
        height: 60px;
        width:161px;
}

#small_logo a > div{ backface-visibility: hidden; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -o-backface-visibility: hidden; }

#small_logo .back{
	transform:rotateY(180deg);
	-webkit-transform:rotateY(180deg);
	-moz-transform:rotateY(180deg);
	-ms-transform:rotateY(180deg);
	-o-transform:rotateY(180deg);
}           

@keyframes rotateLogo
{ 
	from { transform:rotateY(0deg); } 
	to { transform:rotateY(360deg); }
}

@-webkit-keyframes rotateLogo
{ 
	from { -webkit-transform:rotateY(0deg); } 
	to { -webkit-transform:rotateY(360deg); }
}
@-moz-keyframes rotateLogo{
	from { -moz-transform:rotateY(0deg); }
	to { -moz-transform:rotateY(360deg); }
}
@-ms-keyframes rotateLogo{
	from { -ms-transform:rotateY(0deg); }
	to { -ms-transform:rotateY(360deg); }
}
@-o-keyframes rotateLogo{
	from { -o-transform:rotateY(0deg); }
	to { -o-transform:rotateY(360deg); }
}

/*************************************Logo when navigation bar is not visible**********************************/

/************************************************Navigation************************************************/
.nav-container {
    background-color:#000000; 
    height:70px; 
    position: relative; 
    z-index: 200;
}

.small_logo
{
    position:absolute;
    margin: 20px 30px;   
    display:none; 
}

.logo {
   float:left;
   margin-left:30px;
}

nav {
	z-index: 200;
	width: 100%;
	background-color:#000000;
	position: relative;
    height:68px;  
    border-bottom:2px solid red;
}


nav li {
    text-transform:uppercase;
	display: inline;
	list-style: none;    
}

nav li a 
{
    
	text-decoration: none;
	color: #ffffff;
	font-weight: 400;
	display: inline-block;
	margin-right:20px;
    text-align: center;	
}

nav li a:hover,
nav li a.selected {
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
}
.sticky {
	position: fixed;
	top: 0px;
	z-index: 200;
}

.nav-phone
{
    float:right;
    
}
.nav-phone a.nav-phone-btn
{
    background: url('../images/nav-phone-icon.png') 0 0 no-repeat;
    display:block;
    width:18px;
    height:13px;
    
}

.nav-phone ul {
    display: none;
    right: 0;
    padding: 10px 0;
    list-style: none;
}

.nav-phone li {
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: right;
    color: white;
}

.nav-phone ul li b {
    font-weight: 400;
    font-style: italic;
    color: gray;
    text-transform: lowercase;
}

.nav-phone ul li span
{
    float:right;
    padding:0 60px 0 0;
}

.nav-phone  li a {
    color: white;
    text-decoration: none;
}

.nav-phone ul.down {
    position: absolute;
    display: block;
    top: 50px;
    width: 250px;
    background-color: #2B2B2B;
}

nav .nav-right 
{
    margin:23px 15px 23px 0;
    float:right
}

nav .nav-right ul
{
    margin-bottom:0 !important;
    margin-right:15px;
    float:left;
}

/*******Mobile menu*******/
.mini-nav-right
{
    margin-left:170px;
    text-align:center;
}
 .mini-nav-container
 {
    display:none;
    text-align:center;
    background-color: black;
    height: 68px;
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 200;
    margin: 0px auto;
}


.mini-nav-container logo
{
    width:170px;
}

.menu-dropdown
{
    margin:28px auto;
    width:40%;
    background:White;
}
/*******Mobile menu*******/


/*********************************************Navigation end************************************************/


/************************************************Sliders************************************************/
/*fullscreen slider*/
#slidecaption {
    position: absolute;
    left: 50%;
    z-index: 300;
    top: 60%;
    margin-top: -260px;
    margin-left: -290px;
    max-width: 580px;
}
	
.slidedescription
{
	margin: 0 auto;
    max-width: 670px;
}
	
.slidedescription img {
    max-width: 670px;
    position: relative;
    top:0;
    width: 100%;
}
    
.slidedescription p
{
    border-top: 1px solid #ccc;
    padding-top: 0px;
    margin: 20px 40px 60px;
    text-align: center;
    font-family: Open_Sans_R;
    font-size: 14px;
    line-height:24px;
    color: #fff;
}
	
/*fullscreen slider*/
	
/*flexslider*/
.slider-wrapper
{
	position:fixed;
	width:100%;
	top:0;
	left:0;
	bottom:0! important;
}
	
.flexslider
{
    border:0!important;
    background-color:transparent;
    height:100%;
}
    
/*flexslider*/
/************************************************Sliders end************************************************/

/************************************************PrettyPhoto ************************************************/

/*.pp_default .ppt
{
    display:none !important;
}*/

.pp_default .pp_nav
{
    display:block !important;
}

.pp_default .pp_details .pp_play
{
    display: none !important;
}

/************************************************PrettyPhoto End************************************************/

/************************************************About Us ************************************************/
.work-col
{
    position:relative;
	overflow:hidden;
	height:510px;
}

.work-col p
{
    margin-bottom:0;
    padding:10px;
}

.work-col img
{
    display:block;
    width:100%;
    height:100%;
}

.work-col .col-header h1
{
    font-family:'Nexa_Bold';
    text-transform:uppercase;
    font-weight:normal;
    font-size: 38px;
    line-height:40px;
    text-align:left;
}

.work-col .col-header h1 > span
{
    font-family:"Nexa_Light";
    font-weight:normal;
    
    color:#bd2f3f;
}

.col-wrap
{
    position:relative;
    height:440px;
}
.work-col .overlay,
.overlay
{
    position:absolute;
    top: 0px;
    left:0;
    overflow:hidden;
    width:100%;
    height:100%;
    
}
.work-col .mask {
        position: absolute;
        top: 0px;
        left: 0;
        overflow: hidden;
        width: 100%;
        height: 100%;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transition: all 0.3s ease;
           -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
             -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
        -webkit-backface-visibility: hidden;
        
    }
    .work-col .mask img
    {
        display:none;
    }
    /*.work-col:hover .mask {
        opacity: .95;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
        background:#172129;
        color:#acacac;
    }*/
    
    .work-col:hover .col-header,
    .work-col:hover .col-header span
    {
         color:#172129;
    }
    
    .work-col:hover img
    {
        display:block;
    }
    .work-col img {
        -webkit-transition: all 0.2s linear;
           -moz-transition: all 0.2s linear;
            -ms-transition: all 0.2s linear;
             -o-transition: all 0.2s linear;
                transition: all 0.2s linear;
    }
    /*.work-col:hover img,
    .work-col:hover overlay,
    .work-col:hover mask
     {
        -webkit-transform: scale(1.05,1.05);
           -moz-transform: scale(1.05,1.05);
            -ms-transform: scale(1.05,1.05);
             -o-transform: scale(1.05,1.05);
                transform: scale(1.05,1.05);
    }*/
.work-col .link-image {
        
    position: absolute;
    bottom:5%;
    margin-left: 17%;
    margin-right:auto;
    width: 178px;
    height:103px;
    text-align: center;
    line-height: 36px;
       
}

.work-col .link-text
{
    display:none;
}

.testimonial-wrapper
{
    position:relative;
    margin:30px 0 0 0;
    padding:10px 0 10px;
    border-top:1px solid #c0bebb;
    background:#414141;
    height:140px;
}

.testimonials
{
    padding: 50px 150px 10px 150px;
    position:relative;
}

div.testimonial 
{
    position: relative;
    width: 100%;
    display: none;
}

div.testimonial p
{
   font-size:14px;
   line-height:24px;
   color:#ccc;
   font-style:italic;
   margin-bottom:0!important;
   text-align:center;
}

div.testimonial p span
{
    position:absolute;
    right:10px;
    margin:10px 0 0 0;
    font-size:14px;
    text-align: right;
}

.testimonial-wrapper .title
{
    position:absolute;
    left:0;
    display:inline-block;
    font-style:italic;
    color:#ffffff;
    text-align:right;
    text-transform:capitalize;
    background-color:#373737;
    z-index:5;
    top:37%;
    padding:12px 15px 14px;
    font-size:17px;
    line-height:25px;
}

div.testimonial-wrapper a {
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    background: #a8162a;
    z-index: 5;
}

div.testimonial-wrapper a.prev:link, div.testimonial-wrapper a.prev:visited {
    padding: 10px 5px 10px 10px;
    right: 30px;
}

div.testimonial-wrapper a.next:link, div.testimonial-wrapper a.next:visited {
    padding: 10px 10px 10px 5px;
    right: 0px;
}

div.testimonial-wrapper a.prev,
div.testimonial-wrapper a.next
{
    top:39%;
}

div.testimonial-wrapper a.prev i {
    background-position: 0 0;
}

div.testimonial-wrapper a i {
    display: block;
    width: 15px;
    height: 18px;
    background-image: url('../images/icon-prev-next-arrow.png');
    background-color: transparent;
}

div.testimonial-wrapper a.next i {
    background-position: -15px 0;
}

div.testimonial-wrapper a i {
    display: block;
    width: 15px;
    height: 18px;
    background-image: url('../images/icon-prev-next-arrow.png');
    background-color: transparent;
}

/************************************************About Us ends ************************************************/

/************************************************Team/People  ************************************************/

.person
{
    text-align:center;
}


.person h6 {
    font-family: "Open_Sans_R";
    font-weight: bold;
    font-size: 23px;
    line-height:34px;
    color: #000;
    margin: 20px 0;
    text-align: center;
} 

.person-desig{
    font-family: "Open_Sans_R";
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height:21px;
    color: #000;
    margin: 20px 0;
    margin-top: 15px;
    text-transform: uppercase;
}

.person-detail {
    font-style: normal;
    color: #000;
    margin: 20px 0;
}

.person-sc-icons
{
    width: auto;
    text-align: center;
    display: inline-block;
    margin: 10px auto;
}

.person-sc-icons ul li {
    float: left;
}

.person-sc-icons li.facebook a {
    /*background-position: 0 0;*/
    background:url(../images/sc-icons/facebook.png);
    
}

.person-sc-icons li.twitter a {
    /*background-position: -20px 0;*/
    background:url(../images/sc-icons/twitter.png);
}

.person-sc-icons li.myspace a {
    /*background-position: -40px 0;*/
    background:url(../images/sc-icons/myspace.png);
}

.person-sc-icons li.flickr a {
    /*background-position: -60px 0;*/
    background:url(../images/sc-icons/flickr.png);
}

.person-sc-icons li.linkedin a {
    /*background-position: -80px 0;*/
    background:url(../images/sc-icons/linkedin.png);
}

.person-sc-icons li.email a {
    /*background-position: -100px 0;*/
    background:url(../images/sc-icons/email.png);
}

.person-sc-icons li a {
    float: left;
    display: inline;
    /*margin: 20px 10px 0 0;*/
    margin:0 10px 0 0;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    /*background: url(../images/team/person-sc-icons.png) no-repeat;*/
    transition: opacity 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    opacity: 0.80;
    filter: alpha(opacity=80);
}
/************************************************Team/people ends ************************************************/

/************************************************Projects************************************************/
#projects #projects-wrapper
{
  position: relative;
  width: inherit;
  margin: 0 auto;
}


#projects #projects-wrapper .left-toggle
{
  position: absolute;
  left: -54px;
  top: 50%;
  z-index: 40;
  cursor: pointer;
  background-image: url(../images/projects/sprite-img.png);
  background-position: 0px -11px;
  background-repeat: no-repeat;
  width: 45px;
  height: 48px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
}

#projects #projects-wrapper .right-toggle
{
  position: absolute;
  right: -54px;
  top: 50%;
  z-index: 40;
  cursor: pointer;
  background-image: url(../images/projects/sprite-img.png);
  background-position: 0px -61px;
  background-repeat: no-repeat;
  width: 45px;
  height: 48px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
}

#projects #projects-wrapper #project-list
{
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 9;
}

#projects #projects-wrapper #project-list #mobile-project-headline
{
    display: none;
}

#projects #projects-wrapper #project-list .double-right-caret {
  background-image: url(../images/projects/sprite-img.png);
  background-position: -33px -133px;
  background-repeat: no-repeat;
  width: 11px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
}

#projects #projects-wrapper #project-pane-container
{
    height: inherit;
    position: relative;
}

#projects #projects-wrapper #project-pane-container .project-pane
{
    width:inherit;
    height: inherit;
    box-sizing: border-box;
    float: left;
}

#projects #projects-wrapper #project-pane-container .project-pane .project-images-wrapper
{
    float: left;
    width: 57%;
    height: 100%;
    position: relative;
}

#projects #projects-wrapper #project-pane-container .project-pane .project-images-wrapper .monitor-wrapper .monitor {
    width: 100%;
}

#projects #projects-wrapper #project-pane-container .project-pane .project-images-wrapper .monitor-wrapper .monitor-dots {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-top: 0px;
    height: 30px;
}

#projects #projects-wrapper #project-pane-container .project-pane .project-images-wrapper .monitor-wrapper .monitor-dots .dot.selected {
    color: black;
}

#projects #projects-wrapper #project-pane-container .project-pane .project-images-wrapper .monitor-wrapper .monitor-dots .dot {
    color: #666;
    display: inline-block;
    padding: 0 4px;
    font-size: 30px;
    cursor: pointer;
    cursor: hand;
}

#projects #projects-wrapper #project-pane-container .project-pane .project-images-wrapper .project-images 
{
    position: absolute;
    width: 100%;
    overflow: hidden;
    height:83%;
    top: 0;
}

#projects #projects-wrapper #project-pane-container .project-pane .project-images-wrapper .project-images img.selected {
    display: block;
}

#projects #projects-wrapper #project-pane-container .project-pane .project-images-wrapper .project-images img
{
    width:77%;
    margin: 0 auto;
    position: absolute;
    left:11.5%;
    top:5.9%;
    display: none;
}

#projects #projects-wrapper #project-pane-container .project-pane .project-info-wrapper
{
    float: left;
    width: 39%;
    margin: 0 0 0 2%;
}

#projects #projects-wrapper #project-pane-container .project-pane .project-info-wrapper h2 {
    padding: 0;
    text-transform:capitalize;
}

#projects #projects-wrapper #project-list #project-pane-container .project-pane .project-info-wrapper hr 
{
    height: 4px;
    background-color: #bd2f3f;
    border: none;
    margin: 20px 0px 20px 0px;
    width: 100px;

}

#projects #projects-wrapper #project-list #project-pane-container .project-pane .project-info-wrapper blockquote {
    font-style: italic;
}

#projects #projects-wrapper #project-list #project-pane-container .project-pane .project-info-wrapper p
{
    font-family:Open_Sans_R;
    line-height: 160%;
}

#projects #projects-wrapper #project-list #project-pane-container .project-pane .project-info-wrapper blockquote span {
    display: block;
    font-size: 14px;
    margin-top: 7px;
}

#projects #projects-wrapper #project-list #project-pane-container .project-pane .project-info-wrapper .visit-website {
    color:#bd2f3f;
    text-decoration: none;
    font-family: Open_Sans_R;
    font-size: 80%;
    margin: 30px 0px 0px 0px;
    display: inline-block;
}
#projects #projects-wrapper #project-list #project-pane-container .project-pane .project-info-wrapper .visit-website:hover {
    color:Blue;
}


/************************************************Projects end ************************************************/

/************************************************Services ****************************************************/
#services .service
{
    position:relative;
    height:500px;
    background-color: #f6f3f3;
    padding: 40px 20px 20px 20px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 21px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: medium double #ddd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
    
    text-align:center;
}

#services .service .service-detail
{
    display:none;
}

#services .col-header h1,
.prettybox-text h1
{
    border-bottom: medium double #ddd;
    display: block;
    margin-bottom: 20px;  
    padding-bottom: 20px;
  
    font-family: 'Nexa_Bold';
    text-transform: uppercase;
    font-weight: normal;
    font-size: 38px;
    line-height: 40px;
    text-align: left;
}
#services .col-header h1
{
  margin-top: 20px;
  
}

.prettybox-text 
{
    padding:20px;
}

.col-header h1 > span,
.prettybox-text h1 > span
{
    font-family: 'Nexa_Light';
    font-weight:normal;
    color: #bd2f3f;
}

.service:hover h1>span
{
    color:#000000;
}

#services .service-more
{
    position:absolute;
    right:5px;
    bottom:5px;
}

/************************************************Services end ************************************************/


/************************************************Contact Us ************************************************/

#contact-us
{
    background:#f6f5f1;
}

#contact-map
 {
    height:300px;
    width: 100%;
	position: relative;
}

#contact-us #contact-wrapper
{
    position:relative;
    height:250px;
    /*top:-150px;*/
    margin-left:auto;
    margin-right:auto;
}

.contact-form-row
{
    /*padding:35px 20px 35px 26px;*/
    margin-top:10px;
    padding:35px 0px 35px 0px;
    background: url("../images/bg-diag-stripe.png") repeat scroll 0 0 transparent;
    color:#ffffff;
    height:202px;
}
.contact-address-row
{
    margin-top:10px;
}

.contact-form-row textarea
{
    width:100% !important;
    resize:none;
    
    height:200px;
}

.contact-form-right input[type="text"],
.contact-form-right input[type="email"],
.contact-form-right input[type="submit"]
{
    padding:14px 6px;
}

.contact-form-right input[type="text"],
.contact-form-right input[type="email"]
{
    width:96%;
     margin: 0px 0px 27px 0px;
}

.contact-form-right input[type="submit"]
{
    background-color:#bd2f3f;
    font-family:"Open_Sans_R";
    color:#000000;
    border-color:#722029;
    border-right-color:#722029 !important;
    border-bottom-color:#722029 !important;
    width:100%;
}

#contact-address
{
    float:right;
    margin:10px -70px 0 0;
    padding:0;
}



/************************************************Contact Us ends ************************************************/

/************************************************footer ************************************************/
.footer
{
    background:black;
}
.footer p
{
    color:#ffffff;
    margin:0!important;
}

.snIcons	{ padding:0 0; }
.snIcons a  {float:right; display:block; padding:0 10px 0 0; border:0px solid red;}

.snIcons a.lnkHome				{background:url(../images/snIcons.png) no-repeat 0 0;}
.snIcons a:hover.lnkHome		{background-position:0 -32px;}

.snIcons a.lnkFacebook			{background:url(../images/snIcons.png) no-repeat -35px 0;}
.snIcons a:hover.lnkFacebook	{background-position:-35px -32px;}

.snIcons a.lnkTwitter			{background:url(../images/snIcons.png) no-repeat -70px 0;}
.snIcons a:hover.lnkTwitter		{background-position:-70px -32px;}

.snIcons a.lnkBlog				{background:url(../images/snIcons.png) no-repeat -105px 0;}
.snIcons a:hover.lnkBlog		{background-position:-105px -32px;}

.snIcons a.lnkRss				{background:url(../images/snIcons.png) no-repeat -140px 0;}
.snIcons a:hover.lnkRss     	{background-position:-140px -32px;}

.snIcons a.lnkGooglePlus	    {background:url(../images/snIcons.png) no-repeat -175px 0;}
.snIcons a:hover.lnkGooglePlus  {background-position:-175px -32px;}

.snIcons a.lnkSkype	            {background:url(../images/snIcons.png) no-repeat -210px 0;}
.snIcons a:hover.lnkSkype    	{background-position:-210px -32px;}


/************************************************footer ends************************************************/



/************************************************media queries************************************************/
@media (min-width: 1200px) 
{
    
    #home
    {
        padding-top:0!important;
        height:610px;
    }
    #contact-wrapper
    {
        width:1170px;
    }
    
    .work-col .mask
    {
        opacity:0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    
    .work-col:hover .mask {
        opacity: .95;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
        background:#172129;
        color:#acacac;
    }
}

@media (max-width: 1200px) and (min-width: 979px) 
{   
    #home
    {
        padding-top:0!important;
        height:600px;
    }
    
    /****************************About us****************************/
    .work-col .mask
    {
        opacity:0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    
    .work-col:hover .mask {
        opacity: .95;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
        background:#172129;
        color:#acacac;
    }
    
    .work-col .link-image {
        margin-left: 9%;
    }
    /****************************About us end****************************/
    
    /****************************Services****************************/
    #services .service
    {
        height: 550px;
    }
    
    #services .col-header h1
    {
        font-size:28px;
        line-height:30px;
    }
    
    /****************************Services End****************************/
    #contact-wrapper
    {
        width:940px;
    }
    
    
}

@media (max-width: 979px) and (min-width: 768px)
{
    body,
    p
    {
        font-size:12px;
        line-height:20px;
    }
        
    .nav-container nav li a
    {
        font-size:12px;
        line-height:20px;
    }
    
    
    /****************************About us****************************/
    .work-col .col-header h1
    {
        font-size:32px;
        line-height:36px;
    }
    
    .work-col p
    {
        font-size:12px;
        line-height:20px;
    }
       
    .work-col .mask
    {
        opacity:0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    
    .work-col:hover .mask {
        opacity: .95;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
        background:#172129;
        color:#acacac;
    }
    
    .work-col .link-image {
        margin-left: 0;
    }
    
    .testimonial-wrapper .title
    {
        font-size: 14px;
        line-height:24px;
    }
    
    div.testimonial p
    {
        font-size:12px;
        line-height:20px;
    }
    /****************************About us end****************************/
    
    
    
    /****************************Team********************************/
    .person h6
    {
        font-size: 17px;
        line-height: 27px;
    }
    .person-desig
    {
        font-size: 10px;
        line-height: 17px;
    }

    /****************************Team End****************************/
    
    
    
    /****************************Services****************************/
    
    #services .service
    {
        height: 550px;
        font-size: 12px;
        line-height:20px;
    }
            
    #services .col-header h1
    {
        font-size:20px;
        line-height:22px;
    }
    
    #services .service p
    {
        font-size:12px;
    }
    /****************************Services End****************************/
    
    /****************************Projects End****************************/
    
    /****************************Projects End****************************/
    div.pp_pic_holder
    {
        width:732px !important;
    }
    
    /***************************************Contact us*****************************************/
     
    
    #contact-wrapper
	{
	    width:724px;
	}
    
    #contact-us #contact-wrapper .contact-left
    {
        margin:0 !important;
        width:92%;
    }
    
    #contact-us #contact-wrapper #contact-address
    {
        float:left;
        margin:0 !important;
        padding:20px 0 !important;
    }
    /***************************************Contact us end*****************************************/
}

/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) 
{
    
	
}

/* Note: Design for a width of 320px */

@media only screen and (max-width: 767px) 
{
    .page
	{
	    height:auto;
	}
	
	
    #team
	{
	    background:white;
	}
	
	h1
    {
        font-size: 50px;
        line-height:50px;
    }
    
    
    #home
    {
        height:662px;
    }
    
        
    /****************************************************Menu bar*************************************/
    .nav-container
    {
        display:none;
        
    }
    
    div.mini-nav-container
    {
        display:block;
        
    }
    
    .small_logo
    {
        display:none;
    } 
    /****************************************************Menu bar end*************************************/
    
    /**************************************************Slider************************************/
    #slidecaption {
        
        top:70%;
        margin-left: -160px;
        max-width: 480px;
    } 
    
    .slidedescription {
        width: 300px;
    }
    
    #slidedescription {
        margin: 0 auto;
        max-width: 480px;
    }
    
    #slidedescription p {
        font-size: 11px;
        padding-top: 12px;
        margin-bottom: 10px;
    }
    /**************************************************Slider end************************************/
    
    /**************************************************About us***************************************/
    .work-col
    {
       margin-bottom:50px;
    }
    .col-wrap
    {
        background:#172129;
    }
    .col-wrap img
    {
        margin-left:auto;
        margin-right:auto;
        width:50%;
    }
    
    .work-col:hover img
    {
        display:none;
    }
    
    .work-col .link-text
    {
        display:block;
    }
    /**************************************************About us end***************************************/
   
   
    /************************************************Testimonial*******************************************/
    .testimonial-wrapper
    {
        margin: 60px 0 0 0;
        padding-right: 10px;
        padding-left:10px;
    }
    
    .testimonial-wrapper .title
    {
        top: -55px;
    }
    
    .testimonials
    {
        padding: 0 !important;
    }
    
    div.testimonial-wrapper a.prev, 
    div.testimonial-wrapper a.next
    {
        top: -55px;
    }
    /************************************************Testimonial end*******************************************/
    
    
    /************************************************Projects  ************************************************/   
    #projects #projects-wrapper .left-toggle,
    #projects #projects-wrapper .right-toggle
    {
        display: none !important;
    }
        
    #projects #projects-wrapper #project-list
    {
        width:100%;
        height: auto !important;
    }
    
    #projects #projects-wrapper #project-list h2#project-section-title
    {
        display:none;
    }
    
    #projects #projects-wrapper #project-list #mobile-project-headline
    {
        display:inline-block;
        width:100%;
    }
    
    #projects #projects-wrapper #project-list #mobile-project-headline #project-section-title-mobile
    {
        margin: 20px auto;
        width: 90%;
        color: black;
        font-family: Open_Sans_R;
        font-size: 24px;
        padding-bottom: 10px;
        border-bottom: 3px solid black;
    }
    
    #projects #projects-wrapper #project-list #mobile-project-headline #project-title-mobile-wrapper
    {
        font-family: Open_Sans_R;
        font-size: 24px;
        text-align: center;
        margin-bottom: 15px;
        height: 48px;
    }
    
    #projects #projects-wrapper #project-list #mobile-project-headline #project-title-mobile-wrapper .toggle-container {
        width: 10%;
        float: left;
        position: relative;
        min-height: 1px;
    }
    
    #projects #projects-wrapper #project-list #mobile-project-headline #project-title-mobile-wrapper .left-mobile-toggle
    {
        margin: 0px 0 0 5%;
        position: static;
        float:left;
    }
    
    #projects #projects-wrapper #project-list #mobile-project-headline #project-title-mobile-wrapper .right-mobile-toggle
    {
        margin: 0px 5% 0 0;
        position: static;
        float: right;
    }
    
    #projects #projects-wrapper #project-pane-container
    {
        display: inline-block;
        padding-bottom: 20px;
    }

    #projects #projects-wrapper #project-pane-container .project-pane .project-images-wrapper .monitor-wrapper {
        display:none;
    }
    
    #projects #projects-wrapper #project-pane-container .project-pane .project-images-wrapper
    {
        width: 90%;
        margin: 0 auto;
        float: none;
        position: static;
    }
    
    #projects #projects-wrapper #project-pane-container .project-pane .project-images-wrapper
    {
        
        height:auto;
    }
    
    #projects #projects-wrapper #project-pane-container .project-pane .project-images-wrapper .project-images 
    {
        position: static;
        
        margin-bottom: 20px;
    }
    
    #projects #projects-wrapper #project-pane-container .project-pane .project-images-wrapper .project-images img
    {
        position: static;
        width: 100%;
    }
    
    #projects #projects-wrapper #project-pane-container .project-pane .project-info-wrapper
    {
        width: 80%;
        margin: 0 5%;
        padding: 5%;
        border: 1px solid black;
    }
    /************************************************Projects end ************************************************/
    
    
   
    /************************************************Services ************************************************/
    #services .service
    {
        height: auto;
        margin-bottom:20px;
    }
    
    #services .service .more-wrapper
    {
        display:none;
    }
    
    #services .service .service-detail
    {
        display:block;
    }
    /************************************************Services end ************************************************/
    
    /************************************************Contact us ************************************************/
   #contact-wrapper
    {
        width:auto;
    }
    .contact-form-row
    {
        height:404px;
    }
    
    .contact-form-right
    {
        margin-top:27px;
    }
	/************************************************Contact us end************************************************/
}


 /* Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 767px) 
{  
      
	.page
	{
	    height:auto;
	}
	
	/***************************************************Slider************************************************/
	#slidecaption {
        
        top:70%;
        margin-left:-240px;
        max-width:770px;
    } 
    
    .slidedescription {
        width:480px;
    }
    
    #slidedescription {
        margin: 0 auto;
        max-width: 670px;
    }
    
    #slidedescription p {
        font-size: 11px;
        padding-top: 12px;
        margin-bottom: 10px;
    }
    /***************************************************Slider end************************************************/
	
	#team
	{
	    background:white;
	}
	
	    
    /******************************************************About us************************************************/
    .work-col .mask
    {
        opacity:0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    
    .work-col:hover .mask {
        opacity: .95;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
        background:#172129;
        color:#acacac;
    }
    /******************************************************About us end************************************************/       
	

	/*****************************************************Services****************************************************/
    #services .service
    {
        height: auto;
        margin-bottom:20px;
    }
    
    #services .service .more-wrapper
    {
        display:none;
    }
    
    #services .service .service-detail
    {
        display:block;
    }
    
   
    #services .service p
    {
        text-align:left;
    }
       
    /*****************************************************Services end****************************************************/ 
    
    /*****************************************************Contact us****************************************************/
          
    #contact-us #contact-wrapper .contact-left
    {
        width:92%;
    }
    
    #contact-us #contact-wrapper #contact-address
    {
        float:left;
        margin:0!important;
        padding:20px 0 !important;
    }
    
    #contact-us #contact-wrapper .contact-form-left,
    #contact-us #contact-wrapper .contact-form-right
    {
        width:100%;
    }
    
    #contact-us #contact-wrapper .contact-form-left
    {
        margin-bottom:27px;
    }
   
   .contact-form-right input[type="text"], 
   .contact-form-right input[type="email"]
   {
       width:97%;
   }
   
   /*****************************************************Contact us end****************************************************/
}

@media only screen and (max-width: 479px)
{
       
    /*****************************************************About us****************************************************/
    .work-col .mask {
        opacity: .95;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
        background:#172129;
        color:#acacac;
    }
    /*****************************************************About us end****************************************************/    
	
	    
   /*****************************************************Services****************************************************/
    #services .service
    {
        height: auto;
        margin-bottom:20px;
    }
    
    #services .service .more-wrapper
    {
        display:none;
    }
    
    #services .service .service-detail
    {
        display:block;
    }
       
    #services .service p
    {
        text-align:left;
    }
       
       
    /*****************************************************Services end****************************************************/ 
   
   
   /*****************************************************Contact us****************************************************/
     
    #contact-us #contact-wrapper
    {
        padding:0 !important;
        top:-200px;
    }
    
    #contact-us #contact-wrapper .contact-left
    {
        width:92%;
    }
    
    #contact-us #contact-wrapper #contact-address
    {
        float:left;
        margin:0!important;
        padding:20px 0 !important;
    }
    
    #contact-us #contact-wrapper .contact-form-left,
    #contact-us #contact-wrapper .contact-form-right
    {
        width:100%;
    }
    
    #contact-us #contact-wrapper .contact-form-left
    {
        margin-bottom:27px;
    }
   
   .contact-form-right input[type="text"], 
   .contact-form-right input[type="email"]
   {
       width:97%;
   }
   
   /*****************************************************Contact us end****************************************************/
}



/************************************************media queries end************************************************/


